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/jenkins15830475360126619610.sh
+ rm -rf trial-8068-bin.tgz trial-8068-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 24508
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10821
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10105
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12646
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 12969
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12086
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 40211
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7357
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 42219
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8052
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 12999
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7252
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11346
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7397
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 8844
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6117
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 7252
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins11059715641330438194.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-8068
+ 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
f17cc18 ttcn3-bts-test: show respawn count at the end
+ 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 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 DONE 0.1s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:ea13f029bda1e4e4d8ee065bfad08d068da5e1850e88063709f0db6e07afdb5b 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8069 -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-08-25 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8069
+ mkdir -p trial-8069
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-08-25_13_26_18.tgz osmo-bts-oc2g.build-2025-08-25_00_51_31.tgz osmo-bts-sysmo.build-2025-08-25_00_51_36.tgz osmo-bts.build-2025-08-25_00_51_43.tgz osmo-ggsn.build-2025-08-25_20_42_49.tgz osmo-hlr.build-2025-08-25_16_36_50.tgz osmo-hnbgw.build-2025-08-25_13_28_32.tgz osmo-mgw.build-2025-08-25_08_33_16.tgz osmo-msc.build-2025-08-25_17_07_35.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-25_07_34_03.tgz osmo-pcu-sysmo.build-2025-08-25_07_36_04.tgz osmo-pcu.build-2025-08-25_07_36_10.tgz osmo-sgsn.build-2025-08-25_20_49_19.tgz osmo-stp.build-2025-08-25_13_25_04.tgz osmo-trx.build-2025-08-25_14_29_50.tgz osmocom-bb.build-2025-08-25_21_17_35.tgz srslte.build-19.tgz trial-8069
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-08-25_13_26_18.md5 osmo-bts-oc2g.build-2025-08-25_00_51_31.md5 osmo-bts-sysmo.build-2025-08-25_00_51_36.md5 osmo-bts.build-2025-08-25_00_51_43.md5 osmo-ggsn.build-2025-08-25_20_42_49.md5 osmo-hlr.build-2025-08-25_16_36_50.md5 osmo-hnbgw.build-2025-08-25_13_28_32.md5 osmo-mgw.build-2025-08-25_08_33_16.md5 osmo-msc.build-2025-08-25_17_07_35.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-25_07_34_03.md5 osmo-pcu-sysmo.build-2025-08-25_07_36_04.md5 osmo-pcu.build-2025-08-25_07_36_10.md5 osmo-sgsn.build-2025-08-25_20_49_19.md5 osmo-stp.build-2025-08-25_13_25_04.md5 osmo-trx.build-2025-08-25_14_29_50.md5 osmocom-bb.build-2025-08-25_21_17_35.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-08-25_13_26_18.md5 osmo-bts-oc2g.build-2025-08-25_00_51_31.md5 osmo-bts-sysmo.build-2025-08-25_00_51_36.md5 osmo-bts.build-2025-08-25_00_51_43.md5 osmo-ggsn.build-2025-08-25_20_42_49.md5 osmo-hlr.build-2025-08-25_16_36_50.md5 osmo-hnbgw.build-2025-08-25_13_28_32.md5 osmo-mgw.build-2025-08-25_08_33_16.md5 osmo-msc.build-2025-08-25_17_07_35.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-25_07_34_03.md5 osmo-pcu-sysmo.build-2025-08-25_07_36_04.md5 osmo-pcu.build-2025-08-25_07_36_10.md5 osmo-sgsn.build-2025-08-25_20_49_19.md5 osmo-stp.build-2025-08-25_13_25_04.md5 osmo-trx.build-2025-08-25_14_29_50.md5 osmocom-bb.build-2025-08-25_21_17_35.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-8069 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8069'
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-8069
--------------------------------------------------------------------------------------------
22:48:19.293193 tst                       trial-8069: Detailed log at /build/trial-8069/run.2025-08-25_22-48-19/log

---------------------------------------------------------------------
trial-8069 netreg_mass
---------------------------------------------------------------------
22:48:19.665630 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.666555 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.668573 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.671594 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.748998 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.750268 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.751916 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:19.871423 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-8069 netreg_mass register_default_mass.py
----------------------------------------------
22:48:19.875120 tst       register_default_mass.py:9: Claiming resources for the test
22:48:19.922232 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.923895 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.925082 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.925912 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.926678 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.927353 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.928011 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.972700 tst         register_default_mass.py: using LAC 2
22:48:20.019829 tst         register_default_mass.py: using RAC 2
22:48:20.068877 tst         register_default_mass.py: using CellId 2
22:48:20.118437 tst         register_default_mass.py: using BVCI 3
22:48:20.128618 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.129629 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.130513 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.131345 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.132201 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.133141 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.134206 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.135046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.135934 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.136855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.137618 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.138531 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.139438 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.140618 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.141574 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.142366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.143272 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.144182 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.145415 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.146352 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.147355 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.148306 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.149166 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.150099 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.151230 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.152129 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.153043 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.154106 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.155309 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.156287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.157374 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.158348 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.159404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.160661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.161951 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.162747 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.163645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.164536 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.165620 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.166712 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.167880 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.169147 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.171346 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.173115 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.174833 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.176010 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.177278 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.178531 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.179575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.180900 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.181770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.182806 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.183727 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.184564 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.185518 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.186460 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.187649 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.188798 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.189716 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.190624 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.191467 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.192563 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.193820 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.195102 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.196341 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.197936 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.199077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.200866 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.202492 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.203537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.204471 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.205462 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.206549 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.207530 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.208326 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.209236 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.210186 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.211011 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.211827 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.212588 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.213410 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.214139 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.214925 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.215865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.216744 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.217758 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.218673 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.219675 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.220553 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.221390 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.222332 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.223160 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.223957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.224760 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.225628 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.226613 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.227628 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.228606 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.229615 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.230438 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.231595 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:20.232612 tst      register_default_mass.py:21: Launching a simple network
22:48:20.250500 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:20.453934 run            create_hlr_db(pid=20): Launched
22:48:21.480701 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:21.530189 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:21.575645 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:21.592962 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:22.053108 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:22.134538 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:22.152089 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:23.024666 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:23.049795 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:26.063567 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:26.189731 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:26.206576 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:26.213143 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:26.240691 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:26.258387 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:26.265139 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:26.604482 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:26.621688 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:32.642550 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:32.813683 run         osmo-bts-virtual(pid=34): Launched
22:48:33.858421 tst         register_default_mass.py: using MSISDN 1001
22:48:33.865807 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:33.946055 tst         register_default_mass.py: using MSISDN 1002
22:48:33.953276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:34.022633 tst         register_default_mass.py: using MSISDN 1003
22:48:34.028756 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:34.098437 tst         register_default_mass.py: using MSISDN 1004
22:48:34.106467 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:34.187307 tst         register_default_mass.py: using MSISDN 1005
22:48:34.200411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:34.306270 tst         register_default_mass.py: using MSISDN 1006
22:48:34.315432 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.381686 tst         register_default_mass.py: using MSISDN 1007
22:48:34.389236 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:34.464396 tst         register_default_mass.py: using MSISDN 1008
22:48:34.477720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.551086 tst         register_default_mass.py: using MSISDN 1009
22:48:34.559583 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.622468 tst         register_default_mass.py: using MSISDN 1010
22:48:34.636417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.712613 tst         register_default_mass.py: using MSISDN 1011
22:48:34.727013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:34.817990 tst         register_default_mass.py: using MSISDN 1012
22:48:34.828567 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:34.906821 tst         register_default_mass.py: using MSISDN 1013
22:48:34.915353 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.988520 tst         register_default_mass.py: using MSISDN 1014
22:48:35.001258 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:35.077299 tst         register_default_mass.py: using MSISDN 1015
22:48:35.084508 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:35.156728 tst         register_default_mass.py: using MSISDN 1016
22:48:35.163813 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:35.357920 tst         register_default_mass.py: using MSISDN 1017
22:48:35.364223 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:35.442364 tst         register_default_mass.py: using MSISDN 1018
22:48:35.448563 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:35.520102 tst         register_default_mass.py: using MSISDN 1019
22:48:35.530318 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:35.594432 tst         register_default_mass.py: using MSISDN 1020
22:48:35.601793 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:35.667669 tst         register_default_mass.py: using MSISDN 1021
22:48:35.674395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:35.755138 tst         register_default_mass.py: using MSISDN 1022
22:48:35.762223 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:35.823896 tst         register_default_mass.py: using MSISDN 1023
22:48:35.830427 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:35.904437 tst         register_default_mass.py: using MSISDN 1024
22:48:35.910492 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:35.979562 tst         register_default_mass.py: using MSISDN 1025
22:48:35.985469 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:36.063344 tst         register_default_mass.py: using MSISDN 1026
22:48:36.069123 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:36.136806 tst         register_default_mass.py: using MSISDN 1027
22:48:36.145318 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:36.206165 tst         register_default_mass.py: using MSISDN 1028
22:48:36.211909 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:36.289284 tst         register_default_mass.py: using MSISDN 1029
22:48:36.298840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:36.358953 tst         register_default_mass.py: using MSISDN 1030
22:48:36.365938 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:36.449656 tst         register_default_mass.py: using MSISDN 1031
22:48:36.455569 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:36.533285 tst         register_default_mass.py: using MSISDN 1032
22:48:36.539036 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:36.603683 tst         register_default_mass.py: using MSISDN 1033
22:48:36.609721 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:36.675137 tst         register_default_mass.py: using MSISDN 1034
22:48:36.681220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:36.741059 tst         register_default_mass.py: using MSISDN 1035
22:48:36.747022 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:36.821650 tst         register_default_mass.py: using MSISDN 1036
22:48:36.827549 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:36.950403 tst         register_default_mass.py: using MSISDN 1037
22:48:36.957444 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:37.029571 tst         register_default_mass.py: using MSISDN 1038
22:48:37.036493 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:37.115833 tst         register_default_mass.py: using MSISDN 1039
22:48:37.121944 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:37.190572 tst         register_default_mass.py: using MSISDN 1040
22:48:37.196577 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:37.271656 tst         register_default_mass.py: using MSISDN 1041
22:48:37.277600 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:37.352900 tst         register_default_mass.py: using MSISDN 1042
22:48:37.362539 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:37.438005 tst         register_default_mass.py: using MSISDN 1043
22:48:37.444089 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:37.512116 tst         register_default_mass.py: using MSISDN 1044
22:48:37.518060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:37.582791 tst         register_default_mass.py: using MSISDN 1045
22:48:37.593651 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:37.668710 tst         register_default_mass.py: using MSISDN 1046
22:48:37.674827 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:37.737652 tst         register_default_mass.py: using MSISDN 1047
22:48:37.745278 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:37.826474 tst         register_default_mass.py: using MSISDN 1048
22:48:37.837185 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:37.915275 tst         register_default_mass.py: using MSISDN 1049
22:48:37.921245 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:37.993583 tst         register_default_mass.py: using MSISDN 1050
22:48:38.002869 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:38.078019 tst         register_default_mass.py: using MSISDN 1051
22:48:38.087259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:38.176383 tst         register_default_mass.py: using MSISDN 1052
22:48:38.182656 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:38.271057 tst         register_default_mass.py: using MSISDN 1053
22:48:38.279732 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:38.370332 tst         register_default_mass.py: using MSISDN 1054
22:48:38.380588 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:38.459231 tst         register_default_mass.py: using MSISDN 1055
22:48:38.465341 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:38.543025 tst         register_default_mass.py: using MSISDN 1056
22:48:38.549009 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:38.638847 tst         register_default_mass.py: using MSISDN 1057
22:48:38.645943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:38.734540 tst         register_default_mass.py: using MSISDN 1058
22:48:38.743710 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:38.824783 tst         register_default_mass.py: using MSISDN 1059
22:48:38.831355 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:38.909329 tst         register_default_mass.py: using MSISDN 1060
22:48:38.915493 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:38.995558 tst         register_default_mass.py: using MSISDN 1061
22:48:39.004239 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:39.065092 tst         register_default_mass.py: using MSISDN 1062
22:48:39.072956 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:39.135847 tst         register_default_mass.py: using MSISDN 1063
22:48:39.142119 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:39.205132 tst         register_default_mass.py: using MSISDN 1064
22:48:39.211242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:39.275612 tst         register_default_mass.py: using MSISDN 1065
22:48:39.281692 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:39.353685 tst         register_default_mass.py: using MSISDN 1066
22:48:39.359515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:39.435683 tst         register_default_mass.py: using MSISDN 1067
22:48:39.442703 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:39.512598 tst         register_default_mass.py: using MSISDN 1068
22:48:39.518850 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:39.594576 tst         register_default_mass.py: using MSISDN 1069
22:48:39.600620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:39.673722 tst         register_default_mass.py: using MSISDN 1070
22:48:39.679806 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:39.750101 tst         register_default_mass.py: using MSISDN 1071
22:48:39.756236 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:39.823283 tst         register_default_mass.py: using MSISDN 1072
22:48:39.829686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:39.899335 tst         register_default_mass.py: using MSISDN 1073
22:48:39.909607 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:39.995331 tst         register_default_mass.py: using MSISDN 1074
22:48:40.001448 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:40.068188 tst         register_default_mass.py: using MSISDN 1075
22:48:40.074383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:40.147587 tst         register_default_mass.py: using MSISDN 1076
22:48:40.153611 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:40.224313 tst         register_default_mass.py: using MSISDN 1077
22:48:40.230458 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:40.295215 tst         register_default_mass.py: using MSISDN 1078
22:48:40.301579 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:40.371247 tst         register_default_mass.py: using MSISDN 1079
22:48:40.377377 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:40.453523 tst         register_default_mass.py: using MSISDN 1080
22:48:40.459849 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:40.530880 tst         register_default_mass.py: using MSISDN 1081
22:48:40.537247 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:40.612383 tst         register_default_mass.py: using MSISDN 1082
22:48:40.618526 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:40.698169 tst         register_default_mass.py: using MSISDN 1083
22:48:40.704165 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:40.780830 tst         register_default_mass.py: using MSISDN 1084
22:48:40.787033 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:40.861853 tst         register_default_mass.py: using MSISDN 1085
22:48:40.868033 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:40.939912 tst         register_default_mass.py: using MSISDN 1086
22:48:40.946469 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:41.028640 tst         register_default_mass.py: using MSISDN 1087
22:48:41.034744 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:41.097420 tst         register_default_mass.py: using MSISDN 1088
22:48:41.103218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:41.181087 tst         register_default_mass.py: using MSISDN 1089
22:48:41.187001 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:41.264809 tst         register_default_mass.py: using MSISDN 1090
22:48:41.270837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:41.340228 tst         register_default_mass.py: using MSISDN 1091
22:48:41.346293 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:41.418135 tst         register_default_mass.py: using MSISDN 1092
22:48:41.425432 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:41.501870 tst         register_default_mass.py: using MSISDN 1093
22:48:41.509275 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:41.583262 tst         register_default_mass.py: using MSISDN 1094
22:48:41.591222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:41.662601 tst         register_default_mass.py: using MSISDN 1095
22:48:41.668722 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:41.751601 tst         register_default_mass.py: using MSISDN 1096
22:48:41.757708 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:41.821439 tst         register_default_mass.py: using MSISDN 1097
22:48:41.827434 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:41.903544 tst         register_default_mass.py: using MSISDN 1098
22:48:41.909741 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:41.980691 tst         register_default_mass.py: using MSISDN 1099
22:48:41.986566 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:42.057536 tst         register_default_mass.py: using MSISDN 1100
22:48:42.064950 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:42.280267 run                             mass: Starting testcase
22:48:42.299966 run                             mass: Pre-launching all virtphy's
22:48:42.319181 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:42.364057 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:42.378675 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:42.410997 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:42.429729 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:42.460798 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:42.476967 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:42.516585 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:42.531816 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:42.566146 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:42.582339 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:42.613441 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:42.633085 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:42.672676 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:42.687381 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:42.722577 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:42.739735 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:42.773624 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:42.793023 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:42.833690 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:42.855480 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:42.901588 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:42.914961 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:42.938122 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:42.950231 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:42.993818 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:43.013370 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:43.056251 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:43.074128 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:43.101297 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:43.110807 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:43.130729 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:43.148046 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:43.168193 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:43.188474 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:43.228266 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:43.247011 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:43.277169 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:43.287325 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:43.305997 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:43.315900 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:43.334941 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:43.344053 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:43.363566 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:43.372592 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:43.393963 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:43.403167 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:43.437004 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:43.454199 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:43.491169 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:43.508555 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:43.528026 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:43.537488 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:43.556503 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:43.565469 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:43.584588 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:43.593859 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:43.615306 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:43.625008 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:43.646418 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:43.655430 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:43.673674 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:43.682154 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:43.700879 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:43.709697 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:43.727563 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:43.735531 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:43.753697 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:43.761940 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:43.779302 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:43.788104 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:43.805608 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:43.814072 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:43.831422 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:43.839360 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:43.857395 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:43.866331 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:43.884611 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:43.893687 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:43.912853 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:43.922526 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:43.955010 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:43.971029 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:43.998464 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:44.006604 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:44.024241 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:44.032484 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:44.049605 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:44.057686 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:44.075125 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:44.083150 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:44.100908 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:44.109062 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:44.127050 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:44.135199 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:44.152990 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:44.163331 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:44.180875 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:44.188980 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:44.206304 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:44.214260 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:44.231449 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:44.241146 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:44.258593 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:44.267103 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:44.288071 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:44.303215 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:44.330300 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:44.345864 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:44.363327 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:44.371815 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:44.389801 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:44.401424 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:44.419139 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:44.427614 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:44.445361 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:44.454895 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:44.472759 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:44.481715 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:44.500365 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:44.509298 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:44.764237 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:44.771958 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:44.789486 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:44.797530 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:44.815129 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:44.822998 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:44.861027 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:44.869200 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:44.885922 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:44.893693 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:44.910164 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:44.917452 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:44.933756 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:44.941318 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:44.958111 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:44.965848 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:44.982772 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:44.990482 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:45.007680 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:45.020304 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:45.037855 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:45.046078 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:45.063638 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:45.071656 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:45.089162 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:45.098607 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:45.116575 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:45.124420 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:45.141302 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:45.149396 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:45.167219 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:45.175283 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:45.193089 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:45.209273 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:45.236000 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:45.244317 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:45.261191 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:45.269602 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:45.286542 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:45.294736 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:45.312061 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:45.319978 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:45.337068 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:45.345301 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:45.362903 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:45.370806 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:45.387890 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:45.395570 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:45.411696 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:45.419214 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:45.435725 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:45.443745 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:45.460254 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:45.467873 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:45.484114 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:45.491687 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:45.508190 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:45.515726 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:45.532048 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:45.539415 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:45.556123 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:45.563952 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:45.582009 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:45.589539 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:45.606555 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:45.615384 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:45.631312 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:45.638238 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:45.652898 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:45.659672 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:45.674909 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:45.681885 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:45.696839 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:45.703902 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:45.720008 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:45.727378 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:45.743333 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:45.750934 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:45.767905 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:45.778167 run                             mass: Checking if sockets are in the filesystem
22:48:45.793885 run                osmo-ms-mob/00000: Starting mobile
22:48:45.812140 run       osmo-ms-mob/00000(pid=135): Launched
22:48:45.828385 run                             mass: MS start registered  {at=19393031.53173008, delay=0.007658105343580246, ms=00000}
22:48:49.992152 run                osmo-ms-mob/00001: Starting mobile
22:48:50.006314 run       osmo-ms-mob/00001(pid=136): Launched
22:48:50.017801 run                             mass: MS start registered  {at=19393035.72113722, delay=0.00495220348238945, ms=00001}
22:48:51.293238 run                             mass: MS performed LU  {at=19393036.99655261, lu_delay=5.46482253074646, ms=00000}
22:48:51.792208 run                osmo-ms-mob/00002: Starting mobile
22:48:51.806457 run       osmo-ms-mob/00002(pid=137): Launched
22:48:51.847713 run                             mass: MS start registered  {at=19393037.551049743, delay=0.000575091689825058, ms=00002}
22:48:53.095743 run                osmo-ms-mob/00003: Starting mobile
22:48:53.112608 run       osmo-ms-mob/00003(pid=138): Launched
22:48:53.124733 run                             mass: MS start registered  {at=19393038.8280818, delay=2.6348978281021118e-05, ms=00003}
22:48:54.199132 run                osmo-ms-mob/00004: Starting mobile
22:48:54.228849 run       osmo-ms-mob/00004(pid=139): Launched
22:48:54.251600 run                             mass: MS start registered  {at=19393039.954843003, delay=0.0012242905795574188, ms=00004}
22:48:55.058402 run                             mass: MS performed LU  {at=19393040.761698853, lu_delay=5.040561635047197, ms=00001}
22:48:55.198979 run                osmo-ms-mob/00005: Starting mobile
22:48:55.219547 run       osmo-ms-mob/00005(pid=140): Launched
22:48:55.236121 run                             mass: MS start registered  {at=19393040.939436518, delay=0.007977370172739029, ms=00005}
22:48:56.098104 run                osmo-ms-mob/00006: Starting mobile
22:48:56.118172 run       osmo-ms-mob/00006(pid=141): Launched
22:48:56.132093 run                             mass: MS start registered  {at=19393041.83543198, delay=0.0003427751362323761, ms=00006}
22:48:56.959871 run                             mass: MS performed LU  {at=19393042.663179737, lu_delay=5.112129993736744, ms=00002}
22:48:56.972719 run                osmo-ms-mob/00007: Starting mobile
22:48:56.987036 run       osmo-ms-mob/00007(pid=142): Launched
22:48:56.998696 run                             mass: MS start registered  {at=19393042.70201664, delay=0.005222499370574951, ms=00007}
22:48:57.794250 run                osmo-ms-mob/00008: Starting mobile
22:48:57.813095 run       osmo-ms-mob/00008(pid=143): Launched
22:48:57.824369 run                             mass: MS start registered  {at=19393043.52772295, delay=0.004757627844810486, ms=00008}
22:48:58.492055 run                osmo-ms-mob/00009: Starting mobile
22:48:58.505638 run       osmo-ms-mob/00009(pid=144): Launched
22:48:58.516943 run                             mass: MS start registered  {at=19393044.220289726, delay=0.005133826285600662, ms=00009}
22:48:58.824620 run                             mass: MS performed LU  {at=19393044.527932364, lu_delay=5.699850562959909, ms=00003}
22:48:59.193474 run                osmo-ms-mob/00010: Starting mobile
22:48:59.207607 run       osmo-ms-mob/00010(pid=145): Launched
22:48:59.219170 run                             mass: MS start registered  {at=19393044.922519285, delay=0.005111660808324814, ms=00010}
22:48:59.340913 run                             mass: MS performed LU  {at=19393045.044229873, lu_delay=5.089386869221926, ms=00004}
22:48:59.792761 run                osmo-ms-mob/00011: Starting mobile
22:48:59.806180 run       osmo-ms-mob/00011(pid=146): Launched
22:48:59.817881 run                             mass: MS start registered  {at=19393045.521231312, delay=0.004511415958404541, ms=00011}
22:49:00.392376 run                osmo-ms-mob/00012: Starting mobile
22:49:00.406076 run       osmo-ms-mob/00012(pid=147): Launched
22:49:00.417601 run                             mass: MS start registered  {at=19393046.120944336, delay=0.00509779155254364, ms=00012}
22:49:00.726312 run                             mass: MS performed LU  {at=19393046.429638673, lu_delay=4.594206690788269, ms=00006}
22:49:00.771771 run                             mass: MS performed LU  {at=19393046.47510293, lu_delay=5.535666413605213, ms=00005}
22:49:00.993111 run                osmo-ms-mob/00013: Starting mobile
22:49:01.007122 run       osmo-ms-mob/00013(pid=148): Launched
22:49:01.018595 run                             mass: MS start registered  {at=19393046.721942473, delay=0.0040315985679626465, ms=00013}
22:49:01.592069 run                osmo-ms-mob/00014: Starting mobile
22:49:01.606610 run       osmo-ms-mob/00014(pid=149): Launched
22:49:01.618426 run                             mass: MS start registered  {at=19393047.321776994, delay=0.005104873329401016, ms=00014}
22:49:02.191735 run                osmo-ms-mob/00015: Starting mobile
22:49:02.205578 run       osmo-ms-mob/00015(pid=150): Launched
22:49:02.217101 run                             mass: MS start registered  {at=19393047.92044569, delay=0.005014542490243912, ms=00015}
22:49:02.590032 run                             mass: MS performed LU  {at=19393048.293347564, lu_delay=5.591330923140049, ms=00007}
22:49:02.602042 run                osmo-ms-mob/00016: Starting mobile
22:49:02.615985 run       osmo-ms-mob/00016(pid=151): Launched
22:49:02.627103 run                             mass: MS start registered  {at=19393048.330449432, delay=0.004777304828166962, ms=00016}
22:49:02.636937 run                             mass: MS performed LU  {at=19393048.34027498, lu_delay=4.812552027404308, ms=00008}
22:49:03.191634 run                osmo-ms-mob/00017: Starting mobile
22:49:03.206055 run       osmo-ms-mob/00017(pid=152): Launched
22:49:03.217346 run                             mass: MS start registered  {at=19393048.920691397, delay=0.004761736840009689, ms=00017}
22:49:03.802203 run                osmo-ms-mob/00018: Starting mobile
22:49:03.817041 run       osmo-ms-mob/00018(pid=153): Launched
22:49:03.828286 run                             mass: MS start registered  {at=19393049.53163996, delay=0.0047406405210494995, ms=00018}
22:49:04.209776 run                osmo-ms-mob/00019: Starting mobile
22:49:04.223971 run       osmo-ms-mob/00019(pid=154): Launched
22:49:04.234918 run                             mass: MS start registered  {at=19393049.938271828, delay=0.004540018737316132, ms=00019}
22:49:04.492074 run                             mass: MS performed LU  {at=19393050.19540764, lu_delay=4.674176327884197, ms=00011}
22:49:04.537790 run                             mass: MS performed LU  {at=19393050.24112183, lu_delay=5.318602543324232, ms=00010}
22:49:04.549367 run                osmo-ms-mob/00020: Starting mobile
22:49:04.563412 run       osmo-ms-mob/00020(pid=155): Launched
22:49:04.574756 run                             mass: MS start registered  {at=19393050.278098162, delay=0.004823021590709686, ms=00020}
22:49:04.607453 run                             mass: MS performed LU  {at=19393050.31077979, lu_delay=6.090490065515041, ms=00009}
22:49:05.192156 run                osmo-ms-mob/00021: Starting mobile
22:49:05.205931 run       osmo-ms-mob/00021(pid=156): Launched
22:49:05.217130 run                             mass: MS start registered  {at=19393050.920483142, delay=0.004999123513698578, ms=00021}
22:49:05.592957 run                osmo-ms-mob/00022: Starting mobile
22:49:05.606639 run       osmo-ms-mob/00022(pid=157): Launched
22:49:05.617748 run                             mass: MS start registered  {at=19393051.321094606, delay=0.004615407437086105, ms=00022}
22:49:06.102045 run                osmo-ms-mob/00023: Starting mobile
22:49:06.116124 run       osmo-ms-mob/00023(pid=158): Launched
22:49:06.127864 run                             mass: MS start registered  {at=19393051.8312149, delay=0.00509706512093544, ms=00023}
22:49:06.273364 run                             mass: MS performed LU  {at=19393051.976647265, lu_delay=5.855702929198742, ms=00012}
22:49:06.355883 run                             mass: MS performed LU  {at=19393052.059219208, lu_delay=5.3372767344117165, ms=00013}
22:49:06.402555 run                             mass: MS performed LU  {at=19393052.10588987, lu_delay=4.784112878143787, ms=00014}
22:49:06.414361 run                osmo-ms-mob/00024: Starting mobile
22:49:06.428495 run       osmo-ms-mob/00024(pid=159): Launched
22:49:06.440358 run                             mass: MS start registered  {at=19393052.143702716, delay=0.005443796515464783, ms=00024}
22:49:06.993423 run                osmo-ms-mob/00025: Starting mobile
22:49:07.007941 run       osmo-ms-mob/00025(pid=160): Launched
22:49:07.019816 run                             mass: MS start registered  {at=19393052.72315654, delay=0.0052430517971515656, ms=00025}
22:49:07.393195 run                osmo-ms-mob/00026: Starting mobile
22:49:07.407576 run       osmo-ms-mob/00026(pid=161): Launched
22:49:07.419639 run                             mass: MS start registered  {at=19393053.122976758, delay=0.004487484693527222, ms=00026}
22:49:07.792582 run                osmo-ms-mob/00027: Starting mobile
22:49:07.806751 run       osmo-ms-mob/00027(pid=162): Launched
22:49:07.818399 run                             mass: MS start registered  {at=19393053.521739643, delay=0.005200907588005066, ms=00027}
22:49:08.206407 run                osmo-ms-mob/00028: Starting mobile
22:49:08.221637 run       osmo-ms-mob/00028(pid=163): Launched
22:49:08.233035 run                             mass: MS start registered  {at=19393053.936382055, delay=0.0049400851130485535, ms=00028}
22:49:08.257846 run                             mass: MS performed LU  {at=19393053.96115269, lu_delay=4.429512731730938, ms=00018}
22:49:08.303544 run                             mass: MS performed LU  {at=19393054.00687518, lu_delay=5.086183782666922, ms=00017}
22:49:08.373099 run                             mass: MS performed LU  {at=19393054.076437645, lu_delay=6.155991952866316, ms=00015}
22:49:08.384933 run                osmo-ms-mob/00029: Starting mobile
22:49:08.398580 run       osmo-ms-mob/00029(pid=164): Launched
22:49:08.410117 run                             mass: MS performed LU  {at=19393054.113447696, lu_delay=5.782998263835907, ms=00016}
22:49:08.418050 run                             mass: MS start registered  {at=19393054.12141373, delay=0.012713547796010971, ms=00029}
22:49:09.000099 run                osmo-ms-mob/00030: Starting mobile
22:49:09.014944 run       osmo-ms-mob/00030(pid=165): Launched
22:49:09.025946 run                             mass: MS start registered  {at=19393054.729297865, delay=0.004737403243780136, ms=00030}
22:49:09.408333 run                osmo-ms-mob/00031: Starting mobile
22:49:09.424068 run       osmo-ms-mob/00031(pid=166): Launched
22:49:09.436304 run                             mass: MS start registered  {at=19393055.13964463, delay=0.005785785615444183, ms=00031}
22:49:09.691744 run                osmo-ms-mob/00032: Starting mobile
22:49:09.706434 run       osmo-ms-mob/00032(pid=167): Launched
22:49:09.717872 run                             mass: MS start registered  {at=19393055.4212218, delay=0.004984978586435318, ms=00032}
22:49:10.039213 run                             mass: MS performed LU  {at=19393055.742544986, lu_delay=5.804273158311844, ms=00019}
22:49:10.053414 run                osmo-ms-mob/00033: Starting mobile
22:49:10.067323 run       osmo-ms-mob/00033(pid=168): Launched
22:49:10.080313 run                             mass: MS start registered  {at=19393055.78361344, delay=0.006606891751289368, ms=00033}
22:49:10.121866 run                             mass: MS performed LU  {at=19393055.825192787, lu_delay=5.547094624489546, ms=00020}
22:49:10.168590 run                             mass: MS performed LU  {at=19393055.871901933, lu_delay=4.951418790966272, ms=00021}
22:49:10.311871 run                             mass: MS performed LU  {at=19393056.015197244, lu_delay=4.6941026374697685, ms=00022}
22:49:10.324094 run                osmo-ms-mob/00034: Starting mobile
22:49:10.338711 run       osmo-ms-mob/00034(pid=169): Launched
22:49:10.408047 run                             mass: MS start registered  {at=19393056.111362472, delay=0.0627429410815239, ms=00034}
22:49:10.791618 run                osmo-ms-mob/00035: Starting mobile
22:49:10.805874 run       osmo-ms-mob/00035(pid=170): Launched
22:49:10.817313 run                             mass: MS start registered  {at=19393056.520648126, delay=0.004902046173810959, ms=00035}
22:49:11.192222 run                osmo-ms-mob/00036: Starting mobile
22:49:11.208523 run       osmo-ms-mob/00036(pid=171): Launched
22:49:11.220290 run                             mass: MS start registered  {at=19393056.92363968, delay=0.005161236971616745, ms=00036}
22:49:11.591497 run                osmo-ms-mob/00037: Starting mobile
22:49:11.605631 run       osmo-ms-mob/00037(pid=172): Launched
22:49:11.617108 run                             mass: MS start registered  {at=19393057.320458952, delay=0.005065634846687317, ms=00037}
22:49:11.891418 run                osmo-ms-mob/00038: Starting mobile
22:49:11.905210 run       osmo-ms-mob/00038(pid=173): Launched
22:49:11.916652 run                             mass: MS start registered  {at=19393057.619977422, delay=0.004977274686098099, ms=00038}
22:49:12.023021 run                             mass: MS performed LU  {at=19393057.72634896, lu_delay=5.895134057849646, ms=00023}
22:49:12.069841 run                             mass: MS performed LU  {at=19393057.773165412, lu_delay=4.650188654661179, ms=00026}
22:49:12.082140 run                osmo-ms-mob/00039: Starting mobile
22:49:12.096136 run       osmo-ms-mob/00039(pid=174): Launched
22:49:12.107427 run                             mass: MS start registered  {at=19393057.810774464, delay=0.004802905023097992, ms=00039}
22:49:12.138285 run                             mass: MS performed LU  {at=19393057.841618728, lu_delay=5.118462186306715, ms=00025}
22:49:12.175189 run                             mass: MS performed LU  {at=19393057.878516227, lu_delay=5.7348135113716125, ms=00024}
22:49:12.597144 run                osmo-ms-mob/00040: Starting mobile
22:49:12.611931 run       osmo-ms-mob/00040(pid=175): Launched
22:49:12.623398 run                             mass: MS start registered  {at=19393058.326748073, delay=0.0048886798322200775, ms=00040}
22:49:12.891775 run                osmo-ms-mob/00041: Starting mobile
22:49:12.906072 run       osmo-ms-mob/00041(pid=176): Launched
22:49:12.917133 run                             mass: MS start registered  {at=19393058.62048456, delay=0.004590332508087158, ms=00041}
22:49:13.192274 run                osmo-ms-mob/00042: Starting mobile
22:49:13.206457 run       osmo-ms-mob/00042(pid=177): Launched
22:49:13.217423 run                             mass: MS start registered  {at=19393058.92077457, delay=0.0045290663838386536, ms=00042}
22:49:13.591664 run                osmo-ms-mob/00043: Starting mobile
22:49:13.605088 run       osmo-ms-mob/00043(pid=178): Launched
22:49:13.616667 run                             mass: MS start registered  {at=19393059.320015382, delay=0.004767809063196182, ms=00043}
22:49:13.806082 run                             mass: MS performed LU  {at=19393059.50931566, lu_delay=5.572933603078127, ms=00028}
22:49:13.833818 run                osmo-ms-mob/00044: Starting mobile
22:49:13.847794 run       osmo-ms-mob/00044(pid=179): Launched
22:49:13.858816 run                             mass: MS start registered  {at=19393059.562165216, delay=0.004733782261610031, ms=00044}
22:49:13.888132 run                             mass: MS performed LU  {at=19393059.591468696, lu_delay=4.862170830368996, ms=00030}
22:49:13.934843 run                             mass: MS performed LU  {at=19393059.63810669, lu_delay=6.116367045789957, ms=00027}
22:49:13.957746 run                osmo-ms-mob/00045: Starting mobile
22:49:13.970821 run       osmo-ms-mob/00045(pid=180): Launched
22:49:13.981928 run                             mass: MS start registered  {at=19393059.68527486, delay=0.004945192486047745, ms=00045}
22:49:14.077701 run                             mass: MS performed LU  {at=19393059.78102858, lu_delay=5.659614849835634, ms=00029}
22:49:14.094948 run                             mass: MS performed LU  {at=19393059.798298273, lu_delay=4.6586536429822445, ms=00031}
22:49:14.106782 run                osmo-ms-mob/00046: Starting mobile
22:49:14.120445 run       osmo-ms-mob/00046(pid=181): Launched
22:49:14.132104 run                             mass: MS start registered  {at=19393059.835457418, delay=0.004520237445831299, ms=00046}
22:49:14.804505 run                osmo-ms-mob/00047: Starting mobile
22:49:14.818597 run       osmo-ms-mob/00047(pid=182): Launched
22:49:14.830148 run                             mass: MS start registered  {at=19393060.53349103, delay=0.004835493862628937, ms=00047}
22:49:15.092613 run                osmo-ms-mob/00048: Starting mobile
22:49:15.107057 run       osmo-ms-mob/00048(pid=183): Launched
22:49:15.118689 run                             mass: MS start registered  {at=19393060.822033282, delay=0.004926268011331558, ms=00048}
22:49:15.393133 run                osmo-ms-mob/00049: Starting mobile
22:49:15.406936 run       osmo-ms-mob/00049(pid=184): Launched
22:49:15.418230 run                             mass: MS start registered  {at=19393061.121579062, delay=0.003275945782661438, ms=00049}
22:49:15.670044 run                             mass: MS performed LU  {at=19393061.373291913, lu_delay=4.85264378786087, ms=00035}
22:49:15.770638 run                osmo-ms-mob/00050: Starting mobile
22:49:15.793034 run       osmo-ms-mob/00050(pid=185): Launched
22:49:15.799312 run                             mass: Starting too slowly. Moving on {now=19393061.502681524, sleep=-0.013644002377986908, target=19393061.48903752}
22:49:15.805115 run                             mass: MS performed LU  {at=19393061.50847394, lu_delay=5.72486050054431, ms=00033}
22:49:15.811013 run                             mass: MS start registered  {at=19393061.514379725, delay=0.011700481176376343, ms=00050}
22:49:15.834940 run                             mass: MS performed LU  {at=19393061.53828748, lu_delay=4.614647798240185, ms=00036}
22:49:15.998328 run                             mass: MS performed LU  {at=19393061.701580863, lu_delay=5.590218391269445, ms=00034}
22:49:16.207665 run                osmo-ms-mob/00051: Starting mobile
22:49:16.225898 run       osmo-ms-mob/00051(pid=186): Launched
22:49:16.232240 run                             mass: Starting too slowly. Moving on {now=19393061.935609404, sleep=-0.04657187685370445, target=19393061.889037527}
22:49:16.238151 run                             mass: MS start registered  {at=19393061.941510905, delay=0.005903884768486023, ms=00051}
22:49:16.660989 run                osmo-ms-mob/00052: Starting mobile
22:49:16.694171 run       osmo-ms-mob/00052(pid=187): Launched
22:49:16.700556 run                             mass: Starting too slowly. Moving on {now=19393062.40392443, sleep=-0.21488690003752708, target=19393062.18903753}
22:49:16.706687 run                             mass: MS start registered  {at=19393062.410044815, delay=0.006122954189777374, ms=00052}
22:49:16.712986 run                             mass: Starting too slowly. Moving on {now=19393062.416354064, sleep=-0.12731653079390526, target=19393062.289037533}
22:49:16.718930 run                             mass: Starting too slowly. Moving on {now=19393062.42230107, sleep=-0.03326353430747986, target=19393062.389037535}
22:49:16.730398 run                osmo-ms-mob/00053: Starting mobile
22:49:16.746008 run       osmo-ms-mob/00053(pid=188): Launched
22:49:16.757143 run                             mass: MS start registered  {at=19393062.460495938, delay=0.0047346800565719604, ms=00053}
22:49:17.014373 run                osmo-ms-mob/00054: Starting mobile
22:49:17.029151 run       osmo-ms-mob/00054(pid=189): Launched
22:49:17.041899 run                             mass: MS start registered  {at=19393062.74523717, delay=0.006120078265666962, ms=00054}
22:49:17.297059 run                osmo-ms-mob/00055: Starting mobile
22:49:17.310814 run       osmo-ms-mob/00055(pid=190): Launched
22:49:17.321985 run                             mass: MS start registered  {at=19393063.025333267, delay=0.004730749875307083, ms=00055}
22:49:17.608652 run                osmo-ms-mob/00056: Starting mobile
22:49:17.622918 run       osmo-ms-mob/00056(pid=191): Launched
22:49:17.634169 run                             mass: MS start registered  {at=19393063.337519336, delay=0.004763692617416382, ms=00056}
22:49:17.653740 run                             mass: MS performed LU  {at=19393063.35701666, lu_delay=7.935794860124588, ms=00032}
22:49:17.806162 run                             mass: MS performed LU  {at=19393063.509488747, lu_delay=5.889511324465275, ms=00038}
22:49:17.831317 run                osmo-ms-mob/00057: Starting mobile
22:49:17.847020 run       osmo-ms-mob/00057(pid=192): Launched
22:49:17.854413 run                             mass: MS performed LU  {at=19393063.55776734, lu_delay=5.746992874890566, ms=00039}
22:49:17.864817 run                             mass: MS start registered  {at=19393063.568179887, delay=0.010435402393341064, ms=00057}
22:49:17.897908 run                             mass: MS performed LU  {at=19393063.601226192, lu_delay=5.274478118866682, ms=00040}
22:49:17.916394 run                             mass: MS performed LU  {at=19393063.619720683, lu_delay=4.698946110904217, ms=00042}
22:49:17.938691 run                osmo-ms-mob/00058: Starting mobile
22:49:17.955873 run       osmo-ms-mob/00058(pid=193): Launched
22:49:17.970566 run                             mass: MS start registered  {at=19393063.673911426, delay=0.008126620203256607, ms=00058}
22:49:18.592564 run                osmo-ms-mob/00059: Starting mobile
22:49:18.612326 run       osmo-ms-mob/00059(pid=194): Launched
22:49:18.623826 run                             mass: MS start registered  {at=19393064.32717326, delay=0.004789456725120544, ms=00059}
22:49:18.659954 run                             mass: MS performed LU  {at=19393064.363286156, lu_delay=7.04282720386982, ms=00037}
22:49:18.826727 run                             mass: MS performed LU  {at=19393064.529944707, lu_delay=5.209929324686527, ms=00043}
22:49:18.851140 run                osmo-ms-mob/00060: Starting mobile
22:49:18.865009 run       osmo-ms-mob/00060(pid=195): Launched
22:49:18.871604 run                             mass: MS performed LU  {at=19393064.574960954, lu_delay=4.739503536373377, ms=00046}
22:49:18.877927 run                             mass: MS performed LU  {at=19393064.58129052, lu_delay=4.047799490392208, ms=00047}
22:49:18.883889 run                             mass: MS start registered  {at=19393064.58725505, delay=0.01231382042169571, ms=00060}
22:49:19.292985 run                osmo-ms-mob/00061: Starting mobile
22:49:19.307226 run       osmo-ms-mob/00061(pid=196): Launched
22:49:19.318528 run                             mass: MS start registered  {at=19393065.021881033, delay=0.004845447838306427, ms=00061}
22:49:19.434927 run                             mass: MS performed LU  {at=19393065.13826222, lu_delay=4.316228937357664, ms=00048}
22:49:19.471427 run                             mass: MS performed LU  {at=19393065.174763586, lu_delay=5.48948872461915, ms=00045}
22:49:19.483437 run                osmo-ms-mob/00062: Starting mobile
22:49:19.498119 run       osmo-ms-mob/00062(pid=197): Launched
22:49:19.510944 run                             mass: MS start registered  {at=19393065.21428342, delay=0.006301160901784897, ms=00062}
22:49:19.527425 run                             mass: MS performed LU  {at=19393065.230761815, lu_delay=5.668596599251032, ms=00044}
22:49:19.892307 run                osmo-ms-mob/00063: Starting mobile
22:49:19.906582 run       osmo-ms-mob/00063(pid=198): Launched
22:49:19.918487 run                             mass: MS start registered  {at=19393065.621822655, delay=0.005320250988006592, ms=00063}
22:49:20.299805 run                osmo-ms-mob/00064: Starting mobile
22:49:20.314137 run       osmo-ms-mob/00064(pid=199): Launched
22:49:20.325927 run                             mass: MS start registered  {at=19393066.029256105, delay=0.005352426320314407, ms=00064}
22:49:20.710899 run                osmo-ms-mob/00065: Starting mobile
22:49:20.732826 run       osmo-ms-mob/00065(pid=200): Launched
22:49:20.744481 run                             mass: MS start registered  {at=19393066.447828636, delay=0.004904869943857193, ms=00065}
22:49:21.001122 run                osmo-ms-mob/00066: Starting mobile
22:49:21.015504 run       osmo-ms-mob/00066(pid=201): Launched
22:49:21.026663 run                             mass: MS start registered  {at=19393066.730014723, delay=0.004852063953876495, ms=00066}
22:49:21.335998 run                             mass: MS performed LU  {at=19393067.039332327, lu_delay=5.097821421921253, ms=00051}
22:49:21.348752 run                osmo-ms-mob/00067: Starting mobile
22:49:21.363540 run       osmo-ms-mob/00067(pid=202): Launched
22:49:21.373897 run                             mass: MS performed LU  {at=19393067.07723738, lu_delay=4.616741441190243, ms=00053}
22:49:21.380274 run                             mass: MS start registered  {at=19393067.083640184, delay=0.010385628789663315, ms=00067}
22:49:21.420287 run                             mass: MS performed LU  {at=19393067.123539075, lu_delay=4.713494259864092, ms=00052}
22:49:21.435513 run                osmo-ms-mob/00068: Starting mobile
22:49:21.449372 run       osmo-ms-mob/00068(pid=203): Launched
22:49:21.460903 run                             mass: MS start registered  {at=19393067.16425291, delay=0.005023591220378876, ms=00068}
22:49:21.663758 run                             mass: MS performed LU  {at=19393067.367092337, lu_delay=6.245513275265694, ms=00049}
22:49:21.682125 run                             mass: MS performed LU  {at=19393067.385464128, lu_delay=5.871084403246641, ms=00050}
22:49:21.719331 run                             mass: MS performed LU  {at=19393067.422672026, lu_delay=4.677434854209423, ms=00054}
22:49:21.730902 run                osmo-ms-mob/00069: Starting mobile
22:49:21.744584 run       osmo-ms-mob/00069(pid=204): Launched
22:49:21.755945 run                             mass: MS start registered  {at=19393067.45929504, delay=0.0050113387405872345, ms=00069}
22:49:22.466921 run                             mass: MS performed LU  {at=19393068.170252375, lu_delay=3.58299732580781, ms=00060}
22:49:22.478976 run                osmo-ms-mob/00070: Starting mobile
22:49:22.493036 run       osmo-ms-mob/00070(pid=205): Launched
22:49:22.504585 run                             mass: MS start registered  {at=19393068.207925264, delay=0.005053199827671051, ms=00070}
22:49:22.526753 run                             mass: MS performed LU  {at=19393068.23008406, lu_delay=3.902910802513361, ms=00059}
22:49:22.892330 run                osmo-ms-mob/00071: Starting mobile
22:49:22.906659 run       osmo-ms-mob/00071(pid=206): Launched
22:49:22.917968 run                             mass: MS start registered  {at=19393068.621319283, delay=0.00494050607085228, ms=00071}
22:49:23.200745 run                             mass: MS performed LU  {at=19393068.903992396, lu_delay=5.335812509059906, ms=00057}
22:49:23.213300 run                osmo-ms-mob/00072: Starting mobile
22:49:23.227442 run       osmo-ms-mob/00072(pid=207): Launched
22:49:23.237963 run                             mass: MS performed LU  {at=19393068.941308275, lu_delay=5.2673968486487865, ms=00058}
22:49:23.244430 run                             mass: MS start registered  {at=19393068.947794326, delay=0.010193970054388046, ms=00072}
22:49:23.293380 run                             mass: MS performed LU  {at=19393068.996713538, lu_delay=5.971380271017551, ms=00055}
22:49:23.696430 run                osmo-ms-mob/00073: Starting mobile
22:49:23.723348 run       osmo-ms-mob/00073(pid=208): Launched
22:49:23.740715 run                             mass: MS start registered  {at=19393069.444023237, delay=0.008850667625665665, ms=00073}
22:49:24.093078 run                osmo-ms-mob/00074: Starting mobile
22:49:24.107331 run       osmo-ms-mob/00074(pid=209): Launched
22:49:24.119054 run                             mass: MS start registered  {at=19393069.82239807, delay=0.005323689430952072, ms=00074}
22:49:24.479569 run                             mass: MS performed LU  {at=19393070.18288217, lu_delay=6.845362834632397, ms=00056}
22:49:24.491662 run                osmo-ms-mob/00075: Starting mobile
22:49:24.505646 run       osmo-ms-mob/00075(pid=210): Launched
22:49:24.516869 run                             mass: MS start registered  {at=19393070.220216915, delay=0.004788018763065338, ms=00075}
22:49:25.004513 run                osmo-ms-mob/00076: Starting mobile
22:49:25.019969 run       osmo-ms-mob/00076(pid=211): Launched
22:49:25.031912 run                             mass: MS start registered  {at=19393070.7352489, delay=0.005371075123548508, ms=00076}
22:49:25.101670 run                             mass: MS performed LU  {at=19393070.805004165, lu_delay=5.590720742940903, ms=00062}
22:49:25.231422 run                             mass: MS performed LU  {at=19393070.934731655, lu_delay=4.905475549399853, ms=00064}
22:49:25.249902 run                             mass: MS performed LU  {at=19393070.953238998, lu_delay=5.931357964873314, ms=00061}
22:49:25.261771 run                osmo-ms-mob/00077: Starting mobile
22:49:25.275736 run       osmo-ms-mob/00077(pid=212): Launched
22:49:25.287205 run                             mass: MS start registered  {at=19393070.990550376, delay=0.004946015775203705, ms=00077}
22:49:25.374966 run                             mass: MS performed LU  {at=19393071.078255054, lu_delay=5.456432398408651, ms=00063}
22:49:25.393747 run                             mass: MS performed LU  {at=19393071.097077113, lu_delay=4.649248477071524, ms=00065}
22:49:25.891697 run                osmo-ms-mob/00078: Starting mobile
22:49:25.905912 run       osmo-ms-mob/00078(pid=213): Launched
22:49:25.917292 run                             mass: MS start registered  {at=19393071.6206351, delay=0.004922837018966675, ms=00078}
22:49:26.292581 run                osmo-ms-mob/00079: Starting mobile
22:49:26.306704 run       osmo-ms-mob/00079(pid=214): Launched
22:49:26.318862 run                             mass: MS start registered  {at=19393072.022199754, delay=0.005687262862920761, ms=00079}
22:49:26.795906 run                osmo-ms-mob/00080: Starting mobile
22:49:26.809841 run       osmo-ms-mob/00080(pid=215): Launched
22:49:26.821362 run                             mass: MS start registered  {at=19393072.524713762, delay=0.005090244114398956, ms=00080}
22:49:26.967156 run                             mass: MS performed LU  {at=19393072.670471285, lu_delay=5.2111762426793575, ms=00069}
22:49:27.003762 run                             mass: MS performed LU  {at=19393072.70708358, lu_delay=4.499158315360546, ms=00070}
22:49:27.059145 run                             mass: MS performed LU  {at=19393072.762478396, lu_delay=5.598225485533476, ms=00068}
22:49:27.291979 run                osmo-ms-mob/00081: Starting mobile
22:49:27.306614 run       osmo-ms-mob/00081(pid=216): Launched
22:49:27.313470 run                             mass: MS performed LU  {at=19393073.016825445, lu_delay=5.933185260742903, ms=00067}
22:49:27.320151 run                             mass: MS start registered  {at=19393073.02351508, delay=0.006710860878229141, ms=00081}
22:49:27.330826 run                             mass: MS performed LU  {at=19393073.034169916, lu_delay=6.304155193269253, ms=00066}
22:49:27.693600 run                osmo-ms-mob/00082: Starting mobile
22:49:27.708825 run       osmo-ms-mob/00082(pid=217): Launched
22:49:27.720181 run                             mass: MS start registered  {at=19393073.42353417, delay=0.004472170025110245, ms=00082}
22:49:28.291807 run                osmo-ms-mob/00083: Starting mobile
22:49:28.305179 run       osmo-ms-mob/00083(pid=218): Launched
22:49:28.316874 run                             mass: MS start registered  {at=19393074.020222314, delay=0.005496937781572342, ms=00083}
22:49:28.808233 run                osmo-ms-mob/00084: Starting mobile
22:49:28.822084 run       osmo-ms-mob/00084(pid=219): Launched
22:49:28.833037 run                             mass: MS start registered  {at=19393074.53638776, delay=0.004839610308408737, ms=00084}
22:49:28.952157 run                             mass: MS performed LU  {at=19393074.655358825, lu_delay=4.83296075463295, ms=00074}
22:49:28.996968 run                             mass: MS performed LU  {at=19393074.70030098, lu_delay=6.078981697559357, ms=00071}
22:49:29.015432 run                             mass: MS performed LU  {at=19393074.718750592, lu_delay=5.27472735568881, ms=00073}
22:49:29.103720 run                             mass: MS performed LU  {at=19393074.80698467, lu_delay=5.859190344810486, ms=00072}
22:49:29.128838 run                osmo-ms-mob/00085: Starting mobile
22:49:29.143148 run       osmo-ms-mob/00085(pid=220): Launched
22:49:29.149605 run                             mass: MS performed LU  {at=19393074.85296309, lu_delay=4.632746174931526, ms=00075}
22:49:29.155722 run                             mass: MS start registered  {at=19393074.85908872, delay=0.006145123392343521, ms=00085}
22:49:29.906667 run                osmo-ms-mob/00086: Starting mobile
22:49:29.921145 run       osmo-ms-mob/00086(pid=221): Launched
22:49:29.932583 run                             mass: MS start registered  {at=19393075.635936294, delay=0.005165155977010727, ms=00086}
22:49:30.491937 run                osmo-ms-mob/00087: Starting mobile
22:49:30.506024 run       osmo-ms-mob/00087(pid=222): Launched
22:49:30.517261 run                             mass: MS start registered  {at=19393076.220612314, delay=0.003312639892101288, ms=00087}
22:49:30.733766 run                             mass: MS performed LU  {at=19393076.437060934, lu_delay=4.816425833851099, ms=00078}
22:49:30.769576 run                             mass: MS performed LU  {at=19393076.47282901, lu_delay=5.482278633862734, ms=00077}
22:49:30.852300 run                             mass: MS performed LU  {at=19393076.55563244, lu_delay=4.533432684838772, ms=00079}
22:49:31.041534 run                             mass: MS performed LU  {at=19393076.74484466, lu_delay=6.009595759212971, ms=00076}
22:49:31.057071 run                osmo-ms-mob/00088: Starting mobile
22:49:31.071257 run       osmo-ms-mob/00088(pid=223): Launched
22:49:31.082394 run                             mass: MS start registered  {at=19393076.78572093, delay=0.00475388765335083, ms=00088}
22:49:31.697069 run                osmo-ms-mob/00089: Starting mobile
22:49:31.724064 run       osmo-ms-mob/00089(pid=224): Launched
22:49:31.739063 run                             mass: MS start registered  {at=19393077.442394957, delay=0.0034864619374275208, ms=00089}
22:49:32.292014 run                osmo-ms-mob/00090: Starting mobile
22:49:32.306708 run       osmo-ms-mob/00090(pid=225): Launched
22:49:32.318148 run                             mass: MS start registered  {at=19393078.02149351, delay=0.004822488874197006, ms=00090}
22:49:32.717864 run                             mass: MS performed LU  {at=19393078.4210513, lu_delay=5.896337538957596, ms=00080}
22:49:32.764306 run                             mass: MS performed LU  {at=19393078.46757567, lu_delay=5.44406059011817, ms=00081}
22:49:32.782635 run                             mass: MS performed LU  {at=19393078.4859992, lu_delay=5.062465030699968, ms=00082}
22:49:32.794384 run                osmo-ms-mob/00091: Starting mobile
22:49:32.808063 run       osmo-ms-mob/00091(pid=226): Launched
22:49:32.819534 run                             mass: MS start registered  {at=19393078.52288285, delay=0.004418790340423584, ms=00091}
22:49:32.869721 run                             mass: MS performed LU  {at=19393078.57297164, lu_delay=4.552749324589968, ms=00083}
22:49:33.706088 run                osmo-ms-mob/00092: Starting mobile
22:49:33.719994 run       osmo-ms-mob/00092(pid=227): Launched
22:49:33.731488 run                             mass: MS start registered  {at=19393079.43483078, delay=0.004986010491847992, ms=00092}
22:49:34.492978 run                osmo-ms-mob/00093: Starting mobile
22:49:34.508279 run       osmo-ms-mob/00093(pid=228): Launched
22:49:34.514726 run                             mass: MS performed LU  {at=19393080.218080398, lu_delay=4.582144103944302, ms=00086}
22:49:34.521062 run                             mass: MS start registered  {at=19393080.224425413, delay=0.006368730217218399, ms=00093}
22:49:34.535277 run                             mass: MS performed LU  {at=19393080.238592964, lu_delay=5.702205203473568, ms=00084}
22:49:34.618122 run                             mass: MS performed LU  {at=19393080.321452975, lu_delay=5.4623642563819885, ms=00085}
22:49:34.790363 run                             mass: MS performed LU  {at=19393080.49363976, lu_delay=21.8731551989913, ms=00041}
22:49:35.406739 run                osmo-ms-mob/00094: Starting mobile
22:49:35.428436 run       osmo-ms-mob/00094(pid=229): Launched
22:49:35.439672 run                             mass: MS start registered  {at=19393081.143016946, delay=0.005203884094953537, ms=00094}
22:49:36.292281 run                osmo-ms-mob/00095: Starting mobile
22:49:36.306755 run       osmo-ms-mob/00095(pid=230): Launched
22:49:36.318116 run                             mass: MS start registered  {at=19393082.021469034, delay=0.004580516368150711, ms=00095}
22:49:36.482762 run                             mass: MS performed LU  {at=19393082.18608845, lu_delay=5.965476136654615, ms=00087}
22:49:36.528897 run                             mass: MS performed LU  {at=19393082.23222796, lu_delay=5.446507029235363, ms=00088}
22:49:36.547371 run                             mass: MS performed LU  {at=19393082.250679243, lu_delay=4.8082842864096165, ms=00089}
22:49:37.292037 run                osmo-ms-mob/00096: Starting mobile
22:49:37.305733 run       osmo-ms-mob/00096(pid=231): Launched
22:49:37.317422 run                             mass: MS start registered  {at=19393083.02076272, delay=0.005196649581193924, ms=00096}
22:49:38.264921 run                             mass: MS performed LU  {at=19393083.96815126, lu_delay=5.445268411189318, ms=00091}
22:49:38.293067 run                             mass: MS performed LU  {at=19393083.996424504, lu_delay=5.974930994212627, ms=00090}
22:49:38.304241 run                osmo-ms-mob/00097: Starting mobile
22:49:38.317366 run       osmo-ms-mob/00097(pid=232): Launched
22:49:38.328953 run                             mass: MS start registered  {at=19393084.032296374, delay=0.005150817334651947, ms=00097}
22:49:38.384227 run                             mass: MS performed LU  {at=19393084.08756287, lu_delay=4.652732089161873, ms=00092}
22:49:39.692054 run                osmo-ms-mob/00098: Starting mobile
22:49:39.705984 run       osmo-ms-mob/00098(pid=233): Launched
22:49:39.717066 run                             mass: MS start registered  {at=19393085.42041379, delay=0.004598744213581085, ms=00098}
22:49:40.248773 run                             mass: MS performed LU  {at=19393085.951974507, lu_delay=4.808957561850548, ms=00094}
22:49:40.294894 run                             mass: MS performed LU  {at=19393085.998229057, lu_delay=5.773803643882275, ms=00093}
22:49:41.492302 run                osmo-ms-mob/00099: Starting mobile
22:49:41.506835 run       osmo-ms-mob/00099(pid=234): Launched
22:49:41.513406 run                             mass: All started... {duration=55.72773802652955, too_slow=5}
22:49:41.519526 run                             mass: MS start registered  {at=19393087.22288475, delay=0.006113734096288681, ms=00099}
22:49:42.150312 run                             mass: MS performed LU  {at=19393087.853566535, lu_delay=4.832803815603256, ms=00096}
22:49:42.196344 run                             mass: MS performed LU  {at=19393087.899626914, lu_delay=5.878157880157232, ms=00095}
22:49:44.015267 run                             mass: MS performed LU  {at=19393089.71858137, lu_delay=5.686284996569157, ms=00097}
22:49:45.916091 run                             mass: MS performed LU  {at=19393091.619422674, lu_delay=6.199008885771036, ms=00098}
22:49:47.780832 run                             mass: MS performed LU  {at=19393093.48416731, lu_delay=6.261282559484243, ms=00099}
22:49:47.787220 run                             mass: Tests done {all_completed=True, max=21.8731551989913, min=3.58299732580781}
22:49:47.793107 tst         register_default_mass.py: Test passed (87.9 sec)
22:49:47.798775 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:47.802236 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:47.805653 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:47.809102 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:47.812525 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:47.815945 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:47.819385 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:47.822842 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:47.826279 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:47.829714 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:47.833124 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:47.837379 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:47.840816 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:47.844237 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:47.847685 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:47.851353 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:47.854873 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:47.858362 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:47.861887 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:47.865554 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:47.869018 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:47.872484 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:47.875939 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:47.879384 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:47.882836 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:47.886267 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:47.890390 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:47.893918 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:47.897599 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:47.901036 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:47.904448 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:47.907870 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:47.911286 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:47.914660 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:47.918050 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:47.921506 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:47.925179 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:47.928637 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:47.932080 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:47.935507 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:47.938919 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:47.942549 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:47.946015 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:47.949436 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:47.952877 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:47.956300 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:47.959751 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:47.963188 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:47.966611 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:47.970182 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:47.973601 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:47.977002 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:47.980416 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:47.983844 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:47.987283 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:47.990852 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:47.994292 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:47.997719 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:48.001126 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:48.004527 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:48.007931 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:48.011344 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:48.014779 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:48.018331 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:48.021759 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:48.025174 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:48.028579 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:48.032013 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:48.035420 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:48.038829 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:48.042260 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:48.045678 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:48.049077 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:48.052480 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:48.055893 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:48.059304 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:48.062713 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:48.066119 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:48.069532 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:48.072941 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:48.076350 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:48.079761 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:48.083259 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:48.086673 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:48.090083 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:48.093503 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:48.096941 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:48.100378 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:48.103803 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:48.107221 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:48.110633 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:48.114048 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:48.117476 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:48.120909 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:48.124317 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:48.127730 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:48.131135 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:48.134943 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:48.138371 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:48.142357 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:48.145758 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:48.149161 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:48.152586 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:48.155996 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:48.159406 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:48.162815 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:48.166217 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:48.169698 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:48.173121 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:48.176619 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:48.180030 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:48.183442 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:48.186857 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:48.190291 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:48.193719 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:48.197122 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:48.200575 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:48.203988 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:48.207398 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:48.210797 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:48.214181 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:48.217534 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:48.220934 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:48.224324 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:48.227723 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:48.231139 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:48.234552 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:48.237942 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:48.241342 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:48.244734 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:48.248126 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:48.251512 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:48.254905 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:48.258285 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:48.261680 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:48.265059 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:48.268443 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:48.271827 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:48.275211 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:48.278604 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:48.281978 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:48.285363 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:48.288748 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:48.292127 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:48.295510 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:48.298893 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:48.302276 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:48.305658 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:48.309036 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:48.312415 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:48.315808 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:48.319254 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:48.322638 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:48.326017 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:48.329389 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:48.332786 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:48.336201 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:48.339599 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:48.343002 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:48.346388 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:48.349790 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:48.353165 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:48.356542 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:48.359919 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:48.363301 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:48.366687 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:48.370091 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:48.373527 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:48.376912 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:48.380301 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:48.383700 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:48.387100 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:48.390487 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:48.393884 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:48.397278 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:48.400727 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:48.404123 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:48.407524 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:48.410912 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:48.414313 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:48.417699 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:48.421114 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:48.424517 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:48.427914 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:48.431334 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:48.434750 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:48.438150 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:48.441594 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:48.445003 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:48.448469 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:48.451875 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:48.455272 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:48.458702 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:48.462103 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:48.465508 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:48.468915 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:48.472303 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:48.475692 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:48.479092 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:48.482483 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:48.485880 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:48.489285 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:48.492686 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:48.496067 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:48.499458 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:48.502857 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:48.506243 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:48.509643 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:48.513082 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:48.516485 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:48.519905 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:48.523280 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:48.526591 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:48.529943 ---      ParallelTerminationStrategy: PID 22 died...
22:49:48.531491 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:48.535255 ---      ParallelTerminationStrategy: PID 23 died...
22:49:48.536775 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:48.540521 ---      ParallelTerminationStrategy: PID 24 died...
22:49:48.542039 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:48.545816 ---      ParallelTerminationStrategy: PID 25 died...
22:49:48.547353 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:48.551102 ---      ParallelTerminationStrategy: PID 26 died...
22:49:48.552626 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:48.556391 ---      ParallelTerminationStrategy: PID 27 died...
22:49:48.557926 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:48.561691 ---      ParallelTerminationStrategy: PID 28 died...
22:49:48.563221 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:48.567037 ---      ParallelTerminationStrategy: PID 29 died...
22:49:48.568587 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:48.572361 ---      ParallelTerminationStrategy: PID 30 died...
22:49:48.573905 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:48.577700 ---      ParallelTerminationStrategy: PID 31 died...
22:49:48.579249 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:48.583061 ---      ParallelTerminationStrategy: PID 32 died...
22:49:48.584589 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:48.588397 ---      ParallelTerminationStrategy: PID 33 died...
22:49:48.589953 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:48.593813 ---      ParallelTerminationStrategy: PID 35 died...
22:49:48.595364 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:48.599182 ---      ParallelTerminationStrategy: PID 36 died...
22:49:48.600730 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:48.604532 ---      ParallelTerminationStrategy: PID 37 died...
22:49:48.606080 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:48.609907 ---      ParallelTerminationStrategy: PID 38 died...
22:49:48.611460 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:48.615284 ---      ParallelTerminationStrategy: PID 39 died...
22:49:48.616824 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:48.620636 ---      ParallelTerminationStrategy: PID 40 died...
22:49:48.622199 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:48.626013 ---      ParallelTerminationStrategy: PID 41 died...
22:49:48.627538 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:48.631368 ---      ParallelTerminationStrategy: PID 42 died...
22:49:48.632907 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:48.636676 ---      ParallelTerminationStrategy: PID 43 died...
22:49:48.638217 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:48.641996 ---      ParallelTerminationStrategy: PID 44 died...
22:49:48.643524 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:48.647308 ---      ParallelTerminationStrategy: PID 45 died...
22:49:48.648844 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:48.652646 ---      ParallelTerminationStrategy: PID 46 died...
22:49:48.654151 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:48.657936 ---      ParallelTerminationStrategy: PID 47 died...
22:49:48.659469 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:48.663282 ---      ParallelTerminationStrategy: PID 48 died...
22:49:48.664815 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:48.668602 ---      ParallelTerminationStrategy: PID 49 died...
22:49:48.670136 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:48.674006 ---      ParallelTerminationStrategy: PID 50 died...
22:49:48.675533 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:48.679352 ---      ParallelTerminationStrategy: PID 51 died...
22:49:48.681015 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:48.684814 ---      ParallelTerminationStrategy: PID 52 died...
22:49:48.686354 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:48.690130 ---      ParallelTerminationStrategy: PID 53 died...
22:49:48.691669 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:48.695478 ---      ParallelTerminationStrategy: PID 54 died...
22:49:48.697032 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:48.700809 ---      ParallelTerminationStrategy: PID 55 died...
22:49:48.702315 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:48.705940 ---      ParallelTerminationStrategy: PID 56 died...
22:49:48.707408 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:48.711158 ---      ParallelTerminationStrategy: PID 57 died...
22:49:48.712692 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:48.716471 ---      ParallelTerminationStrategy: PID 58 died...
22:49:48.717982 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:48.721744 ---      ParallelTerminationStrategy: PID 59 died...
22:49:48.723279 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:48.727085 ---      ParallelTerminationStrategy: PID 60 died...
22:49:48.728653 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:48.732436 ---      ParallelTerminationStrategy: PID 61 died...
22:49:48.733972 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:48.737822 ---      ParallelTerminationStrategy: PID 62 died...
22:49:48.739373 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:48.743205 ---      ParallelTerminationStrategy: PID 63 died...
22:49:48.744745 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:48.748576 ---      ParallelTerminationStrategy: PID 64 died...
22:49:48.750139 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:48.753981 ---      ParallelTerminationStrategy: PID 65 died...
22:49:48.755534 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:48.759411 ---      ParallelTerminationStrategy: PID 66 died...
22:49:48.760951 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:48.764767 ---      ParallelTerminationStrategy: PID 67 died...
22:49:48.766316 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:48.770086 ---      ParallelTerminationStrategy: PID 68 died...
22:49:48.771601 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:48.775380 ---      ParallelTerminationStrategy: PID 69 died...
22:49:48.776923 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:48.780745 ---      ParallelTerminationStrategy: PID 70 died...
22:49:48.782292 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:48.786125 ---      ParallelTerminationStrategy: PID 71 died...
22:49:48.787677 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:48.791528 ---      ParallelTerminationStrategy: PID 72 died...
22:49:48.793079 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:48.796909 ---      ParallelTerminationStrategy: PID 73 died...
22:49:48.798466 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:48.802345 ---      ParallelTerminationStrategy: PID 74 died...
22:49:48.803890 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:48.807739 ---      ParallelTerminationStrategy: PID 75 died...
22:49:48.809290 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:48.813123 ---      ParallelTerminationStrategy: PID 76 died...
22:49:48.814666 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:48.818507 ---      ParallelTerminationStrategy: PID 77 died...
22:49:48.820051 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:48.823863 ---      ParallelTerminationStrategy: PID 78 died...
22:49:48.825405 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:48.829229 ---      ParallelTerminationStrategy: PID 79 died...
22:49:48.830779 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:48.834611 ---      ParallelTerminationStrategy: PID 80 died...
22:49:48.836165 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:48.839979 ---      ParallelTerminationStrategy: PID 81 died...
22:49:48.841534 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:48.845369 ---      ParallelTerminationStrategy: PID 82 died...
22:49:48.846921 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:48.850762 ---      ParallelTerminationStrategy: PID 83 died...
22:49:48.852304 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:48.856142 ---      ParallelTerminationStrategy: PID 84 died...
22:49:48.857690 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:48.861515 ---      ParallelTerminationStrategy: PID 85 died...
22:49:48.863062 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:48.866915 ---      ParallelTerminationStrategy: PID 86 died...
22:49:48.868456 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:48.872292 ---      ParallelTerminationStrategy: PID 87 died...
22:49:48.873851 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:48.877607 ---      ParallelTerminationStrategy: PID 88 died...
22:49:48.879091 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:48.882765 ---      ParallelTerminationStrategy: PID 89 died...
22:49:48.884317 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:48.888151 ---      ParallelTerminationStrategy: PID 90 died...
22:49:48.889708 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:48.893420 ---      ParallelTerminationStrategy: PID 91 died...
22:49:48.894927 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:48.898700 ---      ParallelTerminationStrategy: PID 92 died...
22:49:48.900243 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:48.904049 ---      ParallelTerminationStrategy: PID 93 died...
22:49:48.905594 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:48.909426 ---      ParallelTerminationStrategy: PID 94 died...
22:49:48.910974 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:48.914726 ---      ParallelTerminationStrategy: PID 95 died...
22:49:48.916227 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:48.920036 ---      ParallelTerminationStrategy: PID 96 died...
22:49:48.921575 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:48.925360 ---      ParallelTerminationStrategy: PID 97 died...
22:49:48.926895 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:48.930714 ---      ParallelTerminationStrategy: PID 98 died...
22:49:48.932243 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:48.936025 ---      ParallelTerminationStrategy: PID 99 died...
22:49:48.937551 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:48.941337 ---      ParallelTerminationStrategy: PID 100 died...
22:49:48.942869 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:48.946653 ---      ParallelTerminationStrategy: PID 101 died...
22:49:48.948182 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:48.952058 ---      ParallelTerminationStrategy: PID 102 died...
22:49:48.953599 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:48.957384 ---      ParallelTerminationStrategy: PID 103 died...
22:49:48.958917 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:48.962704 ---      ParallelTerminationStrategy: PID 104 died...
22:49:48.964226 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:48.968010 ---      ParallelTerminationStrategy: PID 105 died...
22:49:48.969549 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:48.973346 ---      ParallelTerminationStrategy: PID 106 died...
22:49:48.974876 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:48.978688 ---      ParallelTerminationStrategy: PID 107 died...
22:49:48.980231 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:48.984078 ---      ParallelTerminationStrategy: PID 108 died...
22:49:48.985617 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:48.989429 ---      ParallelTerminationStrategy: PID 109 died...
22:49:48.990967 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:48.994758 ---      ParallelTerminationStrategy: PID 110 died...
22:49:48.996303 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:49.000101 ---      ParallelTerminationStrategy: PID 111 died...
22:49:49.001634 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:49.005453 ---      ParallelTerminationStrategy: PID 112 died...
22:49:49.006985 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:49.010777 ---      ParallelTerminationStrategy: PID 113 died...
22:49:49.012317 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:49.016087 ---      ParallelTerminationStrategy: PID 114 died...
22:49:49.017632 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:49.021409 ---      ParallelTerminationStrategy: PID 115 died...
22:49:49.022939 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:49.026721 ---      ParallelTerminationStrategy: PID 116 died...
22:49:49.028254 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:49.032072 ---      ParallelTerminationStrategy: PID 117 died...
22:49:49.033671 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:49.037441 ---      ParallelTerminationStrategy: PID 118 died...
22:49:49.038966 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:49.042730 ---      ParallelTerminationStrategy: PID 119 died...
22:49:49.044252 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:49.048055 ---      ParallelTerminationStrategy: PID 120 died...
22:49:49.049591 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:49.053376 ---      ParallelTerminationStrategy: PID 121 died...
22:49:49.054900 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:49.058697 ---      ParallelTerminationStrategy: PID 122 died...
22:49:49.060219 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:49.064033 ---      ParallelTerminationStrategy: PID 123 died...
22:49:49.065604 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:49.069386 ---      ParallelTerminationStrategy: PID 124 died...
22:49:49.070913 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:49.074687 ---      ParallelTerminationStrategy: PID 125 died...
22:49:49.076225 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:49.080006 ---      ParallelTerminationStrategy: PID 126 died...
22:49:49.081558 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:49.085344 ---      ParallelTerminationStrategy: PID 127 died...
22:49:49.086878 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:49.090772 ---      ParallelTerminationStrategy: PID 128 died...
22:49:49.092359 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:49.096185 ---      ParallelTerminationStrategy: PID 129 died...
22:49:49.097738 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:49.101536 ---      ParallelTerminationStrategy: PID 130 died...
22:49:49.103066 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:49.106859 ---      ParallelTerminationStrategy: PID 131 died...
22:49:49.108385 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:49.112156 ---      ParallelTerminationStrategy: PID 132 died...
22:49:49.113689 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:49.117458 ---      ParallelTerminationStrategy: PID 133 died...
22:49:49.118989 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:49.122796 ---      ParallelTerminationStrategy: PID 134 died...
22:49:49.124316 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:49.128084 ---      ParallelTerminationStrategy: PID 135 died...
22:49:49.129632 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:49.133455 ---      ParallelTerminationStrategy: PID 136 died...
22:49:49.134986 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:49.138774 ---      ParallelTerminationStrategy: PID 137 died...
22:49:49.140291 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:49.144057 ---      ParallelTerminationStrategy: PID 138 died...
22:49:49.145566 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:49.149331 ---      ParallelTerminationStrategy: PID 139 died...
22:49:49.150839 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:49.154634 ---      ParallelTerminationStrategy: PID 140 died...
22:49:49.156247 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:49.160018 ---      ParallelTerminationStrategy: PID 141 died...
22:49:49.161535 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:49.165298 ---      ParallelTerminationStrategy: PID 142 died...
22:49:49.166807 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:49.170589 ---      ParallelTerminationStrategy: PID 143 died...
22:49:49.172115 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:49.175866 ---      ParallelTerminationStrategy: PID 144 died...
22:49:49.177377 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:49.181125 ---      ParallelTerminationStrategy: PID 145 died...
22:49:49.182631 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:49.186391 ---      ParallelTerminationStrategy: PID 146 died...
22:49:49.187909 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:49.191704 ---      ParallelTerminationStrategy: PID 147 died...
22:49:49.193226 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:49.196981 ---      ParallelTerminationStrategy: PID 148 died...
22:49:49.198501 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:49.202321 ---      ParallelTerminationStrategy: PID 149 died...
22:49:49.203828 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:49.207590 ---      ParallelTerminationStrategy: PID 150 died...
22:49:49.209119 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:49.212907 ---      ParallelTerminationStrategy: PID 151 died...
22:49:49.214429 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:49.218248 ---      ParallelTerminationStrategy: PID 152 died...
22:49:49.219760 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:49.223524 ---      ParallelTerminationStrategy: PID 153 died...
22:49:49.225034 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:49.228750 ---      ParallelTerminationStrategy: PID 154 died...
22:49:49.230279 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:49.234037 ---      ParallelTerminationStrategy: PID 155 died...
22:49:49.235544 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:49.239298 ---      ParallelTerminationStrategy: PID 156 died...
22:49:49.240760 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:49.244368 ---      ParallelTerminationStrategy: PID 157 died...
22:49:49.245817 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:49.249486 ---      ParallelTerminationStrategy: PID 158 died...
22:49:49.250941 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:49.254608 ---      ParallelTerminationStrategy: PID 159 died...
22:49:49.256076 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:49.259693 ---      ParallelTerminationStrategy: PID 160 died...
22:49:49.261194 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:49.264829 ---      ParallelTerminationStrategy: PID 161 died...
22:49:49.266291 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:49.269887 ---      ParallelTerminationStrategy: PID 162 died...
22:49:49.271336 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:49.274931 ---      ParallelTerminationStrategy: PID 163 died...
22:49:49.276375 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:49.279977 ---      ParallelTerminationStrategy: PID 164 died...
22:49:49.281447 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:49.285072 ---      ParallelTerminationStrategy: PID 165 died...
22:49:49.286525 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:49.290123 ---      ParallelTerminationStrategy: PID 166 died...
22:49:49.291583 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:49.295189 ---      ParallelTerminationStrategy: PID 167 died...
22:49:49.296632 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:49.300287 ---      ParallelTerminationStrategy: PID 168 died...
22:49:49.301743 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:49.305335 ---      ParallelTerminationStrategy: PID 169 died...
22:49:49.306802 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:49.310486 ---      ParallelTerminationStrategy: PID 170 died...
22:49:49.311995 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:49.315784 ---      ParallelTerminationStrategy: PID 171 died...
22:49:49.317283 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:49.320900 ---      ParallelTerminationStrategy: PID 172 died...
22:49:49.322369 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:49.326061 ---      ParallelTerminationStrategy: PID 173 died...
22:49:49.327582 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:49.331342 ---      ParallelTerminationStrategy: PID 174 died...
22:49:49.332872 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:49.336638 ---      ParallelTerminationStrategy: PID 175 died...
22:49:49.338148 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:49.341907 ---      ParallelTerminationStrategy: PID 176 died...
22:49:49.343436 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:49.347205 ---      ParallelTerminationStrategy: PID 177 died...
22:49:49.348745 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:49.352485 ---      ParallelTerminationStrategy: PID 178 died...
22:49:49.354000 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:49.357740 ---      ParallelTerminationStrategy: PID 179 died...
22:49:49.359253 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:49.363006 ---      ParallelTerminationStrategy: PID 180 died...
22:49:49.364522 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:49.368345 ---      ParallelTerminationStrategy: PID 181 died...
22:49:49.369865 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:49.373629 ---      ParallelTerminationStrategy: PID 182 died...
22:49:49.375143 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:49.378877 ---      ParallelTerminationStrategy: PID 183 died...
22:49:49.380395 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:49.384181 ---      ParallelTerminationStrategy: PID 184 died...
22:49:49.385690 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:49.389491 ---      ParallelTerminationStrategy: PID 185 died...
22:49:49.391008 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:49.394748 ---      ParallelTerminationStrategy: PID 186 died...
22:49:49.396253 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:49.400033 ---      ParallelTerminationStrategy: PID 187 died...
22:49:49.401557 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:49.405318 ---      ParallelTerminationStrategy: PID 188 died...
22:49:49.406841 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:49.410597 ---      ParallelTerminationStrategy: PID 189 died...
22:49:49.412107 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:49.415868 ---      ParallelTerminationStrategy: PID 190 died...
22:49:49.417395 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:49.421137 ---      ParallelTerminationStrategy: PID 191 died...
22:49:49.422648 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:49.426412 ---      ParallelTerminationStrategy: PID 192 died...
22:49:49.427931 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:49.431743 ---      ParallelTerminationStrategy: PID 193 died...
22:49:49.433259 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:49.437019 ---      ParallelTerminationStrategy: PID 194 died...
22:49:49.438543 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:49.442293 ---      ParallelTerminationStrategy: PID 195 died...
22:49:49.443809 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:49.447590 ---      ParallelTerminationStrategy: PID 196 died...
22:49:49.449100 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:49.452868 ---      ParallelTerminationStrategy: PID 197 died...
22:49:49.454390 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:49.458087 ---      ParallelTerminationStrategy: PID 198 died...
22:49:49.459531 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:49.463251 ---      ParallelTerminationStrategy: PID 199 died...
22:49:49.464795 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:49.468564 ---      ParallelTerminationStrategy: PID 200 died...
22:49:49.470087 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:49.473848 ---      ParallelTerminationStrategy: PID 201 died...
22:49:49.475361 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:49.479144 ---      ParallelTerminationStrategy: PID 202 died...
22:49:49.480660 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:49.484409 ---      ParallelTerminationStrategy: PID 203 died...
22:49:49.485952 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:49.489702 ---      ParallelTerminationStrategy: PID 204 died...
22:49:49.491222 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:49.495007 ---      ParallelTerminationStrategy: PID 205 died...
22:49:49.496525 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:49.500279 ---      ParallelTerminationStrategy: PID 206 died...
22:49:49.501813 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:49.505584 ---      ParallelTerminationStrategy: PID 207 died...
22:49:49.507099 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:49.510788 ---      ParallelTerminationStrategy: PID 208 died...
22:49:49.512262 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:49.515890 ---      ParallelTerminationStrategy: PID 209 died...
22:49:49.517409 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:49.521060 ---      ParallelTerminationStrategy: PID 210 died...
22:49:49.522550 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:49.526223 ---      ParallelTerminationStrategy: PID 211 died...
22:49:49.527737 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:49.531498 ---      ParallelTerminationStrategy: PID 212 died...
22:49:49.533029 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:49.536797 ---      ParallelTerminationStrategy: PID 213 died...
22:49:49.538302 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:49.542067 ---      ParallelTerminationStrategy: PID 214 died...
22:49:49.543573 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:49.547397 ---      ParallelTerminationStrategy: PID 215 died...
22:49:49.548912 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:49.552672 ---      ParallelTerminationStrategy: PID 216 died...
22:49:49.554182 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:49.557994 ---      ParallelTerminationStrategy: PID 217 died...
22:49:49.559526 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:49.563312 ---      ParallelTerminationStrategy: PID 218 died...
22:49:49.564853 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:49.568671 ---      ParallelTerminationStrategy: PID 219 died...
22:49:49.570189 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:49.574004 ---      ParallelTerminationStrategy: PID 220 died...
22:49:49.575536 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:49.579349 ---      ParallelTerminationStrategy: PID 221 died...
22:49:49.580883 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:49.584673 ---      ParallelTerminationStrategy: PID 222 died...
22:49:49.586198 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:49.590017 ---      ParallelTerminationStrategy: PID 223 died...
22:49:49.591532 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:49.595289 ---      ParallelTerminationStrategy: PID 224 died...
22:49:49.596806 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:49.600574 ---      ParallelTerminationStrategy: PID 225 died...
22:49:49.602098 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:49.605855 ---      ParallelTerminationStrategy: PID 226 died...
22:49:49.607380 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:49.611149 ---      ParallelTerminationStrategy: PID 227 died...
22:49:49.612691 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:49.616447 ---      ParallelTerminationStrategy: PID 228 died...
22:49:49.617965 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:49.621764 ---      ParallelTerminationStrategy: PID 229 died...
22:49:49.624203 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:49.628255 ---      ParallelTerminationStrategy: PID 230 died...
22:49:49.629790 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:49.633543 ---      ParallelTerminationStrategy: PID 231 died...
22:49:49.635074 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:49.638857 ---      ParallelTerminationStrategy: PID 232 died...
22:49:49.640360 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:49.644116 ---      ParallelTerminationStrategy: PID 233 died...
22:49:49.645641 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:49.649468 ---      ParallelTerminationStrategy: PID 234 died...
22:49:49.651007 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:53.054537 ---      ParallelTerminationStrategy: PID 34 died...
22:49:53.057809 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8069 netreg_mass PASS
---------------------------------------------------------------------
22:49:53.145910 tst                       trial-8069: Storing JUnit report in /build/trial-8069/run.2025-08-25_22-48-19/trial-8069.xml

--------------------------------------------------------------------------------------------
trial-8069 PASS
--------------------------------------------------------------------------------------------
22:49:53.156959 tst                       trial-8069: trial-8069: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (87.9 sec)
+ exit_code=0
+ rm -rf trial-8069/inst
+ cd trial-8069
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-08-25 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8069-run.tgz run.2025-08-25_22-48-19
+ tar czf /build/trial-8069-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-08-25_13_26_18.tgz osmo-bts-oc2g.build-2025-08-25_00_51_31.tgz osmo-bts-sysmo.build-2025-08-25_00_51_36.tgz osmo-bts.build-2025-08-25_00_51_43.tgz osmo-ggsn.build-2025-08-25_20_42_49.tgz osmo-hlr.build-2025-08-25_16_36_50.tgz osmo-hnbgw.build-2025-08-25_13_28_32.tgz osmo-mgw.build-2025-08-25_08_33_16.tgz osmo-msc.build-2025-08-25_17_07_35.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-25_07_34_03.tgz osmo-pcu-sysmo.build-2025-08-25_07_36_04.tgz osmo-pcu.build-2025-08-25_07_36_10.tgz osmo-sgsn.build-2025-08-25_20_49_19.tgz osmo-stp.build-2025-08-25_13_25_04.tgz osmo-trx.build-2025-08-25_14_29_50.tgz osmocom-bb.build-2025-08-25_21_17_35.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