Skip to content
Started by timer
Running as SYSTEM
Building remotely on build5-deb12build-ansible (ttcn3 obs osmo-gsm-tester-build qemu io_uring linux-shallow-clone 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/jenkins718981721165749867.sh
+ rm -rf trial-8265-bin.tgz trial-8265-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 25499
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11231
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10756
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 13053
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13379
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 13504
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 42141
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7747
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 44402
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8704
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 13368
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7705
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11756
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7787
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9254
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6507
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 7705
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins18262596402434104927.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-8265
+ 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
290ae4c ttcn3-bts-test: write bts logs to tmpfs
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#21 [19/28] RUN	IF [ "$(arch)" = "x86_64" ]; then 		apt-get update && 		apt-get install -y --no-install-recommends 			python3-pip 			python3-setuptools 			python3-wheel 			ninja-build 			build-essential 			flex 			bison 			git 			libsctp-dev 			libgnutls28-dev 			libgcrypt-dev 			libssl-dev 			libidn11-dev 			libmongoc-dev 			libbson-dev 			libyaml-dev 			libnghttp2-dev 			libmicrohttpd-dev 			libcurl4-gnutls-dev 			libnghttp2-dev 			meson && 		apt-get clean; 	fi
#21 CACHED

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

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

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

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

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

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

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

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

#30 [23/28] RUN	CD osmo-gsm-tester && 	git fetch && git checkout master && 	(git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#30 CACHED

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:1a84f5de956d35ae418b23c4ee08a573bb7f2b33db1d79f949527f59862fb1da done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s

 2 warnings found (use docker --debug to expand):
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
 - InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
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=8266 -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=2026-03-10 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8266
+ mkdir -p trial-8266
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-03-10_13_28_09.tgz osmo-bts-oc2g.build-2026-03-10_00_51_30.tgz osmo-bts-sysmo.build-2026-03-10_00_51_20.tgz osmo-bts.build-2026-03-10_00_51_33.tgz osmo-ggsn.build-2026-03-10_20_42_27.tgz osmo-hlr.build-2026-03-10_16_36_46.tgz osmo-hnbgw.build-2026-03-10_19_31_08.tgz osmo-mgw.build-2026-03-10_08_33_28.tgz osmo-msc.build-2026-03-10_13_32_05.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-10_07_35_00.tgz osmo-pcu-sysmo.build-2026-03-10_07_34_52.tgz osmo-pcu.build-2026-03-10_07_35_04.tgz osmo-sgsn.build-2026-03-10_20_48_07.tgz osmo-stp.build-2026-03-10_13_27_32.tgz osmo-trx.build-2026-03-10_19_21_06.tgz osmocom-bb.build-2026-03-10_21_17_01.tgz srslte.build-19.tgz trial-8266
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-03-10_13_28_09.md5 osmo-bts-oc2g.build-2026-03-10_00_51_30.md5 osmo-bts-sysmo.build-2026-03-10_00_51_20.md5 osmo-bts.build-2026-03-10_00_51_33.md5 osmo-ggsn.build-2026-03-10_20_42_27.md5 osmo-hlr.build-2026-03-10_16_36_46.md5 osmo-hnbgw.build-2026-03-10_19_31_08.md5 osmo-mgw.build-2026-03-10_08_33_28.md5 osmo-msc.build-2026-03-10_13_32_05.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-10_07_35_00.md5 osmo-pcu-sysmo.build-2026-03-10_07_34_52.md5 osmo-pcu.build-2026-03-10_07_35_04.md5 osmo-sgsn.build-2026-03-10_20_48_07.md5 osmo-stp.build-2026-03-10_13_27_32.md5 osmo-trx.build-2026-03-10_19_21_06.md5 osmocom-bb.build-2026-03-10_21_17_01.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-03-10_13_28_09.md5 osmo-bts-oc2g.build-2026-03-10_00_51_30.md5 osmo-bts-sysmo.build-2026-03-10_00_51_20.md5 osmo-bts.build-2026-03-10_00_51_33.md5 osmo-ggsn.build-2026-03-10_20_42_27.md5 osmo-hlr.build-2026-03-10_16_36_46.md5 osmo-hnbgw.build-2026-03-10_19_31_08.md5 osmo-mgw.build-2026-03-10_08_33_28.md5 osmo-msc.build-2026-03-10_13_32_05.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-10_07_35_00.md5 osmo-pcu-sysmo.build-2026-03-10_07_34_52.md5 osmo-pcu.build-2026-03-10_07_35_04.md5 osmo-sgsn.build-2026-03-10_20_48_07.md5 osmo-stp.build-2026-03-10_13_27_32.md5 osmo-trx.build-2026-03-10_19_21_06.md5 osmocom-bb.build-2026-03-10_21_17_01.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-8266 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8266'
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-8266
--------------------------------------------------------------------------------------------
22:48:17.687821 tst                       trial-8266: Detailed log at /build/trial-8266/run.2026-03-10_22-48-17/log

---------------------------------------------------------------------
trial-8266 netreg_mass
---------------------------------------------------------------------
22:48:17.893562 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.893927 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.894673 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.895821 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.936984 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.937862 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.939025 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.013749 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-8266 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.014618 tst       register_default_mass.py:9: Claiming resources for the test
22:48:18.030006 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.030520 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.030973 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.031417 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.031868 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.032326 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.032767 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.062962 tst         register_default_mass.py: using LAC 2
22:48:18.084880 tst         register_default_mass.py: using RAC 2
22:48:18.111084 tst         register_default_mass.py: using CellId 2
22:48:18.140317 tst         register_default_mass.py: using BVCI 3
22:48:18.153958 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.154655 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.155239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.155757 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.156270 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.156776 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.157264 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.157796 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.158333 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.158852 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.159341 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.159855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.160368 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.160889 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.161415 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.161929 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.162442 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.162972 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.163483 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.163999 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.164523 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.165042 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.165557 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.166087 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.166604 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.167112 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.167639 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.168164 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.168675 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.169204 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.169715 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.170226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.170745 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.171271 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.171792 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.172317 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.172832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.173347 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.173885 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.174398 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.174905 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.175427 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.175948 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.176457 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.176977 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.177484 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.177998 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.178518 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.179028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.179533 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.180153 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.180669 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.181172 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.181697 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.182214 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.182727 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.183240 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.183765 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.184278 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.184775 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.185288 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.185797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.186324 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.186840 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.187344 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.187875 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.188392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.188908 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.189440 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.189949 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.190464 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.190988 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.191558 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.192073 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.192599 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.193111 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.193607 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.194109 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.194630 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.195136 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.195639 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.196141 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.196665 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.197168 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.197677 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.198194 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.198700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.199202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.199727 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.200234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.200742 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.201268 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.201788 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.202298 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.202818 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.203331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.203841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.204365 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.204883 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.205387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.205886 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.206454 tst      register_default_mass.py:21: Launching a simple network
22:48:18.216451 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.336288 run            create_hlr_db(pid=19): Launched
22:48:19.351248 run            create_hlr_db(pid=19): Terminated: ok {rc=0}
22:48:19.375284 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Launched
22:48:19.390388 run      osmo-hlr_127.0.42.2(pid=22): Launched
22:48:19.396064 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.583008 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Launched
22:48:19.597738 run      osmo-stp_127.0.42.5(pid=24): Launched
22:48:19.603501 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.021274 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Launched
22:48:20.036451 run      osmo-msc_127.0.42.6(pid=26): Launched
22:48:23.051181 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.190977 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Launched
22:48:23.206007 run      osmo-mgw_127.0.42.3(pid=28): Launched
22:48:23.211738 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.235203 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Launched
22:48:23.250450 run      osmo-mgw_127.0.42.4(pid=30): Launched
22:48:23.256279 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.570492 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Launched
22:48:23.585753 run      osmo-bsc_127.0.42.7(pid=32): Launched
22:48:29.613412 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.789767 run         osmo-bts-virtual(pid=33): Launched
22:48:30.847461 tst         register_default_mass.py: using MSISDN 1001
22:48:30.868173 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.909523 tst         register_default_mass.py: using MSISDN 1002
22:48:30.928026 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.960031 tst         register_default_mass.py: using MSISDN 1003
22:48:30.975615 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.007074 tst         register_default_mass.py: using MSISDN 1004
22:48:31.022007 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.053371 tst         register_default_mass.py: using MSISDN 1005
22:48:31.068241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.099986 tst         register_default_mass.py: using MSISDN 1006
22:48:31.115053 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.146637 tst         register_default_mass.py: using MSISDN 1007
22:48:31.161858 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.193473 tst         register_default_mass.py: using MSISDN 1008
22:48:31.208480 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.239734 tst         register_default_mass.py: using MSISDN 1009
22:48:31.254655 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.286134 tst         register_default_mass.py: using MSISDN 1010
22:48:31.300986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.332768 tst         register_default_mass.py: using MSISDN 1011
22:48:31.348006 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.379206 tst         register_default_mass.py: using MSISDN 1012
22:48:31.393961 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.425567 tst         register_default_mass.py: using MSISDN 1013
22:48:31.440562 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.472298 tst         register_default_mass.py: using MSISDN 1014
22:48:31.487250 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.519080 tst         register_default_mass.py: using MSISDN 1015
22:48:31.534056 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.565101 tst         register_default_mass.py: using MSISDN 1016
22:48:31.579950 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.611635 tst         register_default_mass.py: using MSISDN 1017
22:48:31.626667 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.657382 tst         register_default_mass.py: using MSISDN 1018
22:48:31.671960 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.702875 tst         register_default_mass.py: using MSISDN 1019
22:48:31.717587 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.749274 tst         register_default_mass.py: using MSISDN 1020
22:48:31.764300 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.796029 tst         register_default_mass.py: using MSISDN 1021
22:48:31.811058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.842763 tst         register_default_mass.py: using MSISDN 1022
22:48:31.857727 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.889086 tst         register_default_mass.py: using MSISDN 1023
22:48:31.904080 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.935420 tst         register_default_mass.py: using MSISDN 1024
22:48:31.950317 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.981252 tst         register_default_mass.py: using MSISDN 1025
22:48:31.995953 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.027580 tst         register_default_mass.py: using MSISDN 1026
22:48:32.042620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.073588 tst         register_default_mass.py: using MSISDN 1027
22:48:32.088064 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.119244 tst         register_default_mass.py: using MSISDN 1028
22:48:32.134060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.164822 tst         register_default_mass.py: using MSISDN 1029
22:48:32.179495 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.210292 tst         register_default_mass.py: using MSISDN 1030
22:48:32.224923 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.256469 tst         register_default_mass.py: using MSISDN 1031
22:48:32.271419 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.302540 tst         register_default_mass.py: using MSISDN 1032
22:48:32.317114 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.348371 tst         register_default_mass.py: using MSISDN 1033
22:48:32.363286 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.393890 tst         register_default_mass.py: using MSISDN 1034
22:48:32.408316 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.439963 tst         register_default_mass.py: using MSISDN 1035
22:48:32.454800 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.486083 tst         register_default_mass.py: using MSISDN 1036
22:48:32.500747 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.531378 tst         register_default_mass.py: using MSISDN 1037
22:48:32.545648 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.576975 tst         register_default_mass.py: using MSISDN 1038
22:48:32.591643 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.622960 tst         register_default_mass.py: using MSISDN 1039
22:48:32.637608 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.668848 tst         register_default_mass.py: using MSISDN 1040
22:48:32.683536 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.718397 tst         register_default_mass.py: using MSISDN 1041
22:48:32.734515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.773976 tst         register_default_mass.py: using MSISDN 1042
22:48:32.791739 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.822780 tst         register_default_mass.py: using MSISDN 1043
22:48:32.837397 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.868528 tst         register_default_mass.py: using MSISDN 1044
22:48:32.883093 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.914224 tst         register_default_mass.py: using MSISDN 1045
22:48:32.928767 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.960015 tst         register_default_mass.py: using MSISDN 1046
22:48:32.974647 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.005718 tst         register_default_mass.py: using MSISDN 1047
22:48:33.020165 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.051164 tst         register_default_mass.py: using MSISDN 1048
22:48:33.065715 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.096771 tst         register_default_mass.py: using MSISDN 1049
22:48:33.111320 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.141834 tst         register_default_mass.py: using MSISDN 1050
22:48:33.156065 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.187436 tst         register_default_mass.py: using MSISDN 1051
22:48:33.201806 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.232757 tst         register_default_mass.py: using MSISDN 1052
22:48:33.247336 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.277779 tst         register_default_mass.py: using MSISDN 1053
22:48:33.292265 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.323687 tst         register_default_mass.py: using MSISDN 1054
22:48:33.338746 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.369966 tst         register_default_mass.py: using MSISDN 1055
22:48:33.384767 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.416015 tst         register_default_mass.py: using MSISDN 1056
22:48:33.430670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.461844 tst         register_default_mass.py: using MSISDN 1057
22:48:33.476659 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.507381 tst         register_default_mass.py: using MSISDN 1058
22:48:33.521955 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.552715 tst         register_default_mass.py: using MSISDN 1059
22:48:33.567047 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.598077 tst         register_default_mass.py: using MSISDN 1060
22:48:33.612776 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.643587 tst         register_default_mass.py: using MSISDN 1061
22:48:33.658207 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.689224 tst         register_default_mass.py: using MSISDN 1062
22:48:33.703832 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.734848 tst         register_default_mass.py: using MSISDN 1063
22:48:33.749513 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.780271 tst         register_default_mass.py: using MSISDN 1064
22:48:33.794858 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.825616 tst         register_default_mass.py: using MSISDN 1065
22:48:33.840220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.870656 tst         register_default_mass.py: using MSISDN 1066
22:48:33.885108 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.915949 tst         register_default_mass.py: using MSISDN 1067
22:48:33.930617 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.961495 tst         register_default_mass.py: using MSISDN 1068
22:48:33.976210 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.007289 tst         register_default_mass.py: using MSISDN 1069
22:48:34.022188 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.052249 tst         register_default_mass.py: using MSISDN 1070
22:48:34.066495 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.097464 tst         register_default_mass.py: using MSISDN 1071
22:48:34.111993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.142781 tst         register_default_mass.py: using MSISDN 1072
22:48:34.157456 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.188041 tst         register_default_mass.py: using MSISDN 1073
22:48:34.202361 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.233153 tst         register_default_mass.py: using MSISDN 1074
22:48:34.247778 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.279051 tst         register_default_mass.py: using MSISDN 1075
22:48:34.293899 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.325152 tst         register_default_mass.py: using MSISDN 1076
22:48:34.339909 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.371092 tst         register_default_mass.py: using MSISDN 1077
22:48:34.382226 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.412026 tst         register_default_mass.py: using MSISDN 1078
22:48:34.425947 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.456300 tst         register_default_mass.py: using MSISDN 1079
22:48:34.470560 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.501322 tst         register_default_mass.py: using MSISDN 1080
22:48:34.515890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.546909 tst         register_default_mass.py: using MSISDN 1081
22:48:34.561436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.592197 tst         register_default_mass.py: using MSISDN 1082
22:48:34.606509 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.637295 tst         register_default_mass.py: using MSISDN 1083
22:48:34.647087 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.677967 tst         register_default_mass.py: using MSISDN 1084
22:48:34.693914 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.725148 tst         register_default_mass.py: using MSISDN 1085
22:48:34.740061 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.769915 tst         register_default_mass.py: using MSISDN 1086
22:48:34.784052 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.814051 tst         register_default_mass.py: using MSISDN 1087
22:48:34.828138 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.858217 tst         register_default_mass.py: using MSISDN 1088
22:48:34.872322 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.902243 tst         register_default_mass.py: using MSISDN 1089
22:48:34.916484 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.947477 tst         register_default_mass.py: using MSISDN 1090
22:48:34.962068 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.993255 tst         register_default_mass.py: using MSISDN 1091
22:48:35.008112 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.037914 tst         register_default_mass.py: using MSISDN 1092
22:48:35.051968 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.081704 tst         register_default_mass.py: using MSISDN 1093
22:48:35.095803 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.125627 tst         register_default_mass.py: using MSISDN 1094
22:48:35.139676 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.169543 tst         register_default_mass.py: using MSISDN 1095
22:48:35.183469 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.214506 tst         register_default_mass.py: using MSISDN 1096
22:48:35.229150 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.259953 tst         register_default_mass.py: using MSISDN 1097
22:48:35.274715 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.305691 tst         register_default_mass.py: using MSISDN 1098
22:48:35.320235 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.350970 tst         register_default_mass.py: using MSISDN 1099
22:48:35.365642 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.395462 tst         register_default_mass.py: using MSISDN 1100
22:48:35.409510 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.501035 run                             mass: Starting testcase
22:48:35.506614 run                             mass: Pre-launching all virtphy's
22:48:35.512207 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.525368 run   osmo-ms-virt-phy/00000(pid=34): Launched
22:48:35.531496 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.544560 run   osmo-ms-virt-phy/00001(pid=35): Launched
22:48:35.550717 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.563599 run   osmo-ms-virt-phy/00002(pid=36): Launched
22:48:35.569712 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.582850 run   osmo-ms-virt-phy/00003(pid=37): Launched
22:48:35.588969 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.601939 run   osmo-ms-virt-phy/00004(pid=38): Launched
22:48:35.608110 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.621113 run   osmo-ms-virt-phy/00005(pid=39): Launched
22:48:35.627320 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.640402 run   osmo-ms-virt-phy/00006(pid=40): Launched
22:48:35.646513 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.659458 run   osmo-ms-virt-phy/00007(pid=41): Launched
22:48:35.665438 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.678394 run   osmo-ms-virt-phy/00008(pid=42): Launched
22:48:35.684457 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.697516 run   osmo-ms-virt-phy/00009(pid=43): Launched
22:48:35.703560 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.716594 run   osmo-ms-virt-phy/00010(pid=44): Launched
22:48:35.722638 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.735607 run   osmo-ms-virt-phy/00011(pid=45): Launched
22:48:35.741595 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.754497 run   osmo-ms-virt-phy/00012(pid=46): Launched
22:48:35.760454 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.773365 run   osmo-ms-virt-phy/00013(pid=47): Launched
22:48:35.779313 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.792156 run   osmo-ms-virt-phy/00014(pid=48): Launched
22:48:35.798127 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.811000 run   osmo-ms-virt-phy/00015(pid=49): Launched
22:48:35.816959 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.829848 run   osmo-ms-virt-phy/00016(pid=50): Launched
22:48:35.835780 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.848627 run   osmo-ms-virt-phy/00017(pid=51): Launched
22:48:35.854605 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.867636 run   osmo-ms-virt-phy/00018(pid=52): Launched
22:48:35.873642 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.886497 run   osmo-ms-virt-phy/00019(pid=53): Launched
22:48:35.892407 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.905287 run   osmo-ms-virt-phy/00020(pid=54): Launched
22:48:35.911230 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.924127 run   osmo-ms-virt-phy/00021(pid=55): Launched
22:48:35.930061 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.942980 run   osmo-ms-virt-phy/00022(pid=56): Launched
22:48:35.948921 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.961819 run   osmo-ms-virt-phy/00023(pid=57): Launched
22:48:35.967803 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.980681 run   osmo-ms-virt-phy/00024(pid=58): Launched
22:48:35.986719 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.999639 run   osmo-ms-virt-phy/00025(pid=59): Launched
22:48:36.005641 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.018591 run   osmo-ms-virt-phy/00026(pid=60): Launched
22:48:36.024542 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.037439 run   osmo-ms-virt-phy/00027(pid=61): Launched
22:48:36.043410 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:36.056314 run   osmo-ms-virt-phy/00028(pid=62): Launched
22:48:36.062297 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:36.075230 run   osmo-ms-virt-phy/00029(pid=63): Launched
22:48:36.081201 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.094107 run   osmo-ms-virt-phy/00030(pid=64): Launched
22:48:36.100054 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.112984 run   osmo-ms-virt-phy/00031(pid=65): Launched
22:48:36.118957 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.131862 run   osmo-ms-virt-phy/00032(pid=66): Launched
22:48:36.137807 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.150700 run   osmo-ms-virt-phy/00033(pid=67): Launched
22:48:36.156678 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.169519 run   osmo-ms-virt-phy/00034(pid=68): Launched
22:48:36.175708 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.188926 run   osmo-ms-virt-phy/00035(pid=69): Launched
22:48:36.195016 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.208106 run   osmo-ms-virt-phy/00036(pid=70): Launched
22:48:36.214201 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.227492 run   osmo-ms-virt-phy/00037(pid=71): Launched
22:48:36.233614 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.246707 run   osmo-ms-virt-phy/00038(pid=72): Launched
22:48:36.252705 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.265588 run   osmo-ms-virt-phy/00039(pid=73): Launched
22:48:36.271548 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.284471 run   osmo-ms-virt-phy/00040(pid=74): Launched
22:48:36.290532 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.303455 run   osmo-ms-virt-phy/00041(pid=75): Launched
22:48:36.309505 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.322394 run   osmo-ms-virt-phy/00042(pid=76): Launched
22:48:36.328456 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.341320 run   osmo-ms-virt-phy/00043(pid=77): Launched
22:48:36.347274 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.360214 run   osmo-ms-virt-phy/00044(pid=78): Launched
22:48:36.366141 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.379018 run   osmo-ms-virt-phy/00045(pid=79): Launched
22:48:36.384969 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.397877 run   osmo-ms-virt-phy/00046(pid=80): Launched
22:48:36.403851 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.416816 run   osmo-ms-virt-phy/00047(pid=81): Launched
22:48:36.422792 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.435868 run   osmo-ms-virt-phy/00048(pid=82): Launched
22:48:36.441832 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.454863 run   osmo-ms-virt-phy/00049(pid=83): Launched
22:48:36.460837 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.473916 run   osmo-ms-virt-phy/00050(pid=84): Launched
22:48:36.479897 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.492778 run   osmo-ms-virt-phy/00051(pid=85): Launched
22:48:36.498776 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.511691 run   osmo-ms-virt-phy/00052(pid=86): Launched
22:48:36.517646 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.530582 run   osmo-ms-virt-phy/00053(pid=87): Launched
22:48:36.536565 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.549451 run   osmo-ms-virt-phy/00054(pid=88): Launched
22:48:36.555398 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.568364 run   osmo-ms-virt-phy/00055(pid=89): Launched
22:48:36.574349 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.587331 run   osmo-ms-virt-phy/00056(pid=90): Launched
22:48:36.593296 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.606246 run   osmo-ms-virt-phy/00057(pid=91): Launched
22:48:36.612366 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.625320 run   osmo-ms-virt-phy/00058(pid=92): Launched
22:48:36.631358 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.644474 run   osmo-ms-virt-phy/00059(pid=93): Launched
22:48:36.650513 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.663645 run   osmo-ms-virt-phy/00060(pid=94): Launched
22:48:36.669772 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.682921 run   osmo-ms-virt-phy/00061(pid=95): Launched
22:48:36.689144 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.702274 run   osmo-ms-virt-phy/00062(pid=96): Launched
22:48:36.708448 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.721518 run   osmo-ms-virt-phy/00063(pid=97): Launched
22:48:36.727576 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.740667 run   osmo-ms-virt-phy/00064(pid=98): Launched
22:48:36.746723 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.759821 run   osmo-ms-virt-phy/00065(pid=99): Launched
22:48:36.765891 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.778953 run  osmo-ms-virt-phy/00066(pid=100): Launched
22:48:36.785021 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.798117 run  osmo-ms-virt-phy/00067(pid=101): Launched
22:48:36.804202 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.817230 run  osmo-ms-virt-phy/00068(pid=102): Launched
22:48:36.823329 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.836466 run  osmo-ms-virt-phy/00069(pid=103): Launched
22:48:36.842511 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.855719 run  osmo-ms-virt-phy/00070(pid=104): Launched
22:48:36.861793 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.874899 run  osmo-ms-virt-phy/00071(pid=105): Launched
22:48:36.881239 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.894478 run  osmo-ms-virt-phy/00072(pid=106): Launched
22:48:36.900563 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.913609 run  osmo-ms-virt-phy/00073(pid=107): Launched
22:48:36.919692 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.932906 run  osmo-ms-virt-phy/00074(pid=108): Launched
22:48:36.939005 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.952269 run  osmo-ms-virt-phy/00075(pid=109): Launched
22:48:36.958297 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.971338 run  osmo-ms-virt-phy/00076(pid=110): Launched
22:48:36.977404 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.990430 run  osmo-ms-virt-phy/00077(pid=111): Launched
22:48:36.996540 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.009603 run  osmo-ms-virt-phy/00078(pid=112): Launched
22:48:37.015621 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.028612 run  osmo-ms-virt-phy/00079(pid=113): Launched
22:48:37.034632 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.047795 run  osmo-ms-virt-phy/00080(pid=114): Launched
22:48:37.053833 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:37.066875 run  osmo-ms-virt-phy/00081(pid=115): Launched
22:48:37.073042 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.086066 run  osmo-ms-virt-phy/00082(pid=116): Launched
22:48:37.092055 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.104926 run  osmo-ms-virt-phy/00083(pid=117): Launched
22:48:37.111041 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.124011 run  osmo-ms-virt-phy/00084(pid=118): Launched
22:48:37.129957 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.142977 run  osmo-ms-virt-phy/00085(pid=119): Launched
22:48:37.148955 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.162040 run  osmo-ms-virt-phy/00086(pid=120): Launched
22:48:37.168152 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.181366 run  osmo-ms-virt-phy/00087(pid=121): Launched
22:48:37.187430 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.200468 run  osmo-ms-virt-phy/00088(pid=122): Launched
22:48:37.206530 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.219580 run  osmo-ms-virt-phy/00089(pid=123): Launched
22:48:37.225640 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.238694 run  osmo-ms-virt-phy/00090(pid=124): Launched
22:48:37.244798 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.257888 run  osmo-ms-virt-phy/00091(pid=125): Launched
22:48:37.263972 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.277033 run  osmo-ms-virt-phy/00092(pid=126): Launched
22:48:37.283128 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.296187 run  osmo-ms-virt-phy/00093(pid=127): Launched
22:48:37.302256 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.315334 run  osmo-ms-virt-phy/00094(pid=128): Launched
22:48:37.321397 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.334331 run  osmo-ms-virt-phy/00095(pid=129): Launched
22:48:37.340310 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.353433 run  osmo-ms-virt-phy/00096(pid=130): Launched
22:48:37.359394 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.372467 run  osmo-ms-virt-phy/00097(pid=131): Launched
22:48:37.378435 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.391324 run  osmo-ms-virt-phy/00098(pid=132): Launched
22:48:37.397561 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.410512 run  osmo-ms-virt-phy/00099(pid=133): Launched
22:48:37.416691 run                             mass: Checking if sockets are in the filesystem
22:48:37.448697 run                osmo-ms-mob/00000: Starting mobile
22:48:37.461820 run       osmo-ms-mob/00000(pid=134): Launched
22:48:37.473035 run                             mass: MS start registered  {at=3733543.681350844, delay=0.005128915887326002, ms=00000}
22:48:41.645541 run                osmo-ms-mob/00001: Starting mobile
22:48:41.659452 run       osmo-ms-mob/00001(pid=135): Launched
22:48:41.670172 run                             mass: MS start registered  {at=3733547.878488498, delay=0.004718828946352005, ms=00001}
22:48:42.618853 run                             mass: MS performed LU  {at=3733548.827051988, lu_delay=5.145701143890619, ms=00000}
22:48:43.464235 run                osmo-ms-mob/00002: Starting mobile
22:48:43.481721 run       osmo-ms-mob/00002(pid=136): Launched
22:48:43.492451 run                             mass: MS start registered  {at=3733549.700766162, delay=0.004402230028063059, ms=00002}
22:48:44.755603 run                osmo-ms-mob/00003: Starting mobile
22:48:44.771592 run       osmo-ms-mob/00003(pid=137): Launched
22:48:44.782047 run                             mass: MS start registered  {at=3733550.99036705, delay=0.004523109644651413, ms=00003}
22:48:45.864346 run                osmo-ms-mob/00004: Starting mobile
22:48:45.880351 run       osmo-ms-mob/00004(pid=138): Launched
22:48:45.891335 run                             mass: MS start registered  {at=3733552.09965485, delay=0.004467836115509272, ms=00004}
22:48:46.384307 run                             mass: MS performed LU  {at=3733552.592508324, lu_delay=4.714019826147705, ms=00001}
22:48:46.833051 run                osmo-ms-mob/00005: Starting mobile
22:48:46.846060 run       osmo-ms-mob/00005(pid=139): Launched
22:48:46.856987 run                             mass: MS start registered  {at=3733553.065304576, delay=0.004895842168480158, ms=00005}
22:48:47.770555 run                osmo-ms-mob/00006: Starting mobile
22:48:47.786296 run       osmo-ms-mob/00006(pid=140): Launched
22:48:47.797374 run                             mass: MS start registered  {at=3733554.005693937, delay=0.005047849379479885, ms=00006}
22:48:48.286457 run                             mass: MS performed LU  {at=3733554.494659448, lu_delay=4.793893286027014, ms=00002}
22:48:48.633038 run                osmo-ms-mob/00007: Starting mobile
22:48:48.646637 run       osmo-ms-mob/00007(pid=141): Launched
22:48:48.657244 run                             mass: MS start registered  {at=3733554.865561773, delay=0.004494531080126762, ms=00007}
22:48:49.432113 run                osmo-ms-mob/00008: Starting mobile
22:48:49.445429 run       osmo-ms-mob/00008(pid=142): Launched
22:48:49.455994 run                             mass: MS start registered  {at=3733555.664314286, delay=0.00446274783462286, ms=00008}
22:48:50.132160 run                osmo-ms-mob/00009: Starting mobile
22:48:50.145182 run       osmo-ms-mob/00009(pid=143): Launched
22:48:50.151508 run                             mass: MS performed LU  {at=3733556.359834688, lu_delay=5.369467637967318, ms=00003}
22:48:50.157444 run                             mass: MS start registered  {at=3733556.365779086, delay=0.005961772985756397, ms=00009}
22:48:50.864213 run                osmo-ms-mob/00010: Starting mobile
22:48:50.881457 run       osmo-ms-mob/00010(pid=144): Launched
22:48:50.892213 run                             mass: MS start registered  {at=3733557.10053417, delay=0.004713979084044695, ms=00010}
22:48:51.455551 run                osmo-ms-mob/00011: Starting mobile
22:48:51.472184 run       osmo-ms-mob/00011(pid=145): Launched
22:48:51.482982 run                             mass: MS start registered  {at=3733557.691303275, delay=0.004699602257460356, ms=00011}
22:48:52.032587 run                osmo-ms-mob/00012: Starting mobile
22:48:52.045687 run       osmo-ms-mob/00012(pid=146): Launched
22:48:52.051933 run                             mass: MS performed LU  {at=3733558.260259366, lu_delay=6.160604516044259, ms=00004}
22:48:52.057871 run                             mass: MS start registered  {at=3733558.266206483, delay=0.005963400937616825, ms=00012}
22:48:52.078721 run                             mass: MS performed LU  {at=3733558.286991878, lu_delay=5.22168730199337, ms=00005}
22:48:52.662942 run                osmo-ms-mob/00013: Starting mobile
22:48:52.678877 run       osmo-ms-mob/00013(pid=147): Launched
22:48:52.689644 run                             mass: MS start registered  {at=3733558.897964071, delay=0.0046860221773386, ms=00013}
22:48:53.233255 run                osmo-ms-mob/00014: Starting mobile
22:48:53.246798 run       osmo-ms-mob/00014(pid=148): Launched
22:48:53.257718 run                             mass: MS start registered  {at=3733559.466036394, delay=0.004717407748103142, ms=00014}
22:48:53.832524 run                osmo-ms-mob/00015: Starting mobile
22:48:53.845963 run       osmo-ms-mob/00015(pid=149): Launched
22:48:53.856631 run                             mass: MS start registered  {at=3733560.06494982, delay=0.00457196868956089, ms=00015}
22:48:53.916592 run                             mass: MS performed LU  {at=3733560.124822897, lu_delay=5.2592611238360405, ms=00007}
22:48:53.981177 run                             mass: MS performed LU  {at=3733560.18941189, lu_delay=6.183717953041196, ms=00006}
22:48:54.285452 run                             mass: MS performed LU  {at=3733560.493672614, lu_delay=4.8293583281338215, ms=00008}
22:48:54.317540 run                osmo-ms-mob/00016: Starting mobile
22:48:54.332127 run       osmo-ms-mob/00016(pid=150): Launched
22:48:54.343247 run                             mass: MS start registered  {at=3733560.551564157, delay=0.004876947961747646, ms=00016}
22:48:54.846180 run                osmo-ms-mob/00017: Starting mobile
22:48:54.860432 run       osmo-ms-mob/00017(pid=151): Launched
22:48:54.871118 run                             mass: MS start registered  {at=3733561.079437816, delay=0.004533987957984209, ms=00017}
22:48:55.464833 run                osmo-ms-mob/00018: Starting mobile
22:48:55.482508 run       osmo-ms-mob/00018(pid=152): Launched
22:48:55.493525 run                             mass: MS start registered  {at=3733561.701845636, delay=0.004719068296253681, ms=00018}
22:48:55.818051 run                             mass: MS performed LU  {at=3733562.026272134, lu_delay=5.6604930479079485, ms=00009}
22:48:55.833170 run                osmo-ms-mob/00019: Starting mobile
22:48:55.846432 run       osmo-ms-mob/00019(pid=153): Launched
22:48:55.852528 run                             mass: MS performed LU  {at=3733562.060857616, lu_delay=4.960323445964605, ms=00010}
22:48:55.858378 run                             mass: MS start registered  {at=3733562.066712581, delay=0.005871999077498913, ms=00019}
22:48:56.365253 run                osmo-ms-mob/00020: Starting mobile
22:48:56.381731 run       osmo-ms-mob/00020(pid=154): Launched
22:48:56.392529 run                             mass: MS start registered  {at=3733562.600849551, delay=0.004734653048217297, ms=00020}
22:48:56.832633 run                osmo-ms-mob/00021: Starting mobile
22:48:56.845931 run       osmo-ms-mob/00021(pid=155): Launched
22:48:56.856718 run                             mass: MS start registered  {at=3733563.065040602, delay=0.00468653766438365, ms=00021}
22:48:57.233774 run                osmo-ms-mob/00022: Starting mobile
22:48:57.247243 run       osmo-ms-mob/00022(pid=156): Launched
22:48:57.258197 run                             mass: MS start registered  {at=3733563.466517038, delay=0.004743288271129131, ms=00022}
22:48:57.682399 run                             mass: MS performed LU  {at=3733563.890617787, lu_delay=4.992653715889901, ms=00013}
22:48:57.724596 run                osmo-ms-mob/00023: Starting mobile
22:48:57.740193 run       osmo-ms-mob/00023(pid=157): Launched
22:48:57.746564 run                             mass: MS performed LU  {at=3733563.954892014, lu_delay=5.688685531262308, ms=00012}
22:48:57.752509 run                             mass: MS start registered  {at=3733563.960844774, delay=0.005968944635242224, ms=00023}
22:48:57.816435 run                             mass: MS performed LU  {at=3733564.024656116, lu_delay=6.333352840971202, ms=00011}
22:48:58.069458 run                             mass: MS performed LU  {at=3733564.277680229, lu_delay=4.811643835157156, ms=00014}
22:48:58.091518 run                osmo-ms-mob/00024: Starting mobile
22:48:58.104552 run       osmo-ms-mob/00024(pid=158): Launched
22:48:58.115446 run                             mass: MS start registered  {at=3733564.323765888, delay=0.0045294747687876225, ms=00024}
22:48:58.647289 run                osmo-ms-mob/00025: Starting mobile
22:48:58.660396 run       osmo-ms-mob/00025(pid=159): Launched
22:48:58.673178 run                             mass: MS start registered  {at=3733564.881496118, delay=0.006606736686080694, ms=00025}
22:48:59.055408 run                osmo-ms-mob/00026: Starting mobile
22:48:59.071610 run       osmo-ms-mob/00026(pid=160): Launched
22:48:59.082480 run                             mass: MS start registered  {at=3733565.29080256, delay=0.004774906672537327, ms=00026}
22:48:59.456092 run                osmo-ms-mob/00027: Starting mobile
22:48:59.472570 run       osmo-ms-mob/00027(pid=161): Launched
22:48:59.483394 run                             mass: MS start registered  {at=3733565.69171377, delay=0.004652585834264755, ms=00027}
22:48:59.498996 run                             mass: MS performed LU  {at=3733565.707319519, lu_delay=5.155755362007767, ms=00016}
22:48:59.583299 run                             mass: MS performed LU  {at=3733565.791517629, lu_delay=5.726567809004337, ms=00015}
22:48:59.610066 run                             mass: MS performed LU  {at=3733565.81837538, lu_delay=4.738937563728541, ms=00017}
22:48:59.622518 run                osmo-ms-mob/00028: Starting mobile
22:48:59.635494 run       osmo-ms-mob/00028(pid=162): Launched
22:48:59.646325 run                             mass: MS start registered  {at=3733565.854647848, delay=0.00483915489166975, ms=00028}
22:49:00.264790 run                osmo-ms-mob/00029: Starting mobile
22:49:00.281868 run       osmo-ms-mob/00029(pid=163): Launched
22:49:00.292830 run                             mass: MS start registered  {at=3733566.501149768, delay=0.004735086113214493, ms=00029}
22:49:00.633401 run                osmo-ms-mob/00030: Starting mobile
22:49:00.646648 run       osmo-ms-mob/00030(pid=164): Launched
22:49:00.657928 run                             mass: MS start registered  {at=3733566.866247263, delay=0.004944915883243084, ms=00030}
22:49:01.063436 run                osmo-ms-mob/00031: Starting mobile
22:49:01.078733 run       osmo-ms-mob/00031(pid=165): Launched
22:49:01.089641 run                             mass: MS start registered  {at=3733567.297961888, delay=0.004751042928546667, ms=00031}
22:49:01.332181 run                osmo-ms-mob/00032: Starting mobile
22:49:01.345432 run       osmo-ms-mob/00032(pid=166): Launched
22:49:01.356567 run                             mass: MS start registered  {at=3733567.564885576, delay=0.004999015014618635, ms=00032}
22:49:01.447267 run                             mass: MS performed LU  {at=3733567.65549664, lu_delay=4.590456038247794, ms=00021}
22:49:01.582318 run                             mass: MS performed LU  {at=3733567.790537752, lu_delay=5.72382517112419, ms=00019}
22:49:01.607038 run                             mass: MS performed LU  {at=3733567.815369695, lu_delay=6.113524058833718, ms=00018}
22:49:01.658750 run                osmo-ms-mob/00033: Starting mobile
22:49:01.674481 run       osmo-ms-mob/00033(pid=167): Launched
22:49:01.685435 run                             mass: MS start registered  {at=3733567.893751981, delay=0.004815330263227224, ms=00033}
22:49:02.156292 run                osmo-ms-mob/00034: Starting mobile
22:49:02.172745 run       osmo-ms-mob/00034(pid=168): Launched
22:49:02.183543 run                             mass: MS start registered  {at=3733568.391866504, delay=0.00463124830275774, ms=00034}
22:49:02.432929 run                osmo-ms-mob/00035: Starting mobile
22:49:02.446474 run       osmo-ms-mob/00035(pid=169): Launched
22:49:02.457740 run                             mass: MS start registered  {at=3733568.666059428, delay=0.0049407207407057285, ms=00035}
22:49:02.846540 run                osmo-ms-mob/00036: Starting mobile
22:49:02.860701 run       osmo-ms-mob/00036(pid=170): Launched
22:49:02.871392 run                             mass: MS start registered  {at=3733569.079714726, delay=0.0045668333768844604, ms=00036}
22:49:03.233178 run                osmo-ms-mob/00037: Starting mobile
22:49:03.246749 run       osmo-ms-mob/00037(pid=171): Launched
22:49:03.257669 run                             mass: MS start registered  {at=3733569.465985912, delay=0.0047332607209682465, ms=00037}
22:49:03.265109 run                             mass: MS performed LU  {at=3733569.47343227, lu_delay=4.591936151962727, ms=00025}
22:49:03.348876 run                             mass: MS performed LU  {at=3733569.557095767, lu_delay=5.5962509931996465, ms=00023}
22:49:03.377706 run                osmo-ms-mob/00038: Starting mobile
22:49:03.390690 run       osmo-ms-mob/00038(pid=172): Launched
22:49:03.396796 run                             mass: MS performed LU  {at=3733569.605127458, lu_delay=6.138610419817269, ms=00022}
22:49:03.402724 run                             mass: MS start registered  {at=3733569.611059848, delay=0.005948839243501425, ms=00038}
22:49:03.520713 run                             mass: MS performed LU  {at=3733569.728932748, lu_delay=5.40516686020419, ms=00024}
22:49:03.534849 run                osmo-ms-mob/00039: Starting mobile
22:49:03.548222 run       osmo-ms-mob/00039(pid=173): Launched
22:49:03.559120 run                             mass: MS start registered  {at=3733569.767442407, delay=0.004695605952292681, ms=00039}
22:49:04.235152 run                osmo-ms-mob/00040: Starting mobile
22:49:04.248748 run       osmo-ms-mob/00040(pid=174): Launched
22:49:04.259519 run                             mass: MS start registered  {at=3733570.467838139, delay=0.004583114758133888, ms=00040}
22:49:04.544857 run                osmo-ms-mob/00041: Starting mobile
22:49:04.559101 run       osmo-ms-mob/00041(pid=175): Launched
22:49:04.569762 run                             mass: MS start registered  {at=3733570.7780841, delay=0.004452587105333805, ms=00041}
22:49:04.833381 run                osmo-ms-mob/00042: Starting mobile
22:49:04.846649 run       osmo-ms-mob/00042(pid=176): Launched
22:49:04.857274 run                             mass: MS start registered  {at=3733571.06559394, delay=0.004440269432961941, ms=00042}
22:49:05.112467 run                             mass: MS performed LU  {at=3733571.320687088, lu_delay=4.454439825378358, ms=00030}
22:49:05.130316 run                             mass: MS performed LU  {at=3733571.338562174, lu_delay=4.837412405759096, ms=00029}
22:49:05.163261 run                osmo-ms-mob/00043: Starting mobile
22:49:05.177850 run       osmo-ms-mob/00043(pid=177): Launched
22:49:05.188909 run                             mass: MS start registered  {at=3733571.397230743, delay=0.004667492117732763, ms=00043}
22:49:05.212763 run                             mass: MS performed LU  {at=3733571.42106359, lu_delay=5.5664157420396805, ms=00028}
22:49:05.422455 run                             mass: MS performed LU  {at=3733571.630673317, lu_delay=6.33987075695768, ms=00026}
22:49:05.464604 run                osmo-ms-mob/00044: Starting mobile
22:49:05.477584 run       osmo-ms-mob/00044(pid=178): Launched
22:49:05.488340 run                             mass: MS start registered  {at=3733571.696661793, delay=0.004735627211630344, ms=00044}
22:49:05.836248 run                osmo-ms-mob/00045: Starting mobile
22:49:05.851493 run       osmo-ms-mob/00045(pid=179): Launched
22:49:05.862478 run                             mass: MS start registered  {at=3733572.070797948, delay=0.004666602239012718, ms=00045}
22:49:06.148693 run                osmo-ms-mob/00046: Starting mobile
22:49:06.162914 run       osmo-ms-mob/00046(pid=180): Launched
22:49:06.173930 run                             mass: MS start registered  {at=3733572.382248261, delay=0.0049248081631958485, ms=00046}
22:49:06.446156 run                osmo-ms-mob/00047: Starting mobile
22:49:06.460288 run       osmo-ms-mob/00047(pid=181): Launched
22:49:06.471067 run                             mass: MS start registered  {at=3733572.679387168, delay=0.004746480844914913, ms=00047}
22:49:06.749234 run                osmo-ms-mob/00048: Starting mobile
22:49:06.762552 run       osmo-ms-mob/00048(pid=182): Launched
22:49:06.773691 run                             mass: MS start registered  {at=3733572.982009829, delay=0.0046911220997571945, ms=00048}
22:49:07.033140 run                osmo-ms-mob/00049: Starting mobile
22:49:07.046493 run       osmo-ms-mob/00049(pid=183): Launched
22:49:07.052962 run                             mass: MS performed LU  {at=3733573.261289387, lu_delay=5.69640381122008, ms=00032}
22:49:07.058784 run                             mass: MS performed LU  {at=3733573.267118379, lu_delay=4.601058951113373, ms=00035}
22:49:07.064554 run                             mass: MS start registered  {at=3733573.272889024, delay=0.011617047246545553, ms=00049}
22:49:07.075613 run                osmo-ms-mob/00050: Starting mobile
22:49:07.088647 run       osmo-ms-mob/00050(pid=184): Launched
22:49:07.099306 run                             mass: MS start registered  {at=3733573.307621928, delay=0.004677313845604658, ms=00050}
22:49:07.142916 run                             mass: MS performed LU  {at=3733573.351136058, lu_delay=5.45738407690078, ms=00033}
22:49:07.340580 run                             mass: MS performed LU  {at=3733573.54879877, lu_delay=5.156932265963405, ms=00034}
22:49:07.746874 run                osmo-ms-mob/00051: Starting mobile
22:49:07.761024 run       osmo-ms-mob/00051(pid=185): Launched
22:49:07.771783 run                             mass: MS start registered  {at=3733573.980104551, delay=0.004662663210183382, ms=00051}
22:49:08.047001 run                osmo-ms-mob/00052: Starting mobile
22:49:08.061274 run       osmo-ms-mob/00052(pid=186): Launched
22:49:08.072077 run                             mass: MS start registered  {at=3733574.280396938, delay=0.004744424019008875, ms=00052}
22:49:08.353638 run                osmo-ms-mob/00053: Starting mobile
22:49:08.369606 run       osmo-ms-mob/00053(pid=187): Launched
22:49:08.380760 run                             mass: MS start registered  {at=3733574.589075283, delay=0.00445136521011591, ms=00053}
22:49:08.632912 run                osmo-ms-mob/00054: Starting mobile
22:49:08.646240 run       osmo-ms-mob/00054(pid=188): Launched
22:49:08.657378 run                             mass: MS start registered  {at=3733574.865699068, delay=0.0047822389751672745, ms=00054}
22:49:08.932724 run                osmo-ms-mob/00055: Starting mobile
22:49:08.945843 run       osmo-ms-mob/00055(pid=189): Launched
22:49:08.959482 run                             mass: MS start registered  {at=3733575.167798142, delay=0.007318491116166115, ms=00055}
22:49:08.978432 run                             mass: MS performed LU  {at=3733575.186661632, lu_delay=5.419219224713743, ms=00039}
22:49:09.044504 run                             mass: MS performed LU  {at=3733575.252721338, lu_delay=5.6416614898480475, ms=00038}
22:49:09.072122 run                osmo-ms-mob/00056: Starting mobile
22:49:09.085400 run       osmo-ms-mob/00056(pid=190): Launched
22:49:09.096157 run                             mass: MS start registered  {at=3733575.304482497, delay=0.004528249613940716, ms=00056}
22:49:09.112185 run                             mass: MS performed LU  {at=3733575.320498867, lu_delay=5.854512955062091, ms=00037}
22:49:09.131178 run                             mass: MS performed LU  {at=3733575.339474295, lu_delay=4.871636155992746, ms=00040}
22:49:09.144114 run                osmo-ms-mob/00057: Starting mobile
22:49:09.157197 run       osmo-ms-mob/00057(pid=191): Launched
22:49:09.168245 run                             mass: MS start registered  {at=3733575.376561969, delay=0.0049135321751236916, ms=00057}
22:49:09.185814 run                             mass: MS performed LU  {at=3733575.394134666, lu_delay=6.31441993964836, ms=00036}
22:49:09.478375 run                             mass: MS performed LU  {at=3733575.686581249, lu_delay=4.90849714865908, ms=00041}
22:49:09.946089 run                osmo-ms-mob/00058: Starting mobile
22:49:09.959995 run       osmo-ms-mob/00058(pid=192): Launched
22:49:09.972779 run                             mass: MS start registered  {at=3733576.181097731, delay=0.0062411208637058735, ms=00058}
22:49:10.065023 run                             mass: MS performed LU  {at=3733576.273249905, lu_delay=5.207655964884907, ms=00042}
22:49:10.089377 run                             mass: MS performed LU  {at=3733576.297705958, lu_delay=3.61831879010424, ms=00047}
22:49:10.100837 run                osmo-ms-mob/00059: Starting mobile
22:49:10.114247 run       osmo-ms-mob/00059(pid=193): Launched
22:49:10.125218 run                             mass: MS start registered  {at=3733576.333536477, delay=0.004785522818565369, ms=00059}
22:49:10.576878 run                osmo-ms-mob/00060: Starting mobile
22:49:10.597873 run       osmo-ms-mob/00060(pid=194): Launched
22:49:10.608976 run                             mass: MS start registered  {at=3733576.817293951, delay=0.004646840039640665, ms=00060}
22:49:10.798366 run                             mass: MS performed LU  {at=3733577.006584317, lu_delay=5.309922523796558, ms=00044}
22:49:10.823981 run                             mass: MS performed LU  {at=3733577.032311822, lu_delay=4.961513873655349, ms=00045}
22:49:10.835484 run                osmo-ms-mob/00061: Starting mobile
22:49:10.848975 run       osmo-ms-mob/00061(pid=195): Launched
22:49:10.860014 run                             mass: MS start registered  {at=3733577.068336052, delay=0.004870142787694931, ms=00061}
22:49:10.908114 run                             mass: MS performed LU  {at=3733577.116360047, lu_delay=4.734111785888672, ms=00046}
22:49:11.107024 run                             mass: MS performed LU  {at=3733577.315248217, lu_delay=5.918017474003136, ms=00043}
22:49:11.135948 run                osmo-ms-mob/00062: Starting mobile
22:49:11.149385 run       osmo-ms-mob/00062(pid=196): Launched
22:49:11.160266 run                             mass: MS start registered  {at=3733577.368587048, delay=0.004791327752172947, ms=00062}
22:49:11.572983 run                osmo-ms-mob/00063: Starting mobile
22:49:11.589506 run       osmo-ms-mob/00063(pid=197): Launched
22:49:11.600804 run                             mass: MS start registered  {at=3733577.809117274, delay=0.005099864676594734, ms=00063}
22:49:11.947107 run                osmo-ms-mob/00064: Starting mobile
22:49:11.961082 run       osmo-ms-mob/00064(pid=198): Launched
22:49:11.972136 run                             mass: MS start registered  {at=3733578.18044892, delay=0.004719538148492575, ms=00064}
22:49:12.355330 run                osmo-ms-mob/00065: Starting mobile
22:49:12.371359 run       osmo-ms-mob/00065(pid=199): Launched
22:49:12.382036 run                             mass: MS start registered  {at=3733578.590354971, delay=0.004669561050832272, ms=00065}
22:49:12.633334 run                osmo-ms-mob/00066: Starting mobile
22:49:12.646709 run       osmo-ms-mob/00066(pid=200): Launched
22:49:12.657708 run                             mass: MS start registered  {at=3733578.86602894, delay=0.004599242005497217, ms=00066}
22:49:12.745576 run                             mass: MS performed LU  {at=3733578.953783492, lu_delay=4.67338655423373, ms=00052}
22:49:12.809878 run                             mass: MS performed LU  {at=3733579.018079293, lu_delay=5.0379747417755425, ms=00051}
22:49:12.878933 run                             mass: MS performed LU  {at=3733579.087154778, lu_delay=5.779532850254327, ms=00050}
22:49:12.908870 run                osmo-ms-mob/00067: Starting mobile
22:49:12.921907 run       osmo-ms-mob/00067(pid=201): Launched
22:49:12.927943 run                             mass: MS performed LU  {at=3733579.136271852, lu_delay=5.8633828279562294, ms=00049}
22:49:12.933925 run                             mass: MS start registered  {at=3733579.142258117, delay=0.00600346177816391, ms=00067}
22:49:12.952412 run                             mass: MS performed LU  {at=3733579.160734291, lu_delay=6.178724462166429, ms=00048}
22:49:12.963594 run                osmo-ms-mob/00068: Starting mobile
22:49:12.976898 run       osmo-ms-mob/00068(pid=202): Launched
22:49:12.983273 run                             mass: MS performed LU  {at=3733579.191600918, lu_delay=4.602525634691119, ms=00053}
22:49:12.989247 run                             mass: MS start registered  {at=3733579.197582199, delay=0.0060004848055541515, ms=00068}
22:49:13.743140 run                osmo-ms-mob/00069: Starting mobile
22:49:13.756872 run       osmo-ms-mob/00069(pid=203): Launched
22:49:13.767669 run                             mass: MS start registered  {at=3733579.975987871, delay=0.004652705043554306, ms=00069}
22:49:14.145758 run                osmo-ms-mob/00070: Starting mobile
22:49:14.160173 run       osmo-ms-mob/00070(pid=204): Launched
22:49:14.171152 run                             mass: MS start registered  {at=3733580.379474447, delay=0.004416440147906542, ms=00070}
22:49:14.567297 run                osmo-ms-mob/00071: Starting mobile
22:49:14.583359 run       osmo-ms-mob/00071(pid=205): Launched
22:49:14.589603 run                             mass: MS performed LU  {at=3733580.797929819, lu_delay=5.493447322398424, ms=00056}
22:49:14.595638 run                             mass: MS start registered  {at=3733580.803973468, delay=0.00606235396116972, ms=00071}
22:49:14.646836 run                             mass: MS performed LU  {at=3733580.855059911, lu_delay=5.687261769082397, ms=00055}
22:49:14.673810 run                             mass: MS performed LU  {at=3733580.8821356, lu_delay=6.016436531674117, ms=00054}
22:49:14.685700 run                osmo-ms-mob/00072: Starting mobile
22:49:14.698920 run       osmo-ms-mob/00072(pid=206): Launched
22:49:14.709739 run                             mass: MS start registered  {at=3733580.918034376, delay=0.004664355888962746, ms=00072}
22:49:14.817741 run                             mass: MS performed LU  {at=3733581.025955302, lu_delay=5.649393333122134, ms=00057}
22:49:14.872481 run                             mass: MS performed LU  {at=3733581.080724749, lu_delay=4.899627017788589, ms=00058}
22:49:14.892832 run                             mass: MS performed LU  {at=3733581.10116506, lu_delay=4.76762858312577, ms=00059}
22:49:14.903821 run                osmo-ms-mob/00073: Starting mobile
22:49:14.917228 run       osmo-ms-mob/00073(pid=207): Launched
22:49:14.928181 run                             mass: MS start registered  {at=3733581.136503079, delay=0.004934719763696194, ms=00073}
22:49:15.746835 run                osmo-ms-mob/00074: Starting mobile
22:49:15.761126 run       osmo-ms-mob/00074(pid=208): Launched
22:49:15.771985 run                             mass: MS start registered  {at=3733581.98030809, delay=0.004773898981511593, ms=00074}
22:49:16.161065 run                osmo-ms-mob/00075: Starting mobile
22:49:16.177695 run       osmo-ms-mob/00075(pid=209): Launched
22:49:16.188742 run                             mass: MS start registered  {at=3733582.397063699, delay=0.0046339258551597595, ms=00075}
22:49:16.409698 run                             mass: MS performed LU  {at=3733582.617912695, lu_delay=4.4374637748114765, ms=00064}
22:49:16.427637 run                             mass: MS performed LU  {at=3733582.635888178, lu_delay=5.818594227079302, ms=00060}
22:49:16.575871 run                             mass: MS performed LU  {at=3733582.784090318, lu_delay=5.715754265896976, ms=00061}
22:49:16.589979 run                osmo-ms-mob/00076: Starting mobile
22:49:16.603212 run       osmo-ms-mob/00076(pid=210): Launched
22:49:16.613998 run                             mass: MS start registered  {at=3733582.822322677, delay=0.004789038095623255, ms=00076}
22:49:17.032482 run                osmo-ms-mob/00077: Starting mobile
22:49:17.045699 run       osmo-ms-mob/00077(pid=211): Launched
22:49:17.056464 run                             mass: MS start registered  {at=3733583.264782638, delay=0.0045938147231936455, ms=00077}
22:49:17.470919 run                             mass: MS performed LU  {at=3733583.679136483, lu_delay=5.870019209105521, ms=00063}
22:49:17.499887 run                osmo-ms-mob/00078: Starting mobile
22:49:17.512931 run       osmo-ms-mob/00078(pid=212): Launched
22:49:17.523901 run                             mass: MS start registered  {at=3733583.732223035, delay=0.004682691767811775, ms=00078}
22:49:17.945344 run                osmo-ms-mob/00079: Starting mobile
22:49:17.959168 run       osmo-ms-mob/00079(pid=213): Launched
22:49:17.970310 run                             mass: MS start registered  {at=3733584.178629277, delay=0.005139098037034273, ms=00079}
22:49:18.329293 run                             mass: MS performed LU  {at=3733584.537512441, lu_delay=5.395254324190319, ms=00067}
22:49:18.358825 run                osmo-ms-mob/00080: Starting mobile
22:49:18.372312 run       osmo-ms-mob/00080(pid=214): Launched
22:49:18.378478 run                             mass: MS performed LU  {at=3733584.58680731, lu_delay=5.7207783702760935, ms=00066}
22:49:18.384612 run                             mass: MS start registered  {at=3733584.592946531, delay=0.006156644783914089, ms=00080}
22:49:18.440175 run                             mass: MS performed LU  {at=3733584.648415656, lu_delay=5.450833457056433, ms=00068}
22:49:18.620060 run                             mass: MS performed LU  {at=3733584.828277569, lu_delay=6.237922597676516, ms=00065}
22:49:18.638277 run                             mass: MS performed LU  {at=3733584.846521877, lu_delay=4.870534006040543, ms=00069}
22:49:18.681394 run                osmo-ms-mob/00081: Starting mobile
22:49:18.696642 run       osmo-ms-mob/00081(pid=215): Launched
22:49:18.702761 run                             mass: MS performed LU  {at=3733584.911090973, lu_delay=22.310241421684623, ms=00020}
22:49:18.708685 run                             mass: MS start registered  {at=3733584.917020609, delay=0.005946462042629719, ms=00081}
22:49:19.346434 run                osmo-ms-mob/00082: Starting mobile
22:49:19.360544 run       osmo-ms-mob/00082(pid=216): Launched
22:49:19.371663 run                             mass: MS start registered  {at=3733585.579979857, delay=0.004814291838556528, ms=00082}
22:49:19.459839 run                             mass: MS performed LU  {at=3733585.66805745, lu_delay=4.5315543711185455, ms=00073}
22:49:19.945934 run                osmo-ms-mob/00083: Starting mobile
22:49:19.960804 run       osmo-ms-mob/00083(pid=217): Launched
22:49:19.971956 run                             mass: MS start registered  {at=3733586.180276786, delay=0.004594715777784586, ms=00083}
22:49:20.175726 run                             mass: MS performed LU  {at=3733586.383921976, lu_delay=5.465887600090355, ms=00072}
22:49:20.201299 run                             mass: MS performed LU  {at=3733586.409627437, lu_delay=6.030152990017086, ms=00070}
22:49:20.341893 run                             mass: MS performed LU  {at=3733586.550095934, lu_delay=5.746122465934604, ms=00071}
22:49:20.373024 run                osmo-ms-mob/00084: Starting mobile
22:49:20.386257 run       osmo-ms-mob/00084(pid=218): Launched
22:49:20.397018 run                             mass: MS start registered  {at=3733586.605341437, delay=0.004547693766653538, ms=00084}
22:49:20.765894 run                             mass: MS performed LU  {at=3733586.974115289, lu_delay=4.993807198945433, ms=00074}
22:49:20.967112 run                osmo-ms-mob/00085: Starting mobile
22:49:20.982772 run       osmo-ms-mob/00085(pid=219): Launched
22:49:20.993612 run                             mass: MS start registered  {at=3733587.201934815, delay=0.004579635802656412, ms=00085}
22:49:21.546407 run                osmo-ms-mob/00086: Starting mobile
22:49:21.560465 run       osmo-ms-mob/00086(pid=220): Launched
22:49:21.571419 run                             mass: MS start registered  {at=3733587.77974194, delay=0.004817404318600893, ms=00086}
22:49:22.114654 run                             mass: MS performed LU  {at=3733588.322847709, lu_delay=4.590624674223363, ms=00078}
22:49:22.169927 run                osmo-ms-mob/00087: Starting mobile
22:49:22.184896 run       osmo-ms-mob/00087(pid=221): Launched
22:49:22.195654 run                             mass: MS start registered  {at=3733588.403976709, delay=0.004579012282192707, ms=00087}
22:49:22.205071 run                             mass: MS performed LU  {at=3733588.413395406, lu_delay=5.591072729323059, ms=00076}
22:49:22.385608 run                             mass: MS performed LU  {at=3733588.593826, lu_delay=5.329043362289667, ms=00077}
22:49:22.409758 run                             mass: MS performed LU  {at=3733588.618090104, lu_delay=22.926376333925873, ms=00027}
22:49:22.753781 run                osmo-ms-mob/00088: Starting mobile
22:49:22.770250 run       osmo-ms-mob/00088(pid=222): Launched
22:49:22.781288 run                             mass: MS start registered  {at=3733588.989609299, delay=0.004574047401547432, ms=00088}
22:49:23.347141 run                osmo-ms-mob/00089: Starting mobile
22:49:23.361178 run       osmo-ms-mob/00089(pid=223): Launched
22:49:23.372054 run                             mass: MS start registered  {at=3733589.580374075, delay=0.004788711201399565, ms=00089}
22:49:23.933065 run                osmo-ms-mob/00090: Starting mobile
22:49:23.946473 run       osmo-ms-mob/00090(pid=224): Launched
22:49:23.957925 run                             mass: MS start registered  {at=3733590.166245338, delay=0.003244968131184578, ms=00090}
22:49:24.061146 run                             mass: MS performed LU  {at=3733590.269364968, lu_delay=6.090735691133887, ms=00079}
22:49:24.107363 run                             mass: MS performed LU  {at=3733590.315580084, lu_delay=5.722633553203195, ms=00080}
22:49:24.176852 run                             mass: MS performed LU  {at=3733590.385068349, lu_delay=5.4680477399379015, ms=00081}
22:49:24.200599 run                             mass: MS performed LU  {at=3733590.408928778, lu_delay=23.110966890119016, ms=00031}
22:49:24.665424 run                osmo-ms-mob/00091: Starting mobile
22:49:24.683124 run       osmo-ms-mob/00091(pid=225): Launched
22:49:24.693873 run                             mass: MS start registered  {at=3733590.9021949, delay=0.004577790852636099, ms=00091}
22:49:25.030330 run                             mass: MS performed LU  {at=3733591.238546157, lu_delay=5.658566299825907, ms=00082}
22:49:25.355233 run                osmo-ms-mob/00092: Starting mobile
22:49:25.372388 run       osmo-ms-mob/00092(pid=226): Launched
22:49:25.383460 run                             mass: MS start registered  {at=3733591.591774858, delay=0.005001654848456383, ms=00092}
22:49:25.880588 run                             mass: MS performed LU  {at=3733592.088808011, lu_delay=5.908531224820763, ms=00083}
22:49:25.905315 run                             mass: MS performed LU  {at=3733592.113644183, lu_delay=4.911709368228912, ms=00085}
22:49:25.915016 run                             mass: MS performed LU  {at=3733592.123331755, lu_delay=5.5179903181269765, ms=00084}
22:49:25.964415 run                osmo-ms-mob/00093: Starting mobile
22:49:25.980394 run       osmo-ms-mob/00093(pid=227): Launched
22:49:25.991151 run                             mass: MS start registered  {at=3733592.199473669, delay=0.004629787988960743, ms=00093}
22:49:27.046193 run                osmo-ms-mob/00094: Starting mobile
22:49:27.060531 run       osmo-ms-mob/00094(pid=228): Launched
22:49:27.071335 run                             mass: MS start registered  {at=3733593.279656975, delay=0.004662235267460346, ms=00094}
22:49:27.826829 run                             mass: MS performed LU  {at=3733594.035047908, lu_delay=5.631071198731661, ms=00087}
22:49:27.842436 run                osmo-ms-mob/00095: Starting mobile
22:49:27.855474 run       osmo-ms-mob/00095(pid=229): Launched
22:49:27.866350 run                             mass: MS start registered  {at=3733594.074673959, delay=0.004917916841804981, ms=00095}
22:49:27.872450 run                             mass: MS performed LU  {at=3733594.080778729, lu_delay=6.301036789081991, ms=00086}
22:49:27.942439 run                             mass: MS performed LU  {at=3733594.150655391, lu_delay=5.161046091932803, ms=00088}
22:49:27.965885 run                             mass: MS performed LU  {at=3733594.17421594, lu_delay=4.5938418647274375, ms=00089}
22:49:28.958351 run                osmo-ms-mob/00096: Starting mobile
22:49:28.977942 run       osmo-ms-mob/00096(pid=230): Launched
22:49:28.988887 run                             mass: MS start registered  {at=3733595.197207957, delay=0.0047380318865180016, ms=00096}
22:49:29.627205 run                             mass: MS performed LU  {at=3733595.835426081, lu_delay=5.669180742930621, ms=00090}
22:49:29.737791 run                             mass: MS performed LU  {at=3733595.946000908, lu_delay=5.043806008063257, ms=00091}
22:49:30.064139 run                osmo-ms-mob/00097: Starting mobile
22:49:30.082407 run       osmo-ms-mob/00097(pid=231): Launched
22:49:30.093451 run                             mass: MS start registered  {at=3733596.301772632, delay=0.004585683345794678, ms=00097}
22:49:31.347597 run                osmo-ms-mob/00098: Starting mobile
22:49:31.361850 run       osmo-ms-mob/00098(pid=232): Launched
22:49:31.372807 run                             mass: MS start registered  {at=3733597.58112547, delay=0.004936870653182268, ms=00098}
22:49:31.575366 run                             mass: MS performed LU  {at=3733597.783560441, lu_delay=6.191785582806915, ms=00092}
22:49:31.599503 run                             mass: MS performed LU  {at=3733597.807832601, lu_delay=5.608358932193369, ms=00093}
22:49:32.109415 run                             mass: MS performed LU  {at=3733598.3176326, lu_delay=5.0379756251350045, ms=00094}
22:49:33.164438 run                osmo-ms-mob/00099: Starting mobile
22:49:33.181487 run       osmo-ms-mob/00099(pid=233): Launched
22:49:33.187557 run                             mass: All started... {duration=55.76519722305238, too_slow=0}
22:49:33.193642 run                             mass: MS start registered  {at=3733599.401963195, delay=0.006072663702070713, ms=00099}
22:49:33.356506 run                             mass: MS performed LU  {at=3733599.564724588, lu_delay=22.1961375400424, ms=00062}
22:49:33.504109 run                             mass: MS performed LU  {at=3733599.712327614, lu_delay=5.637653654906899, ms=00095}
22:49:33.609442 run                             mass: MS performed LU  {at=3733599.817657952, lu_delay=4.6204499951563776, ms=00096}
22:49:35.340423 run                             mass: MS performed LU  {at=3733601.548616032, lu_delay=5.2468433999456465, ms=00097}
22:49:37.241636 run                             mass: MS performed LU  {at=3733603.449854808, lu_delay=5.868729338049889, ms=00098}
22:49:39.106044 run                             mass: MS performed LU  {at=3733605.314261867, lu_delay=5.912298672366887, ms=00099}
22:49:39.152524 run                             mass: MS performed LU  {at=3733605.36074128, lu_delay=22.963677580934018, ms=00075}
22:49:39.170187 run                             mass: Tests done {all_completed=True, max=23.110966890119016, min=3.61831879010424}
22:49:39.175666 tst         register_default_mass.py: Test passed (81.2 sec)
22:49:39.181157 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminating (SIGTERM)
22:49:39.184506 run      osmo-hlr_127.0.42.2(pid=22): Terminating (SIGTERM)
22:49:39.187846 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminating (SIGTERM)
22:49:39.191253 run      osmo-stp_127.0.42.5(pid=24): Terminating (SIGTERM)
22:49:39.194652 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:39.198108 run      osmo-msc_127.0.42.6(pid=26): Terminating (SIGTERM)
22:49:39.201536 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:39.204965 run      osmo-mgw_127.0.42.3(pid=28): Terminating (SIGTERM)
22:49:39.208426 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:39.211791 run      osmo-mgw_127.0.42.4(pid=30): Terminating (SIGTERM)
22:49:39.215121 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:39.219405 run      osmo-bsc_127.0.42.7(pid=32): Terminating (SIGTERM)
22:49:39.222723 run         osmo-bts-virtual(pid=33): Terminating (SIGTERM)
22:49:39.226023 run   osmo-ms-virt-phy/00000(pid=34): Terminating (SIGTERM)
22:49:39.229408 run   osmo-ms-virt-phy/00001(pid=35): Terminating (SIGTERM)
22:49:39.232819 run   osmo-ms-virt-phy/00002(pid=36): Terminating (SIGTERM)
22:49:39.236244 run   osmo-ms-virt-phy/00003(pid=37): Terminating (SIGTERM)
22:49:39.239665 run   osmo-ms-virt-phy/00004(pid=38): Terminating (SIGTERM)
22:49:39.243045 run   osmo-ms-virt-phy/00005(pid=39): Terminating (SIGTERM)
22:49:39.246364 run   osmo-ms-virt-phy/00006(pid=40): Terminating (SIGTERM)
22:49:39.250071 run   osmo-ms-virt-phy/00007(pid=41): Terminating (SIGTERM)
22:49:39.253492 run   osmo-ms-virt-phy/00008(pid=42): Terminating (SIGTERM)
22:49:39.256936 run   osmo-ms-virt-phy/00009(pid=43): Terminating (SIGTERM)
22:49:39.260291 run   osmo-ms-virt-phy/00010(pid=44): Terminating (SIGTERM)
22:49:39.263727 run   osmo-ms-virt-phy/00011(pid=45): Terminating (SIGTERM)
22:49:39.267397 run   osmo-ms-virt-phy/00012(pid=46): Terminating (SIGTERM)
22:49:39.270854 run   osmo-ms-virt-phy/00013(pid=47): Terminating (SIGTERM)
22:49:39.274290 run   osmo-ms-virt-phy/00014(pid=48): Terminating (SIGTERM)
22:49:39.277624 run   osmo-ms-virt-phy/00015(pid=49): Terminating (SIGTERM)
22:49:39.281066 run   osmo-ms-virt-phy/00016(pid=50): Terminating (SIGTERM)
22:49:39.284512 run   osmo-ms-virt-phy/00017(pid=51): Terminating (SIGTERM)
22:49:39.287979 run   osmo-ms-virt-phy/00018(pid=52): Terminating (SIGTERM)
22:49:39.291346 run   osmo-ms-virt-phy/00019(pid=53): Terminating (SIGTERM)
22:49:39.294995 run   osmo-ms-virt-phy/00020(pid=54): Terminating (SIGTERM)
22:49:39.298404 run   osmo-ms-virt-phy/00021(pid=55): Terminating (SIGTERM)
22:49:39.301836 run   osmo-ms-virt-phy/00022(pid=56): Terminating (SIGTERM)
22:49:39.305249 run   osmo-ms-virt-phy/00023(pid=57): Terminating (SIGTERM)
22:49:39.308672 run   osmo-ms-virt-phy/00024(pid=58): Terminating (SIGTERM)
22:49:39.312427 run   osmo-ms-virt-phy/00025(pid=59): Terminating (SIGTERM)
22:49:39.316129 run   osmo-ms-virt-phy/00026(pid=60): Terminating (SIGTERM)
22:49:39.319711 run   osmo-ms-virt-phy/00027(pid=61): Terminating (SIGTERM)
22:49:39.323157 run   osmo-ms-virt-phy/00028(pid=62): Terminating (SIGTERM)
22:49:39.326582 run   osmo-ms-virt-phy/00029(pid=63): Terminating (SIGTERM)
22:49:39.330002 run   osmo-ms-virt-phy/00030(pid=64): Terminating (SIGTERM)
22:49:39.333434 run   osmo-ms-virt-phy/00031(pid=65): Terminating (SIGTERM)
22:49:39.336855 run   osmo-ms-virt-phy/00032(pid=66): Terminating (SIGTERM)
22:49:39.340303 run   osmo-ms-virt-phy/00033(pid=67): Terminating (SIGTERM)
22:49:39.343911 run   osmo-ms-virt-phy/00034(pid=68): Terminating (SIGTERM)
22:49:39.347337 run   osmo-ms-virt-phy/00035(pid=69): Terminating (SIGTERM)
22:49:39.350777 run   osmo-ms-virt-phy/00036(pid=70): Terminating (SIGTERM)
22:49:39.354639 run   osmo-ms-virt-phy/00037(pid=71): Terminating (SIGTERM)
22:49:39.358071 run   osmo-ms-virt-phy/00038(pid=72): Terminating (SIGTERM)
22:49:39.361491 run   osmo-ms-virt-phy/00039(pid=73): Terminating (SIGTERM)
22:49:39.364918 run   osmo-ms-virt-phy/00040(pid=74): Terminating (SIGTERM)
22:49:39.368328 run   osmo-ms-virt-phy/00041(pid=75): Terminating (SIGTERM)
22:49:39.371746 run   osmo-ms-virt-phy/00042(pid=76): Terminating (SIGTERM)
22:49:39.375177 run   osmo-ms-virt-phy/00043(pid=77): Terminating (SIGTERM)
22:49:39.378590 run   osmo-ms-virt-phy/00044(pid=78): Terminating (SIGTERM)
22:49:39.382015 run   osmo-ms-virt-phy/00045(pid=79): Terminating (SIGTERM)
22:49:39.385433 run   osmo-ms-virt-phy/00046(pid=80): Terminating (SIGTERM)
22:49:39.388910 run   osmo-ms-virt-phy/00047(pid=81): Terminating (SIGTERM)
22:49:39.392332 run   osmo-ms-virt-phy/00048(pid=82): Terminating (SIGTERM)
22:49:39.395745 run   osmo-ms-virt-phy/00049(pid=83): Terminating (SIGTERM)
22:49:39.399153 run   osmo-ms-virt-phy/00050(pid=84): Terminating (SIGTERM)
22:49:39.402583 run   osmo-ms-virt-phy/00051(pid=85): Terminating (SIGTERM)
22:49:39.406036 run   osmo-ms-virt-phy/00052(pid=86): Terminating (SIGTERM)
22:49:39.409437 run   osmo-ms-virt-phy/00053(pid=87): Terminating (SIGTERM)
22:49:39.412795 run   osmo-ms-virt-phy/00054(pid=88): Terminating (SIGTERM)
22:49:39.416228 run   osmo-ms-virt-phy/00055(pid=89): Terminating (SIGTERM)
22:49:39.419581 run   osmo-ms-virt-phy/00056(pid=90): Terminating (SIGTERM)
22:49:39.422903 run   osmo-ms-virt-phy/00057(pid=91): Terminating (SIGTERM)
22:49:39.426312 run   osmo-ms-virt-phy/00058(pid=92): Terminating (SIGTERM)
22:49:39.429687 run   osmo-ms-virt-phy/00059(pid=93): Terminating (SIGTERM)
22:49:39.433079 run   osmo-ms-virt-phy/00060(pid=94): Terminating (SIGTERM)
22:49:39.436506 run   osmo-ms-virt-phy/00061(pid=95): Terminating (SIGTERM)
22:49:39.439855 run   osmo-ms-virt-phy/00062(pid=96): Terminating (SIGTERM)
22:49:39.443267 run   osmo-ms-virt-phy/00063(pid=97): Terminating (SIGTERM)
22:49:39.446630 run   osmo-ms-virt-phy/00064(pid=98): Terminating (SIGTERM)
22:49:39.450007 run   osmo-ms-virt-phy/00065(pid=99): Terminating (SIGTERM)
22:49:39.453364 run  osmo-ms-virt-phy/00066(pid=100): Terminating (SIGTERM)
22:49:39.456765 run  osmo-ms-virt-phy/00067(pid=101): Terminating (SIGTERM)
22:49:39.460126 run  osmo-ms-virt-phy/00068(pid=102): Terminating (SIGTERM)
22:49:39.463752 run  osmo-ms-virt-phy/00069(pid=103): Terminating (SIGTERM)
22:49:39.467406 run  osmo-ms-virt-phy/00070(pid=104): Terminating (SIGTERM)
22:49:39.470873 run  osmo-ms-virt-phy/00071(pid=105): Terminating (SIGTERM)
22:49:39.474298 run  osmo-ms-virt-phy/00072(pid=106): Terminating (SIGTERM)
22:49:39.477627 run  osmo-ms-virt-phy/00073(pid=107): Terminating (SIGTERM)
22:49:39.480952 run  osmo-ms-virt-phy/00074(pid=108): Terminating (SIGTERM)
22:49:39.484400 run  osmo-ms-virt-phy/00075(pid=109): Terminating (SIGTERM)
22:49:39.487829 run  osmo-ms-virt-phy/00076(pid=110): Terminating (SIGTERM)
22:49:39.491255 run  osmo-ms-virt-phy/00077(pid=111): Terminating (SIGTERM)
22:49:39.494646 run  osmo-ms-virt-phy/00078(pid=112): Terminating (SIGTERM)
22:49:39.498075 run  osmo-ms-virt-phy/00079(pid=113): Terminating (SIGTERM)
22:49:39.502026 run  osmo-ms-virt-phy/00080(pid=114): Terminating (SIGTERM)
22:49:39.505627 run  osmo-ms-virt-phy/00081(pid=115): Terminating (SIGTERM)
22:49:39.509178 run  osmo-ms-virt-phy/00082(pid=116): Terminating (SIGTERM)
22:49:39.512712 run  osmo-ms-virt-phy/00083(pid=117): Terminating (SIGTERM)
22:49:39.516234 run  osmo-ms-virt-phy/00084(pid=118): Terminating (SIGTERM)
22:49:39.519775 run  osmo-ms-virt-phy/00085(pid=119): Terminating (SIGTERM)
22:49:39.523297 run  osmo-ms-virt-phy/00086(pid=120): Terminating (SIGTERM)
22:49:39.526842 run  osmo-ms-virt-phy/00087(pid=121): Terminating (SIGTERM)
22:49:39.530412 run  osmo-ms-virt-phy/00088(pid=122): Terminating (SIGTERM)
22:49:39.533964 run  osmo-ms-virt-phy/00089(pid=123): Terminating (SIGTERM)
22:49:39.537501 run  osmo-ms-virt-phy/00090(pid=124): Terminating (SIGTERM)
22:49:39.541058 run  osmo-ms-virt-phy/00091(pid=125): Terminating (SIGTERM)
22:49:39.544606 run  osmo-ms-virt-phy/00092(pid=126): Terminating (SIGTERM)
22:49:39.548141 run  osmo-ms-virt-phy/00093(pid=127): Terminating (SIGTERM)
22:49:39.551669 run  osmo-ms-virt-phy/00094(pid=128): Terminating (SIGTERM)
22:49:39.555231 run  osmo-ms-virt-phy/00095(pid=129): Terminating (SIGTERM)
22:49:39.558777 run  osmo-ms-virt-phy/00096(pid=130): Terminating (SIGTERM)
22:49:39.562311 run  osmo-ms-virt-phy/00097(pid=131): Terminating (SIGTERM)
22:49:39.565861 run  osmo-ms-virt-phy/00098(pid=132): Terminating (SIGTERM)
22:49:39.569395 run  osmo-ms-virt-phy/00099(pid=133): Terminating (SIGTERM)
22:49:39.572953 run       osmo-ms-mob/00000(pid=134): Terminating (SIGTERM)
22:49:39.576485 run       osmo-ms-mob/00001(pid=135): Terminating (SIGTERM)
22:49:39.580002 run       osmo-ms-mob/00002(pid=136): Terminating (SIGTERM)
22:49:39.583526 run       osmo-ms-mob/00003(pid=137): Terminating (SIGTERM)
22:49:39.587038 run       osmo-ms-mob/00004(pid=138): Terminating (SIGTERM)
22:49:39.590450 run       osmo-ms-mob/00005(pid=139): Terminating (SIGTERM)
22:49:39.593867 run       osmo-ms-mob/00006(pid=140): Terminating (SIGTERM)
22:49:39.597250 run       osmo-ms-mob/00007(pid=141): Terminating (SIGTERM)
22:49:39.600623 run       osmo-ms-mob/00008(pid=142): Terminating (SIGTERM)
22:49:39.604003 run       osmo-ms-mob/00009(pid=143): Terminating (SIGTERM)
22:49:39.607370 run       osmo-ms-mob/00010(pid=144): Terminating (SIGTERM)
22:49:39.610680 run       osmo-ms-mob/00011(pid=145): Terminating (SIGTERM)
22:49:39.614014 run       osmo-ms-mob/00012(pid=146): Terminating (SIGTERM)
22:49:39.617328 run       osmo-ms-mob/00013(pid=147): Terminating (SIGTERM)
22:49:39.620640 run       osmo-ms-mob/00014(pid=148): Terminating (SIGTERM)
22:49:39.623961 run       osmo-ms-mob/00015(pid=149): Terminating (SIGTERM)
22:49:39.627274 run       osmo-ms-mob/00016(pid=150): Terminating (SIGTERM)
22:49:39.630583 run       osmo-ms-mob/00017(pid=151): Terminating (SIGTERM)
22:49:39.633885 run       osmo-ms-mob/00018(pid=152): Terminating (SIGTERM)
22:49:39.637196 run       osmo-ms-mob/00019(pid=153): Terminating (SIGTERM)
22:49:39.640511 run       osmo-ms-mob/00020(pid=154): Terminating (SIGTERM)
22:49:39.643824 run       osmo-ms-mob/00021(pid=155): Terminating (SIGTERM)
22:49:39.647142 run       osmo-ms-mob/00022(pid=156): Terminating (SIGTERM)
22:49:39.650448 run       osmo-ms-mob/00023(pid=157): Terminating (SIGTERM)
22:49:39.653801 run       osmo-ms-mob/00024(pid=158): Terminating (SIGTERM)
22:49:39.657117 run       osmo-ms-mob/00025(pid=159): Terminating (SIGTERM)
22:49:39.660430 run       osmo-ms-mob/00026(pid=160): Terminating (SIGTERM)
22:49:39.663729 run       osmo-ms-mob/00027(pid=161): Terminating (SIGTERM)
22:49:39.667029 run       osmo-ms-mob/00028(pid=162): Terminating (SIGTERM)
22:49:39.670332 run       osmo-ms-mob/00029(pid=163): Terminating (SIGTERM)
22:49:39.673645 run       osmo-ms-mob/00030(pid=164): Terminating (SIGTERM)
22:49:39.676981 run       osmo-ms-mob/00031(pid=165): Terminating (SIGTERM)
22:49:39.680285 run       osmo-ms-mob/00032(pid=166): Terminating (SIGTERM)
22:49:39.683586 run       osmo-ms-mob/00033(pid=167): Terminating (SIGTERM)
22:49:39.686913 run       osmo-ms-mob/00034(pid=168): Terminating (SIGTERM)
22:49:39.690234 run       osmo-ms-mob/00035(pid=169): Terminating (SIGTERM)
22:49:39.693541 run       osmo-ms-mob/00036(pid=170): Terminating (SIGTERM)
22:49:39.696853 run       osmo-ms-mob/00037(pid=171): Terminating (SIGTERM)
22:49:39.700164 run       osmo-ms-mob/00038(pid=172): Terminating (SIGTERM)
22:49:39.703459 run       osmo-ms-mob/00039(pid=173): Terminating (SIGTERM)
22:49:39.706772 run       osmo-ms-mob/00040(pid=174): Terminating (SIGTERM)
22:49:39.710091 run       osmo-ms-mob/00041(pid=175): Terminating (SIGTERM)
22:49:39.713400 run       osmo-ms-mob/00042(pid=176): Terminating (SIGTERM)
22:49:39.716701 run       osmo-ms-mob/00043(pid=177): Terminating (SIGTERM)
22:49:39.720013 run       osmo-ms-mob/00044(pid=178): Terminating (SIGTERM)
22:49:39.723316 run       osmo-ms-mob/00045(pid=179): Terminating (SIGTERM)
22:49:39.726671 run       osmo-ms-mob/00046(pid=180): Terminating (SIGTERM)
22:49:39.729997 run       osmo-ms-mob/00047(pid=181): Terminating (SIGTERM)
22:49:39.733329 run       osmo-ms-mob/00048(pid=182): Terminating (SIGTERM)
22:49:39.736634 run       osmo-ms-mob/00049(pid=183): Terminating (SIGTERM)
22:49:39.739942 run       osmo-ms-mob/00050(pid=184): Terminating (SIGTERM)
22:49:39.743265 run       osmo-ms-mob/00051(pid=185): Terminating (SIGTERM)
22:49:39.746580 run       osmo-ms-mob/00052(pid=186): Terminating (SIGTERM)
22:49:39.749903 run       osmo-ms-mob/00053(pid=187): Terminating (SIGTERM)
22:49:39.753230 run       osmo-ms-mob/00054(pid=188): Terminating (SIGTERM)
22:49:39.756552 run       osmo-ms-mob/00055(pid=189): Terminating (SIGTERM)
22:49:39.759856 run       osmo-ms-mob/00056(pid=190): Terminating (SIGTERM)
22:49:39.763167 run       osmo-ms-mob/00057(pid=191): Terminating (SIGTERM)
22:49:39.766490 run       osmo-ms-mob/00058(pid=192): Terminating (SIGTERM)
22:49:39.769829 run       osmo-ms-mob/00059(pid=193): Terminating (SIGTERM)
22:49:39.773143 run       osmo-ms-mob/00060(pid=194): Terminating (SIGTERM)
22:49:39.776459 run       osmo-ms-mob/00061(pid=195): Terminating (SIGTERM)
22:49:39.779789 run       osmo-ms-mob/00062(pid=196): Terminating (SIGTERM)
22:49:39.783098 run       osmo-ms-mob/00063(pid=197): Terminating (SIGTERM)
22:49:39.786406 run       osmo-ms-mob/00064(pid=198): Terminating (SIGTERM)
22:49:39.789735 run       osmo-ms-mob/00065(pid=199): Terminating (SIGTERM)
22:49:39.793049 run       osmo-ms-mob/00066(pid=200): Terminating (SIGTERM)
22:49:39.796379 run       osmo-ms-mob/00067(pid=201): Terminating (SIGTERM)
22:49:39.799679 run       osmo-ms-mob/00068(pid=202): Terminating (SIGTERM)
22:49:39.803003 run       osmo-ms-mob/00069(pid=203): Terminating (SIGTERM)
22:49:39.806323 run       osmo-ms-mob/00070(pid=204): Terminating (SIGTERM)
22:49:39.809636 run       osmo-ms-mob/00071(pid=205): Terminating (SIGTERM)
22:49:39.812954 run       osmo-ms-mob/00072(pid=206): Terminating (SIGTERM)
22:49:39.816284 run       osmo-ms-mob/00073(pid=207): Terminating (SIGTERM)
22:49:39.819595 run       osmo-ms-mob/00074(pid=208): Terminating (SIGTERM)
22:49:39.822910 run       osmo-ms-mob/00075(pid=209): Terminating (SIGTERM)
22:49:39.826214 run       osmo-ms-mob/00076(pid=210): Terminating (SIGTERM)
22:49:39.829536 run       osmo-ms-mob/00077(pid=211): Terminating (SIGTERM)
22:49:39.832831 run       osmo-ms-mob/00078(pid=212): Terminating (SIGTERM)
22:49:39.836140 run       osmo-ms-mob/00079(pid=213): Terminating (SIGTERM)
22:49:39.839446 run       osmo-ms-mob/00080(pid=214): Terminating (SIGTERM)
22:49:39.842742 run       osmo-ms-mob/00081(pid=215): Terminating (SIGTERM)
22:49:39.846051 run       osmo-ms-mob/00082(pid=216): Terminating (SIGTERM)
22:49:39.849357 run       osmo-ms-mob/00083(pid=217): Terminating (SIGTERM)
22:49:39.852679 run       osmo-ms-mob/00084(pid=218): Terminating (SIGTERM)
22:49:39.855982 run       osmo-ms-mob/00085(pid=219): Terminating (SIGTERM)
22:49:39.859285 run       osmo-ms-mob/00086(pid=220): Terminating (SIGTERM)
22:49:39.862604 run       osmo-ms-mob/00087(pid=221): Terminating (SIGTERM)
22:49:39.865924 run       osmo-ms-mob/00088(pid=222): Terminating (SIGTERM)
22:49:39.869226 run       osmo-ms-mob/00089(pid=223): Terminating (SIGTERM)
22:49:39.872535 run       osmo-ms-mob/00090(pid=224): Terminating (SIGTERM)
22:49:39.875850 run       osmo-ms-mob/00091(pid=225): Terminating (SIGTERM)
22:49:39.879149 run       osmo-ms-mob/00092(pid=226): Terminating (SIGTERM)
22:49:39.882466 run       osmo-ms-mob/00093(pid=227): Terminating (SIGTERM)
22:49:39.885782 run       osmo-ms-mob/00094(pid=228): Terminating (SIGTERM)
22:49:39.889098 run       osmo-ms-mob/00095(pid=229): Terminating (SIGTERM)
22:49:39.892410 run       osmo-ms-mob/00096(pid=230): Terminating (SIGTERM)
22:49:39.895713 run       osmo-ms-mob/00097(pid=231): Terminating (SIGTERM)
22:49:39.898901 run       osmo-ms-mob/00098(pid=232): Terminating (SIGTERM)
22:49:39.902243 run       osmo-ms-mob/00099(pid=233): Terminating (SIGTERM)
22:49:39.905462 ---      ParallelTerminationStrategy: PID 21 died...
22:49:39.906904 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminated: ok {rc=0}
22:49:39.910457 ---      ParallelTerminationStrategy: PID 22 died...
22:49:39.911899 run      osmo-hlr_127.0.42.2(pid=22): Terminated: ok {rc=0}
22:49:39.915434 ---      ParallelTerminationStrategy: PID 23 died...
22:49:39.916862 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminated: ok {rc=0}
22:49:39.920416 ---      ParallelTerminationStrategy: PID 24 died...
22:49:39.921866 run      osmo-stp_127.0.42.5(pid=24): Terminated: ok {rc=0}
22:49:39.925437 ---      ParallelTerminationStrategy: PID 25 died...
22:49:39.926871 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:39.930456 ---      ParallelTerminationStrategy: PID 26 died...
22:49:39.931902 run      osmo-msc_127.0.42.6(pid=26): Terminated: ok {rc=0}
22:49:39.935447 ---      ParallelTerminationStrategy: PID 27 died...
22:49:39.936903 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:39.940486 ---      ParallelTerminationStrategy: PID 28 died...
22:49:39.941928 run      osmo-mgw_127.0.42.3(pid=28): Terminated {rc=15}
22:49:39.945505 ---      ParallelTerminationStrategy: PID 29 died...
22:49:39.946938 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:39.950508 ---      ParallelTerminationStrategy: PID 30 died...
22:49:39.951948 run      osmo-mgw_127.0.42.4(pid=30): Terminated {rc=15}
22:49:39.955572 ---      ParallelTerminationStrategy: PID 31 died...
22:49:39.957062 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:39.960699 ---      ParallelTerminationStrategy: PID 32 died...
22:49:39.962170 run      osmo-bsc_127.0.42.7(pid=32): Terminated: ok {rc=0}
22:49:39.965813 ---      ParallelTerminationStrategy: PID 34 died...
22:49:39.967275 run   osmo-ms-virt-phy/00000(pid=34): Terminated: ok {rc=0}
22:49:39.970906 ---      ParallelTerminationStrategy: PID 35 died...
22:49:39.972395 run   osmo-ms-virt-phy/00001(pid=35): Terminated: ok {rc=0}
22:49:39.976022 ---      ParallelTerminationStrategy: PID 36 died...
22:49:39.977487 run   osmo-ms-virt-phy/00002(pid=36): Terminated: ok {rc=0}
22:49:39.981131 ---      ParallelTerminationStrategy: PID 37 died...
22:49:39.982602 run   osmo-ms-virt-phy/00003(pid=37): Terminated: ok {rc=0}
22:49:39.986227 ---      ParallelTerminationStrategy: PID 38 died...
22:49:39.987713 run   osmo-ms-virt-phy/00004(pid=38): Terminated: ok {rc=0}
22:49:39.991345 ---      ParallelTerminationStrategy: PID 39 died...
22:49:39.992825 run   osmo-ms-virt-phy/00005(pid=39): Terminated: ok {rc=0}
22:49:39.996485 ---      ParallelTerminationStrategy: PID 40 died...
22:49:39.997966 run   osmo-ms-virt-phy/00006(pid=40): Terminated: ok {rc=0}
22:49:40.001593 ---      ParallelTerminationStrategy: PID 41 died...
22:49:40.003065 run   osmo-ms-virt-phy/00007(pid=41): Terminated: ok {rc=0}
22:49:40.006733 ---      ParallelTerminationStrategy: PID 42 died...
22:49:40.008204 run   osmo-ms-virt-phy/00008(pid=42): Terminated: ok {rc=0}
22:49:40.011850 ---      ParallelTerminationStrategy: PID 43 died...
22:49:40.013312 run   osmo-ms-virt-phy/00009(pid=43): Terminated: ok {rc=0}
22:49:40.016923 ---      ParallelTerminationStrategy: PID 44 died...
22:49:40.018400 run   osmo-ms-virt-phy/00010(pid=44): Terminated: ok {rc=0}
22:49:40.022030 ---      ParallelTerminationStrategy: PID 45 died...
22:49:40.023488 run   osmo-ms-virt-phy/00011(pid=45): Terminated: ok {rc=0}
22:49:40.027108 ---      ParallelTerminationStrategy: PID 46 died...
22:49:40.028586 run   osmo-ms-virt-phy/00012(pid=46): Terminated: ok {rc=0}
22:49:40.032202 ---      ParallelTerminationStrategy: PID 47 died...
22:49:40.033666 run   osmo-ms-virt-phy/00013(pid=47): Terminated: ok {rc=0}
22:49:40.037297 ---      ParallelTerminationStrategy: PID 48 died...
22:49:40.038749 run   osmo-ms-virt-phy/00014(pid=48): Terminated: ok {rc=0}
22:49:40.042368 ---      ParallelTerminationStrategy: PID 49 died...
22:49:40.043833 run   osmo-ms-virt-phy/00015(pid=49): Terminated: ok {rc=0}
22:49:40.047434 ---      ParallelTerminationStrategy: PID 50 died...
22:49:40.048892 run   osmo-ms-virt-phy/00016(pid=50): Terminated: ok {rc=0}
22:49:40.052530 ---      ParallelTerminationStrategy: PID 51 died...
22:49:40.053997 run   osmo-ms-virt-phy/00017(pid=51): Terminated: ok {rc=0}
22:49:40.057585 ---      ParallelTerminationStrategy: PID 52 died...
22:49:40.059037 run   osmo-ms-virt-phy/00018(pid=52): Terminated: ok {rc=0}
22:49:40.062660 ---      ParallelTerminationStrategy: PID 53 died...
22:49:40.064134 run   osmo-ms-virt-phy/00019(pid=53): Terminated: ok {rc=0}
22:49:40.067739 ---      ParallelTerminationStrategy: PID 54 died...
22:49:40.069209 run   osmo-ms-virt-phy/00020(pid=54): Terminated: ok {rc=0}
22:49:40.072818 ---      ParallelTerminationStrategy: PID 55 died...
22:49:40.074284 run   osmo-ms-virt-phy/00021(pid=55): Terminated: ok {rc=0}
22:49:40.077880 ---      ParallelTerminationStrategy: PID 56 died...
22:49:40.079339 run   osmo-ms-virt-phy/00022(pid=56): Terminated: ok {rc=0}
22:49:40.082942 ---      ParallelTerminationStrategy: PID 57 died...
22:49:40.084416 run   osmo-ms-virt-phy/00023(pid=57): Terminated: ok {rc=0}
22:49:40.088041 ---      ParallelTerminationStrategy: PID 58 died...
22:49:40.089496 run   osmo-ms-virt-phy/00024(pid=58): Terminated: ok {rc=0}
22:49:40.093100 ---      ParallelTerminationStrategy: PID 59 died...
22:49:40.094566 run   osmo-ms-virt-phy/00025(pid=59): Terminated: ok {rc=0}
22:49:40.098194 ---      ParallelTerminationStrategy: PID 60 died...
22:49:40.099655 run   osmo-ms-virt-phy/00026(pid=60): Terminated: ok {rc=0}
22:49:40.103298 ---      ParallelTerminationStrategy: PID 61 died...
22:49:40.104774 run   osmo-ms-virt-phy/00027(pid=61): Terminated: ok {rc=0}
22:49:40.108391 ---      ParallelTerminationStrategy: PID 62 died...
22:49:40.109850 run   osmo-ms-virt-phy/00028(pid=62): Terminated: ok {rc=0}
22:49:40.113464 ---      ParallelTerminationStrategy: PID 63 died...
22:49:40.114920 run   osmo-ms-virt-phy/00029(pid=63): Terminated: ok {rc=0}
22:49:40.118545 ---      ParallelTerminationStrategy: PID 64 died...
22:49:40.120009 run   osmo-ms-virt-phy/00030(pid=64): Terminated: ok {rc=0}
22:49:40.123635 ---      ParallelTerminationStrategy: PID 65 died...
22:49:40.125111 run   osmo-ms-virt-phy/00031(pid=65): Terminated: ok {rc=0}
22:49:40.128732 ---      ParallelTerminationStrategy: PID 66 died...
22:49:40.130196 run   osmo-ms-virt-phy/00032(pid=66): Terminated: ok {rc=0}
22:49:40.133825 ---      ParallelTerminationStrategy: PID 67 died...
22:49:40.135298 run   osmo-ms-virt-phy/00033(pid=67): Terminated: ok {rc=0}
22:49:40.138931 ---      ParallelTerminationStrategy: PID 68 died...
22:49:40.140392 run   osmo-ms-virt-phy/00034(pid=68): Terminated: ok {rc=0}
22:49:40.144002 ---      ParallelTerminationStrategy: PID 69 died...
22:49:40.145469 run   osmo-ms-virt-phy/00035(pid=69): Terminated: ok {rc=0}
22:49:40.149081 ---      ParallelTerminationStrategy: PID 70 died...
22:49:40.150550 run   osmo-ms-virt-phy/00036(pid=70): Terminated: ok {rc=0}
22:49:40.154190 ---      ParallelTerminationStrategy: PID 71 died...
22:49:40.155676 run   osmo-ms-virt-phy/00037(pid=71): Terminated: ok {rc=0}
22:49:40.159298 ---      ParallelTerminationStrategy: PID 72 died...
22:49:40.160776 run   osmo-ms-virt-phy/00038(pid=72): Terminated: ok {rc=0}
22:49:40.164392 ---      ParallelTerminationStrategy: PID 73 died...
22:49:40.165854 run   osmo-ms-virt-phy/00039(pid=73): Terminated: ok {rc=0}
22:49:40.169493 ---      ParallelTerminationStrategy: PID 74 died...
22:49:40.170954 run   osmo-ms-virt-phy/00040(pid=74): Terminated: ok {rc=0}
22:49:40.174561 ---      ParallelTerminationStrategy: PID 75 died...
22:49:40.176027 run   osmo-ms-virt-phy/00041(pid=75): Terminated: ok {rc=0}
22:49:40.179634 ---      ParallelTerminationStrategy: PID 76 died...
22:49:40.181107 run   osmo-ms-virt-phy/00042(pid=76): Terminated: ok {rc=0}
22:49:40.184733 ---      ParallelTerminationStrategy: PID 77 died...
22:49:40.186200 run   osmo-ms-virt-phy/00043(pid=77): Terminated: ok {rc=0}
22:49:40.189813 ---      ParallelTerminationStrategy: PID 78 died...
22:49:40.191275 run   osmo-ms-virt-phy/00044(pid=78): Terminated: ok {rc=0}
22:49:40.194889 ---      ParallelTerminationStrategy: PID 79 died...
22:49:40.196351 run   osmo-ms-virt-phy/00045(pid=79): Terminated: ok {rc=0}
22:49:40.199969 ---      ParallelTerminationStrategy: PID 80 died...
22:49:40.201427 run   osmo-ms-virt-phy/00046(pid=80): Terminated: ok {rc=0}
22:49:40.205053 ---      ParallelTerminationStrategy: PID 81 died...
22:49:40.206508 run   osmo-ms-virt-phy/00047(pid=81): Terminated: ok {rc=0}
22:49:40.210125 ---      ParallelTerminationStrategy: PID 82 died...
22:49:40.211591 run   osmo-ms-virt-phy/00048(pid=82): Terminated: ok {rc=0}
22:49:40.215212 ---      ParallelTerminationStrategy: PID 83 died...
22:49:40.216694 run   osmo-ms-virt-phy/00049(pid=83): Terminated: ok {rc=0}
22:49:40.220305 ---      ParallelTerminationStrategy: PID 84 died...
22:49:40.221760 run   osmo-ms-virt-phy/00050(pid=84): Terminated: ok {rc=0}
22:49:40.225376 ---      ParallelTerminationStrategy: PID 85 died...
22:49:40.226834 run   osmo-ms-virt-phy/00051(pid=85): Terminated: ok {rc=0}
22:49:40.230442 ---      ParallelTerminationStrategy: PID 86 died...
22:49:40.231913 run   osmo-ms-virt-phy/00052(pid=86): Terminated: ok {rc=0}
22:49:40.235513 ---      ParallelTerminationStrategy: PID 87 died...
22:49:40.236981 run   osmo-ms-virt-phy/00053(pid=87): Terminated: ok {rc=0}
22:49:40.240582 ---      ParallelTerminationStrategy: PID 88 died...
22:49:40.242043 run   osmo-ms-virt-phy/00054(pid=88): Terminated: ok {rc=0}
22:49:40.245694 ---      ParallelTerminationStrategy: PID 89 died...
22:49:40.247152 run   osmo-ms-virt-phy/00055(pid=89): Terminated: ok {rc=0}
22:49:40.250783 ---      ParallelTerminationStrategy: PID 90 died...
22:49:40.252258 run   osmo-ms-virt-phy/00056(pid=90): Terminated: ok {rc=0}
22:49:40.255877 ---      ParallelTerminationStrategy: PID 91 died...
22:49:40.257332 run   osmo-ms-virt-phy/00057(pid=91): Terminated: ok {rc=0}
22:49:40.260950 ---      ParallelTerminationStrategy: PID 92 died...
22:49:40.262413 run   osmo-ms-virt-phy/00058(pid=92): Terminated: ok {rc=0}
22:49:40.266065 ---      ParallelTerminationStrategy: PID 93 died...
22:49:40.267521 run   osmo-ms-virt-phy/00059(pid=93): Terminated: ok {rc=0}
22:49:40.271157 ---      ParallelTerminationStrategy: PID 94 died...
22:49:40.272634 run   osmo-ms-virt-phy/00060(pid=94): Terminated: ok {rc=0}
22:49:40.276249 ---      ParallelTerminationStrategy: PID 95 died...
22:49:40.277706 run   osmo-ms-virt-phy/00061(pid=95): Terminated: ok {rc=0}
22:49:40.281328 ---      ParallelTerminationStrategy: PID 96 died...
22:49:40.282781 run   osmo-ms-virt-phy/00062(pid=96): Terminated: ok {rc=0}
22:49:40.286386 ---      ParallelTerminationStrategy: PID 97 died...
22:49:40.287852 run   osmo-ms-virt-phy/00063(pid=97): Terminated: ok {rc=0}
22:49:40.291456 ---      ParallelTerminationStrategy: PID 98 died...
22:49:40.292938 run   osmo-ms-virt-phy/00064(pid=98): Terminated: ok {rc=0}
22:49:40.296566 ---      ParallelTerminationStrategy: PID 99 died...
22:49:40.298025 run   osmo-ms-virt-phy/00065(pid=99): Terminated: ok {rc=0}
22:49:40.301637 ---      ParallelTerminationStrategy: PID 100 died...
22:49:40.303095 run  osmo-ms-virt-phy/00066(pid=100): Terminated: ok {rc=0}
22:49:40.306722 ---      ParallelTerminationStrategy: PID 101 died...
22:49:40.308177 run  osmo-ms-virt-phy/00067(pid=101): Terminated: ok {rc=0}
22:49:40.311798 ---      ParallelTerminationStrategy: PID 102 died...
22:49:40.313260 run  osmo-ms-virt-phy/00068(pid=102): Terminated: ok {rc=0}
22:49:40.316899 ---      ParallelTerminationStrategy: PID 103 died...
22:49:40.318356 run  osmo-ms-virt-phy/00069(pid=103): Terminated: ok {rc=0}
22:49:40.321974 ---      ParallelTerminationStrategy: PID 104 died...
22:49:40.323428 run  osmo-ms-virt-phy/00070(pid=104): Terminated: ok {rc=0}
22:49:40.327092 ---      ParallelTerminationStrategy: PID 105 died...
22:49:40.328574 run  osmo-ms-virt-phy/00071(pid=105): Terminated: ok {rc=0}
22:49:40.332198 ---      ParallelTerminationStrategy: PID 106 died...
22:49:40.333658 run  osmo-ms-virt-phy/00072(pid=106): Terminated: ok {rc=0}
22:49:40.337267 ---      ParallelTerminationStrategy: PID 107 died...
22:49:40.338742 run  osmo-ms-virt-phy/00073(pid=107): Terminated: ok {rc=0}
22:49:40.342373 ---      ParallelTerminationStrategy: PID 108 died...
22:49:40.343842 run  osmo-ms-virt-phy/00074(pid=108): Terminated: ok {rc=0}
22:49:40.347460 ---      ParallelTerminationStrategy: PID 109 died...
22:49:40.348923 run  osmo-ms-virt-phy/00075(pid=109): Terminated: ok {rc=0}
22:49:40.352539 ---      ParallelTerminationStrategy: PID 110 died...
22:49:40.354003 run  osmo-ms-virt-phy/00076(pid=110): Terminated: ok {rc=0}
22:49:40.357608 ---      ParallelTerminationStrategy: PID 111 died...
22:49:40.359065 run  osmo-ms-virt-phy/00077(pid=111): Terminated: ok {rc=0}
22:49:40.362670 ---      ParallelTerminationStrategy: PID 112 died...
22:49:40.364149 run  osmo-ms-virt-phy/00078(pid=112): Terminated: ok {rc=0}
22:49:40.367750 ---      ParallelTerminationStrategy: PID 113 died...
22:49:40.369211 run  osmo-ms-virt-phy/00079(pid=113): Terminated: ok {rc=0}
22:49:40.372843 ---      ParallelTerminationStrategy: PID 114 died...
22:49:40.374309 run  osmo-ms-virt-phy/00080(pid=114): Terminated: ok {rc=0}
22:49:40.377933 ---      ParallelTerminationStrategy: PID 115 died...
22:49:40.379399 run  osmo-ms-virt-phy/00081(pid=115): Terminated: ok {rc=0}
22:49:40.383017 ---      ParallelTerminationStrategy: PID 116 died...
22:49:40.384483 run  osmo-ms-virt-phy/00082(pid=116): Terminated: ok {rc=0}
22:49:40.388107 ---      ParallelTerminationStrategy: PID 117 died...
22:49:40.389574 run  osmo-ms-virt-phy/00083(pid=117): Terminated: ok {rc=0}
22:49:40.393199 ---      ParallelTerminationStrategy: PID 118 died...
22:49:40.394658 run  osmo-ms-virt-phy/00084(pid=118): Terminated: ok {rc=0}
22:49:40.398273 ---      ParallelTerminationStrategy: PID 119 died...
22:49:40.399744 run  osmo-ms-virt-phy/00085(pid=119): Terminated: ok {rc=0}
22:49:40.403335 ---      ParallelTerminationStrategy: PID 120 died...
22:49:40.404804 run  osmo-ms-virt-phy/00086(pid=120): Terminated: ok {rc=0}
22:49:40.408441 ---      ParallelTerminationStrategy: PID 121 died...
22:49:40.409896 run  osmo-ms-virt-phy/00087(pid=121): Terminated: ok {rc=0}
22:49:40.413514 ---      ParallelTerminationStrategy: PID 122 died...
22:49:40.414975 run  osmo-ms-virt-phy/00088(pid=122): Terminated: ok {rc=0}
22:49:40.418594 ---      ParallelTerminationStrategy: PID 123 died...
22:49:40.420065 run  osmo-ms-virt-phy/00089(pid=123): Terminated: ok {rc=0}
22:49:40.423704 ---      ParallelTerminationStrategy: PID 124 died...
22:49:40.425176 run  osmo-ms-virt-phy/00090(pid=124): Terminated: ok {rc=0}
22:49:40.428796 ---      ParallelTerminationStrategy: PID 125 died...
22:49:40.430262 run  osmo-ms-virt-phy/00091(pid=125): Terminated: ok {rc=0}
22:49:40.433888 ---      ParallelTerminationStrategy: PID 126 died...
22:49:40.435356 run  osmo-ms-virt-phy/00092(pid=126): Terminated: ok {rc=0}
22:49:40.438978 ---      ParallelTerminationStrategy: PID 127 died...
22:49:40.440451 run  osmo-ms-virt-phy/00093(pid=127): Terminated: ok {rc=0}
22:49:40.444082 ---      ParallelTerminationStrategy: PID 128 died...
22:49:40.445542 run  osmo-ms-virt-phy/00094(pid=128): Terminated: ok {rc=0}
22:49:40.449179 ---      ParallelTerminationStrategy: PID 129 died...
22:49:40.450653 run  osmo-ms-virt-phy/00095(pid=129): Terminated: ok {rc=0}
22:49:40.454275 ---      ParallelTerminationStrategy: PID 130 died...
22:49:40.455761 run  osmo-ms-virt-phy/00096(pid=130): Terminated: ok {rc=0}
22:49:40.459394 ---      ParallelTerminationStrategy: PID 131 died...
22:49:40.460862 run  osmo-ms-virt-phy/00097(pid=131): Terminated: ok {rc=0}
22:49:40.464486 ---      ParallelTerminationStrategy: PID 132 died...
22:49:40.465952 run  osmo-ms-virt-phy/00098(pid=132): Terminated: ok {rc=0}
22:49:40.469608 ---      ParallelTerminationStrategy: PID 133 died...
22:49:40.471070 run  osmo-ms-virt-phy/00099(pid=133): Terminated: ok {rc=0}
22:49:40.474697 ---      ParallelTerminationStrategy: PID 134 died...
22:49:40.476178 run       osmo-ms-mob/00000(pid=134): Terminated {rc=26112}
22:49:40.479825 ---      ParallelTerminationStrategy: PID 135 died...
22:49:40.481290 run       osmo-ms-mob/00001(pid=135): Terminated {rc=26112}
22:49:40.484947 ---      ParallelTerminationStrategy: PID 136 died...
22:49:40.486411 run       osmo-ms-mob/00002(pid=136): Terminated {rc=26112}
22:49:40.490075 ---      ParallelTerminationStrategy: PID 137 died...
22:49:40.491536 run       osmo-ms-mob/00003(pid=137): Terminated {rc=26112}
22:49:40.495179 ---      ParallelTerminationStrategy: PID 138 died...
22:49:40.496654 run       osmo-ms-mob/00004(pid=138): Terminated {rc=26112}
22:49:40.500307 ---      ParallelTerminationStrategy: PID 139 died...
22:49:40.501767 run       osmo-ms-mob/00005(pid=139): Terminated {rc=26112}
22:49:40.505418 ---      ParallelTerminationStrategy: PID 140 died...
22:49:40.506874 run       osmo-ms-mob/00006(pid=140): Terminated {rc=26112}
22:49:40.510514 ---      ParallelTerminationStrategy: PID 141 died...
22:49:40.511987 run       osmo-ms-mob/00007(pid=141): Terminated {rc=26112}
22:49:40.515625 ---      ParallelTerminationStrategy: PID 142 died...
22:49:40.517116 run       osmo-ms-mob/00008(pid=142): Terminated {rc=26112}
22:49:40.520737 ---      ParallelTerminationStrategy: PID 143 died...
22:49:40.522189 run       osmo-ms-mob/00009(pid=143): Terminated {rc=26112}
22:49:40.525870 ---      ParallelTerminationStrategy: PID 144 died...
22:49:40.527340 run       osmo-ms-mob/00010(pid=144): Terminated {rc=26112}
22:49:40.530984 ---      ParallelTerminationStrategy: PID 145 died...
22:49:40.532454 run       osmo-ms-mob/00011(pid=145): Terminated {rc=26112}
22:49:40.536122 ---      ParallelTerminationStrategy: PID 146 died...
22:49:40.537585 run       osmo-ms-mob/00012(pid=146): Terminated {rc=26112}
22:49:40.541205 ---      ParallelTerminationStrategy: PID 147 died...
22:49:40.542663 run       osmo-ms-mob/00013(pid=147): Terminated {rc=26112}
22:49:40.546303 ---      ParallelTerminationStrategy: PID 148 died...
22:49:40.547767 run       osmo-ms-mob/00014(pid=148): Terminated {rc=26112}
22:49:40.551400 ---      ParallelTerminationStrategy: PID 149 died...
22:49:40.552902 run       osmo-ms-mob/00015(pid=149): Terminated {rc=26112}
22:49:40.556530 ---      ParallelTerminationStrategy: PID 150 died...
22:49:40.557990 run       osmo-ms-mob/00016(pid=150): Terminated {rc=26112}
22:49:40.561632 ---      ParallelTerminationStrategy: PID 151 died...
22:49:40.563097 run       osmo-ms-mob/00017(pid=151): Terminated {rc=26112}
22:49:40.566744 ---      ParallelTerminationStrategy: PID 152 died...
22:49:40.568218 run       osmo-ms-mob/00018(pid=152): Terminated {rc=26112}
22:49:40.571853 ---      ParallelTerminationStrategy: PID 153 died...
22:49:40.573324 run       osmo-ms-mob/00019(pid=153): Terminated {rc=26112}
22:49:40.576971 ---      ParallelTerminationStrategy: PID 154 died...
22:49:40.578427 run       osmo-ms-mob/00020(pid=154): Terminated {rc=26112}
22:49:40.582077 ---      ParallelTerminationStrategy: PID 155 died...
22:49:40.583540 run       osmo-ms-mob/00021(pid=155): Terminated {rc=26112}
22:49:40.587194 ---      ParallelTerminationStrategy: PID 156 died...
22:49:40.588673 run       osmo-ms-mob/00022(pid=156): Terminated {rc=26112}
22:49:40.592320 ---      ParallelTerminationStrategy: PID 157 died...
22:49:40.593785 run       osmo-ms-mob/00023(pid=157): Terminated {rc=26112}
22:49:40.597453 ---      ParallelTerminationStrategy: PID 158 died...
22:49:40.598927 run       osmo-ms-mob/00024(pid=158): Terminated {rc=26112}
22:49:40.602585 ---      ParallelTerminationStrategy: PID 159 died...
22:49:40.604062 run       osmo-ms-mob/00025(pid=159): Terminated {rc=26112}
22:49:40.607721 ---      ParallelTerminationStrategy: PID 160 died...
22:49:40.609181 run       osmo-ms-mob/00026(pid=160): Terminated {rc=26112}
22:49:40.612818 ---      ParallelTerminationStrategy: PID 161 died...
22:49:40.614289 run       osmo-ms-mob/00027(pid=161): Terminated {rc=26112}
22:49:40.617934 ---      ParallelTerminationStrategy: PID 162 died...
22:49:40.619395 run       osmo-ms-mob/00028(pid=162): Terminated {rc=26112}
22:49:40.623043 ---      ParallelTerminationStrategy: PID 163 died...
22:49:40.624515 run       osmo-ms-mob/00029(pid=163): Terminated {rc=26112}
22:49:40.628152 ---      ParallelTerminationStrategy: PID 164 died...
22:49:40.629604 run       osmo-ms-mob/00030(pid=164): Terminated {rc=26112}
22:49:40.633250 ---      ParallelTerminationStrategy: PID 165 died...
22:49:40.634725 run       osmo-ms-mob/00031(pid=165): Terminated {rc=26112}
22:49:40.638376 ---      ParallelTerminationStrategy: PID 166 died...
22:49:40.639843 run       osmo-ms-mob/00032(pid=166): Terminated {rc=26112}
22:49:40.643480 ---      ParallelTerminationStrategy: PID 167 died...
22:49:40.644944 run       osmo-ms-mob/00033(pid=167): Terminated {rc=26112}
22:49:40.648595 ---      ParallelTerminationStrategy: PID 168 died...
22:49:40.650069 run       osmo-ms-mob/00034(pid=168): Terminated {rc=26112}
22:49:40.653707 ---      ParallelTerminationStrategy: PID 169 died...
22:49:40.655173 run       osmo-ms-mob/00035(pid=169): Terminated {rc=26112}
22:49:40.658815 ---      ParallelTerminationStrategy: PID 170 died...
22:49:40.660275 run       osmo-ms-mob/00036(pid=170): Terminated {rc=26112}
22:49:40.663906 ---      ParallelTerminationStrategy: PID 171 died...
22:49:40.665358 run       osmo-ms-mob/00037(pid=171): Terminated {rc=26112}
22:49:40.668993 ---      ParallelTerminationStrategy: PID 172 died...
22:49:40.670453 run       osmo-ms-mob/00038(pid=172): Terminated {rc=26112}
22:49:40.674083 ---      ParallelTerminationStrategy: PID 173 died...
22:49:40.675527 run       osmo-ms-mob/00039(pid=173): Terminated {rc=26112}
22:49:40.679151 ---      ParallelTerminationStrategy: PID 174 died...
22:49:40.680614 run       osmo-ms-mob/00040(pid=174): Terminated {rc=26112}
22:49:40.684249 ---      ParallelTerminationStrategy: PID 175 died...
22:49:40.685726 run       osmo-ms-mob/00041(pid=175): Terminated {rc=26112}
22:49:40.689359 ---      ParallelTerminationStrategy: PID 176 died...
22:49:40.690822 run       osmo-ms-mob/00042(pid=176): Terminated {rc=26112}
22:49:40.694462 ---      ParallelTerminationStrategy: PID 177 died...
22:49:40.695927 run       osmo-ms-mob/00043(pid=177): Terminated {rc=26112}
22:49:40.699567 ---      ParallelTerminationStrategy: PID 178 died...
22:49:40.701029 run       osmo-ms-mob/00044(pid=178): Terminated {rc=26112}
22:49:40.704659 ---      ParallelTerminationStrategy: PID 179 died...
22:49:40.706113 run       osmo-ms-mob/00045(pid=179): Terminated {rc=26112}
22:49:40.709786 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.711238 run       osmo-ms-mob/00046(pid=180): Terminated {rc=26112}
22:49:40.714861 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.716334 run       osmo-ms-mob/00047(pid=181): Terminated {rc=26112}
22:49:40.719986 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.721445 run       osmo-ms-mob/00048(pid=182): Terminated {rc=26112}
22:49:40.725071 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.726538 run       osmo-ms-mob/00049(pid=183): Terminated {rc=26112}
22:49:40.730196 ---      ParallelTerminationStrategy: PID 184 died...
22:49:40.731663 run       osmo-ms-mob/00050(pid=184): Terminated {rc=26112}
22:49:40.735301 ---      ParallelTerminationStrategy: PID 185 died...
22:49:40.736782 run       osmo-ms-mob/00051(pid=185): Terminated {rc=26112}
22:49:40.740433 ---      ParallelTerminationStrategy: PID 186 died...
22:49:40.741888 run       osmo-ms-mob/00052(pid=186): Terminated {rc=26112}
22:49:40.745539 ---      ParallelTerminationStrategy: PID 187 died...
22:49:40.746998 run       osmo-ms-mob/00053(pid=187): Terminated {rc=26112}
22:49:40.750666 ---      ParallelTerminationStrategy: PID 188 died...
22:49:40.752146 run       osmo-ms-mob/00054(pid=188): Terminated {rc=26112}
22:49:40.755795 ---      ParallelTerminationStrategy: PID 189 died...
22:49:40.757264 run       osmo-ms-mob/00055(pid=189): Terminated {rc=26112}
22:49:40.760918 ---      ParallelTerminationStrategy: PID 190 died...
22:49:40.762383 run       osmo-ms-mob/00056(pid=190): Terminated {rc=26112}
22:49:40.766026 ---      ParallelTerminationStrategy: PID 191 died...
22:49:40.767490 run       osmo-ms-mob/00057(pid=191): Terminated {rc=26112}
22:49:40.771128 ---      ParallelTerminationStrategy: PID 192 died...
22:49:40.772607 run       osmo-ms-mob/00058(pid=192): Terminated {rc=26112}
22:49:40.776247 ---      ParallelTerminationStrategy: PID 193 died...
22:49:40.777710 run       osmo-ms-mob/00059(pid=193): Terminated {rc=26112}
22:49:40.781337 ---      ParallelTerminationStrategy: PID 194 died...
22:49:40.782799 run       osmo-ms-mob/00060(pid=194): Terminated {rc=26112}
22:49:40.786425 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.787891 run       osmo-ms-mob/00061(pid=195): Terminated {rc=26112}
22:49:40.791516 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.792992 run       osmo-ms-mob/00062(pid=196): Terminated {rc=26112}
22:49:40.796631 ---      ParallelTerminationStrategy: PID 197 died...
22:49:40.798103 run       osmo-ms-mob/00063(pid=197): Terminated {rc=26112}
22:49:40.801730 ---      ParallelTerminationStrategy: PID 198 died...
22:49:40.803191 run       osmo-ms-mob/00064(pid=198): Terminated {rc=26112}
22:49:40.806841 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.808320 run       osmo-ms-mob/00065(pid=199): Terminated {rc=26112}
22:49:40.811983 ---      ParallelTerminationStrategy: PID 200 died...
22:49:40.813443 run       osmo-ms-mob/00066(pid=200): Terminated {rc=26112}
22:49:40.817082 ---      ParallelTerminationStrategy: PID 201 died...
22:49:40.818539 run       osmo-ms-mob/00067(pid=201): Terminated {rc=26112}
22:49:40.822208 ---      ParallelTerminationStrategy: PID 202 died...
22:49:40.823674 run       osmo-ms-mob/00068(pid=202): Terminated {rc=26112}
22:49:40.827309 ---      ParallelTerminationStrategy: PID 203 died...
22:49:40.828794 run       osmo-ms-mob/00069(pid=203): Terminated {rc=26112}
22:49:40.832449 ---      ParallelTerminationStrategy: PID 204 died...
22:49:40.833932 run       osmo-ms-mob/00070(pid=204): Terminated {rc=26112}
22:49:40.837574 ---      ParallelTerminationStrategy: PID 205 died...
22:49:40.839038 run       osmo-ms-mob/00071(pid=205): Terminated {rc=26112}
22:49:40.842672 ---      ParallelTerminationStrategy: PID 206 died...
22:49:40.844155 run       osmo-ms-mob/00072(pid=206): Terminated {rc=26112}
22:49:40.847821 ---      ParallelTerminationStrategy: PID 207 died...
22:49:40.849283 run       osmo-ms-mob/00073(pid=207): Terminated {rc=26112}
22:49:40.852916 ---      ParallelTerminationStrategy: PID 208 died...
22:49:40.854386 run       osmo-ms-mob/00074(pid=208): Terminated {rc=26112}
22:49:40.858063 ---      ParallelTerminationStrategy: PID 209 died...
22:49:40.859530 run       osmo-ms-mob/00075(pid=209): Terminated {rc=26112}
22:49:40.863185 ---      ParallelTerminationStrategy: PID 210 died...
22:49:40.864693 run       osmo-ms-mob/00076(pid=210): Terminated {rc=26112}
22:49:40.868320 ---      ParallelTerminationStrategy: PID 211 died...
22:49:40.869791 run       osmo-ms-mob/00077(pid=211): Terminated {rc=26112}
22:49:40.873440 ---      ParallelTerminationStrategy: PID 212 died...
22:49:40.874896 run       osmo-ms-mob/00078(pid=212): Terminated {rc=26112}
22:49:40.878535 ---      ParallelTerminationStrategy: PID 213 died...
22:49:40.880001 run       osmo-ms-mob/00079(pid=213): Terminated {rc=26112}
22:49:40.883630 ---      ParallelTerminationStrategy: PID 214 died...
22:49:40.885109 run       osmo-ms-mob/00080(pid=214): Terminated {rc=26112}
22:49:40.888724 ---      ParallelTerminationStrategy: PID 215 died...
22:49:40.890186 run       osmo-ms-mob/00081(pid=215): Terminated {rc=26112}
22:49:40.893832 ---      ParallelTerminationStrategy: PID 216 died...
22:49:40.895288 run       osmo-ms-mob/00082(pid=216): Terminated {rc=26112}
22:49:40.898942 ---      ParallelTerminationStrategy: PID 217 died...
22:49:40.900419 run       osmo-ms-mob/00083(pid=217): Terminated {rc=26112}
22:49:40.904047 ---      ParallelTerminationStrategy: PID 218 died...
22:49:40.905508 run       osmo-ms-mob/00084(pid=218): Terminated {rc=26112}
22:49:40.909165 ---      ParallelTerminationStrategy: PID 219 died...
22:49:40.910624 run       osmo-ms-mob/00085(pid=219): Terminated {rc=26112}
22:49:40.914277 ---      ParallelTerminationStrategy: PID 220 died...
22:49:40.915746 run       osmo-ms-mob/00086(pid=220): Terminated {rc=26112}
22:49:40.919395 ---      ParallelTerminationStrategy: PID 221 died...
22:49:40.920889 run       osmo-ms-mob/00087(pid=221): Terminated {rc=26112}
22:49:40.924534 ---      ParallelTerminationStrategy: PID 222 died...
22:49:40.926026 run       osmo-ms-mob/00088(pid=222): Terminated {rc=26112}
22:49:40.929654 ---      ParallelTerminationStrategy: PID 223 died...
22:49:40.931117 run       osmo-ms-mob/00089(pid=223): Terminated {rc=26112}
22:49:40.934748 ---      ParallelTerminationStrategy: PID 224 died...
22:49:40.936210 run       osmo-ms-mob/00090(pid=224): Terminated {rc=26112}
22:49:40.939854 ---      ParallelTerminationStrategy: PID 225 died...
22:49:40.941315 run       osmo-ms-mob/00091(pid=225): Terminated {rc=26112}
22:49:40.944979 ---      ParallelTerminationStrategy: PID 226 died...
22:49:40.946441 run       osmo-ms-mob/00092(pid=226): Terminated {rc=26112}
22:49:40.950071 ---      ParallelTerminationStrategy: PID 227 died...
22:49:40.951536 run       osmo-ms-mob/00093(pid=227): Terminated {rc=26112}
22:49:40.955188 ---      ParallelTerminationStrategy: PID 228 died...
22:49:40.956680 run       osmo-ms-mob/00094(pid=228): Terminated {rc=26112}
22:49:40.960327 ---      ParallelTerminationStrategy: PID 229 died...
22:49:40.961788 run       osmo-ms-mob/00095(pid=229): Terminated {rc=26112}
22:49:40.965454 ---      ParallelTerminationStrategy: PID 230 died...
22:49:40.966917 run       osmo-ms-mob/00096(pid=230): Terminated {rc=26112}
22:49:40.970584 ---      ParallelTerminationStrategy: PID 231 died...
22:49:40.972065 run       osmo-ms-mob/00097(pid=231): Terminated {rc=26112}
22:49:40.975690 ---      ParallelTerminationStrategy: PID 232 died...
22:49:40.977160 run       osmo-ms-mob/00098(pid=232): Terminated {rc=26112}
22:49:40.980809 ---      ParallelTerminationStrategy: PID 233 died...
22:49:40.982271 run       osmo-ms-mob/00099(pid=233): Terminated {rc=26112}
22:49:44.386529 ---      ParallelTerminationStrategy: PID 33 died...
22:49:44.392397 run         osmo-bts-virtual(pid=33): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8266 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.457496 tst                       trial-8266: Storing JUnit report in /build/trial-8266/run.2026-03-10_22-48-17/trial-8266.xml

--------------------------------------------------------------------------------------------
trial-8266 PASS
--------------------------------------------------------------------------------------------
22:49:44.468526 tst                       trial-8266: trial-8266: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.2 sec)
+ exit_code=0
+ rm -rf trial-8266/inst
+ cd trial-8266
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-03-10 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8266-run.tgz run.2026-03-10_22-48-17
+ tar czf /build/trial-8266-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-03-10_13_28_09.tgz osmo-bts-oc2g.build-2026-03-10_00_51_30.tgz osmo-bts-sysmo.build-2026-03-10_00_51_20.tgz osmo-bts.build-2026-03-10_00_51_33.tgz osmo-ggsn.build-2026-03-10_20_42_27.tgz osmo-hlr.build-2026-03-10_16_36_46.tgz osmo-hnbgw.build-2026-03-10_19_31_08.tgz osmo-mgw.build-2026-03-10_08_33_28.tgz osmo-msc.build-2026-03-10_13_32_05.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-10_07_35_00.tgz osmo-pcu-sysmo.build-2026-03-10_07_34_52.tgz osmo-pcu.build-2026-03-10_07_35_04.tgz osmo-sgsn.build-2026-03-10_20_48_07.tgz osmo-stp.build-2026-03-10_13_27_32.tgz osmo-trx.build-2026-03-10_19_21_06.tgz osmocom-bb.build-2026-03-10_21_17_01.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