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/jenkins8479585052131322740.sh
+ rm -rf trial-8257-bin.tgz trial-8257-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 25457
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11216
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10730
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 13037
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13363
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 13446
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 42061
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7731
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 44312
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8674
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 13351
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7687
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11741
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7771
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9239
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6491
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 7687
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins13569161730800917722.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-8257
+ 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 [ 6/28] RUN	PIP3 install --break-system-packages 		"git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" 		pydbus 		pyusb 		pysispm 		pymongo
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:24fa2365789db3f1ac3821fc3897159f3f99e077e824e1a4a65b51cb7a2a5ed7 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8258 -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-02 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8258
+ mkdir -p trial-8258
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-03-02_13_26_48.tgz osmo-bts-oc2g.build-2026-03-02_11_17_47.tgz osmo-bts-sysmo.build-2026-03-02_11_17_41.tgz osmo-bts.build-2026-03-02_11_17_44.tgz osmo-ggsn.build-2026-03-02_20_42_21.tgz osmo-hlr.build-2026-03-02_16_36_50.tgz osmo-hnbgw.build-2026-03-02_13_30_52.tgz osmo-mgw.build-2026-03-02_08_33_05.tgz osmo-msc.build-2026-03-02_13_34_58.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-02_07_35_06.tgz osmo-pcu-sysmo.build-2026-03-02_07_34_59.tgz osmo-pcu.build-2026-03-02_07_35_10.tgz osmo-sgsn.build-2026-03-02_20_48_22.tgz osmo-stp.build-2026-03-02_13_25_35.tgz osmo-trx.build-2026-03-02_15_11_10.tgz osmocom-bb.build-2026-03-02_21_18_09.tgz srslte.build-19.tgz trial-8258
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-03-02_13_26_48.md5 osmo-bts-oc2g.build-2026-03-02_11_17_47.md5 osmo-bts-sysmo.build-2026-03-02_11_17_41.md5 osmo-bts.build-2026-03-02_11_17_44.md5 osmo-ggsn.build-2026-03-02_20_42_21.md5 osmo-hlr.build-2026-03-02_16_36_50.md5 osmo-hnbgw.build-2026-03-02_13_30_52.md5 osmo-mgw.build-2026-03-02_08_33_05.md5 osmo-msc.build-2026-03-02_13_34_58.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-02_07_35_06.md5 osmo-pcu-sysmo.build-2026-03-02_07_34_59.md5 osmo-pcu.build-2026-03-02_07_35_10.md5 osmo-sgsn.build-2026-03-02_20_48_22.md5 osmo-stp.build-2026-03-02_13_25_35.md5 osmo-trx.build-2026-03-02_15_11_10.md5 osmocom-bb.build-2026-03-02_21_18_09.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-03-02_13_26_48.md5 osmo-bts-oc2g.build-2026-03-02_11_17_47.md5 osmo-bts-sysmo.build-2026-03-02_11_17_41.md5 osmo-bts.build-2026-03-02_11_17_44.md5 osmo-ggsn.build-2026-03-02_20_42_21.md5 osmo-hlr.build-2026-03-02_16_36_50.md5 osmo-hnbgw.build-2026-03-02_13_30_52.md5 osmo-mgw.build-2026-03-02_08_33_05.md5 osmo-msc.build-2026-03-02_13_34_58.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-02_07_35_06.md5 osmo-pcu-sysmo.build-2026-03-02_07_34_59.md5 osmo-pcu.build-2026-03-02_07_35_10.md5 osmo-sgsn.build-2026-03-02_20_48_22.md5 osmo-stp.build-2026-03-02_13_25_35.md5 osmo-trx.build-2026-03-02_15_11_10.md5 osmocom-bb.build-2026-03-02_21_18_09.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-8258 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8258'
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-8258
--------------------------------------------------------------------------------------------
22:48:17.984301 tst                       trial-8258: Detailed log at /build/trial-8258/run.2026-03-02_22-48-17/log

---------------------------------------------------------------------
trial-8258 netreg_mass
---------------------------------------------------------------------
22:48:18.187047 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.187423 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.188242 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.189404 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.233554 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.234628 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.236050 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.298918 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-8258 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.299702 tst       register_default_mass.py:9: Claiming resources for the test
22:48:18.314649 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.315185 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.315651 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.316094 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.316546 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.317002 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.317446 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.348357 tst         register_default_mass.py: using LAC 2
22:48:18.370666 tst         register_default_mass.py: using RAC 2
22:48:18.397718 tst         register_default_mass.py: using CellId 2
22:48:18.427380 tst         register_default_mass.py: using BVCI 3
22:48:18.439822 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.440471 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.441014 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.441528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.442031 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.442557 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.443057 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.443668 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.444201 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.444705 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.445197 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.445704 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.446230 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.446753 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.447283 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.447811 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.448321 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.448859 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.449381 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.449894 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.450411 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.450937 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.451458 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.452000 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.452514 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.453029 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.453552 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.454071 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.454583 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.455112 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.455620 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.456140 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.456656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.457189 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.457714 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.458230 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.458747 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.459275 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.459804 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.460330 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.460838 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.461343 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.461867 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.462372 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.462877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.463392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.463912 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.464431 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.464954 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.465459 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.465967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.466490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.466995 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.467501 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.468032 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.468546 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.469063 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.469576 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.470079 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.470577 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.471094 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.471601 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.472116 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.472646 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.473149 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.473656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.474154 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.474678 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.475191 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.475692 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.476210 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.476723 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.477309 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.477830 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.478332 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.478832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.479344 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.479857 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.480359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.480870 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.481369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.481869 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.482380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.482883 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.483375 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.483870 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.484381 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.484888 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.485392 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.485913 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.486419 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.486941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.487456 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.487967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.488480 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.488984 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.489488 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.489999 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.490510 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.491006 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.491500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.492075 tst      register_default_mass.py:21: Launching a simple network
22:48:18.502076 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.621868 run            create_hlr_db(pid=21): Launched
22:48:19.636419 run            create_hlr_db(pid=21): Terminated: ok {rc=0}
22:48:19.660431 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Launched
22:48:19.675401 run      osmo-hlr_127.0.42.2(pid=24): Launched
22:48:19.680964 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.867094 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Launched
22:48:19.881902 run      osmo-stp_127.0.42.5(pid=26): Launched
22:48:19.887476 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.303314 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Launched
22:48:20.318174 run      osmo-msc_127.0.42.6(pid=28): Launched
22:48:23.333030 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.474632 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Launched
22:48:23.490019 run      osmo-mgw_127.0.42.3(pid=30): Launched
22:48:23.495717 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.519317 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Launched
22:48:23.534222 run      osmo-mgw_127.0.42.4(pid=32): Launched
22:48:23.539841 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.854931 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Launched
22:48:23.870105 run      osmo-bsc_127.0.42.7(pid=34): Launched
22:48:29.902972 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.075937 run         osmo-bts-virtual(pid=35): Launched
22:48:31.111371 tst         register_default_mass.py: using MSISDN 1001
22:48:31.125680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.164703 tst         register_default_mass.py: using MSISDN 1002
22:48:31.182074 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.212373 tst         register_default_mass.py: using MSISDN 1003
22:48:31.226943 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.256971 tst         register_default_mass.py: using MSISDN 1004
22:48:31.271181 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.301562 tst         register_default_mass.py: using MSISDN 1005
22:48:31.315864 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.346122 tst         register_default_mass.py: using MSISDN 1006
22:48:31.360391 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.391085 tst         register_default_mass.py: using MSISDN 1007
22:48:31.405434 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.435832 tst         register_default_mass.py: using MSISDN 1008
22:48:31.450215 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.480696 tst         register_default_mass.py: using MSISDN 1009
22:48:31.494871 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.525336 tst         register_default_mass.py: using MSISDN 1010
22:48:31.539700 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.569892 tst         register_default_mass.py: using MSISDN 1011
22:48:31.584215 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.614703 tst         register_default_mass.py: using MSISDN 1012
22:48:31.629273 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.659490 tst         register_default_mass.py: using MSISDN 1013
22:48:31.673667 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.703962 tst         register_default_mass.py: using MSISDN 1014
22:48:31.713650 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.743977 tst         register_default_mass.py: using MSISDN 1015
22:48:31.759561 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.790147 tst         register_default_mass.py: using MSISDN 1016
22:48:31.804519 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.835064 tst         register_default_mass.py: using MSISDN 1017
22:48:31.849462 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.879759 tst         register_default_mass.py: using MSISDN 1018
22:48:31.893940 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.924379 tst         register_default_mass.py: using MSISDN 1019
22:48:31.938783 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.969168 tst         register_default_mass.py: using MSISDN 1020
22:48:31.983382 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.013780 tst         register_default_mass.py: using MSISDN 1021
22:48:32.028094 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.058451 tst         register_default_mass.py: using MSISDN 1022
22:48:32.072832 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.103090 tst         register_default_mass.py: using MSISDN 1023
22:48:32.117314 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.147634 tst         register_default_mass.py: using MSISDN 1024
22:48:32.161977 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.192245 tst         register_default_mass.py: using MSISDN 1025
22:48:32.206508 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.236382 tst         register_default_mass.py: using MSISDN 1026
22:48:32.250395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.280682 tst         register_default_mass.py: using MSISDN 1027
22:48:32.294884 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.325085 tst         register_default_mass.py: using MSISDN 1028
22:48:32.339116 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.369324 tst         register_default_mass.py: using MSISDN 1029
22:48:32.383313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.413540 tst         register_default_mass.py: using MSISDN 1030
22:48:32.427557 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.457719 tst         register_default_mass.py: using MSISDN 1031
22:48:32.471801 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.506177 tst         register_default_mass.py: using MSISDN 1032
22:48:32.522104 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.552460 tst         register_default_mass.py: using MSISDN 1033
22:48:32.566641 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.596863 tst         register_default_mass.py: using MSISDN 1034
22:48:32.610905 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.641153 tst         register_default_mass.py: using MSISDN 1035
22:48:32.655148 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.685053 tst         register_default_mass.py: using MSISDN 1036
22:48:32.698873 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.728684 tst         register_default_mass.py: using MSISDN 1037
22:48:32.742506 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.772439 tst         register_default_mass.py: using MSISDN 1038
22:48:32.786239 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.816364 tst         register_default_mass.py: using MSISDN 1039
22:48:32.830192 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.860233 tst         register_default_mass.py: using MSISDN 1040
22:48:32.874139 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.904114 tst         register_default_mass.py: using MSISDN 1041
22:48:32.918105 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.947581 tst         register_default_mass.py: using MSISDN 1042
22:48:32.961382 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.991214 tst         register_default_mass.py: using MSISDN 1043
22:48:33.004907 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.034475 tst         register_default_mass.py: using MSISDN 1044
22:48:33.048150 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.077876 tst         register_default_mass.py: using MSISDN 1045
22:48:33.091575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.121517 tst         register_default_mass.py: using MSISDN 1046
22:48:33.135313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.165026 tst         register_default_mass.py: using MSISDN 1047
22:48:33.178879 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.208710 tst         register_default_mass.py: using MSISDN 1048
22:48:33.222402 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.251798 tst         register_default_mass.py: using MSISDN 1049
22:48:33.261284 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.291082 tst         register_default_mass.py: using MSISDN 1050
22:48:33.306483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.336198 tst         register_default_mass.py: using MSISDN 1051
22:48:33.350344 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.380423 tst         register_default_mass.py: using MSISDN 1052
22:48:33.394591 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.424330 tst         register_default_mass.py: using MSISDN 1053
22:48:33.437411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.467082 tst         register_default_mass.py: using MSISDN 1054
22:48:33.480846 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.510280 tst         register_default_mass.py: using MSISDN 1055
22:48:33.524080 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.553978 tst         register_default_mass.py: using MSISDN 1056
22:48:33.568083 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.597998 tst         register_default_mass.py: using MSISDN 1057
22:48:33.616042 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.651028 tst         register_default_mass.py: using MSISDN 1058
22:48:33.661602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.691329 tst         register_default_mass.py: using MSISDN 1059
22:48:33.706833 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.736722 tst         register_default_mass.py: using MSISDN 1060
22:48:33.750991 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.781121 tst         register_default_mass.py: using MSISDN 1061
22:48:33.795251 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.825411 tst         register_default_mass.py: using MSISDN 1062
22:48:33.839636 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.869799 tst         register_default_mass.py: using MSISDN 1063
22:48:33.883994 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.922245 tst         register_default_mass.py: using MSISDN 1064
22:48:33.939575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.969446 tst         register_default_mass.py: using MSISDN 1065
22:48:33.983741 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:34.013884 tst         register_default_mass.py: using MSISDN 1066
22:48:34.028265 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.058279 tst         register_default_mass.py: using MSISDN 1067
22:48:34.072364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.110647 tst         register_default_mass.py: using MSISDN 1068
22:48:34.128042 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.157992 tst         register_default_mass.py: using MSISDN 1069
22:48:34.172469 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.202595 tst         register_default_mass.py: using MSISDN 1070
22:48:34.216845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.246999 tst         register_default_mass.py: using MSISDN 1071
22:48:34.261230 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.291098 tst         register_default_mass.py: using MSISDN 1072
22:48:34.305218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.335133 tst         register_default_mass.py: using MSISDN 1073
22:48:34.349224 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.379437 tst         register_default_mass.py: using MSISDN 1074
22:48:34.393627 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.423532 tst         register_default_mass.py: using MSISDN 1075
22:48:34.437641 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.467730 tst         register_default_mass.py: using MSISDN 1076
22:48:34.481891 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.511976 tst         register_default_mass.py: using MSISDN 1077
22:48:34.526206 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.555980 tst         register_default_mass.py: using MSISDN 1078
22:48:34.570001 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.600083 tst         register_default_mass.py: using MSISDN 1079
22:48:34.614241 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.643991 tst         register_default_mass.py: using MSISDN 1080
22:48:34.658152 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.688351 tst         register_default_mass.py: using MSISDN 1081
22:48:34.702615 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.732642 tst         register_default_mass.py: using MSISDN 1082
22:48:34.746768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.776915 tst         register_default_mass.py: using MSISDN 1083
22:48:34.791051 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.821037 tst         register_default_mass.py: using MSISDN 1084
22:48:34.835192 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.865149 tst         register_default_mass.py: using MSISDN 1085
22:48:34.879261 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.909202 tst         register_default_mass.py: using MSISDN 1086
22:48:34.923231 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.953344 tst         register_default_mass.py: using MSISDN 1087
22:48:34.967548 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.997628 tst         register_default_mass.py: using MSISDN 1088
22:48:35.011743 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:35.042056 tst         register_default_mass.py: using MSISDN 1089
22:48:35.056387 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.086749 tst         register_default_mass.py: using MSISDN 1090
22:48:35.100926 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.139575 tst         register_default_mass.py: using MSISDN 1091
22:48:35.156978 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.187039 tst         register_default_mass.py: using MSISDN 1092
22:48:35.201395 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.231495 tst         register_default_mass.py: using MSISDN 1093
22:48:35.245741 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.276322 tst         register_default_mass.py: using MSISDN 1094
22:48:35.290454 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.320521 tst         register_default_mass.py: using MSISDN 1095
22:48:35.334556 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.364250 tst         register_default_mass.py: using MSISDN 1096
22:48:35.378200 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.408327 tst         register_default_mass.py: using MSISDN 1097
22:48:35.422560 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.451396 tst         register_default_mass.py: using MSISDN 1098
22:48:35.464938 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.493773 tst         register_default_mass.py: using MSISDN 1099
22:48:35.507168 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.537149 tst         register_default_mass.py: using MSISDN 1100
22:48:35.551122 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.642600 run                             mass: Starting testcase
22:48:35.648119 run                             mass: Pre-launching all virtphy's
22:48:35.653504 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.666524 run   osmo-ms-virt-phy/00000(pid=36): Launched
22:48:35.672443 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.685274 run   osmo-ms-virt-phy/00001(pid=37): Launched
22:48:35.691323 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.704174 run   osmo-ms-virt-phy/00002(pid=38): Launched
22:48:35.710183 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.723114 run   osmo-ms-virt-phy/00003(pid=39): Launched
22:48:35.729157 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.742070 run   osmo-ms-virt-phy/00004(pid=40): Launched
22:48:35.748037 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.760785 run   osmo-ms-virt-phy/00005(pid=41): Launched
22:48:35.766758 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.779452 run   osmo-ms-virt-phy/00006(pid=42): Launched
22:48:35.785274 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.797995 run   osmo-ms-virt-phy/00007(pid=43): Launched
22:48:35.804092 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.816973 run   osmo-ms-virt-phy/00008(pid=44): Launched
22:48:35.823060 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.835899 run   osmo-ms-virt-phy/00009(pid=45): Launched
22:48:35.841920 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.854841 run   osmo-ms-virt-phy/00010(pid=46): Launched
22:48:35.860819 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.873673 run   osmo-ms-virt-phy/00011(pid=47): Launched
22:48:35.879685 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.892572 run   osmo-ms-virt-phy/00012(pid=48): Launched
22:48:35.898496 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.911328 run   osmo-ms-virt-phy/00013(pid=49): Launched
22:48:35.917312 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.930129 run   osmo-ms-virt-phy/00014(pid=50): Launched
22:48:35.936043 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.948884 run   osmo-ms-virt-phy/00015(pid=51): Launched
22:48:35.954824 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.967644 run   osmo-ms-virt-phy/00016(pid=52): Launched
22:48:35.973616 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.986483 run   osmo-ms-virt-phy/00017(pid=53): Launched
22:48:35.992444 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:36.005395 run   osmo-ms-virt-phy/00018(pid=54): Launched
22:48:36.011386 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:36.024213 run   osmo-ms-virt-phy/00019(pid=55): Launched
22:48:36.030123 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:36.042929 run   osmo-ms-virt-phy/00020(pid=56): Launched
22:48:36.048860 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:36.061739 run   osmo-ms-virt-phy/00021(pid=57): Launched
22:48:36.067638 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:36.080458 run   osmo-ms-virt-phy/00022(pid=58): Launched
22:48:36.086332 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:36.099079 run   osmo-ms-virt-phy/00023(pid=59): Launched
22:48:36.104962 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.117731 run   osmo-ms-virt-phy/00024(pid=60): Launched
22:48:36.123622 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.136422 run   osmo-ms-virt-phy/00025(pid=61): Launched
22:48:36.142312 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.155080 run   osmo-ms-virt-phy/00026(pid=62): Launched
22:48:36.160997 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.173748 run   osmo-ms-virt-phy/00027(pid=63): Launched
22:48:36.179637 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:36.192404 run   osmo-ms-virt-phy/00028(pid=64): Launched
22:48:36.198355 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:36.211201 run   osmo-ms-virt-phy/00029(pid=65): Launched
22:48:36.217093 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.230060 run   osmo-ms-virt-phy/00030(pid=66): Launched
22:48:36.235949 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.248850 run   osmo-ms-virt-phy/00031(pid=67): Launched
22:48:36.254737 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.267569 run   osmo-ms-virt-phy/00032(pid=68): Launched
22:48:36.273492 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.286592 run   osmo-ms-virt-phy/00033(pid=69): Launched
22:48:36.292757 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.305804 run   osmo-ms-virt-phy/00034(pid=70): Launched
22:48:36.311822 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.324846 run   osmo-ms-virt-phy/00035(pid=71): Launched
22:48:36.330890 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.343908 run   osmo-ms-virt-phy/00036(pid=72): Launched
22:48:36.349912 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.362788 run   osmo-ms-virt-phy/00037(pid=73): Launched
22:48:36.368712 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.381526 run   osmo-ms-virt-phy/00038(pid=74): Launched
22:48:36.387362 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.400156 run   osmo-ms-virt-phy/00039(pid=75): Launched
22:48:36.406020 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.418838 run   osmo-ms-virt-phy/00040(pid=76): Launched
22:48:36.424749 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.437584 run   osmo-ms-virt-phy/00041(pid=77): Launched
22:48:36.443500 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.456329 run   osmo-ms-virt-phy/00042(pid=78): Launched
22:48:36.462208 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.475122 run   osmo-ms-virt-phy/00043(pid=79): Launched
22:48:36.481040 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.494011 run   osmo-ms-virt-phy/00044(pid=80): Launched
22:48:36.499904 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.512795 run   osmo-ms-virt-phy/00045(pid=81): Launched
22:48:36.518727 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.531736 run   osmo-ms-virt-phy/00046(pid=82): Launched
22:48:36.537669 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.550472 run   osmo-ms-virt-phy/00047(pid=83): Launched
22:48:36.556406 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.569224 run   osmo-ms-virt-phy/00048(pid=84): Launched
22:48:36.575151 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.588035 run   osmo-ms-virt-phy/00049(pid=85): Launched
22:48:36.593912 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.606731 run   osmo-ms-virt-phy/00050(pid=86): Launched
22:48:36.612750 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.625630 run   osmo-ms-virt-phy/00051(pid=87): Launched
22:48:36.631532 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.644387 run   osmo-ms-virt-phy/00052(pid=88): Launched
22:48:36.650428 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.663379 run   osmo-ms-virt-phy/00053(pid=89): Launched
22:48:36.669356 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.682293 run   osmo-ms-virt-phy/00054(pid=90): Launched
22:48:36.688259 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.701428 run   osmo-ms-virt-phy/00055(pid=91): Launched
22:48:36.707458 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.720627 run   osmo-ms-virt-phy/00056(pid=92): Launched
22:48:36.726605 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.739512 run   osmo-ms-virt-phy/00057(pid=93): Launched
22:48:36.745619 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.758554 run   osmo-ms-virt-phy/00058(pid=94): Launched
22:48:36.764684 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.777691 run   osmo-ms-virt-phy/00059(pid=95): Launched
22:48:36.783613 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.796416 run   osmo-ms-virt-phy/00060(pid=96): Launched
22:48:36.802324 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.815090 run   osmo-ms-virt-phy/00061(pid=97): Launched
22:48:36.820961 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.833736 run   osmo-ms-virt-phy/00062(pid=98): Launched
22:48:36.839601 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.852421 run   osmo-ms-virt-phy/00063(pid=99): Launched
22:48:36.858349 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.871205 run  osmo-ms-virt-phy/00064(pid=100): Launched
22:48:36.877093 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.889902 run  osmo-ms-virt-phy/00065(pid=101): Launched
22:48:36.895822 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.908597 run  osmo-ms-virt-phy/00066(pid=102): Launched
22:48:36.914528 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.927330 run  osmo-ms-virt-phy/00067(pid=103): Launched
22:48:36.933222 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.946264 run  osmo-ms-virt-phy/00068(pid=104): Launched
22:48:36.952150 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.965108 run  osmo-ms-virt-phy/00069(pid=105): Launched
22:48:36.971003 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.983974 run  osmo-ms-virt-phy/00070(pid=106): Launched
22:48:36.989868 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:37.002757 run  osmo-ms-virt-phy/00071(pid=107): Launched
22:48:37.008718 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:37.021494 run  osmo-ms-virt-phy/00072(pid=108): Launched
22:48:37.027412 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:37.040292 run  osmo-ms-virt-phy/00073(pid=109): Launched
22:48:37.046144 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:37.058873 run  osmo-ms-virt-phy/00074(pid=110): Launched
22:48:37.064779 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:37.077588 run  osmo-ms-virt-phy/00075(pid=111): Launched
22:48:37.083496 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.096317 run  osmo-ms-virt-phy/00076(pid=112): Launched
22:48:37.102188 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.114961 run  osmo-ms-virt-phy/00077(pid=113): Launched
22:48:37.120889 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.133645 run  osmo-ms-virt-phy/00078(pid=114): Launched
22:48:37.139536 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.152331 run  osmo-ms-virt-phy/00079(pid=115): Launched
22:48:37.158210 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.171275 run  osmo-ms-virt-phy/00080(pid=116): Launched
22:48:37.177200 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:37.190232 run  osmo-ms-virt-phy/00081(pid=117): Launched
22:48:37.196269 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.209441 run  osmo-ms-virt-phy/00082(pid=118): Launched
22:48:37.215341 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.228329 run  osmo-ms-virt-phy/00083(pid=119): Launched
22:48:37.234448 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.247324 run  osmo-ms-virt-phy/00084(pid=120): Launched
22:48:37.253277 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.266095 run  osmo-ms-virt-phy/00085(pid=121): Launched
22:48:37.272016 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.284795 run  osmo-ms-virt-phy/00086(pid=122): Launched
22:48:37.290675 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.303476 run  osmo-ms-virt-phy/00087(pid=123): Launched
22:48:37.309396 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.322238 run  osmo-ms-virt-phy/00088(pid=124): Launched
22:48:37.328126 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.340875 run  osmo-ms-virt-phy/00089(pid=125): Launched
22:48:37.346750 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.359607 run  osmo-ms-virt-phy/00090(pid=126): Launched
22:48:37.365503 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.378291 run  osmo-ms-virt-phy/00091(pid=127): Launched
22:48:37.384199 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.396989 run  osmo-ms-virt-phy/00092(pid=128): Launched
22:48:37.402863 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.415805 run  osmo-ms-virt-phy/00093(pid=129): Launched
22:48:37.421722 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.434690 run  osmo-ms-virt-phy/00094(pid=130): Launched
22:48:37.440575 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.453580 run  osmo-ms-virt-phy/00095(pid=131): Launched
22:48:37.459485 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.472542 run  osmo-ms-virt-phy/00096(pid=132): Launched
22:48:37.478552 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.491565 run  osmo-ms-virt-phy/00097(pid=133): Launched
22:48:37.497510 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.510262 run  osmo-ms-virt-phy/00098(pid=134): Launched
22:48:37.516202 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.528982 run  osmo-ms-virt-phy/00099(pid=135): Launched
22:48:37.534827 run                             mass: Checking if sockets are in the filesystem
22:48:37.566969 run                osmo-ms-mob/00000: Starting mobile
22:48:37.579897 run       osmo-ms-mob/00000(pid=136): Launched
22:48:37.591301 run                             mass: MS start registered  {at=3042343.799620409, delay=0.0054367659613490105, ms=00000}
22:48:41.789524 run                osmo-ms-mob/00001: Starting mobile
22:48:41.805283 run       osmo-ms-mob/00001(pid=137): Launched
22:48:41.815591 run                             mass: MS start registered  {at=3042348.023911571, delay=0.004321670159697533, ms=00001}
22:48:42.912670 run                             mass: MS performed LU  {at=3042349.120870705, lu_delay=5.321250296197832, ms=00000}
22:48:43.575615 run                osmo-ms-mob/00002: Starting mobile
22:48:43.592276 run       osmo-ms-mob/00002(pid=138): Launched
22:48:43.602709 run                             mass: MS start registered  {at=3042349.811023951, delay=0.004388335160911083, ms=00002}
22:48:44.881713 run                osmo-ms-mob/00003: Starting mobile
22:48:44.898554 run       osmo-ms-mob/00003(pid=139): Launched
22:48:44.908921 run                             mass: MS start registered  {at=3042351.117237912, delay=0.0043985918164253235, ms=00003}
22:48:45.950454 run                osmo-ms-mob/00004: Starting mobile
22:48:45.963505 run       osmo-ms-mob/00004(pid=140): Launched
22:48:45.974228 run                             mass: MS start registered  {at=3042352.182540332, delay=0.004730158019810915, ms=00004}
22:48:46.679097 run                             mass: MS performed LU  {at=3042352.887299883, lu_delay=4.86338831204921, ms=00001}
22:48:46.980879 run                osmo-ms-mob/00005: Starting mobile
22:48:46.997821 run       osmo-ms-mob/00005(pid=141): Launched
22:48:47.008205 run                             mass: MS start registered  {at=3042353.216523106, delay=0.004355159122496843, ms=00005}
22:48:47.873077 run                osmo-ms-mob/00006: Starting mobile
22:48:47.889312 run       osmo-ms-mob/00006(pid=142): Launched
22:48:47.900045 run                             mass: MS start registered  {at=3042354.108366493, delay=0.004612809047102928, ms=00006}
22:48:48.579761 run                             mass: MS performed LU  {at=3042354.78793746, lu_delay=4.9769135089591146, ms=00002}
22:48:48.774708 run                osmo-ms-mob/00007: Starting mobile
22:48:48.787612 run       osmo-ms-mob/00007(pid=143): Launched
22:48:48.798195 run                             mass: MS start registered  {at=3042355.006515702, delay=0.004663639236241579, ms=00007}
22:48:49.555118 run                osmo-ms-mob/00008: Starting mobile
22:48:49.568209 run       osmo-ms-mob/00008(pid=144): Launched
22:48:49.578876 run                             mass: MS start registered  {at=3042355.787198495, delay=0.004559294320642948, ms=00008}
22:48:50.250952 run                osmo-ms-mob/00009: Starting mobile
22:48:50.264175 run       osmo-ms-mob/00009(pid=145): Launched
22:48:50.274690 run                             mass: MS start registered  {at=3042356.483012171, delay=0.004436899907886982, ms=00009}
22:48:50.444470 run                             mass: MS performed LU  {at=3042356.652682372, lu_delay=5.535444459877908, ms=00003}
22:48:50.981560 run                osmo-ms-mob/00010: Starting mobile
22:48:50.998372 run       osmo-ms-mob/00010(pid=146): Launched
22:48:51.004429 run                             mass: MS performed LU  {at=3042357.212755125, lu_delay=5.030214793048799, ms=00004}
22:48:51.010408 run                             mass: MS start registered  {at=3042357.218742702, delay=0.006005131173878908, ms=00010}
22:48:51.554832 run                osmo-ms-mob/00011: Starting mobile
22:48:51.567795 run       osmo-ms-mob/00011(pid=147): Launched
22:48:51.578527 run                             mass: MS start registered  {at=3042357.786847871, delay=0.004438319709151983, ms=00011}
22:48:52.150662 run                osmo-ms-mob/00012: Starting mobile
22:48:52.163970 run       osmo-ms-mob/00012(pid=148): Launched
22:48:52.174507 run                             mass: MS start registered  {at=3042358.382829441, delay=0.004566332325339317, ms=00012}
22:48:52.345368 run                             mass: MS performed LU  {at=3042358.553578966, lu_delay=5.337055859621614, ms=00005}
22:48:52.781892 run                osmo-ms-mob/00013: Starting mobile
22:48:52.798813 run       osmo-ms-mob/00013(pid=149): Launched
22:48:52.809277 run                             mass: MS start registered  {at=3042359.017599725, delay=0.004495586268603802, ms=00013}
22:48:52.862762 run                             mass: MS performed LU  {at=3042359.070969902, lu_delay=4.962603408843279, ms=00006}
22:48:53.350850 run                osmo-ms-mob/00014: Starting mobile
22:48:53.364129 run       osmo-ms-mob/00014(pid=150): Launched
22:48:53.374709 run                             mass: MS start registered  {at=3042359.583030965, delay=0.004456600174307823, ms=00014}
22:48:53.950944 run                osmo-ms-mob/00015: Starting mobile
22:48:53.964093 run       osmo-ms-mob/00015(pid=151): Launched
22:48:53.974942 run                             mass: MS start registered  {at=3042360.183261054, delay=0.004803060088306665, ms=00015}
22:48:54.209976 run                             mass: MS performed LU  {at=3042360.418181478, lu_delay=5.411665775813162, ms=00007}
22:48:54.255770 run                             mass: MS performed LU  {at=3042360.463980987, lu_delay=4.676782492082566, ms=00008}
22:48:54.483369 run                osmo-ms-mob/00016: Starting mobile
22:48:54.500524 run       osmo-ms-mob/00016(pid=152): Launched
22:48:54.511103 run                             mass: MS start registered  {at=3042360.719425221, delay=0.0045805322006344795, ms=00016}
22:48:54.951000 run                osmo-ms-mob/00017: Starting mobile
22:48:54.964293 run       osmo-ms-mob/00017(pid=153): Launched
22:48:54.974904 run                             mass: MS start registered  {at=3042361.183224054, delay=0.004655621945858002, ms=00017}
22:48:55.563031 run                osmo-ms-mob/00018: Starting mobile
22:48:55.576864 run       osmo-ms-mob/00018(pid=154): Launched
22:48:55.587627 run                             mass: MS start registered  {at=3042361.795950312, delay=0.0047263349406421185, ms=00018}
22:48:55.950690 run                osmo-ms-mob/00019: Starting mobile
22:48:55.963469 run       osmo-ms-mob/00019(pid=155): Launched
22:48:55.974008 run                             mass: MS start registered  {at=3042362.182330257, delay=0.0046978909522295, ms=00019}
22:48:56.111610 run                             mass: MS performed LU  {at=3042362.319825248, lu_delay=5.836813076864928, ms=00009}
22:48:56.157979 run                             mass: MS performed LU  {at=3042362.366200522, lu_delay=5.1474578198976815, ms=00010}
22:48:56.473801 run                osmo-ms-mob/00020: Starting mobile
22:48:56.490282 run       osmo-ms-mob/00020(pid=156): Launched
22:48:56.496326 run                             mass: MS performed LU  {at=3042362.704653113, lu_delay=4.917805242352188, ms=00011}
22:48:56.502190 run                             mass: MS start registered  {at=3042362.710523355, delay=0.005888985004276037, ms=00020}
22:48:56.950184 run                osmo-ms-mob/00021: Starting mobile
22:48:56.963558 run       osmo-ms-mob/00021(pid=157): Launched
22:48:56.974343 run                             mass: MS start registered  {at=3042363.182662652, delay=0.004580338951200247, ms=00021}
22:48:57.350559 run                osmo-ms-mob/00022: Starting mobile
22:48:57.364063 run       osmo-ms-mob/00022(pid=158): Launched
22:48:57.374659 run                             mass: MS start registered  {at=3042363.582982735, delay=0.004598719999194145, ms=00022}
22:48:57.881490 run                osmo-ms-mob/00023: Starting mobile
22:48:57.899332 run       osmo-ms-mob/00023(pid=159): Launched
22:48:57.910424 run                             mass: MS start registered  {at=3042364.118742257, delay=0.004924396052956581, ms=00023}
22:48:57.976209 run                             mass: MS performed LU  {at=3042364.184425593, lu_delay=5.801596151664853, ms=00012}
22:48:58.022161 run                             mass: MS performed LU  {at=3042364.230376859, lu_delay=5.212777134031057, ms=00013}
22:48:58.128523 run                             mass: MS performed LU  {at=3042364.336741248, lu_delay=4.753710282966495, ms=00014}
22:48:58.163527 run                osmo-ms-mob/00024: Starting mobile
22:48:58.176768 run       osmo-ms-mob/00024(pid=160): Launched
22:48:58.187754 run                             mass: MS start registered  {at=3042364.396075782, delay=0.00450938893482089, ms=00024}
22:48:58.756412 run                osmo-ms-mob/00025: Starting mobile
22:48:58.769477 run       osmo-ms-mob/00025(pid=161): Launched
22:48:58.780609 run                             mass: MS start registered  {at=3042364.988924489, delay=0.005006069783121347, ms=00025}
22:48:59.151146 run                osmo-ms-mob/00026: Starting mobile
22:48:59.164239 run       osmo-ms-mob/00026(pid=162): Launched
22:48:59.175318 run                             mass: MS start registered  {at=3042365.383640232, delay=0.004954479169100523, ms=00026}
22:48:59.573344 run                osmo-ms-mob/00027: Starting mobile
22:48:59.589898 run       osmo-ms-mob/00027(pid=163): Launched
22:48:59.601156 run                             mass: MS start registered  {at=3042365.809474321, delay=0.004937575198709965, ms=00027}
22:48:59.877860 run                             mass: MS performed LU  {at=3042366.086060094, lu_delay=4.902836040128022, ms=00017}
22:48:59.909233 run                osmo-ms-mob/00028: Starting mobile
22:48:59.923964 run       osmo-ms-mob/00028(pid=164): Launched
22:48:59.929985 run                             mass: MS performed LU  {at=3042366.138315139, lu_delay=5.418889917898923, ms=00016}
22:48:59.935712 run                             mass: MS start registered  {at=3042366.14404599, delay=0.005747688002884388, ms=00028}
22:48:59.992724 run                             mass: MS performed LU  {at=3042366.200942281, lu_delay=6.017681227065623, ms=00015}
22:49:00.374376 run                osmo-ms-mob/00029: Starting mobile
22:49:00.391246 run       osmo-ms-mob/00029(pid=165): Launched
22:49:00.405628 run                             mass: MS start registered  {at=3042366.61394269, delay=0.008127148263156414, ms=00029}
22:49:00.761790 run                osmo-ms-mob/00030: Starting mobile
22:49:00.775597 run       osmo-ms-mob/00030(pid=166): Launched
22:49:00.786844 run                             mass: MS start registered  {at=3042366.995162964, delay=0.00520028593018651, ms=00030}
22:49:01.160208 run                osmo-ms-mob/00031: Starting mobile
22:49:01.174102 run       osmo-ms-mob/00031(pid=167): Launched
22:49:01.185531 run                             mass: MS start registered  {at=3042367.393852401, delay=0.0051080589182674885, ms=00031}
22:49:01.450833 run                osmo-ms-mob/00032: Starting mobile
22:49:01.464185 run       osmo-ms-mob/00032(pid=168): Launched
22:49:01.475246 run                             mass: MS start registered  {at=3042367.683568702, delay=0.004952519200742245, ms=00032}
22:49:01.658379 run                             mass: MS performed LU  {at=3042367.866598226, lu_delay=6.070647913962603, ms=00018}
22:49:01.741363 run                             mass: MS performed LU  {at=3042367.949597504, lu_delay=5.767267247196287, ms=00019}
22:49:01.802213 run                osmo-ms-mob/00033: Starting mobile
22:49:01.820600 run       osmo-ms-mob/00033(pid=169): Launched
22:49:01.826601 run                             mass: MS performed LU  {at=3042368.034928749, lu_delay=4.852266096975654, ms=00021}
22:49:01.832503 run                             mass: MS start registered  {at=3042368.040837614, delay=0.005926037672907114, ms=00033}
22:49:01.911984 run                             mass: MS performed LU  {at=3042368.120201215, lu_delay=5.409677860327065, ms=00020}
22:49:02.289201 run                osmo-ms-mob/00034: Starting mobile
22:49:02.305185 run       osmo-ms-mob/00034(pid=170): Launched
22:49:02.317236 run                             mass: MS start registered  {at=3042368.525552942, delay=0.005945070181041956, ms=00034}
22:49:02.550625 run                osmo-ms-mob/00035: Starting mobile
22:49:02.563792 run       osmo-ms-mob/00035(pid=171): Launched
22:49:02.574671 run                             mass: MS start registered  {at=3042368.782992385, delay=0.004916221834719181, ms=00035}
22:49:02.950192 run                osmo-ms-mob/00036: Starting mobile
22:49:02.963195 run       osmo-ms-mob/00036(pid=172): Launched
22:49:02.974612 run                             mass: MS start registered  {at=3042369.182933779, delay=0.005017959978431463, ms=00036}
22:49:03.378016 run                osmo-ms-mob/00037: Starting mobile
22:49:03.396873 run       osmo-ms-mob/00037(pid=173): Launched
22:49:03.408434 run                             mass: MS start registered  {at=3042369.616745184, delay=0.005545235238969326, ms=00037}
22:49:03.659960 run                osmo-ms-mob/00038: Starting mobile
22:49:03.672724 run       osmo-ms-mob/00038(pid=174): Launched
22:49:03.678816 run                             mass: MS performed LU  {at=3042369.887144443, lu_delay=5.768402186222374, ms=00023}
22:49:03.684742 run                             mass: MS start registered  {at=3042369.893077473, delay=0.005949660204350948, ms=00038}
22:49:03.690751 run                             mass: MS performed LU  {at=3042369.899079681, lu_delay=5.503003899008036, ms=00024}
22:49:03.701561 run                osmo-ms-mob/00039: Starting mobile
22:49:03.714496 run       osmo-ms-mob/00039(pid=175): Launched
22:49:03.725396 run                             mass: MS start registered  {at=3042369.933717397, delay=0.004852878861129284, ms=00039}
22:49:03.758297 run                             mass: MS performed LU  {at=3042369.966559304, lu_delay=4.977634815033525, ms=00025}
22:49:03.814733 run                             mass: MS performed LU  {at=3042370.022952593, lu_delay=6.4399698581546545, ms=00022}
22:49:04.068382 run                             mass: MS performed LU  {at=3042370.276606721, lu_delay=4.892966488841921, ms=00026}
22:49:04.097069 run                osmo-ms-mob/00040: Starting mobile
22:49:04.110198 run       osmo-ms-mob/00040(pid=176): Launched
22:49:04.121435 run                             mass: MS start registered  {at=3042370.329756548, delay=0.005022283177822828, ms=00040}
22:49:04.656315 run                osmo-ms-mob/00041: Starting mobile
22:49:04.670069 run       osmo-ms-mob/00041(pid=177): Launched
22:49:04.681384 run                             mass: MS start registered  {at=3042370.88970476, delay=0.005142387934029102, ms=00041}
22:49:04.962951 run                osmo-ms-mob/00042: Starting mobile
22:49:04.976516 run       osmo-ms-mob/00042(pid=178): Launched
22:49:04.987735 run                             mass: MS start registered  {at=3042371.196055102, delay=0.005211462266743183, ms=00042}
22:49:05.350843 run                osmo-ms-mob/00043: Starting mobile
22:49:05.363649 run       osmo-ms-mob/00043(pid=179): Launched
22:49:05.374574 run                             mass: MS start registered  {at=3042371.582894915, delay=0.005111429840326309, ms=00043}
22:49:05.424617 run                             mass: MS performed LU  {at=3042371.632833997, lu_delay=4.63767103292048, ms=00030}
22:49:05.507356 run                             mass: MS performed LU  {at=3042371.715573353, lu_delay=5.101630663033575, ms=00029}
22:49:05.561850 run                osmo-ms-mob/00044: Starting mobile
22:49:05.577016 run       osmo-ms-mob/00044(pid=180): Launched
22:49:05.583004 run                             mass: MS performed LU  {at=3042371.791334096, lu_delay=5.647288105916232, ms=00028}
22:49:05.588827 run                             mass: MS start registered  {at=3042371.797163174, delay=0.005844812840223312, ms=00044}
22:49:05.678590 run                             mass: MS performed LU  {at=3042371.886806916, lu_delay=6.077332594897598, ms=00027}
22:49:05.707490 run                osmo-ms-mob/00045: Starting mobile
22:49:05.720904 run       osmo-ms-mob/00045(pid=181): Launched
22:49:05.731885 run                             mass: MS start registered  {at=3042371.940206738, delay=0.004962199367582798, ms=00045}
22:49:06.282223 run                osmo-ms-mob/00046: Starting mobile
22:49:06.298601 run       osmo-ms-mob/00046(pid=182): Launched
22:49:06.309743 run                             mass: MS start registered  {at=3042372.518064562, delay=0.005024504382163286, ms=00046}
22:49:06.563563 run                osmo-ms-mob/00047: Starting mobile
22:49:06.577320 run       osmo-ms-mob/00047(pid=183): Launched
22:49:06.588472 run                             mass: MS start registered  {at=3042372.796791754, delay=0.00490213930606842, ms=00047}
22:49:06.851373 run                osmo-ms-mob/00048: Starting mobile
22:49:06.864579 run       osmo-ms-mob/00048(pid=184): Launched
22:49:06.875721 run                             mass: MS start registered  {at=3042373.084010426, delay=0.005131551064550877, ms=00048}
22:49:07.150509 run                osmo-ms-mob/00049: Starting mobile
22:49:07.163425 run       osmo-ms-mob/00049(pid=185): Launched
22:49:07.174859 run                             mass: MS start registered  {at=3042373.383175872, delay=0.005485927686095238, ms=00049}
22:49:07.409420 run                             mass: MS performed LU  {at=3042373.617634656, lu_delay=5.092081713955849, ms=00034}
22:49:07.424195 run                osmo-ms-mob/00050: Starting mobile
22:49:07.437286 run       osmo-ms-mob/00050(pid=186): Launched
22:49:07.449745 run                             mass: MS start registered  {at=3042373.658063162, delay=0.006386972032487392, ms=00050}
22:49:07.524246 run                             mass: MS performed LU  {at=3042373.73246499, lu_delay=5.691627376247197, ms=00033}
22:49:07.578119 run                             mass: MS performed LU  {at=3042373.786407692, lu_delay=6.392555290833116, ms=00031}
22:49:07.597229 run                             mass: MS performed LU  {at=3042373.805485755, lu_delay=6.121917053125799, ms=00032}
22:49:07.611959 run                osmo-ms-mob/00051: Starting mobile
22:49:07.625363 run       osmo-ms-mob/00051(pid=187): Launched
22:49:07.636463 run                             mass: MS start registered  {at=3042373.844786548, delay=0.005112120881676674, ms=00051}
22:49:07.852536 run                             mass: MS performed LU  {at=3042374.060748667, lu_delay=4.87781488802284, ms=00036}
22:49:08.164127 run                osmo-ms-mob/00052: Starting mobile
22:49:08.178038 run       osmo-ms-mob/00052(pid=188): Launched
22:49:08.189978 run                             mass: MS start registered  {at=3042374.398296398, delay=0.0056863329373300076, ms=00052}
22:49:08.463417 run                osmo-ms-mob/00053: Starting mobile
22:49:08.477948 run       osmo-ms-mob/00053(pid=189): Launched
22:49:08.489239 run                             mass: MS start registered  {at=3042374.69755877, delay=0.005169679876416922, ms=00053}
22:49:08.763220 run                osmo-ms-mob/00054: Starting mobile
22:49:08.777195 run       osmo-ms-mob/00054(pid=190): Launched
22:49:08.788345 run                             mass: MS start registered  {at=3042374.996666838, delay=0.005148305092006922, ms=00054}
22:49:09.097046 run                osmo-ms-mob/00055: Starting mobile
22:49:09.113700 run       osmo-ms-mob/00055(pid=191): Launched
22:49:09.124860 run                             mass: MS start registered  {at=3042375.33318012, delay=0.005159158259630203, ms=00055}
22:49:09.190930 run                             mass: MS performed LU  {at=3042375.399144646, lu_delay=5.782399461604655, ms=00037}
22:49:09.273854 run                             mass: MS performed LU  {at=3042375.482067597, lu_delay=5.152311048936099, ms=00040}
22:49:09.301796 run                osmo-ms-mob/00056: Starting mobile
22:49:09.314779 run       osmo-ms-mob/00056(pid=192): Launched
22:49:09.321050 run                             mass: MS performed LU  {at=3042375.529378132, lu_delay=5.595660734921694, ms=00039}
22:49:09.326879 run                             mass: MS start registered  {at=3042375.535214115, delay=0.005851944908499718, ms=00056}
22:49:09.444027 run                             mass: MS performed LU  {at=3042375.652243666, lu_delay=5.759166192729026, ms=00038}
22:49:09.473094 run                osmo-ms-mob/00057: Starting mobile
22:49:09.486506 run       osmo-ms-mob/00057(pid=193): Launched
22:49:09.497682 run                             mass: MS start registered  {at=3042375.706005659, delay=0.005121177993714809, ms=00057}
22:49:09.517312 run                             mass: MS performed LU  {at=3042375.72562991, lu_delay=4.835925149731338, ms=00041}
22:49:10.062958 run                osmo-ms-mob/00058: Starting mobile
22:49:10.076668 run       osmo-ms-mob/00058(pid=194): Launched
22:49:10.088006 run                             mass: MS start registered  {at=3042376.296328645, delay=0.005132825113832951, ms=00058}
22:49:10.351303 run                osmo-ms-mob/00059: Starting mobile
22:49:10.364936 run       osmo-ms-mob/00059(pid=195): Launched
22:49:10.376473 run                             mass: MS start registered  {at=3042376.584790743, delay=0.005239028017967939, ms=00059}
22:49:10.701452 run                osmo-ms-mob/00060: Starting mobile
22:49:10.718954 run       osmo-ms-mob/00060(pid=196): Launched
22:49:10.729681 run                             mass: MS start registered  {at=3042376.938000257, delay=0.004686763044446707, ms=00060}
22:49:11.051174 run                osmo-ms-mob/00061: Starting mobile
22:49:11.064766 run       osmo-ms-mob/00061(pid=197): Launched
22:49:11.070803 run                             mass: MS performed LU  {at=3042377.279130567, lu_delay=4.7610660046339035, ms=00046}
22:49:11.076595 run                             mass: MS start registered  {at=3042377.284930156, delay=0.005817782133817673, ms=00061}
22:49:11.110691 run                             mass: MS performed LU  {at=3042377.318906597, lu_delay=5.736011682078242, ms=00043}
22:49:11.140578 run                osmo-ms-mob/00062: Starting mobile
22:49:11.154272 run       osmo-ms-mob/00062(pid=198): Launched
22:49:11.164922 run                             mass: MS start registered  {at=3042377.373244842, delay=0.004626424051821232, ms=00062}
22:49:11.173489 run                             mass: MS performed LU  {at=3042377.38181204, lu_delay=4.585020286031067, ms=00047}
22:49:11.365317 run                             mass: MS performed LU  {at=3042377.573535367, lu_delay=5.776372192893177, ms=00044}
22:49:11.379400 run                osmo-ms-mob/00063: Starting mobile
22:49:11.392556 run       osmo-ms-mob/00063(pid=199): Launched
22:49:11.398676 run                             mass: MS performed LU  {at=3042377.607005044, lu_delay=6.410949941724539, ms=00042}
22:49:11.404594 run                             mass: MS start registered  {at=3042377.612929248, delay=0.005940107628703117, ms=00063}
22:49:11.418520 run                             mass: MS performed LU  {at=3042377.626844482, lu_delay=5.686637743841857, ms=00045}
22:49:12.064977 run                osmo-ms-mob/00064: Starting mobile
22:49:12.079109 run       osmo-ms-mob/00064(pid=200): Launched
22:49:12.090230 run                             mass: MS start registered  {at=3042378.298546255, delay=0.004967038985341787, ms=00064}
22:49:12.217917 run                             mass: MS performed LU  {at=3042378.426137353, lu_delay=3.7285785828717053, ms=00053}
22:49:12.451343 run                osmo-ms-mob/00065: Starting mobile
22:49:12.464739 run       osmo-ms-mob/00065(pid=201): Launched
22:49:12.475619 run                             mass: MS start registered  {at=3042378.683937535, delay=0.004934621974825859, ms=00065}
22:49:12.780898 run                osmo-ms-mob/00066: Starting mobile
22:49:12.796125 run       osmo-ms-mob/00066(pid=202): Launched
22:49:12.807433 run                             mass: MS start registered  {at=3042379.015750693, delay=0.005192476324737072, ms=00066}
22:49:12.955961 run                             mass: MS performed LU  {at=3042379.164180262, lu_delay=5.506117099896073, ms=00050}
22:49:12.980769 run                             mass: MS performed LU  {at=3042379.189097349, lu_delay=5.344310801010579, ms=00051}
22:49:12.991979 run                osmo-ms-mob/00067: Starting mobile
22:49:13.005302 run       osmo-ms-mob/00067(pid=203): Launched
22:49:13.016541 run                             mass: MS start registered  {at=3042379.224858941, delay=0.004958345089107752, ms=00067}
22:49:13.085523 run                             mass: MS performed LU  {at=3042379.29375265, lu_delay=4.895456251688302, ms=00052}
22:49:13.283903 run                             mass: MS performed LU  {at=3042379.492120373, lu_delay=6.108944501262158, ms=00049}
22:49:13.350549 run                osmo-ms-mob/00068: Starting mobile
22:49:13.366431 run       osmo-ms-mob/00068(pid=204): Launched
22:49:13.377643 run                             mass: MS start registered  {at=3042379.585955264, delay=0.005192715208977461, ms=00068}
22:49:13.865069 run                osmo-ms-mob/00069: Starting mobile
22:49:13.879239 run       osmo-ms-mob/00069(pid=205): Launched
22:49:13.892935 run                             mass: MS start registered  {at=3042380.101236644, delay=0.007691569160670042, ms=00069}
22:49:13.998595 run                             mass: MS performed LU  {at=3042380.206812924, lu_delay=7.122802497819066, ms=00048}
22:49:14.264254 run                osmo-ms-mob/00070: Starting mobile
22:49:14.278257 run       osmo-ms-mob/00070(pid=206): Launched
22:49:14.289437 run                             mass: MS start registered  {at=3042380.497758913, delay=0.00501259695738554, ms=00070}
22:49:14.671412 run                osmo-ms-mob/00071: Starting mobile
22:49:14.687405 run       osmo-ms-mob/00071(pid=207): Launched
22:49:14.698467 run                             mass: MS start registered  {at=3042380.906785003, delay=0.005066097714006901, ms=00071}
22:49:14.820625 run                             mass: MS performed LU  {at=3042381.028842449, lu_delay=5.3228367902338505, ms=00057}
22:49:14.877292 run                             mass: MS performed LU  {at=3042381.085527247, lu_delay=5.55031313188374, ms=00056}
22:49:14.986909 run                             mass: MS performed LU  {at=3042381.195123782, lu_delay=6.198456943966448, ms=00054}
22:49:15.001081 run                osmo-ms-mob/00072: Starting mobile
22:49:15.013849 run       osmo-ms-mob/00072(pid=208): Launched
22:49:15.024891 run                             mass: MS start registered  {at=3042381.233214788, delay=0.005084631964564323, ms=00072}
22:49:15.130750 run                             mass: MS performed LU  {at=3042381.338966077, lu_delay=6.005785956978798, ms=00055}
22:49:15.153979 run                             mass: MS performed LU  {at=3042381.362309186, lu_delay=5.065980540588498, ms=00058}
22:49:15.184577 run                             mass: MS performed LU  {at=3042381.39282773, lu_delay=4.808036987204105, ms=00059}
22:49:15.204072 run                osmo-ms-mob/00073: Starting mobile
22:49:15.216875 run       osmo-ms-mob/00073(pid=209): Launched
22:49:15.227868 run                             mass: MS start registered  {at=3042381.436188437, delay=0.004938178230077028, ms=00073}
22:49:15.861879 run                osmo-ms-mob/00074: Starting mobile
22:49:15.875640 run       osmo-ms-mob/00074(pid=210): Launched
22:49:15.887371 run                             mass: MS start registered  {at=3042382.095694358, delay=0.005363314878195524, ms=00074}
22:49:16.016321 run                             mass: MS performed LU  {at=3042382.224537855, lu_delay=3.5406003198586404, ms=00065}
22:49:16.270086 run                osmo-ms-mob/00075: Starting mobile
22:49:16.286364 run       osmo-ms-mob/00075(pid=211): Launched
22:49:16.298205 run                             mass: MS start registered  {at=3042382.506521516, delay=0.005437374114990234, ms=00075}
22:49:16.721488 run                             mass: MS performed LU  {at=3042382.929704058, lu_delay=5.6447739019058645, ms=00061}
22:49:16.777920 run                osmo-ms-mob/00076: Starting mobile
22:49:16.792953 run       osmo-ms-mob/00076(pid=212): Launched
22:49:16.804451 run                             mass: MS start registered  {at=3042383.012772176, delay=0.005398462992161512, ms=00076}
22:49:16.822183 run                             mass: MS performed LU  {at=3042383.030498132, lu_delay=5.657253290060908, ms=00062}
22:49:16.851462 run                             mass: MS performed LU  {at=3042383.059713048, lu_delay=5.4467838001437485, ms=00063}
22:49:16.975582 run                             mass: MS performed LU  {at=3042383.183792284, lu_delay=4.885246029123664, ms=00064}
22:49:17.004783 run                osmo-ms-mob/00077: Starting mobile
22:49:17.018339 run       osmo-ms-mob/00077(pid=213): Launched
22:49:17.029680 run                             mass: MS start registered  {at=3042383.237999997, delay=0.005323813296854496, ms=00077}
22:49:17.048980 run                             mass: MS performed LU  {at=3042383.257273492, lu_delay=6.31927323481068, ms=00060}
22:49:17.665087 run                osmo-ms-mob/00078: Starting mobile
22:49:17.679384 run       osmo-ms-mob/00078(pid=214): Launched
22:49:17.691328 run                             mass: MS start registered  {at=3042383.899647291, delay=0.005780413746833801, ms=00078}
22:49:18.061243 run                osmo-ms-mob/00079: Starting mobile
22:49:18.074659 run       osmo-ms-mob/00079(pid=215): Launched
22:49:18.085692 run                             mass: MS start registered  {at=3042384.294012248, delay=0.005091242026537657, ms=00079}
22:49:18.581048 run                osmo-ms-mob/00080: Starting mobile
22:49:18.598619 run       osmo-ms-mob/00080(pid=216): Launched
22:49:18.604703 run                             mass: MS performed LU  {at=3042384.813029741, lu_delay=4.7117930967360735, ms=00069}
22:49:18.610482 run                             mass: MS start registered  {at=3042384.818817538, delay=0.005804751068353653, ms=00080}
22:49:18.641546 run                             mass: MS performed LU  {at=3042384.849745112, lu_delay=5.624886170960963, ms=00067}
22:49:18.752806 run                             mass: MS performed LU  {at=3042384.961029957, lu_delay=5.375074693001807, ms=00068}
22:49:18.896507 run                             mass: MS performed LU  {at=3042385.104725986, lu_delay=6.088975292630494, ms=00066}
22:49:18.924870 run                osmo-ms-mob/00081: Starting mobile
22:49:18.937806 run       osmo-ms-mob/00081(pid=217): Launched
22:49:18.943746 run                             mass: MS performed LU  {at=3042385.152075151, lu_delay=4.654316238127649, ms=00070}
22:49:18.949402 run                             mass: MS start registered  {at=3042385.157738309, delay=0.005680455826222897, ms=00081}
22:49:19.489827 run                osmo-ms-mob/00082: Starting mobile
22:49:19.506097 run       osmo-ms-mob/00082(pid=218): Launched
22:49:19.517251 run                             mass: MS start registered  {at=3042385.725573548, delay=0.005142468959093094, ms=00082}
22:49:20.063604 run                osmo-ms-mob/00083: Starting mobile
22:49:20.077701 run       osmo-ms-mob/00083(pid=219): Launched
22:49:20.088868 run                             mass: MS start registered  {at=3042386.297186783, delay=0.005215155892074108, ms=00083}
22:49:20.551072 run                osmo-ms-mob/00084: Starting mobile
22:49:20.563946 run       osmo-ms-mob/00084(pid=220): Launched
22:49:20.570267 run                             mass: MS performed LU  {at=3042386.778593872, lu_delay=5.342405435163528, ms=00073}
22:49:20.576161 run                             mass: MS start registered  {at=3042386.784496018, delay=0.005919657181948423, ms=00084}
22:49:20.588391 run                             mass: MS performed LU  {at=3042386.796716281, lu_delay=5.563501493074, ms=00072}
22:49:20.615891 run                             mass: MS performed LU  {at=3042386.824135878, lu_delay=4.728441520128399, ms=00074}
22:49:20.723394 run                             mass: MS performed LU  {at=3042386.931613746, lu_delay=6.024828743189573, ms=00071}
22:49:20.752364 run                osmo-ms-mob/00085: Starting mobile
22:49:20.765767 run       osmo-ms-mob/00085(pid=221): Launched
22:49:20.776860 run                             mass: MS start registered  {at=3042386.985177736, delay=0.005156355910003185, ms=00085}
22:49:21.650891 run                osmo-ms-mob/00086: Starting mobile
22:49:21.664476 run       osmo-ms-mob/00086(pid=222): Launched
22:49:21.676255 run                             mass: MS start registered  {at=3042387.884568264, delay=0.00573336984962225, ms=00086}
22:49:22.286620 run                osmo-ms-mob/00087: Starting mobile
22:49:22.303526 run       osmo-ms-mob/00087(pid=223): Launched
22:49:22.314371 run                             mass: MS start registered  {at=3042388.522689131, delay=0.004924234934151173, ms=00087}
22:49:22.351698 run                             mass: MS performed LU  {at=3042388.559913566, lu_delay=6.053392049856484, ms=00075}
22:49:22.389062 run                             mass: MS performed LU  {at=3042388.597298373, lu_delay=5.584526197053492, ms=00076}
22:49:22.518917 run                             mass: MS performed LU  {at=3042388.727139469, lu_delay=4.433127220720053, ms=00079}
22:49:22.644551 run                             mass: MS performed LU  {at=3042388.85276871, lu_delay=5.61476871278137, ms=00077}
22:49:22.661568 run                             mass: MS performed LU  {at=3042388.869707308, lu_delay=4.970060016959906, ms=00078}
22:49:22.687640 run                osmo-ms-mob/00088: Starting mobile
22:49:22.700742 run       osmo-ms-mob/00088(pid=224): Launched
22:49:22.711605 run                             mass: MS start registered  {at=3042388.919928669, delay=0.004821320064365864, ms=00088}
22:49:23.463942 run                osmo-ms-mob/00089: Starting mobile
22:49:23.477575 run       osmo-ms-mob/00089(pid=225): Launched
22:49:23.488870 run                             mass: MS start registered  {at=3042389.697176741, delay=0.005239191930741072, ms=00089}
22:49:24.081875 run                osmo-ms-mob/00090: Starting mobile
22:49:24.098217 run       osmo-ms-mob/00090(pid=226): Launched
22:49:24.109329 run                             mass: MS start registered  {at=3042390.317649596, delay=0.0047204820439219475, ms=00090}
22:49:24.336729 run                             mass: MS performed LU  {at=3042390.544812208, lu_delay=4.819238659925759, ms=00082}
22:49:24.354562 run                             mass: MS performed LU  {at=3042390.562802985, lu_delay=5.743985446635634, ms=00080}
22:49:24.382052 run                             mass: MS performed LU  {at=3042390.590321984, lu_delay=5.432583675254136, ms=00081}
22:49:24.488619 run                             mass: MS performed LU  {at=3042390.696835966, lu_delay=21.913843580987304, ms=00035}
22:49:24.790899 run                osmo-ms-mob/00091: Starting mobile
22:49:24.807354 run       osmo-ms-mob/00091(pid=227): Launched
22:49:24.818157 run                             mass: MS start registered  {at=3042391.026476154, delay=0.004723504185676575, ms=00091}
22:49:25.462634 run                osmo-ms-mob/00092: Starting mobile
22:49:25.477050 run       osmo-ms-mob/00092(pid=228): Launched
22:49:25.488773 run                             mass: MS start registered  {at=3042391.697084017, delay=0.005721420049667358, ms=00092}
22:49:26.117957 run                             mass: MS performed LU  {at=3042392.326174355, lu_delay=5.541678336914629, ms=00084}
22:49:26.154582 run                             mass: MS performed LU  {at=3042392.362816481, lu_delay=6.065629697870463, ms=00083}
22:49:26.203299 run                osmo-ms-mob/00093: Starting mobile
22:49:26.217666 run       osmo-ms-mob/00093(pid=229): Launched
22:49:26.228617 run                             mass: MS start registered  {at=3042392.436939082, delay=0.00483453506603837, ms=00093}
22:49:26.284646 run                             mass: MS performed LU  {at=3042392.492861798, lu_delay=5.507684062235057, ms=00085}
22:49:26.409609 run                             mass: MS performed LU  {at=3042392.617826568, lu_delay=4.733258304186165, ms=00086}
22:49:27.164449 run                osmo-ms-mob/00094: Starting mobile
22:49:27.178179 run       osmo-ms-mob/00094(pid=230): Launched
22:49:27.189180 run                             mass: MS start registered  {at=3042393.397501013, delay=0.004928625654429197, ms=00094}
22:49:28.091102 run                osmo-ms-mob/00095: Starting mobile
22:49:28.107546 run       osmo-ms-mob/00095(pid=231): Launched
22:49:28.113591 run                             mass: MS performed LU  {at=3042394.321918464, lu_delay=5.401989794801921, ms=00088}
22:49:28.119621 run                             mass: MS start registered  {at=3042394.327951704, delay=0.006052257027477026, ms=00095}
22:49:28.125443 run                             mass: MS performed LU  {at=3042394.333773394, lu_delay=5.811084263026714, ms=00087}
22:49:28.383648 run                             mass: MS performed LU  {at=3042394.591865651, lu_delay=4.894688909873366, ms=00089}
22:49:29.051009 run                osmo-ms-mob/00096: Starting mobile
22:49:29.064323 run       osmo-ms-mob/00096(pid=232): Launched
22:49:29.075332 run                             mass: MS start registered  {at=3042395.283654098, delay=0.005028703715652227, ms=00096}
22:49:29.883337 run                             mass: MS performed LU  {at=3042396.091557882, lu_delay=5.065081727690995, ms=00091}
22:49:29.902198 run                             mass: MS performed LU  {at=3042396.110442645, lu_delay=5.7927930490113795, ms=00090}
22:49:30.050718 run                             mass: MS performed LU  {at=3042396.258933995, lu_delay=4.561849977821112, ms=00092}
22:49:30.092533 run                osmo-ms-mob/00097: Starting mobile
22:49:30.108228 run       osmo-ms-mob/00097(pid=233): Launched
22:49:30.126969 run                             mass: MS start registered  {at=3042396.335269708, delay=0.01272197812795639, ms=00097}
22:49:31.451194 run                osmo-ms-mob/00098: Starting mobile
22:49:31.464010 run       osmo-ms-mob/00098(pid=234): Launched
22:49:31.475086 run                             mass: MS start registered  {at=3042397.683406063, delay=0.005140101071447134, ms=00098}
22:49:31.868587 run                             mass: MS performed LU  {at=3042398.076765904, lu_delay=4.67926489142701, ms=00094}
22:49:31.895188 run                             mass: MS performed LU  {at=3042398.103516365, lu_delay=5.6665772828273475, ms=00093}
22:49:33.292768 run                osmo-ms-mob/00099: Starting mobile
22:49:33.309248 run       osmo-ms-mob/00099(pid=235): Launched
22:49:33.315332 run                             mass: All started... {duration=55.774939683731645, too_slow=0}
22:49:33.321508 run                             mass: MS start registered  {at=3042399.529835644, delay=0.0061692832969129086, ms=00099}
22:49:33.797569 run                             mass: MS performed LU  {at=3042400.00578682, lu_delay=4.722132721915841, ms=00096}
22:49:33.815709 run                             mass: MS performed LU  {at=3042400.023921464, lu_delay=5.695969759952277, ms=00095}
22:49:35.634811 run                             mass: MS performed LU  {at=3042401.843031024, lu_delay=5.507761315908283, ms=00097}
22:49:37.535483 run                             mass: MS performed LU  {at=3042403.7437004, lu_delay=6.060294337105006, ms=00098}
22:49:39.400889 run                             mass: MS performed LU  {at=3042405.609110188, lu_delay=6.079274544026703, ms=00099}
22:49:39.423494 run                             mass: Tests done {all_completed=True, max=21.913843580987304, min=3.5406003198586404}
22:49:39.429143 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:39.434513 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Terminating (SIGTERM)
22:49:39.437817 run      osmo-hlr_127.0.42.2(pid=24): Terminating (SIGTERM)
22:49:39.441089 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:39.444367 run      osmo-stp_127.0.42.5(pid=26): Terminating (SIGTERM)
22:49:39.447614 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:39.450912 run      osmo-msc_127.0.42.6(pid=28): Terminating (SIGTERM)
22:49:39.454293 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:39.457630 run      osmo-mgw_127.0.42.3(pid=30): Terminating (SIGTERM)
22:49:39.460919 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:39.464306 run      osmo-mgw_127.0.42.4(pid=32): Terminating (SIGTERM)
22:49:39.467634 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Terminating (SIGTERM)
22:49:39.471032 run      osmo-bsc_127.0.42.7(pid=34): Terminating (SIGTERM)
22:49:39.474411 run         osmo-bts-virtual(pid=35): Terminating (SIGTERM)
22:49:39.478115 run   osmo-ms-virt-phy/00000(pid=36): Terminating (SIGTERM)
22:49:39.481705 run   osmo-ms-virt-phy/00001(pid=37): Terminating (SIGTERM)
22:49:39.485192 run   osmo-ms-virt-phy/00002(pid=38): Terminating (SIGTERM)
22:49:39.488751 run   osmo-ms-virt-phy/00003(pid=39): Terminating (SIGTERM)
22:49:39.492273 run   osmo-ms-virt-phy/00004(pid=40): Terminating (SIGTERM)
22:49:39.495972 run   osmo-ms-virt-phy/00005(pid=41): Terminating (SIGTERM)
22:49:39.499439 run   osmo-ms-virt-phy/00006(pid=42): Terminating (SIGTERM)
22:49:39.502788 run   osmo-ms-virt-phy/00007(pid=43): Terminating (SIGTERM)
22:49:39.506173 run   osmo-ms-virt-phy/00008(pid=44): Terminating (SIGTERM)
22:49:39.509548 run   osmo-ms-virt-phy/00009(pid=45): Terminating (SIGTERM)
22:49:39.512993 run   osmo-ms-virt-phy/00010(pid=46): Terminating (SIGTERM)
22:49:39.516500 run   osmo-ms-virt-phy/00011(pid=47): Terminating (SIGTERM)
22:49:39.519993 run   osmo-ms-virt-phy/00012(pid=48): Terminating (SIGTERM)
22:49:39.523854 run   osmo-ms-virt-phy/00013(pid=49): Terminating (SIGTERM)
22:49:39.527312 run   osmo-ms-virt-phy/00014(pid=50): Terminating (SIGTERM)
22:49:39.530815 run   osmo-ms-virt-phy/00015(pid=51): Terminating (SIGTERM)
22:49:39.534284 run   osmo-ms-virt-phy/00016(pid=52): Terminating (SIGTERM)
22:49:39.537723 run   osmo-ms-virt-phy/00017(pid=53): Terminating (SIGTERM)
22:49:39.541089 run   osmo-ms-virt-phy/00018(pid=54): Terminating (SIGTERM)
22:49:39.545124 run   osmo-ms-virt-phy/00019(pid=55): Terminating (SIGTERM)
22:49:39.548561 run   osmo-ms-virt-phy/00020(pid=56): Terminating (SIGTERM)
22:49:39.551948 run   osmo-ms-virt-phy/00021(pid=57): Terminating (SIGTERM)
22:49:39.555395 run   osmo-ms-virt-phy/00022(pid=58): Terminating (SIGTERM)
22:49:39.558794 run   osmo-ms-virt-phy/00023(pid=59): Terminating (SIGTERM)
22:49:39.562983 run   osmo-ms-virt-phy/00024(pid=60): Terminating (SIGTERM)
22:49:39.566515 run   osmo-ms-virt-phy/00025(pid=61): Terminating (SIGTERM)
22:49:39.569889 run   osmo-ms-virt-phy/00026(pid=62): Terminating (SIGTERM)
22:49:39.573324 run   osmo-ms-virt-phy/00027(pid=63): Terminating (SIGTERM)
22:49:39.576700 run   osmo-ms-virt-phy/00028(pid=64): Terminating (SIGTERM)
22:49:39.580226 run   osmo-ms-virt-phy/00029(pid=65): Terminating (SIGTERM)
22:49:39.583602 run   osmo-ms-virt-phy/00030(pid=66): Terminating (SIGTERM)
22:49:39.587040 run   osmo-ms-virt-phy/00031(pid=67): Terminating (SIGTERM)
22:49:39.590925 run   osmo-ms-virt-phy/00032(pid=68): Terminating (SIGTERM)
22:49:39.594564 run   osmo-ms-virt-phy/00033(pid=69): Terminating (SIGTERM)
22:49:39.598044 run   osmo-ms-virt-phy/00034(pid=70): Terminating (SIGTERM)
22:49:39.601428 run   osmo-ms-virt-phy/00035(pid=71): Terminating (SIGTERM)
22:49:39.604890 run   osmo-ms-virt-phy/00036(pid=72): Terminating (SIGTERM)
22:49:39.608885 run   osmo-ms-virt-phy/00037(pid=73): Terminating (SIGTERM)
22:49:39.612357 run   osmo-ms-virt-phy/00038(pid=74): Terminating (SIGTERM)
22:49:39.615851 run   osmo-ms-virt-phy/00039(pid=75): Terminating (SIGTERM)
22:49:39.619287 run   osmo-ms-virt-phy/00040(pid=76): Terminating (SIGTERM)
22:49:39.622702 run   osmo-ms-virt-phy/00041(pid=77): Terminating (SIGTERM)
22:49:39.626164 run   osmo-ms-virt-phy/00042(pid=78): Terminating (SIGTERM)
22:49:39.629513 run   osmo-ms-virt-phy/00043(pid=79): Terminating (SIGTERM)
22:49:39.632959 run   osmo-ms-virt-phy/00044(pid=80): Terminating (SIGTERM)
22:49:39.636829 run   osmo-ms-virt-phy/00045(pid=81): Terminating (SIGTERM)
22:49:39.640692 run   osmo-ms-virt-phy/00046(pid=82): Terminating (SIGTERM)
22:49:39.644196 run   osmo-ms-virt-phy/00047(pid=83): Terminating (SIGTERM)
22:49:39.647636 run   osmo-ms-virt-phy/00048(pid=84): Terminating (SIGTERM)
22:49:39.651096 run   osmo-ms-virt-phy/00049(pid=85): Terminating (SIGTERM)
22:49:39.654523 run   osmo-ms-virt-phy/00050(pid=86): Terminating (SIGTERM)
22:49:39.658010 run   osmo-ms-virt-phy/00051(pid=87): Terminating (SIGTERM)
22:49:39.661449 run   osmo-ms-virt-phy/00052(pid=88): Terminating (SIGTERM)
22:49:39.664817 run   osmo-ms-virt-phy/00053(pid=89): Terminating (SIGTERM)
22:49:39.668727 run   osmo-ms-virt-phy/00054(pid=90): Terminating (SIGTERM)
22:49:39.672292 run   osmo-ms-virt-phy/00055(pid=91): Terminating (SIGTERM)
22:49:39.675811 run   osmo-ms-virt-phy/00056(pid=92): Terminating (SIGTERM)
22:49:39.679222 run   osmo-ms-virt-phy/00057(pid=93): Terminating (SIGTERM)
22:49:39.682620 run   osmo-ms-virt-phy/00058(pid=94): Terminating (SIGTERM)
22:49:39.686228 run   osmo-ms-virt-phy/00059(pid=95): Terminating (SIGTERM)
22:49:39.689655 run   osmo-ms-virt-phy/00060(pid=96): Terminating (SIGTERM)
22:49:39.693011 run   osmo-ms-virt-phy/00061(pid=97): Terminating (SIGTERM)
22:49:39.696420 run   osmo-ms-virt-phy/00062(pid=98): Terminating (SIGTERM)
22:49:39.699883 run   osmo-ms-virt-phy/00063(pid=99): Terminating (SIGTERM)
22:49:39.703357 run  osmo-ms-virt-phy/00064(pid=100): Terminating (SIGTERM)
22:49:39.706758 run  osmo-ms-virt-phy/00065(pid=101): Terminating (SIGTERM)
22:49:39.710254 run  osmo-ms-virt-phy/00066(pid=102): Terminating (SIGTERM)
22:49:39.713639 run  osmo-ms-virt-phy/00067(pid=103): Terminating (SIGTERM)
22:49:39.717082 run  osmo-ms-virt-phy/00068(pid=104): Terminating (SIGTERM)
22:49:39.720498 run  osmo-ms-virt-phy/00069(pid=105): Terminating (SIGTERM)
22:49:39.723932 run  osmo-ms-virt-phy/00070(pid=106): Terminating (SIGTERM)
22:49:39.727300 run  osmo-ms-virt-phy/00071(pid=107): Terminating (SIGTERM)
22:49:39.730943 run  osmo-ms-virt-phy/00072(pid=108): Terminating (SIGTERM)
22:49:39.734359 run  osmo-ms-virt-phy/00073(pid=109): Terminating (SIGTERM)
22:49:39.737816 run  osmo-ms-virt-phy/00074(pid=110): Terminating (SIGTERM)
22:49:39.741252 run  osmo-ms-virt-phy/00075(pid=111): Terminating (SIGTERM)
22:49:39.744610 run  osmo-ms-virt-phy/00076(pid=112): Terminating (SIGTERM)
22:49:39.748507 run  osmo-ms-virt-phy/00077(pid=113): Terminating (SIGTERM)
22:49:39.751958 run  osmo-ms-virt-phy/00078(pid=114): Terminating (SIGTERM)
22:49:39.755399 run  osmo-ms-virt-phy/00079(pid=115): Terminating (SIGTERM)
22:49:39.758797 run  osmo-ms-virt-phy/00080(pid=116): Terminating (SIGTERM)
22:49:39.762179 run  osmo-ms-virt-phy/00081(pid=117): Terminating (SIGTERM)
22:49:39.765544 run  osmo-ms-virt-phy/00082(pid=118): Terminating (SIGTERM)
22:49:39.768932 run  osmo-ms-virt-phy/00083(pid=119): Terminating (SIGTERM)
22:49:39.772339 run  osmo-ms-virt-phy/00084(pid=120): Terminating (SIGTERM)
22:49:39.775715 run  osmo-ms-virt-phy/00085(pid=121): Terminating (SIGTERM)
22:49:39.779266 run  osmo-ms-virt-phy/00086(pid=122): Terminating (SIGTERM)
22:49:39.782686 run  osmo-ms-virt-phy/00087(pid=123): Terminating (SIGTERM)
22:49:39.786200 run  osmo-ms-virt-phy/00088(pid=124): Terminating (SIGTERM)
22:49:39.789659 run  osmo-ms-virt-phy/00089(pid=125): Terminating (SIGTERM)
22:49:39.793460 run  osmo-ms-virt-phy/00090(pid=126): Terminating (SIGTERM)
22:49:39.796914 run  osmo-ms-virt-phy/00091(pid=127): Terminating (SIGTERM)
22:49:39.800289 run  osmo-ms-virt-phy/00092(pid=128): Terminating (SIGTERM)
22:49:39.803633 run  osmo-ms-virt-phy/00093(pid=129): Terminating (SIGTERM)
22:49:39.807084 run  osmo-ms-virt-phy/00094(pid=130): Terminating (SIGTERM)
22:49:39.810492 run  osmo-ms-virt-phy/00095(pid=131): Terminating (SIGTERM)
22:49:39.813958 run  osmo-ms-virt-phy/00096(pid=132): Terminating (SIGTERM)
22:49:39.817335 run  osmo-ms-virt-phy/00097(pid=133): Terminating (SIGTERM)
22:49:39.820798 run  osmo-ms-virt-phy/00098(pid=134): Terminating (SIGTERM)
22:49:39.824249 run  osmo-ms-virt-phy/00099(pid=135): Terminating (SIGTERM)
22:49:39.827613 run       osmo-ms-mob/00000(pid=136): Terminating (SIGTERM)
22:49:39.831057 run       osmo-ms-mob/00001(pid=137): Terminating (SIGTERM)
22:49:39.834475 run       osmo-ms-mob/00002(pid=138): Terminating (SIGTERM)
22:49:39.837818 run       osmo-ms-mob/00003(pid=139): Terminating (SIGTERM)
22:49:39.841143 run       osmo-ms-mob/00004(pid=140): Terminating (SIGTERM)
22:49:39.844479 run       osmo-ms-mob/00005(pid=141): Terminating (SIGTERM)
22:49:39.847753 run       osmo-ms-mob/00006(pid=142): Terminating (SIGTERM)
22:49:39.851020 run       osmo-ms-mob/00007(pid=143): Terminating (SIGTERM)
22:49:39.854260 run       osmo-ms-mob/00008(pid=144): Terminating (SIGTERM)
22:49:39.857535 run       osmo-ms-mob/00009(pid=145): Terminating (SIGTERM)
22:49:39.860789 run       osmo-ms-mob/00010(pid=146): Terminating (SIGTERM)
22:49:39.864049 run       osmo-ms-mob/00011(pid=147): Terminating (SIGTERM)
22:49:39.867320 run       osmo-ms-mob/00012(pid=148): Terminating (SIGTERM)
22:49:39.870607 run       osmo-ms-mob/00013(pid=149): Terminating (SIGTERM)
22:49:39.873886 run       osmo-ms-mob/00014(pid=150): Terminating (SIGTERM)
22:49:39.877144 run       osmo-ms-mob/00015(pid=151): Terminating (SIGTERM)
22:49:39.880428 run       osmo-ms-mob/00016(pid=152): Terminating (SIGTERM)
22:49:39.883744 run       osmo-ms-mob/00017(pid=153): Terminating (SIGTERM)
22:49:39.887040 run       osmo-ms-mob/00018(pid=154): Terminating (SIGTERM)
22:49:39.890360 run       osmo-ms-mob/00019(pid=155): Terminating (SIGTERM)
22:49:39.893687 run       osmo-ms-mob/00020(pid=156): Terminating (SIGTERM)
22:49:39.897023 run       osmo-ms-mob/00021(pid=157): Terminating (SIGTERM)
22:49:39.900335 run       osmo-ms-mob/00022(pid=158): Terminating (SIGTERM)
22:49:39.903666 run       osmo-ms-mob/00023(pid=159): Terminating (SIGTERM)
22:49:39.907007 run       osmo-ms-mob/00024(pid=160): Terminating (SIGTERM)
22:49:39.910315 run       osmo-ms-mob/00025(pid=161): Terminating (SIGTERM)
22:49:39.913645 run       osmo-ms-mob/00026(pid=162): Terminating (SIGTERM)
22:49:39.916968 run       osmo-ms-mob/00027(pid=163): Terminating (SIGTERM)
22:49:39.920308 run       osmo-ms-mob/00028(pid=164): Terminating (SIGTERM)
22:49:39.923596 run       osmo-ms-mob/00029(pid=165): Terminating (SIGTERM)
22:49:39.926914 run       osmo-ms-mob/00030(pid=166): Terminating (SIGTERM)
22:49:39.930230 run       osmo-ms-mob/00031(pid=167): Terminating (SIGTERM)
22:49:39.933545 run       osmo-ms-mob/00032(pid=168): Terminating (SIGTERM)
22:49:39.936888 run       osmo-ms-mob/00033(pid=169): Terminating (SIGTERM)
22:49:39.940202 run       osmo-ms-mob/00034(pid=170): Terminating (SIGTERM)
22:49:39.943513 run       osmo-ms-mob/00035(pid=171): Terminating (SIGTERM)
22:49:39.946828 run       osmo-ms-mob/00036(pid=172): Terminating (SIGTERM)
22:49:39.950127 run       osmo-ms-mob/00037(pid=173): Terminating (SIGTERM)
22:49:39.953435 run       osmo-ms-mob/00038(pid=174): Terminating (SIGTERM)
22:49:39.956758 run       osmo-ms-mob/00039(pid=175): Terminating (SIGTERM)
22:49:39.960065 run       osmo-ms-mob/00040(pid=176): Terminating (SIGTERM)
22:49:39.963384 run       osmo-ms-mob/00041(pid=177): Terminating (SIGTERM)
22:49:39.966687 run       osmo-ms-mob/00042(pid=178): Terminating (SIGTERM)
22:49:39.970005 run       osmo-ms-mob/00043(pid=179): Terminating (SIGTERM)
22:49:39.973322 run       osmo-ms-mob/00044(pid=180): Terminating (SIGTERM)
22:49:39.976642 run       osmo-ms-mob/00045(pid=181): Terminating (SIGTERM)
22:49:39.979948 run       osmo-ms-mob/00046(pid=182): Terminating (SIGTERM)
22:49:39.983244 run       osmo-ms-mob/00047(pid=183): Terminating (SIGTERM)
22:49:39.986562 run       osmo-ms-mob/00048(pid=184): Terminating (SIGTERM)
22:49:39.989915 run       osmo-ms-mob/00049(pid=185): Terminating (SIGTERM)
22:49:39.993222 run       osmo-ms-mob/00050(pid=186): Terminating (SIGTERM)
22:49:39.996552 run       osmo-ms-mob/00051(pid=187): Terminating (SIGTERM)
22:49:39.999870 run       osmo-ms-mob/00052(pid=188): Terminating (SIGTERM)
22:49:40.003183 run       osmo-ms-mob/00053(pid=189): Terminating (SIGTERM)
22:49:40.006500 run       osmo-ms-mob/00054(pid=190): Terminating (SIGTERM)
22:49:40.009829 run       osmo-ms-mob/00055(pid=191): Terminating (SIGTERM)
22:49:40.013170 run       osmo-ms-mob/00056(pid=192): Terminating (SIGTERM)
22:49:40.016485 run       osmo-ms-mob/00057(pid=193): Terminating (SIGTERM)
22:49:40.019800 run       osmo-ms-mob/00058(pid=194): Terminating (SIGTERM)
22:49:40.023104 run       osmo-ms-mob/00059(pid=195): Terminating (SIGTERM)
22:49:40.026426 run       osmo-ms-mob/00060(pid=196): Terminating (SIGTERM)
22:49:40.029709 run       osmo-ms-mob/00061(pid=197): Terminating (SIGTERM)
22:49:40.033047 run       osmo-ms-mob/00062(pid=198): Terminating (SIGTERM)
22:49:40.036392 run       osmo-ms-mob/00063(pid=199): Terminating (SIGTERM)
22:49:40.039696 run       osmo-ms-mob/00064(pid=200): Terminating (SIGTERM)
22:49:40.043019 run       osmo-ms-mob/00065(pid=201): Terminating (SIGTERM)
22:49:40.046324 run       osmo-ms-mob/00066(pid=202): Terminating (SIGTERM)
22:49:40.049641 run       osmo-ms-mob/00067(pid=203): Terminating (SIGTERM)
22:49:40.052950 run       osmo-ms-mob/00068(pid=204): Terminating (SIGTERM)
22:49:40.056279 run       osmo-ms-mob/00069(pid=205): Terminating (SIGTERM)
22:49:40.059619 run       osmo-ms-mob/00070(pid=206): Terminating (SIGTERM)
22:49:40.062919 run       osmo-ms-mob/00071(pid=207): Terminating (SIGTERM)
22:49:40.066245 run       osmo-ms-mob/00072(pid=208): Terminating (SIGTERM)
22:49:40.069566 run       osmo-ms-mob/00073(pid=209): Terminating (SIGTERM)
22:49:40.072890 run       osmo-ms-mob/00074(pid=210): Terminating (SIGTERM)
22:49:40.076197 run       osmo-ms-mob/00075(pid=211): Terminating (SIGTERM)
22:49:40.079527 run       osmo-ms-mob/00076(pid=212): Terminating (SIGTERM)
22:49:40.082853 run       osmo-ms-mob/00077(pid=213): Terminating (SIGTERM)
22:49:40.086178 run       osmo-ms-mob/00078(pid=214): Terminating (SIGTERM)
22:49:40.089490 run       osmo-ms-mob/00079(pid=215): Terminating (SIGTERM)
22:49:40.092808 run       osmo-ms-mob/00080(pid=216): Terminating (SIGTERM)
22:49:40.096108 run       osmo-ms-mob/00081(pid=217): Terminating (SIGTERM)
22:49:40.099400 run       osmo-ms-mob/00082(pid=218): Terminating (SIGTERM)
22:49:40.102706 run       osmo-ms-mob/00083(pid=219): Terminating (SIGTERM)
22:49:40.106042 run       osmo-ms-mob/00084(pid=220): Terminating (SIGTERM)
22:49:40.109356 run       osmo-ms-mob/00085(pid=221): Terminating (SIGTERM)
22:49:40.112662 run       osmo-ms-mob/00086(pid=222): Terminating (SIGTERM)
22:49:40.115972 run       osmo-ms-mob/00087(pid=223): Terminating (SIGTERM)
22:49:40.119281 run       osmo-ms-mob/00088(pid=224): Terminating (SIGTERM)
22:49:40.122593 run       osmo-ms-mob/00089(pid=225): Terminating (SIGTERM)
22:49:40.125886 run       osmo-ms-mob/00090(pid=226): Terminating (SIGTERM)
22:49:40.129209 run       osmo-ms-mob/00091(pid=227): Terminating (SIGTERM)
22:49:40.132533 run       osmo-ms-mob/00092(pid=228): Terminating (SIGTERM)
22:49:40.135843 run       osmo-ms-mob/00093(pid=229): Terminating (SIGTERM)
22:49:40.139163 run       osmo-ms-mob/00094(pid=230): Terminating (SIGTERM)
22:49:40.142488 run       osmo-ms-mob/00095(pid=231): Terminating (SIGTERM)
22:49:40.145811 run       osmo-ms-mob/00096(pid=232): Terminating (SIGTERM)
22:49:40.149122 run       osmo-ms-mob/00097(pid=233): Terminating (SIGTERM)
22:49:40.152441 run       osmo-ms-mob/00098(pid=234): Terminating (SIGTERM)
22:49:40.155763 run       osmo-ms-mob/00099(pid=235): Terminating (SIGTERM)
22:49:40.159084 ---      ParallelTerminationStrategy: PID 23 died...
22:49:40.160616 run pcap-recorder_any(filters='host 127.0.42.2')(pid=23): Terminated: ok {rc=0}
22:49:40.164306 ---      ParallelTerminationStrategy: PID 24 died...
22:49:40.165810 run      osmo-hlr_127.0.42.2(pid=24): Terminated: ok {rc=0}
22:49:40.169492 ---      ParallelTerminationStrategy: PID 25 died...
22:49:40.170985 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:40.174696 ---      ParallelTerminationStrategy: PID 26 died...
22:49:40.176211 run      osmo-stp_127.0.42.5(pid=26): Terminated: ok {rc=0}
22:49:40.179920 ---      ParallelTerminationStrategy: PID 27 died...
22:49:40.181423 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:40.185141 ---      ParallelTerminationStrategy: PID 28 died...
22:49:40.186659 run      osmo-msc_127.0.42.6(pid=28): Terminated: ok {rc=0}
22:49:40.190375 ---      ParallelTerminationStrategy: PID 29 died...
22:49:40.191909 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:40.195632 ---      ParallelTerminationStrategy: PID 30 died...
22:49:40.197165 run      osmo-mgw_127.0.42.3(pid=30): Terminated {rc=15}
22:49:40.200919 ---      ParallelTerminationStrategy: PID 31 died...
22:49:40.202449 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:40.206183 ---      ParallelTerminationStrategy: PID 32 died...
22:49:40.207698 run      osmo-mgw_127.0.42.4(pid=32): Terminated {rc=15}
22:49:40.211445 ---      ParallelTerminationStrategy: PID 33 died...
22:49:40.212956 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=33): Terminated: ok {rc=0}
22:49:40.216751 ---      ParallelTerminationStrategy: PID 34 died...
22:49:40.218256 run      osmo-bsc_127.0.42.7(pid=34): Terminated: ok {rc=0}
22:49:40.222000 ---      ParallelTerminationStrategy: PID 36 died...
22:49:40.223530 run   osmo-ms-virt-phy/00000(pid=36): Terminated: ok {rc=0}
22:49:40.227311 ---      ParallelTerminationStrategy: PID 37 died...
22:49:40.228828 run   osmo-ms-virt-phy/00001(pid=37): Terminated: ok {rc=0}
22:49:40.232556 ---      ParallelTerminationStrategy: PID 38 died...
22:49:40.234086 run   osmo-ms-virt-phy/00002(pid=38): Terminated: ok {rc=0}
22:49:40.237817 ---      ParallelTerminationStrategy: PID 39 died...
22:49:40.239330 run   osmo-ms-virt-phy/00003(pid=39): Terminated: ok {rc=0}
22:49:40.243103 ---      ParallelTerminationStrategy: PID 40 died...
22:49:40.244617 run   osmo-ms-virt-phy/00004(pid=40): Terminated: ok {rc=0}
22:49:40.248385 ---      ParallelTerminationStrategy: PID 41 died...
22:49:40.249904 run   osmo-ms-virt-phy/00005(pid=41): Terminated: ok {rc=0}
22:49:40.253646 ---      ParallelTerminationStrategy: PID 42 died...
22:49:40.255154 run   osmo-ms-virt-phy/00006(pid=42): Terminated: ok {rc=0}
22:49:40.258897 ---      ParallelTerminationStrategy: PID 43 died...
22:49:40.260410 run   osmo-ms-virt-phy/00007(pid=43): Terminated: ok {rc=0}
22:49:40.264149 ---      ParallelTerminationStrategy: PID 44 died...
22:49:40.265654 run   osmo-ms-virt-phy/00008(pid=44): Terminated: ok {rc=0}
22:49:40.269402 ---      ParallelTerminationStrategy: PID 45 died...
22:49:40.270932 run   osmo-ms-virt-phy/00009(pid=45): Terminated: ok {rc=0}
22:49:40.274645 ---      ParallelTerminationStrategy: PID 46 died...
22:49:40.276157 run   osmo-ms-virt-phy/00010(pid=46): Terminated: ok {rc=0}
22:49:40.279879 ---      ParallelTerminationStrategy: PID 47 died...
22:49:40.281405 run   osmo-ms-virt-phy/00011(pid=47): Terminated: ok {rc=0}
22:49:40.285113 ---      ParallelTerminationStrategy: PID 48 died...
22:49:40.286622 run   osmo-ms-virt-phy/00012(pid=48): Terminated: ok {rc=0}
22:49:40.290352 ---      ParallelTerminationStrategy: PID 49 died...
22:49:40.291851 run   osmo-ms-virt-phy/00013(pid=49): Terminated: ok {rc=0}
22:49:40.295575 ---      ParallelTerminationStrategy: PID 50 died...
22:49:40.297113 run   osmo-ms-virt-phy/00014(pid=50): Terminated: ok {rc=0}
22:49:40.300829 ---      ParallelTerminationStrategy: PID 51 died...
22:49:40.302331 run   osmo-ms-virt-phy/00015(pid=51): Terminated: ok {rc=0}
22:49:40.306040 ---      ParallelTerminationStrategy: PID 52 died...
22:49:40.307558 run   osmo-ms-virt-phy/00016(pid=52): Terminated: ok {rc=0}
22:49:40.311260 ---      ParallelTerminationStrategy: PID 53 died...
22:49:40.312822 run   osmo-ms-virt-phy/00017(pid=53): Terminated: ok {rc=0}
22:49:40.316526 ---      ParallelTerminationStrategy: PID 54 died...
22:49:40.318089 run   osmo-ms-virt-phy/00018(pid=54): Terminated: ok {rc=0}
22:49:40.321838 ---      ParallelTerminationStrategy: PID 55 died...
22:49:40.323347 run   osmo-ms-virt-phy/00019(pid=55): Terminated: ok {rc=0}
22:49:40.327045 ---      ParallelTerminationStrategy: PID 56 died...
22:49:40.328568 run   osmo-ms-virt-phy/00020(pid=56): Terminated: ok {rc=0}
22:49:40.332288 ---      ParallelTerminationStrategy: PID 57 died...
22:49:40.333792 run   osmo-ms-virt-phy/00021(pid=57): Terminated: ok {rc=0}
22:49:40.337532 ---      ParallelTerminationStrategy: PID 58 died...
22:49:40.339047 run   osmo-ms-virt-phy/00022(pid=58): Terminated: ok {rc=0}
22:49:40.342783 ---      ParallelTerminationStrategy: PID 59 died...
22:49:40.344309 run   osmo-ms-virt-phy/00023(pid=59): Terminated: ok {rc=0}
22:49:40.348009 ---      ParallelTerminationStrategy: PID 60 died...
22:49:40.349531 run   osmo-ms-virt-phy/00024(pid=60): Terminated: ok {rc=0}
22:49:40.353290 ---      ParallelTerminationStrategy: PID 61 died...
22:49:40.354805 run   osmo-ms-virt-phy/00025(pid=61): Terminated: ok {rc=0}
22:49:40.358522 ---      ParallelTerminationStrategy: PID 62 died...
22:49:40.360031 run   osmo-ms-virt-phy/00026(pid=62): Terminated: ok {rc=0}
22:49:40.363762 ---      ParallelTerminationStrategy: PID 63 died...
22:49:40.365271 run   osmo-ms-virt-phy/00027(pid=63): Terminated: ok {rc=0}
22:49:40.368999 ---      ParallelTerminationStrategy: PID 64 died...
22:49:40.370501 run   osmo-ms-virt-phy/00028(pid=64): Terminated: ok {rc=0}
22:49:40.374217 ---      ParallelTerminationStrategy: PID 65 died...
22:49:40.375726 run   osmo-ms-virt-phy/00029(pid=65): Terminated: ok {rc=0}
22:49:40.379434 ---      ParallelTerminationStrategy: PID 66 died...
22:49:40.380932 run   osmo-ms-virt-phy/00030(pid=66): Terminated: ok {rc=0}
22:49:40.384638 ---      ParallelTerminationStrategy: PID 67 died...
22:49:40.386140 run   osmo-ms-virt-phy/00031(pid=67): Terminated: ok {rc=0}
22:49:40.389867 ---      ParallelTerminationStrategy: PID 68 died...
22:49:40.391378 run   osmo-ms-virt-phy/00032(pid=68): Terminated: ok {rc=0}
22:49:40.395070 ---      ParallelTerminationStrategy: PID 69 died...
22:49:40.396589 run   osmo-ms-virt-phy/00033(pid=69): Terminated: ok {rc=0}
22:49:40.400297 ---      ParallelTerminationStrategy: PID 70 died...
22:49:40.401796 run   osmo-ms-virt-phy/00034(pid=70): Terminated: ok {rc=0}
22:49:40.405502 ---      ParallelTerminationStrategy: PID 71 died...
22:49:40.407005 run   osmo-ms-virt-phy/00035(pid=71): Terminated: ok {rc=0}
22:49:40.410721 ---      ParallelTerminationStrategy: PID 72 died...
22:49:40.412229 run   osmo-ms-virt-phy/00036(pid=72): Terminated: ok {rc=0}
22:49:40.415979 ---      ParallelTerminationStrategy: PID 73 died...
22:49:40.417475 run   osmo-ms-virt-phy/00037(pid=73): Terminated: ok {rc=0}
22:49:40.421173 ---      ParallelTerminationStrategy: PID 74 died...
22:49:40.422669 run   osmo-ms-virt-phy/00038(pid=74): Terminated: ok {rc=0}
22:49:40.426391 ---      ParallelTerminationStrategy: PID 75 died...
22:49:40.427897 run   osmo-ms-virt-phy/00039(pid=75): Terminated: ok {rc=0}
22:49:40.431570 ---      ParallelTerminationStrategy: PID 76 died...
22:49:40.433105 run   osmo-ms-virt-phy/00040(pid=76): Terminated: ok {rc=0}
22:49:40.436827 ---      ParallelTerminationStrategy: PID 77 died...
22:49:40.438334 run   osmo-ms-virt-phy/00041(pid=77): Terminated: ok {rc=0}
22:49:40.442050 ---      ParallelTerminationStrategy: PID 78 died...
22:49:40.443551 run   osmo-ms-virt-phy/00042(pid=78): Terminated: ok {rc=0}
22:49:40.447257 ---      ParallelTerminationStrategy: PID 79 died...
22:49:40.448771 run   osmo-ms-virt-phy/00043(pid=79): Terminated: ok {rc=0}
22:49:40.452469 ---      ParallelTerminationStrategy: PID 80 died...
22:49:40.453971 run   osmo-ms-virt-phy/00044(pid=80): Terminated: ok {rc=0}
22:49:40.457677 ---      ParallelTerminationStrategy: PID 81 died...
22:49:40.459177 run   osmo-ms-virt-phy/00045(pid=81): Terminated: ok {rc=0}
22:49:40.462925 ---      ParallelTerminationStrategy: PID 82 died...
22:49:40.464459 run   osmo-ms-virt-phy/00046(pid=82): Terminated: ok {rc=0}
22:49:40.468146 ---      ParallelTerminationStrategy: PID 83 died...
22:49:40.469650 run   osmo-ms-virt-phy/00047(pid=83): Terminated: ok {rc=0}
22:49:40.473340 ---      ParallelTerminationStrategy: PID 84 died...
22:49:40.474849 run   osmo-ms-virt-phy/00048(pid=84): Terminated: ok {rc=0}
22:49:40.478583 ---      ParallelTerminationStrategy: PID 85 died...
22:49:40.480108 run   osmo-ms-virt-phy/00049(pid=85): Terminated: ok {rc=0}
22:49:40.483869 ---      ParallelTerminationStrategy: PID 86 died...
22:49:40.485382 run   osmo-ms-virt-phy/00050(pid=86): Terminated: ok {rc=0}
22:49:40.489101 ---      ParallelTerminationStrategy: PID 87 died...
22:49:40.490609 run   osmo-ms-virt-phy/00051(pid=87): Terminated: ok {rc=0}
22:49:40.494314 ---      ParallelTerminationStrategy: PID 88 died...
22:49:40.495821 run   osmo-ms-virt-phy/00052(pid=88): Terminated: ok {rc=0}
22:49:40.499532 ---      ParallelTerminationStrategy: PID 89 died...
22:49:40.501027 run   osmo-ms-virt-phy/00053(pid=89): Terminated: ok {rc=0}
22:49:40.504815 ---      ParallelTerminationStrategy: PID 90 died...
22:49:40.506345 run   osmo-ms-virt-phy/00054(pid=90): Terminated: ok {rc=0}
22:49:40.510065 ---      ParallelTerminationStrategy: PID 91 died...
22:49:40.511604 run   osmo-ms-virt-phy/00055(pid=91): Terminated: ok {rc=0}
22:49:40.515328 ---      ParallelTerminationStrategy: PID 92 died...
22:49:40.516871 run   osmo-ms-virt-phy/00056(pid=92): Terminated: ok {rc=0}
22:49:40.520589 ---      ParallelTerminationStrategy: PID 93 died...
22:49:40.522088 run   osmo-ms-virt-phy/00057(pid=93): Terminated: ok {rc=0}
22:49:40.525824 ---      ParallelTerminationStrategy: PID 94 died...
22:49:40.527322 run   osmo-ms-virt-phy/00058(pid=94): Terminated: ok {rc=0}
22:49:40.531080 ---      ParallelTerminationStrategy: PID 95 died...
22:49:40.532611 run   osmo-ms-virt-phy/00059(pid=95): Terminated: ok {rc=0}
22:49:40.536346 ---      ParallelTerminationStrategy: PID 96 died...
22:49:40.537850 run   osmo-ms-virt-phy/00060(pid=96): Terminated: ok {rc=0}
22:49:40.541572 ---      ParallelTerminationStrategy: PID 97 died...
22:49:40.543096 run   osmo-ms-virt-phy/00061(pid=97): Terminated: ok {rc=0}
22:49:40.546806 ---      ParallelTerminationStrategy: PID 98 died...
22:49:40.548354 run   osmo-ms-virt-phy/00062(pid=98): Terminated: ok {rc=0}
22:49:40.552106 ---      ParallelTerminationStrategy: PID 99 died...
22:49:40.553621 run   osmo-ms-virt-phy/00063(pid=99): Terminated: ok {rc=0}
22:49:40.557342 ---      ParallelTerminationStrategy: PID 100 died...
22:49:40.558840 run  osmo-ms-virt-phy/00064(pid=100): Terminated: ok {rc=0}
22:49:40.562557 ---      ParallelTerminationStrategy: PID 101 died...
22:49:40.564074 run  osmo-ms-virt-phy/00065(pid=101): Terminated: ok {rc=0}
22:49:40.567796 ---      ParallelTerminationStrategy: PID 102 died...
22:49:40.569302 run  osmo-ms-virt-phy/00066(pid=102): Terminated: ok {rc=0}
22:49:40.573038 ---      ParallelTerminationStrategy: PID 103 died...
22:49:40.574550 run  osmo-ms-virt-phy/00067(pid=103): Terminated: ok {rc=0}
22:49:40.578283 ---      ParallelTerminationStrategy: PID 104 died...
22:49:40.579795 run  osmo-ms-virt-phy/00068(pid=104): Terminated: ok {rc=0}
22:49:40.583513 ---      ParallelTerminationStrategy: PID 105 died...
22:49:40.585050 run  osmo-ms-virt-phy/00069(pid=105): Terminated: ok {rc=0}
22:49:40.588754 ---      ParallelTerminationStrategy: PID 106 died...
22:49:40.590263 run  osmo-ms-virt-phy/00070(pid=106): Terminated: ok {rc=0}
22:49:40.594008 ---      ParallelTerminationStrategy: PID 107 died...
22:49:40.595521 run  osmo-ms-virt-phy/00071(pid=107): Terminated: ok {rc=0}
22:49:40.599235 ---      ParallelTerminationStrategy: PID 108 died...
22:49:40.600777 run  osmo-ms-virt-phy/00072(pid=108): Terminated: ok {rc=0}
22:49:40.604471 ---      ParallelTerminationStrategy: PID 109 died...
22:49:40.605972 run  osmo-ms-virt-phy/00073(pid=109): Terminated: ok {rc=0}
22:49:40.609693 ---      ParallelTerminationStrategy: PID 110 died...
22:49:40.611201 run  osmo-ms-virt-phy/00074(pid=110): Terminated: ok {rc=0}
22:49:40.614939 ---      ParallelTerminationStrategy: PID 111 died...
22:49:40.616481 run  osmo-ms-virt-phy/00075(pid=111): Terminated: ok {rc=0}
22:49:40.620206 ---      ParallelTerminationStrategy: PID 112 died...
22:49:40.621716 run  osmo-ms-virt-phy/00076(pid=112): Terminated: ok {rc=0}
22:49:40.625428 ---      ParallelTerminationStrategy: PID 113 died...
22:49:40.626946 run  osmo-ms-virt-phy/00077(pid=113): Terminated: ok {rc=0}
22:49:40.630624 ---      ParallelTerminationStrategy: PID 114 died...
22:49:40.632141 run  osmo-ms-virt-phy/00078(pid=114): Terminated: ok {rc=0}
22:49:40.635836 ---      ParallelTerminationStrategy: PID 115 died...
22:49:40.637339 run  osmo-ms-virt-phy/00079(pid=115): Terminated: ok {rc=0}
22:49:40.641039 ---      ParallelTerminationStrategy: PID 116 died...
22:49:40.642546 run  osmo-ms-virt-phy/00080(pid=116): Terminated: ok {rc=0}
22:49:40.646245 ---      ParallelTerminationStrategy: PID 117 died...
22:49:40.647739 run  osmo-ms-virt-phy/00081(pid=117): Terminated: ok {rc=0}
22:49:40.651440 ---      ParallelTerminationStrategy: PID 118 died...
22:49:40.652945 run  osmo-ms-virt-phy/00082(pid=118): Terminated: ok {rc=0}
22:49:40.656670 ---      ParallelTerminationStrategy: PID 119 died...
22:49:40.658188 run  osmo-ms-virt-phy/00083(pid=119): Terminated: ok {rc=0}
22:49:40.661892 ---      ParallelTerminationStrategy: PID 120 died...
22:49:40.663410 run  osmo-ms-virt-phy/00084(pid=120): Terminated: ok {rc=0}
22:49:40.667108 ---      ParallelTerminationStrategy: PID 121 died...
22:49:40.668610 run  osmo-ms-virt-phy/00085(pid=121): Terminated: ok {rc=0}
22:49:40.672336 ---      ParallelTerminationStrategy: PID 122 died...
22:49:40.673847 run  osmo-ms-virt-phy/00086(pid=122): Terminated: ok {rc=0}
22:49:40.677557 ---      ParallelTerminationStrategy: PID 123 died...
22:49:40.679067 run  osmo-ms-virt-phy/00087(pid=123): Terminated: ok {rc=0}
22:49:40.682772 ---      ParallelTerminationStrategy: PID 124 died...
22:49:40.684284 run  osmo-ms-virt-phy/00088(pid=124): Terminated: ok {rc=0}
22:49:40.687997 ---      ParallelTerminationStrategy: PID 125 died...
22:49:40.689495 run  osmo-ms-virt-phy/00089(pid=125): Terminated: ok {rc=0}
22:49:40.693203 ---      ParallelTerminationStrategy: PID 126 died...
22:49:40.694706 run  osmo-ms-virt-phy/00090(pid=126): Terminated: ok {rc=0}
22:49:40.698438 ---      ParallelTerminationStrategy: PID 127 died...
22:49:40.699943 run  osmo-ms-virt-phy/00091(pid=127): Terminated: ok {rc=0}
22:49:40.703684 ---      ParallelTerminationStrategy: PID 128 died...
22:49:40.705195 run  osmo-ms-virt-phy/00092(pid=128): Terminated: ok {rc=0}
22:49:40.708914 ---      ParallelTerminationStrategy: PID 129 died...
22:49:40.710439 run  osmo-ms-virt-phy/00093(pid=129): Terminated: ok {rc=0}
22:49:40.714157 ---      ParallelTerminationStrategy: PID 130 died...
22:49:40.715681 run  osmo-ms-virt-phy/00094(pid=130): Terminated: ok {rc=0}
22:49:40.719414 ---      ParallelTerminationStrategy: PID 131 died...
22:49:40.720931 run  osmo-ms-virt-phy/00095(pid=131): Terminated: ok {rc=0}
22:49:40.724656 ---      ParallelTerminationStrategy: PID 132 died...
22:49:40.726156 run  osmo-ms-virt-phy/00096(pid=132): Terminated: ok {rc=0}
22:49:40.729868 ---      ParallelTerminationStrategy: PID 133 died...
22:49:40.731363 run  osmo-ms-virt-phy/00097(pid=133): Terminated: ok {rc=0}
22:49:40.735075 ---      ParallelTerminationStrategy: PID 134 died...
22:49:40.736590 run  osmo-ms-virt-phy/00098(pid=134): Terminated: ok {rc=0}
22:49:40.740341 ---      ParallelTerminationStrategy: PID 135 died...
22:49:40.741869 run  osmo-ms-virt-phy/00099(pid=135): Terminated: ok {rc=0}
22:49:40.745577 ---      ParallelTerminationStrategy: PID 136 died...
22:49:40.747098 run       osmo-ms-mob/00000(pid=136): Terminated {rc=26112}
22:49:40.750876 ---      ParallelTerminationStrategy: PID 137 died...
22:49:40.752397 run       osmo-ms-mob/00001(pid=137): Terminated {rc=26112}
22:49:40.756158 ---      ParallelTerminationStrategy: PID 138 died...
22:49:40.757655 run       osmo-ms-mob/00002(pid=138): Terminated {rc=26112}
22:49:40.761384 ---      ParallelTerminationStrategy: PID 139 died...
22:49:40.762913 run       osmo-ms-mob/00003(pid=139): Terminated {rc=26112}
22:49:40.766693 ---      ParallelTerminationStrategy: PID 140 died...
22:49:40.768207 run       osmo-ms-mob/00004(pid=140): Terminated {rc=26112}
22:49:40.771927 ---      ParallelTerminationStrategy: PID 141 died...
22:49:40.773441 run       osmo-ms-mob/00005(pid=141): Terminated {rc=26112}
22:49:40.777168 ---      ParallelTerminationStrategy: PID 142 died...
22:49:40.778677 run       osmo-ms-mob/00006(pid=142): Terminated {rc=26112}
22:49:40.782405 ---      ParallelTerminationStrategy: PID 143 died...
22:49:40.783951 run       osmo-ms-mob/00007(pid=143): Terminated {rc=26112}
22:49:40.787710 ---      ParallelTerminationStrategy: PID 144 died...
22:49:40.789219 run       osmo-ms-mob/00008(pid=144): Terminated {rc=26112}
22:49:40.792939 ---      ParallelTerminationStrategy: PID 145 died...
22:49:40.794444 run       osmo-ms-mob/00009(pid=145): Terminated {rc=26112}
22:49:40.798192 ---      ParallelTerminationStrategy: PID 146 died...
22:49:40.799703 run       osmo-ms-mob/00010(pid=146): Terminated {rc=26112}
22:49:40.803418 ---      ParallelTerminationStrategy: PID 147 died...
22:49:40.804941 run       osmo-ms-mob/00011(pid=147): Terminated {rc=26112}
22:49:40.808655 ---      ParallelTerminationStrategy: PID 148 died...
22:49:40.810167 run       osmo-ms-mob/00012(pid=148): Terminated {rc=26112}
22:49:40.813925 ---      ParallelTerminationStrategy: PID 149 died...
22:49:40.815486 run       osmo-ms-mob/00013(pid=149): Terminated {rc=26112}
22:49:40.819206 ---      ParallelTerminationStrategy: PID 150 died...
22:49:40.820728 run       osmo-ms-mob/00014(pid=150): Terminated {rc=26112}
22:49:40.824466 ---      ParallelTerminationStrategy: PID 151 died...
22:49:40.825973 run       osmo-ms-mob/00015(pid=151): Terminated {rc=26112}
22:49:40.829712 ---      ParallelTerminationStrategy: PID 152 died...
22:49:40.831214 run       osmo-ms-mob/00016(pid=152): Terminated {rc=26112}
22:49:40.834956 ---      ParallelTerminationStrategy: PID 153 died...
22:49:40.836483 run       osmo-ms-mob/00017(pid=153): Terminated {rc=26112}
22:49:40.840211 ---      ParallelTerminationStrategy: PID 154 died...
22:49:40.841711 run       osmo-ms-mob/00018(pid=154): Terminated {rc=26112}
22:49:40.845425 ---      ParallelTerminationStrategy: PID 155 died...
22:49:40.846925 run       osmo-ms-mob/00019(pid=155): Terminated {rc=26112}
22:49:40.850659 ---      ParallelTerminationStrategy: PID 156 died...
22:49:40.852180 run       osmo-ms-mob/00020(pid=156): Terminated {rc=26112}
22:49:40.855917 ---      ParallelTerminationStrategy: PID 157 died...
22:49:40.857433 run       osmo-ms-mob/00021(pid=157): Terminated {rc=26112}
22:49:40.861153 ---      ParallelTerminationStrategy: PID 158 died...
22:49:40.862667 run       osmo-ms-mob/00022(pid=158): Terminated {rc=26112}
22:49:40.866412 ---      ParallelTerminationStrategy: PID 159 died...
22:49:40.867942 run       osmo-ms-mob/00023(pid=159): Terminated {rc=26112}
22:49:40.871697 ---      ParallelTerminationStrategy: PID 160 died...
22:49:40.873221 run       osmo-ms-mob/00024(pid=160): Terminated {rc=26112}
22:49:40.876960 ---      ParallelTerminationStrategy: PID 161 died...
22:49:40.878468 run       osmo-ms-mob/00025(pid=161): Terminated {rc=26112}
22:49:40.882202 ---      ParallelTerminationStrategy: PID 162 died...
22:49:40.883729 run       osmo-ms-mob/00026(pid=162): Terminated {rc=26112}
22:49:40.887458 ---      ParallelTerminationStrategy: PID 163 died...
22:49:40.888973 run       osmo-ms-mob/00027(pid=163): Terminated {rc=26112}
22:49:40.892723 ---      ParallelTerminationStrategy: PID 164 died...
22:49:40.894252 run       osmo-ms-mob/00028(pid=164): Terminated {rc=26112}
22:49:40.897988 ---      ParallelTerminationStrategy: PID 165 died...
22:49:40.899503 run       osmo-ms-mob/00029(pid=165): Terminated {rc=26112}
22:49:40.903231 ---      ParallelTerminationStrategy: PID 166 died...
22:49:40.904768 run       osmo-ms-mob/00030(pid=166): Terminated {rc=26112}
22:49:40.908483 ---      ParallelTerminationStrategy: PID 167 died...
22:49:40.909990 run       osmo-ms-mob/00031(pid=167): Terminated {rc=26112}
22:49:40.913738 ---      ParallelTerminationStrategy: PID 168 died...
22:49:40.915258 run       osmo-ms-mob/00032(pid=168): Terminated {rc=26112}
22:49:40.918996 ---      ParallelTerminationStrategy: PID 169 died...
22:49:40.920512 run       osmo-ms-mob/00033(pid=169): Terminated {rc=26112}
22:49:40.924276 ---      ParallelTerminationStrategy: PID 170 died...
22:49:40.925804 run       osmo-ms-mob/00034(pid=170): Terminated {rc=26112}
22:49:40.929509 ---      ParallelTerminationStrategy: PID 171 died...
22:49:40.931048 run       osmo-ms-mob/00035(pid=171): Terminated {rc=26112}
22:49:40.934767 ---      ParallelTerminationStrategy: PID 172 died...
22:49:40.936281 run       osmo-ms-mob/00036(pid=172): Terminated {rc=26112}
22:49:40.940001 ---      ParallelTerminationStrategy: PID 173 died...
22:49:40.941510 run       osmo-ms-mob/00037(pid=173): Terminated {rc=26112}
22:49:40.945283 ---      ParallelTerminationStrategy: PID 174 died...
22:49:40.946790 run       osmo-ms-mob/00038(pid=174): Terminated {rc=26112}
22:49:40.950537 ---      ParallelTerminationStrategy: PID 175 died...
22:49:40.952045 run       osmo-ms-mob/00039(pid=175): Terminated {rc=26112}
22:49:40.955806 ---      ParallelTerminationStrategy: PID 176 died...
22:49:40.957322 run       osmo-ms-mob/00040(pid=176): Terminated {rc=26112}
22:49:40.961043 ---      ParallelTerminationStrategy: PID 177 died...
22:49:40.962553 run       osmo-ms-mob/00041(pid=177): Terminated {rc=26112}
22:49:40.966275 ---      ParallelTerminationStrategy: PID 178 died...
22:49:40.967799 run       osmo-ms-mob/00042(pid=178): Terminated {rc=26112}
22:49:40.971507 ---      ParallelTerminationStrategy: PID 179 died...
22:49:40.973103 run       osmo-ms-mob/00043(pid=179): Terminated {rc=26112}
22:49:40.976965 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.978526 run       osmo-ms-mob/00044(pid=180): Terminated {rc=26112}
22:49:40.982392 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.983938 run       osmo-ms-mob/00045(pid=181): Terminated {rc=26112}
22:49:40.987755 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.989305 run       osmo-ms-mob/00046(pid=182): Terminated {rc=26112}
22:49:40.993139 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.994711 run       osmo-ms-mob/00047(pid=183): Terminated {rc=26112}
22:49:40.998540 ---      ParallelTerminationStrategy: PID 184 died...
22:49:41.000132 run       osmo-ms-mob/00048(pid=184): Terminated {rc=26112}
22:49:41.003968 ---      ParallelTerminationStrategy: PID 185 died...
22:49:41.005539 run       osmo-ms-mob/00049(pid=185): Terminated {rc=26112}
22:49:41.009366 ---      ParallelTerminationStrategy: PID 186 died...
22:49:41.010913 run       osmo-ms-mob/00050(pid=186): Terminated {rc=26112}
22:49:41.014762 ---      ParallelTerminationStrategy: PID 187 died...
22:49:41.016331 run       osmo-ms-mob/00051(pid=187): Terminated {rc=26112}
22:49:41.020201 ---      ParallelTerminationStrategy: PID 188 died...
22:49:41.021748 run       osmo-ms-mob/00052(pid=188): Terminated {rc=26112}
22:49:41.025603 ---      ParallelTerminationStrategy: PID 189 died...
22:49:41.027153 run       osmo-ms-mob/00053(pid=189): Terminated {rc=26112}
22:49:41.030994 ---      ParallelTerminationStrategy: PID 190 died...
22:49:41.032565 run       osmo-ms-mob/00054(pid=190): Terminated {rc=26112}
22:49:41.036380 ---      ParallelTerminationStrategy: PID 191 died...
22:49:41.037938 run       osmo-ms-mob/00055(pid=191): Terminated {rc=26112}
22:49:41.041781 ---      ParallelTerminationStrategy: PID 192 died...
22:49:41.043331 run       osmo-ms-mob/00056(pid=192): Terminated {rc=26112}
22:49:41.047182 ---      ParallelTerminationStrategy: PID 193 died...
22:49:41.048732 run       osmo-ms-mob/00057(pid=193): Terminated {rc=26112}
22:49:41.052574 ---      ParallelTerminationStrategy: PID 194 died...
22:49:41.054124 run       osmo-ms-mob/00058(pid=194): Terminated {rc=26112}
22:49:41.057979 ---      ParallelTerminationStrategy: PID 195 died...
22:49:41.059524 run       osmo-ms-mob/00059(pid=195): Terminated {rc=26112}
22:49:41.063350 ---      ParallelTerminationStrategy: PID 196 died...
22:49:41.064923 run       osmo-ms-mob/00060(pid=196): Terminated {rc=26112}
22:49:41.068770 ---      ParallelTerminationStrategy: PID 197 died...
22:49:41.070326 run       osmo-ms-mob/00061(pid=197): Terminated {rc=26112}
22:49:41.074163 ---      ParallelTerminationStrategy: PID 198 died...
22:49:41.075716 run       osmo-ms-mob/00062(pid=198): Terminated {rc=26112}
22:49:41.079556 ---      ParallelTerminationStrategy: PID 199 died...
22:49:41.081098 run       osmo-ms-mob/00063(pid=199): Terminated {rc=26112}
22:49:41.084962 ---      ParallelTerminationStrategy: PID 200 died...
22:49:41.086533 run       osmo-ms-mob/00064(pid=200): Terminated {rc=26112}
22:49:41.090385 ---      ParallelTerminationStrategy: PID 201 died...
22:49:41.091951 run       osmo-ms-mob/00065(pid=201): Terminated {rc=26112}
22:49:41.095785 ---      ParallelTerminationStrategy: PID 202 died...
22:49:41.097345 run       osmo-ms-mob/00066(pid=202): Terminated {rc=26112}
22:49:41.101190 ---      ParallelTerminationStrategy: PID 203 died...
22:49:41.102752 run       osmo-ms-mob/00067(pid=203): Terminated {rc=26112}
22:49:41.106595 ---      ParallelTerminationStrategy: PID 204 died...
22:49:41.108154 run       osmo-ms-mob/00068(pid=204): Terminated {rc=26112}
22:49:41.111993 ---      ParallelTerminationStrategy: PID 205 died...
22:49:41.113541 run       osmo-ms-mob/00069(pid=205): Terminated {rc=26112}
22:49:41.117397 ---      ParallelTerminationStrategy: PID 206 died...
22:49:41.118956 run       osmo-ms-mob/00070(pid=206): Terminated {rc=26112}
22:49:41.122721 ---      ParallelTerminationStrategy: PID 207 died...
22:49:41.124227 run       osmo-ms-mob/00071(pid=207): Terminated {rc=26112}
22:49:41.127944 ---      ParallelTerminationStrategy: PID 208 died...
22:49:41.129455 run       osmo-ms-mob/00072(pid=208): Terminated {rc=26112}
22:49:41.133222 ---      ParallelTerminationStrategy: PID 209 died...
22:49:41.134735 run       osmo-ms-mob/00073(pid=209): Terminated {rc=26112}
22:49:41.138436 ---      ParallelTerminationStrategy: PID 210 died...
22:49:41.139949 run       osmo-ms-mob/00074(pid=210): Terminated {rc=26112}
22:49:41.143678 ---      ParallelTerminationStrategy: PID 211 died...
22:49:41.145183 run       osmo-ms-mob/00075(pid=211): Terminated {rc=26112}
22:49:41.148920 ---      ParallelTerminationStrategy: PID 212 died...
22:49:41.150430 run       osmo-ms-mob/00076(pid=212): Terminated {rc=26112}
22:49:41.154173 ---      ParallelTerminationStrategy: PID 213 died...
22:49:41.155689 run       osmo-ms-mob/00077(pid=213): Terminated {rc=26112}
22:49:41.159416 ---      ParallelTerminationStrategy: PID 214 died...
22:49:41.160919 run       osmo-ms-mob/00078(pid=214): Terminated {rc=26112}
22:49:41.164635 ---      ParallelTerminationStrategy: PID 215 died...
22:49:41.166168 run       osmo-ms-mob/00079(pid=215): Terminated {rc=26112}
22:49:41.169900 ---      ParallelTerminationStrategy: PID 216 died...
22:49:41.171411 run       osmo-ms-mob/00080(pid=216): Terminated {rc=26112}
22:49:41.175141 ---      ParallelTerminationStrategy: PID 217 died...
22:49:41.176647 run       osmo-ms-mob/00081(pid=217): Terminated {rc=26112}
22:49:41.180376 ---      ParallelTerminationStrategy: PID 218 died...
22:49:41.181884 run       osmo-ms-mob/00082(pid=218): Terminated {rc=26112}
22:49:41.185642 ---      ParallelTerminationStrategy: PID 219 died...
22:49:41.187150 run       osmo-ms-mob/00083(pid=219): Terminated {rc=26112}
22:49:41.190927 ---      ParallelTerminationStrategy: PID 220 died...
22:49:41.192446 run       osmo-ms-mob/00084(pid=220): Terminated {rc=26112}
22:49:41.196188 ---      ParallelTerminationStrategy: PID 221 died...
22:49:41.197698 run       osmo-ms-mob/00085(pid=221): Terminated {rc=26112}
22:49:41.201440 ---      ParallelTerminationStrategy: PID 222 died...
22:49:41.202959 run       osmo-ms-mob/00086(pid=222): Terminated {rc=26112}
22:49:41.206681 ---      ParallelTerminationStrategy: PID 223 died...
22:49:41.208222 run       osmo-ms-mob/00087(pid=223): Terminated {rc=26112}
22:49:41.211978 ---      ParallelTerminationStrategy: PID 224 died...
22:49:41.213492 run       osmo-ms-mob/00088(pid=224): Terminated {rc=26112}
22:49:41.217272 ---      ParallelTerminationStrategy: PID 225 died...
22:49:41.218768 run       osmo-ms-mob/00089(pid=225): Terminated {rc=26112}
22:49:41.222506 ---      ParallelTerminationStrategy: PID 226 died...
22:49:41.224020 run       osmo-ms-mob/00090(pid=226): Terminated {rc=26112}
22:49:41.227762 ---      ParallelTerminationStrategy: PID 227 died...
22:49:41.229268 run       osmo-ms-mob/00091(pid=227): Terminated {rc=26112}
22:49:41.233017 ---      ParallelTerminationStrategy: PID 228 died...
22:49:41.234524 run       osmo-ms-mob/00092(pid=228): Terminated {rc=26112}
22:49:41.238269 ---      ParallelTerminationStrategy: PID 229 died...
22:49:41.239774 run       osmo-ms-mob/00093(pid=229): Terminated {rc=26112}
22:49:41.243507 ---      ParallelTerminationStrategy: PID 230 died...
22:49:41.245039 run       osmo-ms-mob/00094(pid=230): Terminated {rc=26112}
22:49:41.248777 ---      ParallelTerminationStrategy: PID 231 died...
22:49:41.250295 run       osmo-ms-mob/00095(pid=231): Terminated {rc=26112}
22:49:41.254057 ---      ParallelTerminationStrategy: PID 232 died...
22:49:41.255559 run       osmo-ms-mob/00096(pid=232): Terminated {rc=26112}
22:49:41.259296 ---      ParallelTerminationStrategy: PID 233 died...
22:49:41.260808 run       osmo-ms-mob/00097(pid=233): Terminated {rc=26112}
22:49:41.264553 ---      ParallelTerminationStrategy: PID 234 died...
22:49:41.266059 run       osmo-ms-mob/00098(pid=234): Terminated {rc=26112}
22:49:41.269785 ---      ParallelTerminationStrategy: PID 235 died...
22:49:41.271293 run       osmo-ms-mob/00099(pid=235): Terminated {rc=26112}
22:49:44.675565 ---      ParallelTerminationStrategy: PID 35 died...
22:49:44.681843 run         osmo-bts-virtual(pid=35): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8258 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.760096 tst                       trial-8258: Storing JUnit report in /build/trial-8258/run.2026-03-02_22-48-17/trial-8258.xml

--------------------------------------------------------------------------------------------
trial-8258 PASS
--------------------------------------------------------------------------------------------
22:49:44.777982 tst                       trial-8258: trial-8258: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8258/inst
+ cd trial-8258
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-03-02 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8258-run.tgz run.2026-03-02_22-48-17
+ tar czf /build/trial-8258-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-03-02_13_26_48.tgz osmo-bts-oc2g.build-2026-03-02_11_17_47.tgz osmo-bts-sysmo.build-2026-03-02_11_17_41.tgz osmo-bts.build-2026-03-02_11_17_44.tgz osmo-ggsn.build-2026-03-02_20_42_21.tgz osmo-hlr.build-2026-03-02_16_36_50.tgz osmo-hnbgw.build-2026-03-02_13_30_52.tgz osmo-mgw.build-2026-03-02_08_33_05.tgz osmo-msc.build-2026-03-02_13_34_58.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-02_07_35_06.tgz osmo-pcu-sysmo.build-2026-03-02_07_34_59.tgz osmo-pcu.build-2026-03-02_07_35_10.tgz osmo-sgsn.build-2026-03-02_20_48_22.tgz osmo-stp.build-2026-03-02_13_25_35.tgz osmo-trx.build-2026-03-02_15_11_10.tgz osmocom-bb.build-2026-03-02_21_18_09.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