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/jenkins659690691688455832.sh
+ rm -rf trial-8246-bin.tgz trial-8246-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 25398
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11193
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10696
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 13015
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13341
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 13364
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 41943
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7710
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 44182
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8638
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 13325
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7664
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11718
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7750
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9216
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6470
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 7664
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins2963623679011497920.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-8246
+ 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
6f978c0 asterisk-master: use git clone --depth=1
+ 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 [10/28] COPY	--CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#26 [18/28] RUN	SET -x && 	mkdir -p /tmp/mongodb && 	cd /tmp/mongodb && 	wget "https://pgp.mongodb.com/server-5.0.asc" -O "/mongodb.key" && 	wget "http://archive.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	dpkg -i "libssl1.1_1.1.1n-0+deb10u6_amd64.deb" && 	echo "deb [signed-by=/mongodb.key] http://repo.mongodb.org/apt/debian bullseye/mongodb-org/5.0 main" 		> /etc/apt/sources.list.d/mongodb-org.list && 	apt-get update && 	apt-get install -y mongodb-org && 	apt-get clean && 	cd / && 	rm -rf /tmp/mongodb && 	rm /etc/apt/sources.list.d/mongodb-org.list && 	sed -i "s/127.0.0.1/172.18.50.2/g" /etc/mongod.conf
#26 CACHED

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:69c25ba88b608ec780ab652310dd5b44b382922403fe0d5b10809316f47a8650 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8247 -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-02-19 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8247
+ mkdir -p trial-8247
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-02-19_13_29_21.tgz osmo-bts-oc2g.build-2026-02-19_13_34_59.tgz osmo-bts-sysmo.build-2026-02-19_13_35_37.tgz osmo-bts.build-2026-02-19_13_35_04.tgz osmo-ggsn.build-2026-02-19_20_42_23.tgz osmo-hlr.build-2026-02-19_16_36_51.tgz osmo-hnbgw.build-2026-02-19_13_36_55.tgz osmo-mgw.build-2026-02-19_08_33_05.tgz osmo-msc.build-2026-02-19_13_37_56.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-19_07_35_03.tgz osmo-pcu-sysmo.build-2026-02-19_07_34_59.tgz osmo-pcu.build-2026-02-19_07_35_01.tgz osmo-sgsn.build-2026-02-19_20_48_18.tgz osmo-stp.build-2026-02-19_13_23_54.tgz osmo-trx.build-2026-02-19_14_21_25.tgz osmocom-bb.build-2026-02-19_21_17_37.tgz srslte.build-19.tgz trial-8247
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-02-19_13_29_21.md5 osmo-bts-oc2g.build-2026-02-19_13_34_59.md5 osmo-bts-sysmo.build-2026-02-19_13_35_37.md5 osmo-bts.build-2026-02-19_13_35_04.md5 osmo-ggsn.build-2026-02-19_20_42_23.md5 osmo-hlr.build-2026-02-19_16_36_51.md5 osmo-hnbgw.build-2026-02-19_13_36_55.md5 osmo-mgw.build-2026-02-19_08_33_05.md5 osmo-msc.build-2026-02-19_13_37_56.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-19_07_35_03.md5 osmo-pcu-sysmo.build-2026-02-19_07_34_59.md5 osmo-pcu.build-2026-02-19_07_35_01.md5 osmo-sgsn.build-2026-02-19_20_48_18.md5 osmo-stp.build-2026-02-19_13_23_54.md5 osmo-trx.build-2026-02-19_14_21_25.md5 osmocom-bb.build-2026-02-19_21_17_37.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-02-19_13_29_21.md5 osmo-bts-oc2g.build-2026-02-19_13_34_59.md5 osmo-bts-sysmo.build-2026-02-19_13_35_37.md5 osmo-bts.build-2026-02-19_13_35_04.md5 osmo-ggsn.build-2026-02-19_20_42_23.md5 osmo-hlr.build-2026-02-19_16_36_51.md5 osmo-hnbgw.build-2026-02-19_13_36_55.md5 osmo-mgw.build-2026-02-19_08_33_05.md5 osmo-msc.build-2026-02-19_13_37_56.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-02-19_07_35_03.md5 osmo-pcu-sysmo.build-2026-02-19_07_34_59.md5 osmo-pcu.build-2026-02-19_07_35_01.md5 osmo-sgsn.build-2026-02-19_20_48_18.md5 osmo-stp.build-2026-02-19_13_23_54.md5 osmo-trx.build-2026-02-19_14_21_25.md5 osmocom-bb.build-2026-02-19_21_17_37.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-8247 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8247'
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-8247
--------------------------------------------------------------------------------------------
22:48:17.556363 tst                       trial-8247: Detailed log at /build/trial-8247/run.2026-02-19_22-48-17/log

---------------------------------------------------------------------
trial-8247 netreg_mass
---------------------------------------------------------------------
22:48:17.764394 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.764743 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.765509 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.766666 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.807456 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.808306 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.809447 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.871576 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-8247 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.872317 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.887409 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.887955 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.888418 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.888848 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.889295 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.889742 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.890175 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.920190 tst         register_default_mass.py: using LAC 2
22:48:17.941179 tst         register_default_mass.py: using RAC 2
22:48:17.966026 tst         register_default_mass.py: using CellId 2
22:48:17.994084 tst         register_default_mass.py: using BVCI 3
22:48:18.007354 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.008030 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.008599 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.009125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.009637 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.010148 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.010652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.011230 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.011782 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.012286 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.012799 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.013295 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.013821 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.014357 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.014858 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.015355 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.015869 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.016369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.016858 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.017368 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.017889 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.018401 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.018914 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.019443 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.019953 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.020456 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.020965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.021469 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.021975 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.022477 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.022986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.023492 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.024004 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.024540 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.025057 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.025561 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.026080 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.026593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.027101 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.027610 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.028115 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.028619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.029126 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.029632 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.030135 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.030649 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.031153 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.031661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.032171 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.032682 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.033185 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.033704 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.034208 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.034709 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.035218 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.035728 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.036227 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.036722 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.037226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.037718 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.038205 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.038701 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.039223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.039733 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.040226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.040729 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.041233 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.041736 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.042235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.042736 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.043235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.043747 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.044324 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.044826 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.045332 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.045830 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.046317 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.046829 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.047331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.047823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.048308 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.048794 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.049298 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.049785 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.050277 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.050779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.051268 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.051765 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.052263 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.052770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.053268 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.053777 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.054280 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.054782 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.055289 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.055794 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.056288 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.056784 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.057288 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.057781 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.058266 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.058823 tst      register_default_mass.py:21: Launching a simple network
22:48:18.068759 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.188603 run            create_hlr_db(pid=20): Launched
22:48:19.203326 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.227718 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.243096 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.248869 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.435966 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.450771 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.456364 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.874078 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.891369 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.906047 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.032954 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:23.047939 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.053495 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.076524 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.091296 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.096820 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.410737 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.425953 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.458223 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.631083 run         osmo-bts-virtual(pid=34): Launched
22:48:30.666925 tst         register_default_mass.py: using MSISDN 1001
22:48:30.681059 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.720037 tst         register_default_mass.py: using MSISDN 1002
22:48:30.726229 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.755022 tst         register_default_mass.py: using MSISDN 1003
22:48:30.767822 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.797381 tst         register_default_mass.py: using MSISDN 1004
22:48:30.811161 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.840516 tst         register_default_mass.py: using MSISDN 1005
22:48:30.854240 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.884356 tst         register_default_mass.py: using MSISDN 1006
22:48:30.898581 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.928518 tst         register_default_mass.py: using MSISDN 1007
22:48:30.942574 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.972959 tst         register_default_mass.py: using MSISDN 1008
22:48:30.987176 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.017235 tst         register_default_mass.py: using MSISDN 1009
22:48:31.031485 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.061757 tst         register_default_mass.py: using MSISDN 1010
22:48:31.075963 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.105920 tst         register_default_mass.py: using MSISDN 1011
22:48:31.119889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.150035 tst         register_default_mass.py: using MSISDN 1012
22:48:31.164267 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.194433 tst         register_default_mass.py: using MSISDN 1013
22:48:31.208681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.239138 tst         register_default_mass.py: using MSISDN 1014
22:48:31.253417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.283547 tst         register_default_mass.py: using MSISDN 1015
22:48:31.297723 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.328642 tst         register_default_mass.py: using MSISDN 1016
22:48:31.343002 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.373110 tst         register_default_mass.py: using MSISDN 1017
22:48:31.387262 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.421083 tst         register_default_mass.py: using MSISDN 1018
22:48:31.437166 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.467225 tst         register_default_mass.py: using MSISDN 1019
22:48:31.481530 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.511691 tst         register_default_mass.py: using MSISDN 1020
22:48:31.525994 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.556232 tst         register_default_mass.py: using MSISDN 1021
22:48:31.565911 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.596327 tst         register_default_mass.py: using MSISDN 1022
22:48:31.618338 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.649206 tst         register_default_mass.py: using MSISDN 1023
22:48:31.664383 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.694458 tst         register_default_mass.py: using MSISDN 1024
22:48:31.708790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.738888 tst         register_default_mass.py: using MSISDN 1025
22:48:31.753050 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.782990 tst         register_default_mass.py: using MSISDN 1026
22:48:31.797103 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.826364 tst         register_default_mass.py: using MSISDN 1027
22:48:31.840193 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.869561 tst         register_default_mass.py: using MSISDN 1028
22:48:31.883358 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.912669 tst         register_default_mass.py: using MSISDN 1029
22:48:31.926348 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.955635 tst         register_default_mass.py: using MSISDN 1030
22:48:31.969556 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.998992 tst         register_default_mass.py: using MSISDN 1031
22:48:32.012744 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.042352 tst         register_default_mass.py: using MSISDN 1032
22:48:32.056382 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.085777 tst         register_default_mass.py: using MSISDN 1033
22:48:32.099592 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.129042 tst         register_default_mass.py: using MSISDN 1034
22:48:32.142759 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.172488 tst         register_default_mass.py: using MSISDN 1035
22:48:32.186483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.216147 tst         register_default_mass.py: using MSISDN 1036
22:48:32.229891 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.259176 tst         register_default_mass.py: using MSISDN 1037
22:48:32.272920 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.302333 tst         register_default_mass.py: using MSISDN 1038
22:48:32.316243 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.345445 tst         register_default_mass.py: using MSISDN 1039
22:48:32.359252 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.388679 tst         register_default_mass.py: using MSISDN 1040
22:48:32.400706 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.430879 tst         register_default_mass.py: using MSISDN 1041
22:48:32.444935 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.474781 tst         register_default_mass.py: using MSISDN 1042
22:48:32.488771 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.518687 tst         register_default_mass.py: using MSISDN 1043
22:48:32.532792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.562587 tst         register_default_mass.py: using MSISDN 1044
22:48:32.576683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.606666 tst         register_default_mass.py: using MSISDN 1045
22:48:32.620675 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.650281 tst         register_default_mass.py: using MSISDN 1046
22:48:32.664246 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.693946 tst         register_default_mass.py: using MSISDN 1047
22:48:32.707832 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.737578 tst         register_default_mass.py: using MSISDN 1048
22:48:32.751612 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.781363 tst         register_default_mass.py: using MSISDN 1049
22:48:32.795384 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.824827 tst         register_default_mass.py: using MSISDN 1050
22:48:32.834875 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.863921 tst         register_default_mass.py: using MSISDN 1051
22:48:32.878919 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.908798 tst         register_default_mass.py: using MSISDN 1052
22:48:32.922914 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.952750 tst         register_default_mass.py: using MSISDN 1053
22:48:32.966704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.995979 tst         register_default_mass.py: using MSISDN 1054
22:48:33.009773 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.039369 tst         register_default_mass.py: using MSISDN 1055
22:48:33.053272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.083186 tst         register_default_mass.py: using MSISDN 1056
22:48:33.097234 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.127182 tst         register_default_mass.py: using MSISDN 1057
22:48:33.141417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.171039 tst         register_default_mass.py: using MSISDN 1058
22:48:33.184976 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.214690 tst         register_default_mass.py: using MSISDN 1059
22:48:33.228627 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.258476 tst         register_default_mass.py: using MSISDN 1060
22:48:33.272572 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.302280 tst         register_default_mass.py: using MSISDN 1061
22:48:33.316098 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.345858 tst         register_default_mass.py: using MSISDN 1062
22:48:33.359852 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.389657 tst         register_default_mass.py: using MSISDN 1063
22:48:33.403731 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.433697 tst         register_default_mass.py: using MSISDN 1064
22:48:33.447752 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.477601 tst         register_default_mass.py: using MSISDN 1065
22:48:33.491627 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.521452 tst         register_default_mass.py: using MSISDN 1066
22:48:33.535492 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.565277 tst         register_default_mass.py: using MSISDN 1067
22:48:33.579194 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.609084 tst         register_default_mass.py: using MSISDN 1068
22:48:33.622952 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.651999 tst         register_default_mass.py: using MSISDN 1069
22:48:33.665553 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.694291 tst         register_default_mass.py: using MSISDN 1070
22:48:33.707835 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.737468 tst         register_default_mass.py: using MSISDN 1071
22:48:33.751430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.781058 tst         register_default_mass.py: using MSISDN 1072
22:48:33.794986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.824794 tst         register_default_mass.py: using MSISDN 1073
22:48:33.838649 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.868162 tst         register_default_mass.py: using MSISDN 1074
22:48:33.881959 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.911918 tst         register_default_mass.py: using MSISDN 1075
22:48:33.926033 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.955987 tst         register_default_mass.py: using MSISDN 1076
22:48:33.970001 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.999903 tst         register_default_mass.py: using MSISDN 1077
22:48:34.013852 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.043600 tst         register_default_mass.py: using MSISDN 1078
22:48:34.057645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.087277 tst         register_default_mass.py: using MSISDN 1079
22:48:34.101268 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.131154 tst         register_default_mass.py: using MSISDN 1080
22:48:34.145284 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.174689 tst         register_default_mass.py: using MSISDN 1081
22:48:34.188494 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.217897 tst         register_default_mass.py: using MSISDN 1082
22:48:34.231694 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.260811 tst         register_default_mass.py: using MSISDN 1083
22:48:34.274377 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.303618 tst         register_default_mass.py: using MSISDN 1084
22:48:34.317292 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.346528 tst         register_default_mass.py: using MSISDN 1085
22:48:34.360141 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.389507 tst         register_default_mass.py: using MSISDN 1086
22:48:34.403340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.432876 tst         register_default_mass.py: using MSISDN 1087
22:48:34.446717 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.476485 tst         register_default_mass.py: using MSISDN 1088
22:48:34.490465 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.520173 tst         register_default_mass.py: using MSISDN 1089
22:48:34.534050 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.563734 tst         register_default_mass.py: using MSISDN 1090
22:48:34.577592 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.607302 tst         register_default_mass.py: using MSISDN 1091
22:48:34.621208 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.650774 tst         register_default_mass.py: using MSISDN 1092
22:48:34.664729 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.694299 tst         register_default_mass.py: using MSISDN 1093
22:48:34.708207 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.737799 tst         register_default_mass.py: using MSISDN 1094
22:48:34.751639 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.781190 tst         register_default_mass.py: using MSISDN 1095
22:48:34.795080 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.824671 tst         register_default_mass.py: using MSISDN 1096
22:48:34.838435 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.867931 tst         register_default_mass.py: using MSISDN 1097
22:48:34.881852 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.911589 tst         register_default_mass.py: using MSISDN 1098
22:48:34.925650 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.955589 tst         register_default_mass.py: using MSISDN 1099
22:48:34.969646 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.999615 tst         register_default_mass.py: using MSISDN 1100
22:48:35.013821 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.105331 run                             mass: Starting testcase
22:48:35.110896 run                             mass: Pre-launching all virtphy's
22:48:35.116403 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.129580 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.135815 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.148868 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.154979 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.168039 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.174110 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.187054 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.193032 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.205769 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.211872 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.224928 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.230989 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.243999 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.249951 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.262780 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.268736 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.281544 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.287477 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.300288 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.306291 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.319115 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.325125 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.338093 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.344130 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.357152 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.363180 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.376288 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.382216 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.395014 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.400951 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.413729 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.419718 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.432513 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.438474 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.451261 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.457195 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.469983 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.475941 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.488802 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.494764 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.507564 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.513554 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.526460 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.532414 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.545317 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.551266 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.564192 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.570140 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.583004 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.589045 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.601863 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.607941 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.620822 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.626804 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.639694 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.645742 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.658596 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.664606 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.677449 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.683373 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.696279 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.702251 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.715072 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.721114 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.733970 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.740050 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.753077 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.759130 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.772192 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.778336 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.791388 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.797519 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.810603 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.816675 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.829945 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.836044 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.849311 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.855394 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.868503 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.874562 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.887728 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.893821 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.906864 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.912971 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.926006 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.932081 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.945139 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.951195 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.964253 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.970290 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.983394 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.989475 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.002498 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.008552 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.021710 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.027776 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.040948 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.046999 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.060170 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.066199 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.079282 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.085314 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.098138 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.104117 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.116960 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.122977 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.135905 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.141871 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.154716 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.160700 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.173589 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.179500 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.192365 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.198285 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.211142 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.217094 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.229902 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.235852 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.248848 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.254808 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.267809 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.273799 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.286662 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.292690 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.305566 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.311638 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.324497 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.330407 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.343327 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.349325 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.362171 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.368107 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.380917 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.386921 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.399820 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.405737 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.418553 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.424499 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.437344 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.443314 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.456153 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.462121 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.474955 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.480925 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.493908 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.499893 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.512774 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.518751 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.531783 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.537761 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.550772 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.556741 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.569565 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.575484 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.588347 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.594309 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.607129 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.613040 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.625924 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.631979 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.644930 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.650907 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.663731 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.669620 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.682341 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.688263 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.700981 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.706832 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.719800 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.725742 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.738735 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.744701 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.757589 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.763653 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.776493 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.782564 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.795408 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.801376 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.814250 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.820161 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.832968 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.839000 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.851875 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.857820 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.870637 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.876576 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.889446 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.895358 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.908151 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.914086 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.926924 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.932869 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.945674 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.951659 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.964726 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.970801 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.983679 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:36.989605 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.002628 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.008579 run                             mass: Checking if sockets are in the filesystem
22:48:37.041035 run                osmo-ms-mob/00000: Starting mobile
22:48:37.054012 run       osmo-ms-mob/00000(pid=135): Launched
22:48:37.064897 run                             mass: MS start registered  {at=2091943.273213529, delay=0.004900231957435608, ms=00000}
22:48:41.247765 run                osmo-ms-mob/00001: Starting mobile
22:48:41.261185 run       osmo-ms-mob/00001(pid=136): Launched
22:48:41.271778 run                             mass: MS start registered  {at=2091947.480094337, delay=0.004465656820684671, ms=00001}
22:48:42.459475 run                             mass: MS performed LU  {at=2091948.667676667, lu_delay=5.394463137956336, ms=00000}
22:48:43.056782 run                osmo-ms-mob/00002: Starting mobile
22:48:43.073933 run       osmo-ms-mob/00002(pid=137): Launched
22:48:43.084311 run                             mass: MS start registered  {at=2091949.292623198, delay=0.004403434926643968, ms=00002}
22:48:44.354206 run                osmo-ms-mob/00003: Starting mobile
22:48:44.371103 run       osmo-ms-mob/00003(pid=138): Launched
22:48:44.381498 run                             mass: MS start registered  {at=2091950.589817043, delay=0.0043242149986326694, ms=00003}
22:48:45.425189 run                osmo-ms-mob/00004: Starting mobile
22:48:45.438711 run       osmo-ms-mob/00004(pid=139): Launched
22:48:45.449485 run                             mass: MS start registered  {at=2091951.657804598, delay=0.004411220084875822, ms=00004}
22:48:46.225619 run                             mass: MS performed LU  {at=2091952.43382415, lu_delay=4.953729812987149, ms=00001}
22:48:46.446035 run                osmo-ms-mob/00005: Starting mobile
22:48:46.461978 run       osmo-ms-mob/00005(pid=140): Launched
22:48:46.472505 run                             mass: MS start registered  {at=2091952.680823916, delay=0.004450811073184013, ms=00005}
22:48:47.324191 run                osmo-ms-mob/00006: Starting mobile
22:48:47.337666 run       osmo-ms-mob/00006(pid=141): Launched
22:48:47.348191 run                             mass: MS start registered  {at=2091953.556512668, delay=0.004365967120975256, ms=00006}
22:48:48.126819 run                             mass: MS performed LU  {at=2091954.335020584, lu_delay=5.0423973861616105, ms=00002}
22:48:48.158360 run                osmo-ms-mob/00007: Starting mobile
22:48:48.172926 run       osmo-ms-mob/00007(pid=142): Launched
22:48:48.183417 run                             mass: MS start registered  {at=2091954.39174166, delay=0.004415025003254414, ms=00007}
22:48:49.024741 run                osmo-ms-mob/00008: Starting mobile
22:48:49.037945 run       osmo-ms-mob/00008(pid=143): Launched
22:48:49.049016 run                             mass: MS start registered  {at=2091955.2573344, delay=0.004955559968948364, ms=00008}
22:48:49.724659 run                osmo-ms-mob/00009: Starting mobile
22:48:49.738147 run       osmo-ms-mob/00009(pid=144): Launched
22:48:49.748709 run                             mass: MS start registered  {at=2091955.957030815, delay=0.004465962992981076, ms=00009}
22:48:49.991344 run                             mass: MS performed LU  {at=2091956.199555183, lu_delay=5.609738140134141, ms=00003}
22:48:50.446926 run                osmo-ms-mob/00010: Starting mobile
22:48:50.463086 run       osmo-ms-mob/00010(pid=145): Launched
22:48:50.473643 run                             mass: MS start registered  {at=2091956.681962668, delay=0.0044835349544882774, ms=00010}
22:48:50.507851 run                             mass: MS performed LU  {at=2091956.716084437, lu_delay=5.058279838878661, ms=00004}
22:48:51.024280 run                osmo-ms-mob/00011: Starting mobile
22:48:51.037258 run       osmo-ms-mob/00011(pid=146): Launched
22:48:51.048107 run                             mass: MS start registered  {at=2091957.256425455, delay=0.0031471659895032644, ms=00011}
22:48:51.662625 run                osmo-ms-mob/00012: Starting mobile
22:48:51.675675 run       osmo-ms-mob/00012(pid=147): Launched
22:48:51.686632 run                             mass: MS start registered  {at=2091957.894951539, delay=0.004904878092929721, ms=00012}
22:48:51.892955 run                             mass: MS performed LU  {at=2091958.101165951, lu_delay=4.544653282966465, ms=00006}
22:48:51.938565 run                             mass: MS performed LU  {at=2091958.146805542, lu_delay=5.465981625951827, ms=00005}
22:48:52.257684 run                osmo-ms-mob/00013: Starting mobile
22:48:52.275001 run       osmo-ms-mob/00013(pid=148): Launched
22:48:52.285626 run                             mass: MS start registered  {at=2091958.493948519, delay=0.0043843770399689674, ms=00013}
22:48:52.823574 run                osmo-ms-mob/00014: Starting mobile
22:48:52.836966 run       osmo-ms-mob/00014(pid=149): Launched
22:48:52.847603 run                             mass: MS start registered  {at=2091959.055925736, delay=0.004574720980599523, ms=00014}
22:48:53.425230 run                osmo-ms-mob/00015: Starting mobile
22:48:53.444824 run       osmo-ms-mob/00015(pid=150): Launched
22:48:53.456199 run                             mass: MS start registered  {at=2091959.664521735, delay=0.004604757996276021, ms=00015}
22:48:53.757594 run                             mass: MS performed LU  {at=2091959.965802748, lu_delay=5.574061088031158, ms=00007}
22:48:53.803548 run                             mass: MS performed LU  {at=2091960.011768831, lu_delay=4.754434430971742, ms=00008}
22:48:53.830051 run                osmo-ms-mob/00016: Starting mobile
22:48:53.842998 run       osmo-ms-mob/00016(pid=151): Launched
22:48:53.853543 run                             mass: MS start registered  {at=2091960.061867655, delay=0.004405936924740672, ms=00016}
22:48:54.455631 run                osmo-ms-mob/00017: Starting mobile
22:48:54.472764 run       osmo-ms-mob/00017(pid=152): Launched
22:48:54.483748 run                             mass: MS start registered  {at=2091960.692066684, delay=0.004808609839528799, ms=00017}
22:48:55.024673 run                osmo-ms-mob/00018: Starting mobile
22:48:55.037879 run       osmo-ms-mob/00018(pid=153): Launched
22:48:55.048954 run                             mass: MS start registered  {at=2091961.25727477, delay=0.0046935249119997025, ms=00018}
22:48:55.425149 run                osmo-ms-mob/00019: Starting mobile
22:48:55.438286 run       osmo-ms-mob/00019(pid=154): Launched
22:48:55.448979 run                             mass: MS start registered  {at=2091961.657300983, delay=0.004413543036207557, ms=00019}
22:48:55.658091 run                             mass: MS performed LU  {at=2091961.866310581, lu_delay=5.184347913134843, ms=00010}
22:48:55.704398 run                             mass: MS performed LU  {at=2091961.912619244, lu_delay=4.6561937890946865, ms=00011}
22:48:55.774054 run                             mass: MS performed LU  {at=2091961.982274075, lu_delay=6.025243259966373, ms=00009}
22:48:55.824547 run                osmo-ms-mob/00020: Starting mobile
22:48:55.840464 run       osmo-ms-mob/00020(pid=155): Launched
22:48:55.851393 run                             mass: MS start registered  {at=2091962.059713266, delay=0.0045656689908355474, ms=00020}
22:48:56.436120 run                osmo-ms-mob/00021: Starting mobile
22:48:56.450076 run       osmo-ms-mob/00021(pid=156): Launched
22:48:56.460828 run                             mass: MS start registered  {at=2091962.669151232, delay=0.004564390052109957, ms=00021}
22:48:56.825073 run                osmo-ms-mob/00022: Starting mobile
22:48:56.838594 run       osmo-ms-mob/00022(pid=157): Launched
22:48:56.849424 run                             mass: MS start registered  {at=2091963.057744378, delay=0.004754503024742007, ms=00022}
22:48:57.346792 run                osmo-ms-mob/00023: Starting mobile
22:48:57.362950 run       osmo-ms-mob/00023(pid=158): Launched
22:48:57.373619 run                             mass: MS start registered  {at=2091963.581939517, delay=0.004511432023718953, ms=00023}
22:48:57.440111 run                             mass: MS performed LU  {at=2091963.648329905, lu_delay=5.753378365887329, ms=00012}
22:48:57.522666 run                             mass: MS performed LU  {at=2091963.730904338, lu_delay=4.674978601979092, ms=00014}
22:48:57.568978 run                             mass: MS performed LU  {at=2091963.777197321, lu_delay=5.283248801948503, ms=00013}
22:48:57.595413 run                osmo-ms-mob/00024: Starting mobile
22:48:57.608265 run       osmo-ms-mob/00024(pid=159): Launched
22:48:57.618902 run                             mass: MS start registered  {at=2091963.827227717, delay=0.004569790093228221, ms=00024}
22:48:58.264043 run                osmo-ms-mob/00025: Starting mobile
22:48:58.280088 run       osmo-ms-mob/00025(pid=160): Launched
22:48:58.290622 run                             mass: MS start registered  {at=2091964.498945058, delay=0.004454577108845115, ms=00025}
22:48:58.624406 run                osmo-ms-mob/00026: Starting mobile
22:48:58.637830 run       osmo-ms-mob/00026(pid=161): Launched
22:48:58.648533 run                             mass: MS start registered  {at=2091964.856855828, delay=0.004681456135585904, ms=00026}
22:48:59.037594 run                osmo-ms-mob/00027: Starting mobile
22:48:59.051358 run       osmo-ms-mob/00027(pid=162): Launched
22:48:59.061866 run                             mass: MS start registered  {at=2091965.27018718, delay=0.004533313913270831, ms=00027}
22:48:59.447123 run                osmo-ms-mob/00028: Starting mobile
22:48:59.463190 run       osmo-ms-mob/00028(pid=163): Launched
22:48:59.469455 run                             mass: MS performed LU  {at=2091965.677781847, lu_delay=4.420507077127695, ms=00018}
22:48:59.475418 run                             mass: MS performed LU  {at=2091965.683751731, lu_delay=4.991685047047213, ms=00017}
22:48:59.481224 run                             mass: MS start registered  {at=2091965.689558885, delay=0.011793953133746982, ms=00028}
22:48:59.539461 run                             mass: MS performed LU  {at=2091965.74768088, lu_delay=6.083159144967794, ms=00015}
22:48:59.561442 run                osmo-ms-mob/00029: Starting mobile
22:48:59.574965 run       osmo-ms-mob/00029(pid=164): Launched
22:48:59.581182 run                             mass: MS performed LU  {at=2091965.789511098, lu_delay=5.727643443038687, ms=00016}
22:48:59.587130 run                             mass: MS start registered  {at=2091965.795465716, delay=0.005972936982288957, ms=00029}
22:49:00.231444 run                osmo-ms-mob/00030: Starting mobile
22:49:00.244929 run       osmo-ms-mob/00030(pid=165): Launched
22:49:00.256269 run                             mass: MS start registered  {at=2091966.464586641, delay=0.005042634904384613, ms=00030}
22:49:00.624821 run                osmo-ms-mob/00031: Starting mobile
22:49:00.638150 run       osmo-ms-mob/00031(pid=166): Launched
22:49:00.649064 run                             mass: MS start registered  {at=2091966.857382809, delay=0.004749078070744872, ms=00031}
22:49:00.924206 run                osmo-ms-mob/00032: Starting mobile
22:49:00.937475 run       osmo-ms-mob/00032(pid=167): Launched
22:49:00.947955 run                             mass: MS start registered  {at=2091967.156278404, delay=0.004325368907302618, ms=00032}
22:49:01.205895 run                             mass: MS performed LU  {at=2091967.41410404, lu_delay=4.744952807901427, ms=00021}
22:49:01.288583 run                             mass: MS performed LU  {at=2091967.4968141, lu_delay=5.437100833980367, ms=00020}
22:49:01.343692 run                osmo-ms-mob/00033: Starting mobile
22:49:01.359057 run       osmo-ms-mob/00033(pid=168): Launched
22:49:01.365205 run                             mass: MS performed LU  {at=2091967.573533281, lu_delay=5.916232297895476, ms=00019}
22:49:01.371145 run                             mass: MS start registered  {at=2091967.579478528, delay=0.005963482894003391, ms=00033}
22:49:01.478485 run                             mass: MS performed LU  {at=2091967.686705037, lu_delay=4.628960659028962, ms=00022}
22:49:01.764395 run                osmo-ms-mob/00034: Starting mobile
22:49:01.780852 run       osmo-ms-mob/00034(pid=169): Launched
22:49:01.791633 run                             mass: MS start registered  {at=2091967.999955795, delay=0.004704880993813276, ms=00034}
22:49:02.024980 run                osmo-ms-mob/00035: Starting mobile
22:49:02.038118 run       osmo-ms-mob/00035(pid=170): Launched
22:49:02.048807 run                             mass: MS start registered  {at=2091968.25712913, delay=0.004355628043413162, ms=00035}
22:49:02.424327 run                osmo-ms-mob/00036: Starting mobile
22:49:02.437846 run       osmo-ms-mob/00036(pid=171): Launched
22:49:02.449211 run                             mass: MS start registered  {at=2091968.657529002, delay=0.005139632150530815, ms=00036}
22:49:02.848090 run                osmo-ms-mob/00037: Starting mobile
22:49:02.861497 run       osmo-ms-mob/00037(pid=172): Launched
22:49:02.872828 run                             mass: MS start registered  {at=2091969.081145819, delay=0.005284804152324796, ms=00037}
22:49:03.123637 run                osmo-ms-mob/00038: Starting mobile
22:49:03.137331 run       osmo-ms-mob/00038(pid=173): Launched
22:49:03.148466 run                             mass: MS start registered  {at=2091969.356784929, delay=0.004689214983955026, ms=00038}
22:49:03.189870 run                             mass: MS performed LU  {at=2091969.398111047, lu_delay=5.570883329957724, ms=00024}
22:49:03.235987 run                             mass: MS performed LU  {at=2091969.444207828, lu_delay=5.862268310971558, ms=00023}
22:49:03.260118 run                osmo-ms-mob/00039: Starting mobile
22:49:03.273068 run       osmo-ms-mob/00039(pid=174): Launched
22:49:03.283668 run                             mass: MS start registered  {at=2091969.491984362, delay=0.004514633910730481, ms=00039}
22:49:03.304255 run                             mass: MS performed LU  {at=2091969.512570475, lu_delay=4.655714646913111, ms=00026}
22:49:03.342507 run                             mass: MS performed LU  {at=2091969.550746553, lu_delay=5.051801495021209, ms=00025}
22:49:03.864709 run                osmo-ms-mob/00040: Starting mobile
22:49:03.890166 run       osmo-ms-mob/00040(pid=175): Launched
22:49:03.901074 run                             mass: MS start registered  {at=2091970.109395348, delay=0.004612755961716175, ms=00040}
22:49:04.138041 run                osmo-ms-mob/00041: Starting mobile
22:49:04.151912 run       osmo-ms-mob/00041(pid=176): Launched
22:49:04.163378 run                             mass: MS start registered  {at=2091970.371695196, delay=0.0053565469570457935, ms=00041}
22:49:04.437509 run                osmo-ms-mob/00042: Starting mobile
22:49:04.451584 run       osmo-ms-mob/00042(pid=177): Launched
22:49:04.462486 run                             mass: MS start registered  {at=2091970.670808179, delay=0.004824513103812933, ms=00042}
22:49:04.882171 run                osmo-ms-mob/00043: Starting mobile
22:49:04.910151 run       osmo-ms-mob/00043(pid=178): Launched
22:49:04.916223 run                             mass: Starting too slowly. Moving on {now=2091971.124561588, sleep=-0.002069886075332761, target=2091971.122491702}
22:49:04.921927 run                             mass: MS start registered  {at=2091971.130257032, delay=0.00569735118187964, ms=00043}
22:49:04.971744 run                             mass: MS performed LU  {at=2091971.179951254, lu_delay=5.384485538117588, ms=00029}
22:49:05.054893 run                             mass: MS performed LU  {at=2091971.263117546, lu_delay=5.573558660922572, ms=00028}
22:49:05.083591 run                osmo-ms-mob/00044: Starting mobile
22:49:05.096601 run       osmo-ms-mob/00044(pid=179): Launched
22:49:05.102964 run                             mass: MS performed LU  {at=2091971.311291776, lu_delay=6.0411045958753675, ms=00027}
22:49:05.108892 run                             mass: MS start registered  {at=2091971.317226475, delay=0.005952006205916405, ms=00044}
22:49:05.245273 run                             mass: MS performed LU  {at=2091971.453493414, lu_delay=4.988906773040071, ms=00030}
22:49:05.275082 run                osmo-ms-mob/00045: Starting mobile
22:49:05.288576 run       osmo-ms-mob/00045(pid=180): Launched
22:49:05.294679 run                             mass: MS performed LU  {at=2091971.503008207, lu_delay=4.645625398028642, ms=00031}
22:49:05.300539 run                             mass: MS start registered  {at=2091971.508873639, delay=0.005882119992747903, ms=00045}
22:49:05.755037 run                osmo-ms-mob/00046: Starting mobile
22:49:05.770171 run       osmo-ms-mob/00046(pid=181): Launched
22:49:05.781195 run                             mass: MS start registered  {at=2091971.989513764, delay=0.0048994089011102915, ms=00046}
22:49:06.037158 run                osmo-ms-mob/00047: Starting mobile
22:49:06.056422 run       osmo-ms-mob/00047(pid=182): Launched
22:49:06.067677 run                             mass: MS start registered  {at=2091972.275989514, delay=0.00471964618191123, ms=00047}
22:49:06.324851 run                osmo-ms-mob/00048: Starting mobile
22:49:06.337889 run       osmo-ms-mob/00048(pid=183): Launched
22:49:06.348783 run                             mass: MS start registered  {at=2091972.557103791, delay=0.004514255095273256, ms=00048}
22:49:06.625110 run                osmo-ms-mob/00049: Starting mobile
22:49:06.638864 run       osmo-ms-mob/00049(pid=184): Launched
22:49:06.649988 run                             mass: MS start registered  {at=2091972.858307463, delay=0.004945412976667285, ms=00049}
22:49:06.946617 run                osmo-ms-mob/00050: Starting mobile
22:49:06.963120 run       osmo-ms-mob/00050(pid=185): Launched
22:49:06.969101 run                             mass: MS performed LU  {at=2091973.177429065, lu_delay=5.177473270101473, ms=00034}
22:49:06.974901 run                             mass: MS start registered  {at=2091973.183236887, delay=0.00582517497241497, ms=00050}
22:49:07.071098 run                             mass: MS performed LU  {at=2091973.279319308, lu_delay=4.62179030594416, ms=00036}
22:49:07.108307 run                             mass: MS performed LU  {at=2091973.316558263, lu_delay=5.059429133078083, ms=00035}
22:49:07.129440 run                osmo-ms-mob/00051: Starting mobile
22:49:07.142439 run       osmo-ms-mob/00051(pid=186): Launched
22:49:07.153542 run                             mass: MS start registered  {at=2091973.361860768, delay=0.004801681963726878, ms=00051}
22:49:07.162231 run                             mass: MS performed LU  {at=2091973.370555513, lu_delay=6.214277109131217, ms=00032}
22:49:07.655781 run                osmo-ms-mob/00052: Starting mobile
22:49:07.671056 run       osmo-ms-mob/00052(pid=187): Launched
22:49:07.681802 run                             mass: MS start registered  {at=2091973.890124055, delay=0.004656787030398846, ms=00052}
22:49:07.925165 run                osmo-ms-mob/00053: Starting mobile
22:49:07.938325 run       osmo-ms-mob/00053(pid=188): Launched
22:49:07.949735 run                             mass: MS start registered  {at=2091974.158054915, delay=0.005023831035941839, ms=00053}
22:49:08.225170 run                osmo-ms-mob/00054: Starting mobile
22:49:08.238134 run       osmo-ms-mob/00054(pid=189): Launched
22:49:08.249363 run                             mass: MS start registered  {at=2091974.457677336, delay=0.005170908058062196, ms=00054}
22:49:08.537168 run                osmo-ms-mob/00055: Starting mobile
22:49:08.551876 run       osmo-ms-mob/00055(pid=190): Launched
22:49:08.562923 run                             mass: MS start registered  {at=2091974.77124261, delay=0.002941054990515113, ms=00055}
22:49:08.737429 run                             mass: MS performed LU  {at=2091974.94564591, lu_delay=5.453661547973752, ms=00039}
22:49:08.764836 run                osmo-ms-mob/00056: Starting mobile
22:49:08.778526 run       osmo-ms-mob/00056(pid=191): Launched
22:49:08.784691 run                             mass: MS performed LU  {at=2091974.993018558, lu_delay=5.636233628960326, ms=00038}
22:49:08.790717 run                             mass: MS start registered  {at=2091974.999052003, delay=0.006052244920283556, ms=00056}
22:49:08.867003 run                             mass: MS performed LU  {at=2091975.075220675, lu_delay=4.965825326973572, ms=00040}
22:49:08.894223 run                osmo-ms-mob/00057: Starting mobile
22:49:08.907412 run       osmo-ms-mob/00057(pid=192): Launched
22:49:08.918608 run                             mass: MS start registered  {at=2091975.126931353, delay=0.0046617030166089535, ms=00057}
22:49:09.029153 run                             mass: MS performed LU  {at=2091975.237372444, lu_delay=6.15622662496753, ms=00037}
22:49:09.564350 run                osmo-ms-mob/00058: Starting mobile
22:49:09.579991 run       osmo-ms-mob/00058(pid=193): Launched
22:49:09.591135 run                             mass: MS start registered  {at=2091975.799451988, delay=0.004807454999536276, ms=00058}
22:49:09.780655 run                             mass: MS performed LU  {at=2091975.988879025, lu_delay=5.6171838289592415, ms=00041}
22:49:09.812686 run                osmo-ms-mob/00059: Starting mobile
22:49:09.825947 run       osmo-ms-mob/00059(pid=194): Launched
22:49:09.836766 run                             mass: MS start registered  {at=2091976.045088005, delay=0.004594570957124233, ms=00059}
22:49:09.881357 run                             mass: MS performed LU  {at=2091976.089572744, lu_delay=4.580699105048552, ms=00045}
22:49:09.901970 run                             mass: MS performed LU  {at=2091976.110300292, lu_delay=3.834310777951032, ms=00047}
22:49:09.913978 run                osmo-ms-mob/00060: Starting mobile
22:49:09.927723 run       osmo-ms-mob/00060(pid=195): Launched
22:49:09.943052 run                             mass: MS start registered  {at=2091976.151366424, delay=0.009053164161741734, ms=00060}
22:49:10.537356 run                osmo-ms-mob/00061: Starting mobile
22:49:10.551244 run       osmo-ms-mob/00061(pid=196): Launched
22:49:10.562944 run                             mass: MS start registered  {at=2091976.771260479, delay=0.005690956022590399, ms=00061}
22:49:10.693942 run                             mass: MS performed LU  {at=2091976.902162773, lu_delay=4.345058982027695, ms=00048}
22:49:10.718222 run                             mass: MS performed LU  {at=2091976.926548183, lu_delay=5.609321707859635, ms=00044}
22:49:10.730300 run                osmo-ms-mob/00062: Starting mobile
22:49:10.743825 run       osmo-ms-mob/00062(pid=197): Launched
22:49:10.750282 run                             mass: MS performed LU  {at=2091976.958609486, lu_delay=4.969095722073689, ms=00046}
22:49:10.756195 run                             mass: MS start registered  {at=2091976.964529829, delay=0.005938372109085321, ms=00062}
22:49:11.166036 run                osmo-ms-mob/00063: Starting mobile
22:49:11.183130 run       osmo-ms-mob/00063(pid=198): Launched
22:49:11.194547 run                             mass: MS start registered  {at=2091977.402865389, delay=0.004939519800245762, ms=00063}
22:49:11.546637 run                osmo-ms-mob/00064: Starting mobile
22:49:11.563160 run       osmo-ms-mob/00064(pid=199): Launched
22:49:11.569742 run                             mass: MS performed LU  {at=2091977.778068191, lu_delay=6.647811158793047, ms=00043}
22:49:11.575731 run                             mass: MS start registered  {at=2091977.784037792, delay=0.0059888288378715515, ms=00064}
22:49:11.583335 run                             mass: MS performed LU  {at=2091977.791657854, lu_delay=4.429797086166218, ms=00051}
22:49:11.690964 run                             mass: MS performed LU  {at=2091977.899189893, lu_delay=7.228381713852286, ms=00042}
22:49:11.719549 run                osmo-ms-mob/00065: Starting mobile
22:49:11.733483 run       osmo-ms-mob/00065(pid=200): Launched
22:49:11.744724 run                             mass: MS start registered  {at=2091977.953039364, delay=0.005151114892214537, ms=00065}
22:49:11.764103 run                             mass: MS performed LU  {at=2091977.972368575, lu_delay=4.789131687954068, ms=00050}
22:49:12.264966 run                osmo-ms-mob/00066: Starting mobile
22:49:12.281482 run       osmo-ms-mob/00066(pid=201): Launched
22:49:12.292279 run                             mass: MS start registered  {at=2091978.50060309, delay=0.004760588984936476, ms=00066}
22:49:12.541465 run                             mass: MS performed LU  {at=2091978.749662813, lu_delay=4.591607898008078, ms=00053}
22:49:12.572890 run                osmo-ms-mob/00067: Starting mobile
22:49:12.586128 run       osmo-ms-mob/00067(pid=202): Launched
22:49:12.592307 run                             mass: MS performed LU  {at=2091978.800636437, lu_delay=4.910512381931767, ms=00052}
22:49:12.598203 run                             mass: MS start registered  {at=2091978.806538724, delay=0.005920356139540672, ms=00067}
22:49:12.937757 run                osmo-ms-mob/00068: Starting mobile
22:49:12.952171 run       osmo-ms-mob/00068(pid=203): Launched
22:49:12.963715 run                             mass: MS start registered  {at=2091979.172019154, delay=0.005442389054223895, ms=00068}
22:49:13.366299 run                osmo-ms-mob/00069: Starting mobile
22:49:13.382163 run       osmo-ms-mob/00069(pid=204): Launched
22:49:13.393383 run                             mass: MS start registered  {at=2091979.601701225, delay=0.00446767290122807, ms=00069}
22:49:13.661465 run                             mass: MS performed LU  {at=2091979.869688822, lu_delay=4.870636818930507, ms=00056}
22:49:13.690791 run                osmo-ms-mob/00070: Starting mobile
22:49:13.704287 run       osmo-ms-mob/00070(pid=205): Launched
22:49:13.715031 run                             mass: MS start registered  {at=2091979.923353589, delay=0.004675946896895766, ms=00070}
22:49:13.781159 run                             mass: MS performed LU  {at=2091979.989394323, lu_delay=7.131086860084906, ms=00049}
22:49:14.124882 run                osmo-ms-mob/00071: Starting mobile
22:49:14.137950 run       osmo-ms-mob/00071(pid=206): Launched
22:49:14.149525 run                             mass: MS start registered  {at=2091980.357841618, delay=0.0052024140022695065, ms=00071}
22:49:14.460500 run                             mass: MS performed LU  {at=2091980.66871798, lu_delay=5.897475369973108, ms=00055}
22:49:14.506957 run                osmo-ms-mob/00072: Starting mobile
22:49:14.520997 run       osmo-ms-mob/00072(pid=207): Launched
22:49:14.532036 run                             mass: MS start registered  {at=2091980.740355018, delay=0.004736908013001084, ms=00072}
22:49:14.538076 run                             mass: MS performed LU  {at=2091980.746405692, lu_delay=5.619474339066073, ms=00057}
22:49:14.713816 run                             mass: MS performed LU  {at=2091980.922036752, lu_delay=4.876948747085407, ms=00059}
22:49:14.737758 run                             mass: MS performed LU  {at=2091980.946089379, lu_delay=6.488412043079734, ms=00054}
22:49:14.749009 run                osmo-ms-mob/00073: Starting mobile
22:49:14.762219 run       osmo-ms-mob/00073(pid=208): Launched
22:49:14.773033 run                             mass: MS start registered  {at=2091980.981353646, delay=0.004429384833201766, ms=00073}
22:49:14.985362 run                             mass: MS performed LU  {at=2091981.193579192, lu_delay=5.042212767992169, ms=00060}
22:49:15.340007 run                osmo-ms-mob/00074: Starting mobile
22:49:15.354846 run       osmo-ms-mob/00074(pid=209): Launched
22:49:15.366695 run                             mass: MS start registered  {at=2091981.575005514, delay=0.005753976991400123, ms=00074}
22:49:15.504476 run                             mass: MS performed LU  {at=2091981.712694631, lu_delay=3.9286568390671164, ms=00064}
22:49:15.755563 run                osmo-ms-mob/00075: Starting mobile
22:49:15.771032 run       osmo-ms-mob/00075(pid=210): Launched
22:49:15.781922 run                             mass: MS start registered  {at=2091981.990242113, delay=0.004744012840092182, ms=00075}
22:49:16.255023 run                osmo-ms-mob/00076: Starting mobile
22:49:16.272598 run       osmo-ms-mob/00076(pid=211): Launched
22:49:16.284392 run                             mass: MS start registered  {at=2091982.492711728, delay=0.005386993987485766, ms=00076}
22:49:16.306107 run                             mass: MS performed LU  {at=2091982.51436828, lu_delay=5.111502891173586, ms=00063}
22:49:16.324163 run                             mass: MS performed LU  {at=2091982.532408732, lu_delay=4.579369368031621, ms=00065}
22:49:16.352039 run                             mass: MS performed LU  {at=2091982.560110125, lu_delay=5.788849645992741, ms=00061}
22:49:16.366469 run                osmo-ms-mob/00077: Starting mobile
22:49:16.379455 run       osmo-ms-mob/00077(pid=212): Launched
22:49:16.390462 run                             mass: MS start registered  {at=2091982.598782786, delay=0.004650752991437912, ms=00077}
22:49:17.169507 run                osmo-ms-mob/00078: Starting mobile
22:49:17.188378 run       osmo-ms-mob/00078(pid=213): Launched
22:49:17.199534 run                             mass: MS start registered  {at=2091983.407840817, delay=0.004520602058619261, ms=00078}
22:49:17.538292 run                osmo-ms-mob/00079: Starting mobile
22:49:17.552310 run       osmo-ms-mob/00079(pid=214): Launched
22:49:17.563068 run                             mass: MS start registered  {at=2091983.771378249, delay=0.0046826680190861225, ms=00079}
22:49:18.048947 run                osmo-ms-mob/00080: Starting mobile
22:49:18.065497 run       osmo-ms-mob/00080(pid=215): Launched
22:49:18.076258 run                             mass: MS start registered  {at=2091984.284581153, delay=0.004685885971412063, ms=00080}
22:49:18.253456 run                             mass: MS performed LU  {at=2091984.461672182, lu_delay=4.859970957040787, ms=00069}
22:49:18.281284 run                             mass: MS performed LU  {at=2091984.489530152, lu_delay=5.988927061902359, ms=00066}
22:49:18.368964 run                             mass: MS performed LU  {at=2091984.577183475, lu_delay=5.7706447509117424, ms=00067}
22:49:18.415835 run                osmo-ms-mob/00081: Starting mobile
22:49:18.430591 run       osmo-ms-mob/00081(pid=216): Launched
22:49:18.436701 run                             mass: MS performed LU  {at=2091984.645028658, lu_delay=4.7216750690713525, ms=00070}
22:49:18.442888 run                             mass: MS start registered  {at=2091984.65122275, delay=0.006212173029780388, ms=00081}
22:49:18.964865 run                osmo-ms-mob/00082: Starting mobile
22:49:18.981507 run       osmo-ms-mob/00082(pid=217): Launched
22:49:18.992998 run                             mass: MS start registered  {at=2091985.201319126, delay=0.005063296994194388, ms=00082}
22:49:19.524323 run                osmo-ms-mob/00083: Starting mobile
22:49:19.537759 run       osmo-ms-mob/00083(pid=218): Launched
22:49:19.549061 run                             mass: MS start registered  {at=2091985.757381374, delay=0.005009863059967756, ms=00083}
22:49:20.047111 run                osmo-ms-mob/00084: Starting mobile
22:49:20.062956 run       osmo-ms-mob/00084(pid=219): Launched
22:49:20.070977 run                             mass: MS performed LU  {at=2091986.27929352, lu_delay=5.921451902016997, ms=00071}
22:49:20.076951 run                             mass: MS start registered  {at=2091986.285286263, delay=0.007851655129343271, ms=00084}
22:49:20.089620 run                             mass: MS performed LU  {at=2091986.297931115, lu_delay=5.557576096849516, ms=00072}
22:49:20.118187 run                             mass: MS performed LU  {at=2091986.326426739, lu_delay=4.751421225024387, ms=00074}
22:49:20.344370 run                             mass: MS performed LU  {at=2091986.552591503, lu_delay=5.571237856987864, ms=00073}
22:49:20.388784 run                osmo-ms-mob/00085: Starting mobile
22:49:20.402882 run       osmo-ms-mob/00085(pid=220): Launched
22:49:20.409116 run                             mass: MS performed LU  {at=2091986.617445576, lu_delay=4.627203463111073, ms=00075}
22:49:20.415054 run                             mass: MS start registered  {at=2091986.623389835, delay=0.005960902897641063, ms=00085}
22:49:21.137327 run                osmo-ms-mob/00086: Starting mobile
22:49:21.151135 run       osmo-ms-mob/00086(pid=221): Launched
22:49:21.161955 run                             mass: MS start registered  {at=2091987.370277747, delay=0.004598574014380574, ms=00086}
22:49:21.752742 run                osmo-ms-mob/00087: Starting mobile
22:49:21.778175 run       osmo-ms-mob/00087(pid=222): Launched
22:49:21.789105 run                             mass: MS start registered  {at=2091987.997427989, delay=0.004374351119622588, ms=00087}
22:49:22.019810 run                             mass: MS performed LU  {at=2091988.227976516, lu_delay=5.735264787916094, ms=00076}
22:49:22.046971 run                             mass: MS performed LU  {at=2091988.255191553, lu_delay=4.847350735915825, ms=00078}
22:49:22.134504 run                             mass: MS performed LU  {at=2091988.342723528, lu_delay=5.743940741987899, ms=00077}
22:49:22.165681 run                osmo-ms-mob/00088: Starting mobile
22:49:22.179012 run       osmo-ms-mob/00088(pid=223): Launched
22:49:22.190540 run                             mass: MS start registered  {at=2091988.398855221, delay=0.0053503739181905985, ms=00088}
22:49:22.387841 run                             mass: MS performed LU  {at=2091988.596060905, lu_delay=4.824682655977085, ms=00079}
22:49:22.936875 run                osmo-ms-mob/00089: Starting mobile
22:49:22.951074 run       osmo-ms-mob/00089(pid=224): Launched
22:49:22.962081 run                             mass: MS start registered  {at=2091989.170401386, delay=0.00490823108702898, ms=00089}
22:49:23.546224 run                osmo-ms-mob/00090: Starting mobile
22:49:23.563909 run       osmo-ms-mob/00090(pid=225): Launched
22:49:23.575046 run                             mass: MS start registered  {at=2091989.783360379, delay=0.005007341969758272, ms=00090}
22:49:23.818600 run                             mass: MS performed LU  {at=2091990.02682121, lu_delay=5.742240057094023, ms=00080}
22:49:23.842909 run                             mass: MS performed LU  {at=2091990.051239394, lu_delay=4.849920267937705, ms=00082}
22:49:23.883694 run                             mass: MS performed LU  {at=2091990.091888024, lu_delay=5.440665273927152, ms=00081}
22:49:24.092050 run                             mass: MS performed LU  {at=2091990.300269625, lu_delay=22.720791097031906, ms=00033}
22:49:24.122109 run                osmo-ms-mob/00091: Starting mobile
22:49:24.135251 run       osmo-ms-mob/00091(pid=226): Launched
22:49:24.146080 run                             mass: MS start registered  {at=2091990.35440081, delay=0.004755214089527726, ms=00091}
22:49:24.925989 run                osmo-ms-mob/00092: Starting mobile
22:49:24.939368 run       osmo-ms-mob/00092(pid=227): Launched
22:49:24.950319 run                             mass: MS start registered  {at=2091991.158637253, delay=0.004880967084318399, ms=00092}
22:49:25.755142 run                osmo-ms-mob/00093: Starting mobile
22:49:25.771640 run       osmo-ms-mob/00093(pid=228): Launched
22:49:25.782515 run                             mass: MS start registered  {at=2091991.990837291, delay=0.004761118208989501, ms=00093}
22:49:25.788939 run                             mass: MS performed LU  {at=2091991.997269537, lu_delay=4.626991790020838, ms=00086}
22:49:25.811434 run                             mass: MS performed LU  {at=2091992.019747052, lu_delay=5.734460789011791, ms=00084}
22:49:25.830304 run                             mass: MS performed LU  {at=2091992.03855075, lu_delay=5.4151609148830175, ms=00085}
22:49:25.900437 run                             mass: MS performed LU  {at=2091992.10865614, lu_delay=6.351274766027927, ms=00083}
22:49:26.628341 run                osmo-ms-mob/00094: Starting mobile
22:49:26.650187 run       osmo-ms-mob/00094(pid=229): Launched
22:49:26.661212 run                             mass: MS start registered  {at=2091992.869526922, delay=0.004956855904310942, ms=00094}
22:49:27.549247 run                osmo-ms-mob/00095: Starting mobile
22:49:27.562560 run       osmo-ms-mob/00095(pid=230): Launched
22:49:27.569065 run                             mass: MS performed LU  {at=2091993.777391666, lu_delay=5.378536445088685, ms=00088}
22:49:27.575197 run                             mass: MS start registered  {at=2091993.783528951, delay=0.006157639902085066, ms=00095}
22:49:27.583318 run                             mass: MS performed LU  {at=2091993.791640848, lu_delay=4.621239461936057, ms=00089}
22:49:27.650260 run                             mass: MS performed LU  {at=2091993.85847628, lu_delay=5.861048290971667, ms=00087}
22:49:28.536316 run                osmo-ms-mob/00096: Starting mobile
22:49:28.550510 run       osmo-ms-mob/00096(pid=231): Launched
22:49:28.561464 run                             mass: MS start registered  {at=2091994.769785847, delay=0.004758859984576702, ms=00096}
22:49:29.550674 run                             mass: MS performed LU  {at=2091995.758875908, lu_delay=5.404475098010153, ms=00091}
22:49:29.567421 run                osmo-ms-mob/00097: Starting mobile
22:49:29.580888 run       osmo-ms-mob/00097(pid=232): Launched
22:49:29.587011 run                             mass: MS performed LU  {at=2091995.795339178, lu_delay=4.636701924959198, ms=00092}
22:49:29.595052 run                             mass: MS start registered  {at=2091995.80337832, delay=0.008057298138737679, ms=00097}
22:49:29.601177 run                             mass: MS performed LU  {at=2091995.809508266, lu_delay=6.0261478868778795, ms=00090}
22:49:30.957152 run                osmo-ms-mob/00098: Starting mobile
22:49:30.973973 run       osmo-ms-mob/00098(pid=233): Launched
22:49:30.985084 run                             mass: MS start registered  {at=2091997.193402029, delay=0.004994349088519812, ms=00098}
22:49:31.314424 run                             mass: MS performed LU  {at=2091997.522642124, lu_delay=5.53180483286269, ms=00093}
22:49:31.415378 run                             mass: MS performed LU  {at=2091997.623601052, lu_delay=4.7540741299744695, ms=00094}
22:49:31.567833 run                             mass: MS performed LU  {at=2091997.776056133, lu_delay=21.976604145020247, ms=00058}
22:49:32.737457 run                osmo-ms-mob/00099: Starting mobile
22:49:32.751315 run       osmo-ms-mob/00099(pid=234): Launched
22:49:32.757673 run                             mass: All started... {duration=55.74351756297983, too_slow=1}
22:49:32.763307 run                             mass: MS start registered  {at=2091998.97163573, delay=0.005630257073789835, ms=00099}
22:49:33.316676 run                             mass: MS performed LU  {at=2091999.524896261, lu_delay=4.755110414000228, ms=00096}
22:49:33.344186 run                             mass: MS performed LU  {at=2091999.552431412, lu_delay=5.76890246104449, ms=00095}
22:49:33.598601 run                             mass: MS performed LU  {at=2091999.806822618, lu_delay=22.84229278890416, ms=00062}
22:49:35.181142 run                             mass: MS performed LU  {at=2092001.389338568, lu_delay=5.585960248019546, ms=00097}
22:49:35.314547 run                             mass: MS performed LU  {at=2092001.522763847, lu_delay=22.350744692841545, ms=00068}
22:49:37.082898 run                             mass: MS performed LU  {at=2092003.291115207, lu_delay=6.097713177790865, ms=00098}
22:49:38.948142 run                             mass: MS performed LU  {at=2092005.156360612, lu_delay=6.184724882012233, ms=00099}
22:49:38.971442 run                             mass: Tests done {all_completed=True, max=22.84229278890416, min=3.834310777951032}
22:49:38.977223 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:38.982602 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:38.985876 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:38.989099 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:38.992365 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:38.995586 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:38.998903 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:39.002237 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:39.005603 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:39.008918 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:39.012212 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:39.015504 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:39.018869 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:39.022213 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:39.025465 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:39.028764 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:39.032171 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:39.035506 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:39.038869 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:39.042235 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:39.045570 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:39.048939 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:39.052283 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:39.055594 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:39.058902 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:39.062255 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:39.065647 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:39.068993 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:39.072338 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:39.075674 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:39.079009 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:39.082327 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:39.086300 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:39.089890 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:39.093272 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:39.096582 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:39.099887 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:39.103215 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:39.106564 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:39.110135 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:39.113440 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:39.116796 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:39.120147 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:39.123449 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:39.126750 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:39.130118 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:39.133460 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:39.137024 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:39.140322 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:39.143650 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:39.147003 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:39.150329 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:39.153860 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:39.157189 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:39.161050 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:39.164609 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:39.168194 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:39.171530 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:39.174865 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:39.178205 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:39.181717 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:39.185049 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:39.188386 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:39.191747 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:39.195507 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:39.198839 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:39.202174 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:39.205612 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:39.208923 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:39.212232 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:39.215549 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:39.218845 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:39.222163 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:39.225469 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:39.228777 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:39.232172 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:39.235482 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:39.238837 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:39.242167 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:39.245510 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:39.248840 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:39.252201 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:39.255511 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:39.259035 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:39.262580 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:39.266181 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:39.270075 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:39.273371 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:39.276704 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:39.280031 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:39.283336 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:39.286681 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:39.290005 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:39.293388 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:39.296685 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:39.300016 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:39.303782 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:39.307372 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:39.310924 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:39.314482 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:39.317800 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:39.321113 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:39.324501 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:39.327856 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:39.331179 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:39.334521 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:39.338303 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:39.341629 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:39.344982 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:39.348290 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:39.351569 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:39.354932 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:39.358236 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:39.361560 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:39.364878 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:39.368214 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:39.371505 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:39.374755 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:39.377983 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:39.381200 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:39.384420 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:39.387623 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:39.390864 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:39.394073 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:39.397275 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:39.400494 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:39.403705 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:39.406916 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:39.410139 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:39.413356 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:39.416591 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:39.419818 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:39.423036 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:39.426241 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:39.429454 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:39.432666 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:39.435885 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:39.439085 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:39.442300 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:39.445520 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:39.448741 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:39.451967 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:39.455155 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:39.458363 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:39.461586 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:39.464802 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:39.468015 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:39.471225 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:39.474440 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:39.477660 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.480862 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.484083 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.487281 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.490503 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.493719 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.496932 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.500139 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.503362 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.506575 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.509789 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.512989 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.516208 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.519410 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.522632 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.525859 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.529067 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.532284 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.535512 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.538748 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.541964 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.545182 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.548412 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.551614 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.554830 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.558036 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.561258 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.564465 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.567676 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.570899 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.574135 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.577353 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.580579 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.583798 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.587017 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.590262 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.593466 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.596684 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.599891 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.603099 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.606311 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.609526 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.612738 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.615942 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.619146 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.622359 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.625574 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.628797 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.632009 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.635222 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.638440 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.641646 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.644852 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.648055 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.651260 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.654465 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.657675 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.660900 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.664099 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.667303 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.670531 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.673741 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.676949 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.680158 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.683374 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.686597 ---      ParallelTerminationStrategy: PID 22 died...
22:49:39.688059 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:39.691612 ---      ParallelTerminationStrategy: PID 23 died...
22:49:39.693058 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:39.696601 ---      ParallelTerminationStrategy: PID 24 died...
22:49:39.698035 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:39.701593 ---      ParallelTerminationStrategy: PID 25 died...
22:49:39.703049 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:39.706623 ---      ParallelTerminationStrategy: PID 26 died...
22:49:39.708078 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:39.711671 ---      ParallelTerminationStrategy: PID 27 died...
22:49:39.713140 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:39.716745 ---      ParallelTerminationStrategy: PID 28 died...
22:49:39.718242 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:39.721885 ---      ParallelTerminationStrategy: PID 29 died...
22:49:39.723370 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.727046 ---      ParallelTerminationStrategy: PID 30 died...
22:49:39.728529 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.732192 ---      ParallelTerminationStrategy: PID 31 died...
22:49:39.733676 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.737345 ---      ParallelTerminationStrategy: PID 32 died...
22:49:39.738835 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.742524 ---      ParallelTerminationStrategy: PID 33 died...
22:49:39.744011 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.747669 ---      ParallelTerminationStrategy: PID 35 died...
22:49:39.749166 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:39.752832 ---      ParallelTerminationStrategy: PID 36 died...
22:49:39.754312 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:39.757987 ---      ParallelTerminationStrategy: PID 37 died...
22:49:39.759462 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:39.763130 ---      ParallelTerminationStrategy: PID 38 died...
22:49:39.764622 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:39.768275 ---      ParallelTerminationStrategy: PID 39 died...
22:49:39.769765 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:39.773444 ---      ParallelTerminationStrategy: PID 40 died...
22:49:39.774923 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:39.778586 ---      ParallelTerminationStrategy: PID 41 died...
22:49:39.780097 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:39.783767 ---      ParallelTerminationStrategy: PID 42 died...
22:49:39.785248 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:39.788928 ---      ParallelTerminationStrategy: PID 43 died...
22:49:39.790398 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:39.794043 ---      ParallelTerminationStrategy: PID 44 died...
22:49:39.795537 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:39.799189 ---      ParallelTerminationStrategy: PID 45 died...
22:49:39.800674 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:39.804334 ---      ParallelTerminationStrategy: PID 46 died...
22:49:39.805807 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:39.809441 ---      ParallelTerminationStrategy: PID 47 died...
22:49:39.810922 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:39.814554 ---      ParallelTerminationStrategy: PID 48 died...
22:49:39.816029 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:39.819646 ---      ParallelTerminationStrategy: PID 49 died...
22:49:39.821122 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:39.824751 ---      ParallelTerminationStrategy: PID 50 died...
22:49:39.826216 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:39.829861 ---      ParallelTerminationStrategy: PID 51 died...
22:49:39.831335 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:39.834969 ---      ParallelTerminationStrategy: PID 52 died...
22:49:39.836446 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:39.840072 ---      ParallelTerminationStrategy: PID 53 died...
22:49:39.841534 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:39.845176 ---      ParallelTerminationStrategy: PID 54 died...
22:49:39.846649 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:39.850309 ---      ParallelTerminationStrategy: PID 55 died...
22:49:39.851793 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:39.855443 ---      ParallelTerminationStrategy: PID 56 died...
22:49:39.856931 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:39.860553 ---      ParallelTerminationStrategy: PID 57 died...
22:49:39.862029 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:39.865663 ---      ParallelTerminationStrategy: PID 58 died...
22:49:39.867133 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:39.870779 ---      ParallelTerminationStrategy: PID 59 died...
22:49:39.872267 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:39.875922 ---      ParallelTerminationStrategy: PID 60 died...
22:49:39.877389 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:39.881027 ---      ParallelTerminationStrategy: PID 61 died...
22:49:39.882495 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:39.886148 ---      ParallelTerminationStrategy: PID 62 died...
22:49:39.887632 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:39.891269 ---      ParallelTerminationStrategy: PID 63 died...
22:49:39.892743 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:39.896368 ---      ParallelTerminationStrategy: PID 64 died...
22:49:39.897840 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:39.901486 ---      ParallelTerminationStrategy: PID 65 died...
22:49:39.902955 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:39.906603 ---      ParallelTerminationStrategy: PID 66 died...
22:49:39.908071 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.911708 ---      ParallelTerminationStrategy: PID 67 died...
22:49:39.913185 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:39.916833 ---      ParallelTerminationStrategy: PID 68 died...
22:49:39.918303 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:39.921946 ---      ParallelTerminationStrategy: PID 69 died...
22:49:39.923443 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:39.927076 ---      ParallelTerminationStrategy: PID 70 died...
22:49:39.928549 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.932196 ---      ParallelTerminationStrategy: PID 71 died...
22:49:39.933662 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.937296 ---      ParallelTerminationStrategy: PID 72 died...
22:49:39.938751 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.942369 ---      ParallelTerminationStrategy: PID 73 died...
22:49:39.943842 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.947457 ---      ParallelTerminationStrategy: PID 74 died...
22:49:39.948963 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.952583 ---      ParallelTerminationStrategy: PID 75 died...
22:49:39.954052 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.957692 ---      ParallelTerminationStrategy: PID 76 died...
22:49:39.959176 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.962810 ---      ParallelTerminationStrategy: PID 77 died...
22:49:39.964293 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.967929 ---      ParallelTerminationStrategy: PID 78 died...
22:49:39.969397 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:39.973021 ---      ParallelTerminationStrategy: PID 79 died...
22:49:39.974484 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:39.978141 ---      ParallelTerminationStrategy: PID 80 died...
22:49:39.979617 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:39.983259 ---      ParallelTerminationStrategy: PID 81 died...
22:49:39.984733 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:39.988388 ---      ParallelTerminationStrategy: PID 82 died...
22:49:39.989864 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:39.993518 ---      ParallelTerminationStrategy: PID 83 died...
22:49:39.994983 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:39.998634 ---      ParallelTerminationStrategy: PID 84 died...
22:49:40.000104 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:40.003747 ---      ParallelTerminationStrategy: PID 85 died...
22:49:40.005224 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:40.008853 ---      ParallelTerminationStrategy: PID 86 died...
22:49:40.010329 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:40.013977 ---      ParallelTerminationStrategy: PID 87 died...
22:49:40.015443 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:40.019095 ---      ParallelTerminationStrategy: PID 88 died...
22:49:40.020567 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:40.024191 ---      ParallelTerminationStrategy: PID 89 died...
22:49:40.025665 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:40.029344 ---      ParallelTerminationStrategy: PID 90 died...
22:49:40.030826 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:40.034456 ---      ParallelTerminationStrategy: PID 91 died...
22:49:40.035938 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:40.039564 ---      ParallelTerminationStrategy: PID 92 died...
22:49:40.041046 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:40.044683 ---      ParallelTerminationStrategy: PID 93 died...
22:49:40.046152 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:40.049796 ---      ParallelTerminationStrategy: PID 94 died...
22:49:40.051260 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:40.054892 ---      ParallelTerminationStrategy: PID 95 died...
22:49:40.056371 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:40.060004 ---      ParallelTerminationStrategy: PID 96 died...
22:49:40.061481 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:40.065137 ---      ParallelTerminationStrategy: PID 97 died...
22:49:40.066609 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:40.070261 ---      ParallelTerminationStrategy: PID 98 died...
22:49:40.071749 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:40.075371 ---      ParallelTerminationStrategy: PID 99 died...
22:49:40.076839 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:40.080416 ---      ParallelTerminationStrategy: PID 100 died...
22:49:40.081870 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:40.085439 ---      ParallelTerminationStrategy: PID 101 died...
22:49:40.086885 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:40.090459 ---      ParallelTerminationStrategy: PID 102 died...
22:49:40.091902 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:40.095472 ---      ParallelTerminationStrategy: PID 103 died...
22:49:40.096927 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:40.100511 ---      ParallelTerminationStrategy: PID 104 died...
22:49:40.101963 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:40.105537 ---      ParallelTerminationStrategy: PID 105 died...
22:49:40.106991 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:40.110569 ---      ParallelTerminationStrategy: PID 106 died...
22:49:40.112022 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:40.115582 ---      ParallelTerminationStrategy: PID 107 died...
22:49:40.117041 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:40.120601 ---      ParallelTerminationStrategy: PID 108 died...
22:49:40.122047 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:40.125629 ---      ParallelTerminationStrategy: PID 109 died...
22:49:40.127069 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:40.130630 ---      ParallelTerminationStrategy: PID 110 died...
22:49:40.132079 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:40.135636 ---      ParallelTerminationStrategy: PID 111 died...
22:49:40.137082 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:40.140659 ---      ParallelTerminationStrategy: PID 112 died...
22:49:40.142111 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:40.145694 ---      ParallelTerminationStrategy: PID 113 died...
22:49:40.147141 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:40.150740 ---      ParallelTerminationStrategy: PID 114 died...
22:49:40.152196 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:40.155790 ---      ParallelTerminationStrategy: PID 115 died...
22:49:40.157244 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:40.160819 ---      ParallelTerminationStrategy: PID 116 died...
22:49:40.162262 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:40.165848 ---      ParallelTerminationStrategy: PID 117 died...
22:49:40.167296 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:40.170859 ---      ParallelTerminationStrategy: PID 118 died...
22:49:40.172322 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:40.175891 ---      ParallelTerminationStrategy: PID 119 died...
22:49:40.177336 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:40.180928 ---      ParallelTerminationStrategy: PID 120 died...
22:49:40.182400 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:40.186042 ---      ParallelTerminationStrategy: PID 121 died...
22:49:40.187512 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:40.191146 ---      ParallelTerminationStrategy: PID 122 died...
22:49:40.192643 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:40.196287 ---      ParallelTerminationStrategy: PID 123 died...
22:49:40.197749 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:40.201384 ---      ParallelTerminationStrategy: PID 124 died...
22:49:40.202849 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:40.206503 ---      ParallelTerminationStrategy: PID 125 died...
22:49:40.207984 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:40.211607 ---      ParallelTerminationStrategy: PID 126 died...
22:49:40.213086 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:40.216708 ---      ParallelTerminationStrategy: PID 127 died...
22:49:40.218180 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:40.221833 ---      ParallelTerminationStrategy: PID 128 died...
22:49:40.223306 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:40.226950 ---      ParallelTerminationStrategy: PID 129 died...
22:49:40.228441 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:40.232084 ---      ParallelTerminationStrategy: PID 130 died...
22:49:40.233548 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:40.237194 ---      ParallelTerminationStrategy: PID 131 died...
22:49:40.238665 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:40.242314 ---      ParallelTerminationStrategy: PID 132 died...
22:49:40.243792 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:40.247420 ---      ParallelTerminationStrategy: PID 133 died...
22:49:40.248907 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:40.252545 ---      ParallelTerminationStrategy: PID 134 died...
22:49:40.254021 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:40.257657 ---      ParallelTerminationStrategy: PID 135 died...
22:49:40.259127 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:40.262789 ---      ParallelTerminationStrategy: PID 136 died...
22:49:40.264273 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:40.267923 ---      ParallelTerminationStrategy: PID 137 died...
22:49:40.269392 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:40.273057 ---      ParallelTerminationStrategy: PID 138 died...
22:49:40.274523 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:40.278179 ---      ParallelTerminationStrategy: PID 139 died...
22:49:40.279655 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:40.283312 ---      ParallelTerminationStrategy: PID 140 died...
22:49:40.284792 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:40.288452 ---      ParallelTerminationStrategy: PID 141 died...
22:49:40.289926 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:40.293576 ---      ParallelTerminationStrategy: PID 142 died...
22:49:40.295042 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:40.298691 ---      ParallelTerminationStrategy: PID 143 died...
22:49:40.300183 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:40.303851 ---      ParallelTerminationStrategy: PID 144 died...
22:49:40.305339 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:40.308989 ---      ParallelTerminationStrategy: PID 145 died...
22:49:40.310459 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:40.314109 ---      ParallelTerminationStrategy: PID 146 died...
22:49:40.315582 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:40.319251 ---      ParallelTerminationStrategy: PID 147 died...
22:49:40.320741 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:40.324395 ---      ParallelTerminationStrategy: PID 148 died...
22:49:40.325868 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:40.329527 ---      ParallelTerminationStrategy: PID 149 died...
22:49:40.330999 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:40.334661 ---      ParallelTerminationStrategy: PID 150 died...
22:49:40.336134 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:40.339786 ---      ParallelTerminationStrategy: PID 151 died...
22:49:40.341260 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:40.344912 ---      ParallelTerminationStrategy: PID 152 died...
22:49:40.346381 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:40.350034 ---      ParallelTerminationStrategy: PID 153 died...
22:49:40.351505 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:40.355156 ---      ParallelTerminationStrategy: PID 154 died...
22:49:40.356636 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:40.360290 ---      ParallelTerminationStrategy: PID 155 died...
22:49:40.361771 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:40.365443 ---      ParallelTerminationStrategy: PID 156 died...
22:49:40.366915 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:40.370558 ---      ParallelTerminationStrategy: PID 157 died...
22:49:40.372024 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:40.375677 ---      ParallelTerminationStrategy: PID 158 died...
22:49:40.377145 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:40.380841 ---      ParallelTerminationStrategy: PID 159 died...
22:49:40.382313 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:40.385975 ---      ParallelTerminationStrategy: PID 160 died...
22:49:40.387448 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:40.391102 ---      ParallelTerminationStrategy: PID 161 died...
22:49:40.392590 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:40.396248 ---      ParallelTerminationStrategy: PID 162 died...
22:49:40.397708 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:40.401354 ---      ParallelTerminationStrategy: PID 163 died...
22:49:40.402824 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:40.406467 ---      ParallelTerminationStrategy: PID 164 died...
22:49:40.407948 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:40.411588 ---      ParallelTerminationStrategy: PID 165 died...
22:49:40.413068 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:40.416723 ---      ParallelTerminationStrategy: PID 166 died...
22:49:40.418191 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:40.421867 ---      ParallelTerminationStrategy: PID 167 died...
22:49:40.423336 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:40.426997 ---      ParallelTerminationStrategy: PID 168 died...
22:49:40.428469 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:40.432144 ---      ParallelTerminationStrategy: PID 169 died...
22:49:40.433615 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:40.437260 ---      ParallelTerminationStrategy: PID 170 died...
22:49:40.438734 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:40.442386 ---      ParallelTerminationStrategy: PID 171 died...
22:49:40.443868 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:40.447513 ---      ParallelTerminationStrategy: PID 172 died...
22:49:40.448995 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:40.452648 ---      ParallelTerminationStrategy: PID 173 died...
22:49:40.454121 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:40.457784 ---      ParallelTerminationStrategy: PID 174 died...
22:49:40.459252 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:40.462898 ---      ParallelTerminationStrategy: PID 175 died...
22:49:40.464371 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:40.468021 ---      ParallelTerminationStrategy: PID 176 died...
22:49:40.469483 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:40.473135 ---      ParallelTerminationStrategy: PID 177 died...
22:49:40.474605 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:40.478251 ---      ParallelTerminationStrategy: PID 178 died...
22:49:40.479745 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:40.483394 ---      ParallelTerminationStrategy: PID 179 died...
22:49:40.484867 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.488509 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.489974 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.493639 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.495114 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.498770 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.500249 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.503913 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.505382 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.509038 ---      ParallelTerminationStrategy: PID 184 died...
22:49:40.510515 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.514171 ---      ParallelTerminationStrategy: PID 185 died...
22:49:40.515634 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.519292 ---      ParallelTerminationStrategy: PID 186 died...
22:49:40.520799 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.524456 ---      ParallelTerminationStrategy: PID 187 died...
22:49:40.525937 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.529621 ---      ParallelTerminationStrategy: PID 188 died...
22:49:40.531103 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.534769 ---      ParallelTerminationStrategy: PID 189 died...
22:49:40.536251 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.539913 ---      ParallelTerminationStrategy: PID 190 died...
22:49:40.541382 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.545067 ---      ParallelTerminationStrategy: PID 191 died...
22:49:40.546542 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.550195 ---      ParallelTerminationStrategy: PID 192 died...
22:49:40.551666 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.555303 ---      ParallelTerminationStrategy: PID 193 died...
22:49:40.556806 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.560450 ---      ParallelTerminationStrategy: PID 194 died...
22:49:40.561924 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.565595 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.567058 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.570718 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.572215 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.575866 ---      ParallelTerminationStrategy: PID 197 died...
22:49:40.577337 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.580991 ---      ParallelTerminationStrategy: PID 198 died...
22:49:40.582455 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.586095 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.587562 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.591203 ---      ParallelTerminationStrategy: PID 200 died...
22:49:40.592671 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.596338 ---      ParallelTerminationStrategy: PID 201 died...
22:49:40.597804 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.601447 ---      ParallelTerminationStrategy: PID 202 died...
22:49:40.602914 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.606575 ---      ParallelTerminationStrategy: PID 203 died...
22:49:40.608051 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.611626 ---      ParallelTerminationStrategy: PID 204 died...
22:49:40.613102 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.616752 ---      ParallelTerminationStrategy: PID 205 died...
22:49:40.618226 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.621874 ---      ParallelTerminationStrategy: PID 206 died...
22:49:40.623350 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.627010 ---      ParallelTerminationStrategy: PID 207 died...
22:49:40.628480 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.632134 ---      ParallelTerminationStrategy: PID 208 died...
22:49:40.633584 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.637159 ---      ParallelTerminationStrategy: PID 209 died...
22:49:40.638591 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.642196 ---      ParallelTerminationStrategy: PID 210 died...
22:49:40.643630 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.647198 ---      ParallelTerminationStrategy: PID 211 died...
22:49:40.648643 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.652219 ---      ParallelTerminationStrategy: PID 212 died...
22:49:40.653658 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.657254 ---      ParallelTerminationStrategy: PID 213 died...
22:49:40.658688 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.662265 ---      ParallelTerminationStrategy: PID 214 died...
22:49:40.663707 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.667289 ---      ParallelTerminationStrategy: PID 215 died...
22:49:40.668750 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.672333 ---      ParallelTerminationStrategy: PID 216 died...
22:49:40.673775 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.677376 ---      ParallelTerminationStrategy: PID 217 died...
22:49:40.678821 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.682405 ---      ParallelTerminationStrategy: PID 218 died...
22:49:40.683862 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:40.687443 ---      ParallelTerminationStrategy: PID 219 died...
22:49:40.688893 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:40.692491 ---      ParallelTerminationStrategy: PID 220 died...
22:49:40.693940 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:40.697521 ---      ParallelTerminationStrategy: PID 221 died...
22:49:40.698975 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:40.702570 ---      ParallelTerminationStrategy: PID 222 died...
22:49:40.704031 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:40.707606 ---      ParallelTerminationStrategy: PID 223 died...
22:49:40.709058 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:40.712638 ---      ParallelTerminationStrategy: PID 224 died...
22:49:40.714081 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.717696 ---      ParallelTerminationStrategy: PID 225 died...
22:49:40.719142 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.722742 ---      ParallelTerminationStrategy: PID 226 died...
22:49:40.724192 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.727787 ---      ParallelTerminationStrategy: PID 227 died...
22:49:40.729230 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:40.732817 ---      ParallelTerminationStrategy: PID 228 died...
22:49:40.734268 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:40.737878 ---      ParallelTerminationStrategy: PID 229 died...
22:49:40.739326 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:40.742904 ---      ParallelTerminationStrategy: PID 230 died...
22:49:40.744360 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:40.747958 ---      ParallelTerminationStrategy: PID 231 died...
22:49:40.749414 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:40.753005 ---      ParallelTerminationStrategy: PID 232 died...
22:49:40.754447 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:40.758014 ---      ParallelTerminationStrategy: PID 233 died...
22:49:40.759450 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:40.763031 ---      ParallelTerminationStrategy: PID 234 died...
22:49:40.764487 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:44.168830 ---      ParallelTerminationStrategy: PID 34 died...
22:49:44.175030 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8247 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.250855 tst                       trial-8247: Storing JUnit report in /build/trial-8247/run.2026-02-19_22-48-17/trial-8247.xml

--------------------------------------------------------------------------------------------
trial-8247 PASS
--------------------------------------------------------------------------------------------
22:49:44.261535 tst                       trial-8247: trial-8247: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8247/inst
+ cd trial-8247
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-02-19 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8247-run.tgz run.2026-02-19_22-48-17
+ tar czf /build/trial-8247-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-02-19_13_29_21.tgz osmo-bts-oc2g.build-2026-02-19_13_34_59.tgz osmo-bts-sysmo.build-2026-02-19_13_35_37.tgz osmo-bts.build-2026-02-19_13_35_04.tgz osmo-ggsn.build-2026-02-19_20_42_23.tgz osmo-hlr.build-2026-02-19_16_36_51.tgz osmo-hnbgw.build-2026-02-19_13_36_55.tgz osmo-mgw.build-2026-02-19_08_33_05.tgz osmo-msc.build-2026-02-19_13_37_56.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-02-19_07_35_03.tgz osmo-pcu-sysmo.build-2026-02-19_07_34_59.tgz osmo-pcu.build-2026-02-19_07_35_01.tgz osmo-sgsn.build-2026-02-19_20_48_18.tgz osmo-stp.build-2026-02-19_13_23_54.tgz osmo-trx.build-2026-02-19_14_21_25.tgz osmocom-bb.build-2026-02-19_21_17_37.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