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/jenkins2211563263894084776.sh
+ rm -rf trial-8259-bin.tgz trial-8259-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 25468
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11219
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10737
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 13041
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13367
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 13462
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 42082
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7735
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 44337
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8684
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 13356
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7692
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11744
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7775
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9242
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6495
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 7692
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins7217570798524324794.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-8259
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
290ae4c ttcn3-bts-test: write bts logs to tmpfs
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:5a4b5beb17767bfa72fdf8ee400c272bba0aaffcb68f2b6a42bce8836698dc6b done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8260 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2026-03-04 22:48:19
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8260
+ mkdir -p trial-8260
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-03-04_13_26_42.tgz osmo-bts-oc2g.build-2026-03-04_00_51_25.tgz osmo-bts-sysmo.build-2026-03-04_00_51_27.tgz osmo-bts.build-2026-03-04_00_51_35.tgz osmo-ggsn.build-2026-03-04_20_42_31.tgz osmo-hlr.build-2026-03-04_16_36_39.tgz osmo-hnbgw.build-2026-03-04_13_30_53.tgz osmo-mgw.build-2026-03-04_08_33_12.tgz osmo-msc.build-2026-03-04_13_35_03.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-04_07_35_13.tgz osmo-pcu-sysmo.build-2026-03-04_07_35_03.tgz osmo-pcu.build-2026-03-04_07_35_15.tgz osmo-sgsn.build-2026-03-04_20_48_23.tgz osmo-stp.build-2026-03-04_13_25_32.tgz osmo-trx.build-2026-03-04_16_30_24.tgz osmocom-bb.build-2026-03-04_21_17_20.tgz srslte.build-19.tgz trial-8260
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-03-04_13_26_42.md5 osmo-bts-oc2g.build-2026-03-04_00_51_25.md5 osmo-bts-sysmo.build-2026-03-04_00_51_27.md5 osmo-bts.build-2026-03-04_00_51_35.md5 osmo-ggsn.build-2026-03-04_20_42_31.md5 osmo-hlr.build-2026-03-04_16_36_39.md5 osmo-hnbgw.build-2026-03-04_13_30_53.md5 osmo-mgw.build-2026-03-04_08_33_12.md5 osmo-msc.build-2026-03-04_13_35_03.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-04_07_35_13.md5 osmo-pcu-sysmo.build-2026-03-04_07_35_03.md5 osmo-pcu.build-2026-03-04_07_35_15.md5 osmo-sgsn.build-2026-03-04_20_48_23.md5 osmo-stp.build-2026-03-04_13_25_32.md5 osmo-trx.build-2026-03-04_16_30_24.md5 osmocom-bb.build-2026-03-04_21_17_20.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-03-04_13_26_42.md5 osmo-bts-oc2g.build-2026-03-04_00_51_25.md5 osmo-bts-sysmo.build-2026-03-04_00_51_27.md5 osmo-bts.build-2026-03-04_00_51_35.md5 osmo-ggsn.build-2026-03-04_20_42_31.md5 osmo-hlr.build-2026-03-04_16_36_39.md5 osmo-hnbgw.build-2026-03-04_13_30_53.md5 osmo-mgw.build-2026-03-04_08_33_12.md5 osmo-msc.build-2026-03-04_13_35_03.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-04_07_35_13.md5 osmo-pcu-sysmo.build-2026-03-04_07_35_03.md5 osmo-pcu.build-2026-03-04_07_35_15.md5 osmo-sgsn.build-2026-03-04_20_48_23.md5 osmo-stp.build-2026-03-04_13_25_32.md5 osmo-trx.build-2026-03-04_16_30_24.md5 osmocom-bb.build-2026-03-04_21_17_20.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-8260 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8260'
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-8260
--------------------------------------------------------------------------------------------
22:48:19.195608 tst                       trial-8260: Detailed log at /build/trial-8260/run.2026-03-04_22-48-19/log

---------------------------------------------------------------------
trial-8260 netreg_mass
---------------------------------------------------------------------
22:48:19.402000 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:19.402377 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:19.403156 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:19.404310 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:19.445967 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:19.446858 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:19.448045 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:19.511344 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-8260 netreg_mass register_default_mass.py
----------------------------------------------
22:48:19.512043 tst       register_default_mass.py:9: Claiming resources for the test
22:48:19.527142 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.527651 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.528112 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.528549 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.528982 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.529428 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:19.529859 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.560716 tst         register_default_mass.py: using LAC 2
22:48:19.583105 tst         register_default_mass.py: using RAC 2
22:48:19.609954 tst         register_default_mass.py: using CellId 2
22:48:19.639442 tst         register_default_mass.py: using BVCI 3
22:48:19.653278 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.653987 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.654537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.655131 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.655654 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.656165 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.656652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.657158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.657679 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.658180 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.658680 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.659190 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.659707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.660236 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.660769 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.661288 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.661803 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.662336 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.662853 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.663368 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.663900 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.664423 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.664963 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.665487 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.665996 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.666521 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.667039 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.667545 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.668079 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.668604 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.669114 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.669648 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.670175 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.670709 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.671236 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.671751 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.672274 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.672796 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.673306 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.673812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.674323 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.674829 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.675331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.675857 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.676366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.676864 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.677367 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.677895 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.678404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.678905 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.679428 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.679940 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.680448 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.680957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.681477 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.681984 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.682508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.683022 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.683522 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.684024 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.684535 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.685042 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.685547 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.686066 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.686569 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.687076 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.687580 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.688101 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.688615 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.689108 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.689625 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.690141 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.690710 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.691234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.691747 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.692246 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.692734 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.693244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.693755 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.694248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.694754 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.695253 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.695760 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.696271 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.696778 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.697276 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.697772 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.698280 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.698779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.699280 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.699805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.700312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.700818 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.701334 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.701838 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.702336 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.702845 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.703361 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.703871 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.704383 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.704892 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.705445 tst      register_default_mass.py:21: Launching a simple network
22:48:19.715314 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.835075 run            create_hlr_db(pid=20): Launched
22:48:20.849735 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.865895 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.881006 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.886562 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:21.073920 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:21.088578 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:21.094142 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:21.512958 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:21.528104 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:24.543109 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.683663 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.698744 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.704289 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.727392 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.742299 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.747915 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:25.061786 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:25.076687 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:31.102876 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:31.276338 run         osmo-bts-virtual(pid=34): Launched
22:48:32.311837 tst         register_default_mass.py: using MSISDN 1001
22:48:32.325776 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:32.364644 tst         register_default_mass.py: using MSISDN 1002
22:48:32.381925 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:32.411830 tst         register_default_mass.py: using MSISDN 1003
22:48:32.426189 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:32.456634 tst         register_default_mass.py: using MSISDN 1004
22:48:32.470832 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:32.501169 tst         register_default_mass.py: using MSISDN 1005
22:48:32.515561 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:32.546041 tst         register_default_mass.py: using MSISDN 1006
22:48:32.560424 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:32.590986 tst         register_default_mass.py: using MSISDN 1007
22:48:32.605571 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.636025 tst         register_default_mass.py: using MSISDN 1008
22:48:32.648820 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.679142 tst         register_default_mass.py: using MSISDN 1009
22:48:32.693421 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.723708 tst         register_default_mass.py: using MSISDN 1010
22:48:32.737989 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.768085 tst         register_default_mass.py: using MSISDN 1011
22:48:32.776159 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.807021 tst         register_default_mass.py: using MSISDN 1012
22:48:32.821403 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.852094 tst         register_default_mass.py: using MSISDN 1013
22:48:32.866588 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.897060 tst         register_default_mass.py: using MSISDN 1014
22:48:32.911325 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.941779 tst         register_default_mass.py: using MSISDN 1015
22:48:32.956201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.986456 tst         register_default_mass.py: using MSISDN 1016
22:48:33.000724 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:33.031063 tst         register_default_mass.py: using MSISDN 1017
22:48:33.045309 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:33.075554 tst         register_default_mass.py: using MSISDN 1018
22:48:33.089840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:33.120011 tst         register_default_mass.py: using MSISDN 1019
22:48:33.134221 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:33.164490 tst         register_default_mass.py: using MSISDN 1020
22:48:33.178892 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:33.209395 tst         register_default_mass.py: using MSISDN 1021
22:48:33.223789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:33.254167 tst         register_default_mass.py: using MSISDN 1022
22:48:33.268372 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:33.298625 tst         register_default_mass.py: using MSISDN 1023
22:48:33.313060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:33.343278 tst         register_default_mass.py: using MSISDN 1024
22:48:33.357647 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:33.388045 tst         register_default_mass.py: using MSISDN 1025
22:48:33.402519 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:33.432948 tst         register_default_mass.py: using MSISDN 1026
22:48:33.447339 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:33.477975 tst         register_default_mass.py: using MSISDN 1027
22:48:33.492418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:33.522705 tst         register_default_mass.py: using MSISDN 1028
22:48:33.537175 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:33.567530 tst         register_default_mass.py: using MSISDN 1029
22:48:33.581890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:33.612235 tst         register_default_mass.py: using MSISDN 1030
22:48:33.626502 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:33.656585 tst         register_default_mass.py: using MSISDN 1031
22:48:33.670789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.701297 tst         register_default_mass.py: using MSISDN 1032
22:48:33.715545 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.745842 tst         register_default_mass.py: using MSISDN 1033
22:48:33.760255 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.790750 tst         register_default_mass.py: using MSISDN 1034
22:48:33.805200 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.835578 tst         register_default_mass.py: using MSISDN 1035
22:48:33.849954 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.880040 tst         register_default_mass.py: using MSISDN 1036
22:48:33.894306 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.924988 tst         register_default_mass.py: using MSISDN 1037
22:48:33.939468 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.969583 tst         register_default_mass.py: using MSISDN 1038
22:48:33.983773 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:34.014491 tst         register_default_mass.py: using MSISDN 1039
22:48:34.029013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:34.059566 tst         register_default_mass.py: using MSISDN 1040
22:48:34.074222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:34.104956 tst         register_default_mass.py: using MSISDN 1041
22:48:34.119389 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:34.150063 tst         register_default_mass.py: using MSISDN 1042
22:48:34.164611 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:34.195113 tst         register_default_mass.py: using MSISDN 1043
22:48:34.209524 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:34.239967 tst         register_default_mass.py: using MSISDN 1044
22:48:34.254384 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:34.284963 tst         register_default_mass.py: using MSISDN 1045
22:48:34.299404 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:34.329452 tst         register_default_mass.py: using MSISDN 1046
22:48:34.343715 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.373221 tst         register_default_mass.py: using MSISDN 1047
22:48:34.387199 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:34.416703 tst         register_default_mass.py: using MSISDN 1048
22:48:34.430719 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:34.460529 tst         register_default_mass.py: using MSISDN 1049
22:48:34.474493 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:34.504351 tst         register_default_mass.py: using MSISDN 1050
22:48:34.518541 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:34.556570 tst         register_default_mass.py: using MSISDN 1051
22:48:34.573875 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.603980 tst         register_default_mass.py: using MSISDN 1052
22:48:34.618523 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:34.648665 tst         register_default_mass.py: using MSISDN 1053
22:48:34.662839 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.692714 tst         register_default_mass.py: using MSISDN 1054
22:48:34.706740 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.737047 tst         register_default_mass.py: using MSISDN 1055
22:48:34.751400 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.781319 tst         register_default_mass.py: using MSISDN 1056
22:48:34.795574 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:34.825496 tst         register_default_mass.py: using MSISDN 1057
22:48:34.839508 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:34.870201 tst         register_default_mass.py: using MSISDN 1058
22:48:34.884691 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:34.915196 tst         register_default_mass.py: using MSISDN 1059
22:48:34.929685 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:34.960099 tst         register_default_mass.py: using MSISDN 1060
22:48:34.974450 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:35.004797 tst         register_default_mass.py: using MSISDN 1061
22:48:35.019246 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:35.049720 tst         register_default_mass.py: using MSISDN 1062
22:48:35.064134 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:35.094947 tst         register_default_mass.py: using MSISDN 1063
22:48:35.109487 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:35.140227 tst         register_default_mass.py: using MSISDN 1064
22:48:35.154773 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:35.185409 tst         register_default_mass.py: using MSISDN 1065
22:48:35.199920 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:35.230609 tst         register_default_mass.py: using MSISDN 1066
22:48:35.245166 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:35.275467 tst         register_default_mass.py: using MSISDN 1067
22:48:35.289681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:35.328517 tst         register_default_mass.py: using MSISDN 1068
22:48:35.346165 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:35.376741 tst         register_default_mass.py: using MSISDN 1069
22:48:35.391498 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:35.421544 tst         register_default_mass.py: using MSISDN 1070
22:48:35.435752 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:35.466307 tst         register_default_mass.py: using MSISDN 1071
22:48:35.480828 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:35.511399 tst         register_default_mass.py: using MSISDN 1072
22:48:35.525765 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:35.556361 tst         register_default_mass.py: using MSISDN 1073
22:48:35.570870 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:35.601601 tst         register_default_mass.py: using MSISDN 1074
22:48:35.616067 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:35.646212 tst         register_default_mass.py: using MSISDN 1075
22:48:35.660497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:35.691218 tst         register_default_mass.py: using MSISDN 1076
22:48:35.705685 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:35.736082 tst         register_default_mass.py: using MSISDN 1077
22:48:35.750535 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:35.780975 tst         register_default_mass.py: using MSISDN 1078
22:48:35.795285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:35.825841 tst         register_default_mass.py: using MSISDN 1079
22:48:35.840364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:35.870783 tst         register_default_mass.py: using MSISDN 1080
22:48:35.885096 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:35.915451 tst         register_default_mass.py: using MSISDN 1081
22:48:35.930010 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:35.960398 tst         register_default_mass.py: using MSISDN 1082
22:48:35.974700 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:36.009159 tst         register_default_mass.py: using MSISDN 1083
22:48:36.025292 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:36.055565 tst         register_default_mass.py: using MSISDN 1084
22:48:36.070153 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:36.100537 tst         register_default_mass.py: using MSISDN 1085
22:48:36.114743 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:36.144743 tst         register_default_mass.py: using MSISDN 1086
22:48:36.158953 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:36.189237 tst         register_default_mass.py: using MSISDN 1087
22:48:36.203433 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:36.233455 tst         register_default_mass.py: using MSISDN 1088
22:48:36.247527 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:36.277638 tst         register_default_mass.py: using MSISDN 1089
22:48:36.291796 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:36.330326 tst         register_default_mass.py: using MSISDN 1090
22:48:36.347808 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:36.377890 tst         register_default_mass.py: using MSISDN 1091
22:48:36.392189 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:36.422155 tst         register_default_mass.py: using MSISDN 1092
22:48:36.436351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:36.466197 tst         register_default_mass.py: using MSISDN 1093
22:48:36.480332 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:36.510429 tst         register_default_mass.py: using MSISDN 1094
22:48:36.524517 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:36.554495 tst         register_default_mass.py: using MSISDN 1095
22:48:36.568733 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:36.598605 tst         register_default_mass.py: using MSISDN 1096
22:48:36.612648 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:36.642660 tst         register_default_mass.py: using MSISDN 1097
22:48:36.656676 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:36.686608 tst         register_default_mass.py: using MSISDN 1098
22:48:36.700777 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:36.730924 tst         register_default_mass.py: using MSISDN 1099
22:48:36.744996 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:36.774852 tst         register_default_mass.py: using MSISDN 1100
22:48:36.788842 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:36.880329 run                             mass: Starting testcase
22:48:36.885871 run                             mass: Pre-launching all virtphy's
22:48:36.891291 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:36.904355 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:36.910381 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:36.923343 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:36.929409 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:36.942287 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:36.948352 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:36.961437 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:36.967365 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:36.980092 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:36.986066 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:36.998742 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:37.004798 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:37.017666 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:37.023634 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:37.036575 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:37.042556 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:37.055440 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:37.061392 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:37.074099 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:37.080031 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:37.092739 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:37.098648 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:37.111403 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:37.117358 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:37.130078 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:37.136007 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:37.148738 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:37.154636 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:37.167352 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:37.173301 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:37.186098 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:37.192000 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:37.204736 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:37.210667 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:37.223404 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:37.229345 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:37.242068 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:37.248033 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:37.260827 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:37.266723 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:37.279464 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:37.285393 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:37.298117 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:37.304027 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:37.316756 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:37.322671 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:37.335382 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:37.341287 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:37.354029 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:37.359928 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:37.372663 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:37.378615 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:37.391378 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:37.397295 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:37.410063 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:37.415942 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:37.428795 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:37.434692 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:37.447562 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:37.453497 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:37.466224 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:37.472210 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:37.484928 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:37.490915 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:37.503699 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:37.509615 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:37.522369 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:37.528267 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:37.540982 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:37.546867 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:37.559587 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:37.565511 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:37.578254 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:37.584160 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:37.596972 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:37.602951 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:37.615794 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:37.621872 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:37.634685 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:37.640599 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:37.653322 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:37.659311 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:37.672083 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:37.678119 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:37.690877 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:37.696810 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:37.709725 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:37.715599 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:37.728518 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:37.734436 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:37.747207 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:37.753142 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:37.765982 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:37.772006 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:37.784966 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:37.791075 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:37.804101 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:37.810096 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:37.822897 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:37.828848 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:37.841666 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:37.847551 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:37.860320 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:37.866244 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:37.879040 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:37.884952 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:37.897938 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:37.903890 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:37.916822 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:37.922751 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:37.935543 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:37.941582 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:37.954369 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:37.960439 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:37.973245 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:37.979189 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:37.991994 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:37.997929 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:38.010694 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:38.016622 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:38.029448 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:38.035345 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:38.048164 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:38.054067 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:38.066839 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:38.072765 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:38.085487 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:38.091369 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:38.104126 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:38.109985 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:38.122722 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:38.128745 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:38.141507 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:38.147517 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:38.160304 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:38.166238 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:38.179181 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:38.185078 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:38.197963 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:38.203908 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:38.216696 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:38.222586 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:38.235344 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:38.241284 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:38.254069 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:38.259974 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:38.272698 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:38.278598 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:38.291342 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:38.297272 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:38.310021 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:38.315967 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:38.328780 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:38.334710 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:38.347436 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:38.353418 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:38.366471 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:38.372370 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:38.385293 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:38.391198 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:38.404106 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:38.410177 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:38.422972 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:38.429121 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:38.441978 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:38.447907 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:38.460690 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:38.466637 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:38.479417 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:38.485333 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:38.498147 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:38.504048 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:38.516848 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:38.522755 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:38.535511 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:38.541418 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:38.554177 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:38.560035 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:38.572786 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:38.578691 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:38.591446 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:38.597338 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:38.610329 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:38.616335 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:38.629142 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:38.635029 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:38.648001 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:38.653917 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:38.666816 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:38.672764 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:38.685555 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:38.691455 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:38.704234 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:38.710175 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:38.722948 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:38.728929 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:38.741732 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:38.747610 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:38.760403 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:38.766318 run                             mass: Checking if sockets are in the filesystem
22:48:38.790025 run                osmo-ms-mob/00000: Starting mobile
22:48:38.802862 run       osmo-ms-mob/00000(pid=135): Launched
22:48:38.814237 run                             mass: MS start registered  {at=3215145.022554531, delay=0.005418704356998205, ms=00000}
22:48:43.012357 run                osmo-ms-mob/00001: Starting mobile
22:48:43.029138 run       osmo-ms-mob/00001(pid=136): Launched
22:48:43.040259 run                             mass: MS start registered  {at=3215149.24856189, delay=0.005207271780818701, ms=00001}
22:48:44.105189 run                             mass: MS performed LU  {at=3215150.313357895, lu_delay=5.290803363546729, ms=00000}
22:48:44.813988 run                osmo-ms-mob/00002: Starting mobile
22:48:44.830376 run       osmo-ms-mob/00002(pid=137): Launched
22:48:44.840964 run                             mass: MS start registered  {at=3215151.049277392, delay=0.00467428844422102, ms=00002}
22:48:46.113290 run                osmo-ms-mob/00003: Starting mobile
22:48:46.130415 run       osmo-ms-mob/00003(pid=138): Launched
22:48:46.141102 run                             mass: MS start registered  {at=3215152.349421477, delay=0.004630676936358213, ms=00003}
22:48:47.181890 run                osmo-ms-mob/00004: Starting mobile
22:48:47.194649 run       osmo-ms-mob/00004(pid=139): Launched
22:48:47.205267 run                             mass: MS start registered  {at=3215153.413588333, delay=0.004605169873684645, ms=00004}
22:48:47.871343 run                             mass: MS performed LU  {at=3215154.079548499, lu_delay=4.8309866092167795, ms=00001}
22:48:48.210778 run                osmo-ms-mob/00005: Starting mobile
22:48:48.226380 run       osmo-ms-mob/00005(pid=140): Launched
22:48:48.236847 run                             mass: MS start registered  {at=3215154.445164205, delay=0.0044520278461277485, ms=00005}
22:48:49.121285 run                osmo-ms-mob/00006: Starting mobile
22:48:49.138479 run       osmo-ms-mob/00006(pid=141): Launched
22:48:49.149095 run                             mass: MS start registered  {at=3215155.357414013, delay=0.004593502730131149, ms=00006}
22:48:49.772893 run                             mass: MS performed LU  {at=3215155.981095438, lu_delay=4.9318180456757545, ms=00002}
22:48:50.003991 run                osmo-ms-mob/00007: Starting mobile
22:48:50.020795 run       osmo-ms-mob/00007(pid=142): Launched
22:48:50.031370 run                             mass: MS start registered  {at=3215156.23968842, delay=0.004663355182856321, ms=00007}
22:48:50.781733 run                osmo-ms-mob/00008: Starting mobile
22:48:50.796741 run       osmo-ms-mob/00008(pid=143): Launched
22:48:50.807763 run                             mass: MS start registered  {at=3215157.016080929, delay=0.004427380859851837, ms=00008}
22:48:51.541830 run                osmo-ms-mob/00009: Starting mobile
22:48:51.570697 run       osmo-ms-mob/00009(pid=144): Launched
22:48:51.576708 run                             mass: Starting too slowly. Moving on {now=3215157.785045221, sleep=-0.004674861207604408, target=3215157.78037036}
22:48:51.582357 run                             mass: MS start registered  {at=3215157.790686532, delay=0.005643629003316164, ms=00009}
22:48:51.636844 run                             mass: MS performed LU  {at=3215157.845055461, lu_delay=5.49563398398459, ms=00003}
22:48:52.212933 run                osmo-ms-mob/00010: Starting mobile
22:48:52.230276 run       osmo-ms-mob/00010(pid=145): Launched
22:48:52.240922 run                             mass: MS start registered  {at=3215158.449245527, delay=0.004647593945264816, ms=00010}
22:48:52.781715 run                osmo-ms-mob/00011: Starting mobile
22:48:52.794970 run       osmo-ms-mob/00011(pid=146): Launched
22:48:52.805681 run                             mass: MS start registered  {at=3215159.01400267, delay=0.004775246139615774, ms=00011}
22:48:53.414287 run                osmo-ms-mob/00012: Starting mobile
22:48:53.431608 run       osmo-ms-mob/00012(pid=147): Launched
22:48:53.442226 run                             mass: MS start registered  {at=3215159.650547472, delay=0.004694292787462473, ms=00012}
22:48:53.538599 run                             mass: MS performed LU  {at=3215159.746810696, lu_delay=5.301646491046995, ms=00005}
22:48:53.566030 run                             mass: MS performed LU  {at=3215159.774240917, lu_delay=6.360652584116906, ms=00004}
22:48:54.014007 run                osmo-ms-mob/00013: Starting mobile
22:48:54.030873 run       osmo-ms-mob/00013(pid=148): Launched
22:48:54.041802 run                             mass: MS start registered  {at=3215160.25012321, delay=0.00482091074809432, ms=00013}
22:48:54.582846 run                osmo-ms-mob/00014: Starting mobile
22:48:54.595866 run       osmo-ms-mob/00014(pid=149): Launched
22:48:54.607628 run                             mass: MS start registered  {at=3215160.815945632, delay=0.005763701628893614, ms=00014}
22:48:55.193414 run                osmo-ms-mob/00015: Starting mobile
22:48:55.206937 run       osmo-ms-mob/00015(pid=150): Launched
22:48:55.217675 run                             mass: MS start registered  {at=3215161.425996356, delay=0.0047042169608175755, ms=00015}
22:48:55.403103 run                             mass: MS performed LU  {at=3215161.611313658, lu_delay=5.371625237632543, ms=00007}
22:48:55.466899 run                             mass: MS performed LU  {at=3215161.675107022, lu_delay=6.31769300904125, ms=00006}
22:48:55.706573 run                osmo-ms-mob/00016: Starting mobile
22:48:55.719573 run       osmo-ms-mob/00016(pid=151): Launched
22:48:55.730347 run                             mass: MS start registered  {at=3215161.938667468, delay=0.004766667727380991, ms=00016}
22:48:55.772108 run                             mass: MS performed LU  {at=3215161.98032474, lu_delay=4.9642438110895455, ms=00008}
22:48:56.194748 run                osmo-ms-mob/00017: Starting mobile
22:48:56.208801 run       osmo-ms-mob/00017(pid=152): Launched
22:48:56.219840 run                             mass: MS start registered  {at=3215162.428154196, delay=0.004866049159318209, ms=00017}
22:48:56.823287 run                osmo-ms-mob/00018: Starting mobile
22:48:56.839670 run       osmo-ms-mob/00018(pid=153): Launched
22:48:56.850371 run                             mass: MS start registered  {at=3215163.058692622, delay=0.004715595860034227, ms=00018}
22:48:57.182686 run                osmo-ms-mob/00019: Starting mobile
22:48:57.196482 run       osmo-ms-mob/00019(pid=154): Launched
22:48:57.206453 run                             mass: MS performed LU  {at=3215163.414777197, lu_delay=4.400774526875466, ms=00011}
22:48:57.212923 run                             mass: MS start registered  {at=3215163.421256702, delay=0.0064988830126821995, ms=00019}
22:48:57.303279 run                             mass: MS performed LU  {at=3215163.511496593, lu_delay=5.720810060855001, ms=00009}
22:48:57.332125 run                             mass: MS performed LU  {at=3215163.540344036, lu_delay=5.091098509263247, ms=00010}
22:48:57.713277 run                osmo-ms-mob/00020: Starting mobile
22:48:57.730054 run       osmo-ms-mob/00020(pid=155): Launched
22:48:57.740728 run                             mass: MS start registered  {at=3215163.949046243, delay=0.00476312218233943, ms=00020}
22:48:58.182982 run                osmo-ms-mob/00021: Starting mobile
22:48:58.196034 run       osmo-ms-mob/00021(pid=156): Launched
22:48:58.207289 run                             mass: MS start registered  {at=3215164.415609376, delay=0.004874545149505138, ms=00021}
22:48:58.608378 run                osmo-ms-mob/00022: Starting mobile
22:48:58.628565 run       osmo-ms-mob/00022(pid=157): Launched
22:48:58.639230 run                             mass: MS start registered  {at=3215164.847551631, delay=0.00452817790210247, ms=00022}
22:48:59.083444 run                osmo-ms-mob/00023: Starting mobile
22:48:59.096516 run       osmo-ms-mob/00023(pid=158): Launched
22:48:59.107400 run                             mass: MS start registered  {at=3215165.315721688, delay=0.004813977051526308, ms=00023}
22:48:59.168490 run                             mass: MS performed LU  {at=3215165.37670608, lu_delay=4.560760448221117, ms=00014}
22:48:59.233115 run                             mass: MS performed LU  {at=3215165.441335534, lu_delay=5.790788062382489, ms=00012}
22:48:59.302010 run                             mass: MS performed LU  {at=3215165.510228394, lu_delay=5.260105184279382, ms=00013}
22:48:59.324424 run                osmo-ms-mob/00024: Starting mobile
22:48:59.337541 run       osmo-ms-mob/00024(pid=159): Launched
22:48:59.348177 run                             mass: MS start registered  {at=3215165.556496102, delay=0.004604312125593424, ms=00024}
22:48:59.982196 run                osmo-ms-mob/00025: Starting mobile
22:48:59.995239 run       osmo-ms-mob/00025(pid=160): Launched
22:49:00.005975 run                             mass: MS start registered  {at=3215166.214296337, delay=0.004783701151609421, ms=00025}
22:49:00.392775 run                osmo-ms-mob/00026: Starting mobile
22:49:00.406262 run       osmo-ms-mob/00026(pid=161): Launched
22:49:00.417002 run                             mass: MS start registered  {at=3215166.62532383, delay=0.004428042098879814, ms=00026}
22:49:00.812374 run                osmo-ms-mob/00027: Starting mobile
22:49:00.827163 run       osmo-ms-mob/00027(pid=162): Launched
22:49:00.837916 run                             mass: MS start registered  {at=3215167.046237126, delay=0.004348983988165855, ms=00027}
22:49:00.967732 run                             mass: MS performed LU  {at=3215167.175925388, lu_delay=5.74992903182283, ms=00015}
22:49:01.070252 run                             mass: MS performed LU  {at=3215167.278470426, lu_delay=5.339802958071232, ms=00016}
22:49:01.097435 run                             mass: MS performed LU  {at=3215167.305655619, lu_delay=4.877501423005015, ms=00017}
22:49:01.153835 run                osmo-ms-mob/00028: Starting mobile
22:49:01.169283 run       osmo-ms-mob/00028(pid=163): Launched
22:49:01.180170 run                             mass: MS start registered  {at=3215167.388491824, delay=0.004836245905607939, ms=00028}
22:49:01.616900 run                osmo-ms-mob/00029: Starting mobile
22:49:01.634406 run       osmo-ms-mob/00029(pid=164): Launched
22:49:01.645265 run                             mass: MS start registered  {at=3215167.853583036, delay=0.004770372994244099, ms=00029}
22:49:01.982416 run                osmo-ms-mob/00030: Starting mobile
22:49:01.995958 run       osmo-ms-mob/00030(pid=165): Launched
22:49:02.006816 run                             mass: MS start registered  {at=3215168.215137285, delay=0.004791613202542067, ms=00030}
22:49:02.412220 run                osmo-ms-mob/00031: Starting mobile
22:49:02.428093 run       osmo-ms-mob/00031(pid=166): Launched
22:49:02.439131 run                             mass: MS start registered  {at=3215168.647449869, delay=0.0046645114198327065, ms=00031}
22:49:02.694930 run                osmo-ms-mob/00032: Starting mobile
22:49:02.709211 run       osmo-ms-mob/00032(pid=167): Launched
22:49:02.720018 run                             mass: MS start registered  {at=3215168.928340282, delay=0.004689999856054783, ms=00032}
22:49:02.933889 run                             mass: MS performed LU  {at=3215169.142114398, lu_delay=5.193068155087531, ms=00020}
22:49:02.999372 run                             mass: MS performed LU  {at=3215169.207591324, lu_delay=5.786334622185677, ms=00019}
22:49:03.029555 run                osmo-ms-mob/00033: Starting mobile
22:49:03.044219 run       osmo-ms-mob/00033(pid=168): Launched
22:49:03.054721 run                             mass: MS start registered  {at=3215169.263043391, delay=0.0044381641782820225, ms=00033}
22:49:03.067153 run                             mass: MS performed LU  {at=3215169.275463337, lu_delay=6.216770715080202, ms=00018}
22:49:03.104677 run                             mass: MS performed LU  {at=3215169.312916728, lu_delay=4.897307352162898, ms=00021}
22:49:03.522384 run                osmo-ms-mob/00034: Starting mobile
22:49:03.538381 run       osmo-ms-mob/00034(pid=169): Launched
22:49:03.549529 run                             mass: MS start registered  {at=3215169.757844586, delay=0.00506202969700098, ms=00034}
22:49:03.798000 run                osmo-ms-mob/00035: Starting mobile
22:49:03.812545 run       osmo-ms-mob/00035(pid=170): Launched
22:49:03.823265 run                             mass: MS start registered  {at=3215170.031588565, delay=0.004681313876062632, ms=00035}
22:49:04.194692 run                osmo-ms-mob/00036: Starting mobile
22:49:04.208643 run       osmo-ms-mob/00036(pid=171): Launched
22:49:04.219428 run                             mass: MS start registered  {at=3215170.427750835, delay=0.004818409215658903, ms=00036}
22:49:04.581358 run                osmo-ms-mob/00037: Starting mobile
22:49:04.594279 run       osmo-ms-mob/00037(pid=172): Launched
22:49:04.605974 run                             mass: MS start registered  {at=3215170.814293278, delay=0.00535591272637248, ms=00037}
22:49:04.733559 run                             mass: MS performed LU  {at=3215170.941778214, lu_delay=5.385282112285495, ms=00024}
22:49:04.835224 run                             mass: MS performed LU  {at=3215171.04344403, lu_delay=5.7277223421260715, ms=00023}
22:49:04.863951 run                osmo-ms-mob/00038: Starting mobile
22:49:04.877121 run       osmo-ms-mob/00038(pid=173): Launched
22:49:04.883170 run                             mass: MS performed LU  {at=3215171.091500836, lu_delay=4.877204498741776, ms=00025}
22:49:04.888989 run                             mass: MS start registered  {at=3215171.097324206, delay=0.005839500110596418, ms=00038}
22:49:05.007621 run                             mass: MS performed LU  {at=3215171.215839711, lu_delay=6.3682880802080035, ms=00022}
22:49:05.037022 run                osmo-ms-mob/00039: Starting mobile
22:49:05.050129 run       osmo-ms-mob/00039(pid=174): Launched
22:49:05.056175 run                             mass: MS performed LU  {at=3215171.264505486, lu_delay=4.639181655831635, ms=00026}
22:49:05.061956 run                             mass: MS start registered  {at=3215171.270291287, delay=0.005802441854029894, ms=00039}
22:49:05.581832 run                osmo-ms-mob/00040: Starting mobile
22:49:05.595119 run       osmo-ms-mob/00040(pid=175): Launched
22:49:05.605899 run                             mass: MS start registered  {at=3215171.814219786, delay=0.004809883888810873, ms=00040}
22:49:05.881737 run                osmo-ms-mob/00041: Starting mobile
22:49:05.894987 run       osmo-ms-mob/00041(pid=176): Launched
22:49:05.905640 run                             mass: MS start registered  {at=3215172.113959882, delay=0.004293165169656277, ms=00041}
22:49:06.195637 run                osmo-ms-mob/00042: Starting mobile
22:49:06.210112 run       osmo-ms-mob/00042(pid=177): Launched
22:49:06.221010 run                             mass: MS start registered  {at=3215172.429330275, delay=0.004799284972250462, ms=00042}
22:49:06.613916 run                osmo-ms-mob/00043: Starting mobile
22:49:06.630831 run       osmo-ms-mob/00043(pid=178): Launched
22:49:06.641672 run                             mass: MS start registered  {at=3215172.849990399, delay=0.0045875622890889645, ms=00043}
22:49:06.700110 run                             mass: MS performed LU  {at=3215172.90834214, lu_delay=5.054759103804827, ms=00029}
22:49:06.765091 run                             mass: MS performed LU  {at=3215172.973311025, lu_delay=5.584819201380014, ms=00028}
22:49:06.819314 run                osmo-ms-mob/00044: Starting mobile
22:49:06.834887 run       osmo-ms-mob/00044(pid=179): Launched
22:49:06.841181 run                             mass: MS performed LU  {at=3215173.04949502, lu_delay=6.003257893957198, ms=00027}
22:49:06.847176 run                             mass: MS start registered  {at=3215173.055510454, delay=0.006087369751185179, ms=00044}
22:49:06.869950 run                             mass: MS performed LU  {at=3215173.078263128, lu_delay=4.863125842995942, ms=00030}
22:49:06.881306 run                osmo-ms-mob/00045: Starting mobile
22:49:06.894668 run       osmo-ms-mob/00045(pid=180): Launched
22:49:06.905375 run                             mass: MS start registered  {at=3215173.113696699, delay=0.0046912129037082195, ms=00045}
22:49:07.494657 run                osmo-ms-mob/00046: Starting mobile
22:49:07.508579 run       osmo-ms-mob/00046(pid=181): Launched
22:49:07.519459 run                             mass: MS start registered  {at=3215173.727780738, delay=0.004886244889348745, ms=00046}
22:49:07.783202 run                osmo-ms-mob/00047: Starting mobile
22:49:07.796657 run       osmo-ms-mob/00047(pid=182): Launched
22:49:07.807745 run                             mass: MS start registered  {at=3215174.016064831, delay=0.004805786069482565, ms=00047}
22:49:08.114409 run                osmo-ms-mob/00048: Starting mobile
22:49:08.129979 run       osmo-ms-mob/00048(pid=183): Launched
22:49:08.140772 run                             mass: MS start registered  {at=3215174.349093475, delay=0.0046950881369411945, ms=00048}
22:49:08.382459 run                osmo-ms-mob/00049: Starting mobile
22:49:08.395681 run       osmo-ms-mob/00049(pid=184): Launched
22:49:08.406479 run                             mass: MS start registered  {at=3215174.614797854, delay=0.004859420005232096, ms=00049}
22:49:08.499985 run                             mass: MS performed LU  {at=3215174.708193697, lu_delay=4.676605131942779, ms=00035}
22:49:08.601809 run                             mass: MS performed LU  {at=3215174.81002727, lu_delay=5.881686988286674, ms=00032}
22:49:08.630856 run                osmo-ms-mob/00050: Starting mobile
22:49:08.644010 run       osmo-ms-mob/00050(pid=185): Launched
22:49:08.650137 run                             mass: MS performed LU  {at=3215174.858467772, lu_delay=6.211017902940512, ms=00031}
22:49:08.656012 run                             mass: MS start registered  {at=3215174.864347162, delay=0.005895740352571011, ms=00050}
22:49:08.772554 run                             mass: MS performed LU  {at=3215174.980772228, lu_delay=5.717728836927563, ms=00033}
22:49:08.796821 run                             mass: MS performed LU  {at=3215175.005150613, lu_delay=5.247306026984006, ms=00034}
22:49:08.832397 run                osmo-ms-mob/00051: Starting mobile
22:49:08.847130 run       osmo-ms-mob/00051(pid=186): Launched
22:49:08.857724 run                             mass: MS start registered  {at=3215175.066044837, delay=0.004471491556614637, ms=00051}
22:49:09.400469 run                osmo-ms-mob/00052: Starting mobile
22:49:09.414776 run       osmo-ms-mob/00052(pid=187): Launched
22:49:09.425871 run                             mass: MS start registered  {at=3215175.634183696, delay=0.005119272042065859, ms=00052}
22:49:09.697092 run                osmo-ms-mob/00053: Starting mobile
22:49:09.710766 run       osmo-ms-mob/00053(pid=188): Launched
22:49:09.722026 run                             mass: MS start registered  {at=3215175.930345353, delay=0.0048617711290717125, ms=00053}
22:49:09.996306 run                osmo-ms-mob/00054: Starting mobile
22:49:10.010479 run       osmo-ms-mob/00054(pid=189): Launched
22:49:10.021356 run                             mass: MS start registered  {at=3215176.229678588, delay=0.004782333038747311, ms=00054}
22:49:10.282279 run                osmo-ms-mob/00055: Starting mobile
22:49:10.295600 run       osmo-ms-mob/00055(pid=190): Launched
22:49:10.306253 run                             mass: MS start registered  {at=3215176.514575073, delay=0.0046325610019266605, ms=00055}
22:49:10.466041 run                             mass: MS performed LU  {at=3215176.674263957, lu_delay=5.576939750928432, ms=00038}
22:49:10.530583 run                             mass: MS performed LU  {at=3215176.738807824, lu_delay=5.468516536988318, ms=00039}
22:49:10.555254 run                osmo-ms-mob/00056: Starting mobile
22:49:10.568449 run       osmo-ms-mob/00056(pid=191): Launched
22:49:10.579050 run                             mass: MS start registered  {at=3215176.787374042, delay=0.00451267696917057, ms=00056}
22:49:10.636308 run                             mass: MS performed LU  {at=3215176.844535698, lu_delay=4.730575816240162, ms=00041}
22:49:10.691943 run                             mass: MS performed LU  {at=3215176.900184935, lu_delay=5.085965149104595, ms=00040}
22:49:10.722875 run                osmo-ms-mob/00057: Starting mobile
22:49:10.735902 run       osmo-ms-mob/00057(pid=192): Launched
22:49:10.742061 run                             mass: MS performed LU  {at=3215176.950391212, lu_delay=6.136097934097052, ms=00037}
22:49:10.747891 run                             mass: MS start registered  {at=3215176.956225828, delay=0.00585139961913228, ms=00057}
22:49:11.294941 run                osmo-ms-mob/00058: Starting mobile
22:49:11.309024 run       osmo-ms-mob/00058(pid=193): Launched
22:49:11.319870 run                             mass: MS start registered  {at=3215177.52818863, delay=0.004516912158578634, ms=00058}
22:49:11.594548 run                osmo-ms-mob/00059: Starting mobile
22:49:11.609125 run       osmo-ms-mob/00059(pid=194): Launched
22:49:11.620349 run                             mass: MS start registered  {at=3215177.828669589, delay=0.004885029047727585, ms=00059}
22:49:11.892046 run                osmo-ms-mob/00060: Starting mobile
22:49:11.906727 run       osmo-ms-mob/00060(pid=195): Launched
22:49:11.917429 run                             mass: MS start registered  {at=3215178.125748869, delay=0.004720060154795647, ms=00060}
22:49:12.265139 run                             mass: MS performed LU  {at=3215178.473358088, lu_delay=5.359661389142275, ms=00045}
22:49:12.305264 run                osmo-ms-mob/00061: Starting mobile
22:49:12.318444 run       osmo-ms-mob/00061(pid=196): Launched
22:49:12.331186 run                             mass: MS start registered  {at=3215178.539502298, delay=0.006319437175989151, ms=00061}
22:49:12.366510 run                             mass: MS performed LU  {at=3215178.57475196, lu_delay=4.8469712221995, ms=00046}
22:49:12.394034 run                             mass: MS performed LU  {at=3215178.602320063, lu_delay=4.586255231872201, ms=00047}
22:49:12.420951 run                osmo-ms-mob/00062: Starting mobile
22:49:12.433996 run       osmo-ms-mob/00062(pid=197): Launched
22:49:12.444610 run                             mass: MS start registered  {at=3215178.652934532, delay=0.004502387251704931, ms=00062}
22:49:12.538966 run                             mass: MS performed LU  {at=3215178.747184599, lu_delay=5.897194199729711, ms=00043}
22:49:12.563083 run                             mass: MS performed LU  {at=3215178.771413081, lu_delay=5.715902626980096, ms=00044}
22:49:12.574048 run                osmo-ms-mob/00063: Starting mobile
22:49:12.587001 run       osmo-ms-mob/00063(pid=198): Launched
22:49:12.597687 run                             mass: MS start registered  {at=3215178.806008852, delay=0.0046797022223472595, ms=00063}
22:49:12.610843 run                             mass: MS performed LU  {at=3215178.819165487, lu_delay=6.389835211914033, ms=00042}
22:49:13.296200 run                osmo-ms-mob/00064: Starting mobile
22:49:13.310401 run       osmo-ms-mob/00064(pid=199): Launched
22:49:13.323108 run                             mass: MS start registered  {at=3215179.531423675, delay=0.00648118183016777, ms=00064}
22:49:13.650131 run                             mass: MS performed LU  {at=3215179.858351884, lu_delay=3.928006530739367, ms=00053}
22:49:13.676445 run                osmo-ms-mob/00065: Starting mobile
22:49:13.690125 run       osmo-ms-mob/00065(pid=200): Launched
22:49:13.701168 run                             mass: MS start registered  {at=3215179.909488593, delay=0.004823747090995312, ms=00065}
22:49:14.012774 run                osmo-ms-mob/00066: Starting mobile
22:49:14.027855 run       osmo-ms-mob/00066(pid=201): Launched
22:49:14.038649 run                             mass: MS start registered  {at=3215180.246971052, delay=0.004773898981511593, ms=00066}
22:49:14.166873 run                             mass: MS performed LU  {at=3215180.3750625, lu_delay=4.7408788041211665, ms=00052}
22:49:14.231523 run                             mass: MS performed LU  {at=3215180.439755281, lu_delay=5.373710444197059, ms=00051}
22:49:14.295642 run                             mass: MS performed LU  {at=3215180.503886162, lu_delay=5.639538999646902, ms=00050}
22:49:14.322413 run                osmo-ms-mob/00067: Starting mobile
22:49:14.335662 run       osmo-ms-mob/00067(pid=202): Launched
22:49:14.347086 run                             mass: MS start registered  {at=3215180.555405147, delay=0.005318912677466869, ms=00067}
22:49:14.457277 run                             mass: MS performed LU  {at=3215180.665490933, lu_delay=6.050693079363555, ms=00049}
22:49:14.722186 run                osmo-ms-mob/00068: Starting mobile
22:49:14.737729 run       osmo-ms-mob/00068(pid=203): Launched
22:49:14.748973 run                             mass: MS start registered  {at=3215180.957290974, delay=0.005185788031667471, ms=00068}
22:49:15.095423 run                osmo-ms-mob/00069: Starting mobile
22:49:15.109937 run       osmo-ms-mob/00069(pid=204): Launched
22:49:15.120820 run                             mass: MS start registered  {at=3215181.329141319, delay=0.004699026700109243, ms=00069}
22:49:15.495372 run                osmo-ms-mob/00070: Starting mobile
22:49:15.509315 run       osmo-ms-mob/00070(pid=205): Launched
22:49:15.520058 run                             mass: MS start registered  {at=3215181.728378263, delay=0.004726049955934286, ms=00070}
22:49:15.895088 run                osmo-ms-mob/00071: Starting mobile
22:49:15.909321 run       osmo-ms-mob/00071(pid=206): Launched
22:49:15.919974 run                             mass: MS start registered  {at=3215182.128296042, delay=0.004567342810332775, ms=00071}
22:49:16.030851 run                             mass: MS performed LU  {at=3215182.239067822, lu_delay=5.451693780254573, ms=00056}
22:49:16.133243 run                             mass: MS performed LU  {at=3215182.341462642, lu_delay=6.111784053966403, ms=00054}
22:49:16.159334 run                             mass: MS performed LU  {at=3215182.367648438, lu_delay=5.853073365055025, ms=00055}
22:49:16.171621 run                osmo-ms-mob/00072: Starting mobile
22:49:16.184601 run       osmo-ms-mob/00072(pid=207): Launched
22:49:16.195238 run                             mass: MS start registered  {at=3215182.403559829, delay=0.00459544500336051, ms=00072}
22:49:16.304423 run                             mass: MS performed LU  {at=3215182.512641826, lu_delay=5.556415998376906, ms=00057}
22:49:16.322221 run                             mass: MS performed LU  {at=3215182.530462837, lu_delay=5.002274206839502, ms=00058}
22:49:16.377347 run                             mass: MS performed LU  {at=3215182.585558174, lu_delay=4.756888585165143, ms=00059}
22:49:16.404168 run                osmo-ms-mob/00073: Starting mobile
22:49:16.417294 run       osmo-ms-mob/00073(pid=208): Launched
22:49:16.428490 run                             mass: MS start registered  {at=3215182.636808765, delay=0.005210098344832659, ms=00073}
22:49:17.095106 run                osmo-ms-mob/00074: Starting mobile
22:49:17.109201 run       osmo-ms-mob/00074(pid=209): Launched
22:49:17.120422 run                             mass: MS start registered  {at=3215183.328740546, delay=0.005288198124617338, ms=00074}
22:49:17.514183 run                osmo-ms-mob/00075: Starting mobile
22:49:17.531252 run       osmo-ms-mob/00075(pid=210): Launched
22:49:17.541956 run                             mass: MS start registered  {at=3215183.750276612, delay=0.004800419323146343, ms=00075}
22:49:18.021909 run                osmo-ms-mob/00076: Starting mobile
22:49:18.038127 run       osmo-ms-mob/00076(pid=211): Launched
22:49:18.044174 run                             mass: MS performed LU  {at=3215184.252502506, lu_delay=6.126753637101501, ms=00060}
22:49:18.049974 run                             mass: MS start registered  {at=3215184.258309024, delay=0.005824272986501455, ms=00076}
22:49:18.060418 run                             mass: MS performed LU  {at=3215184.268725615, lu_delay=5.729223317001015, ms=00061}
22:49:18.130770 run                             mass: MS performed LU  {at=3215184.338990235, lu_delay=4.807566559873521, ms=00064}
22:49:18.146826 run                osmo-ms-mob/00077: Starting mobile
22:49:18.160105 run       osmo-ms-mob/00077(pid=212): Launched
22:49:18.166718 run                             mass: MS performed LU  {at=3215184.375039989, lu_delay=5.569031137041748, ms=00063}
22:49:18.172678 run                             mass: MS start registered  {at=3215184.381012991, delay=0.006381710059940815, ms=00077}
22:49:18.223448 run                             mass: MS performed LU  {at=3215184.431678047, lu_delay=5.778743514791131, ms=00062}
22:49:18.896478 run                osmo-ms-mob/00078: Starting mobile
22:49:18.910472 run       osmo-ms-mob/00078(pid=213): Launched
22:49:18.921222 run                             mass: MS start registered  {at=3215185.129543773, delay=0.0046022688038647175, ms=00078}
22:49:19.312666 run                osmo-ms-mob/00079: Starting mobile
22:49:19.330149 run       osmo-ms-mob/00079(pid=214): Launched
22:49:19.341534 run                             mass: MS start registered  {at=3215185.549855527, delay=0.005066170822829008, ms=00079}
22:49:19.808081 run                osmo-ms-mob/00080: Starting mobile
22:49:19.824083 run       osmo-ms-mob/00080(pid=215): Launched
22:49:19.830151 run                             mass: MS performed LU  {at=3215186.038479077, lu_delay=5.791508025024086, ms=00066}
22:49:19.836384 run                             mass: MS performed LU  {at=3215186.044717126, lu_delay=5.0874261520802975, ms=00068}
22:49:19.842137 run                             mass: MS start registered  {at=3215186.050472881, delay=0.01201264001429081, ms=00080}
22:49:19.926815 run                             mass: MS performed LU  {at=3215186.135036485, lu_delay=6.225547891575843, ms=00065}
22:49:20.089472 run                             mass: MS performed LU  {at=3215186.297691687, lu_delay=5.742286540102214, ms=00067}
22:49:20.118325 run                osmo-ms-mob/00081: Starting mobile
22:49:20.131281 run       osmo-ms-mob/00081(pid=216): Launched
22:49:20.142294 run                             mass: MS start registered  {at=3215186.350614331, delay=0.0047548431903123856, ms=00081}
22:49:20.694781 run                osmo-ms-mob/00082: Starting mobile
22:49:20.708799 run       osmo-ms-mob/00082(pid=217): Launched
22:49:20.719815 run                             mass: MS start registered  {at=3215186.928128552, delay=0.004972935188561678, ms=00082}
22:49:20.822097 run                             mass: MS performed LU  {at=3215187.030320055, lu_delay=5.701178736053407, ms=00069}
22:49:21.296027 run                osmo-ms-mob/00083: Starting mobile
22:49:21.310180 run       osmo-ms-mob/00083(pid=218): Launched
22:49:21.320997 run                             mass: MS start registered  {at=3215187.529318439, delay=0.004700198769569397, ms=00083}
22:49:21.661627 run                             mass: MS performed LU  {at=3215187.869844814, lu_delay=4.541104267816991, ms=00074}
22:49:21.698731 run                             mass: MS performed LU  {at=3215187.906950742, lu_delay=5.778654700145125, ms=00071}
22:49:21.724125 run                osmo-ms-mob/00084: Starting mobile
22:49:21.737619 run       osmo-ms-mob/00084(pid=219): Launched
22:49:21.748402 run                             mass: MS start registered  {at=3215187.956726096, delay=0.004864996299147606, ms=00084}
22:49:21.827772 run                             mass: MS performed LU  {at=3215188.035950734, lu_delay=6.307572470977902, ms=00070}
22:49:21.989209 run                             mass: MS performed LU  {at=3215188.197429714, lu_delay=5.560620948672295, ms=00073}
22:49:22.013582 run                             mass: MS performed LU  {at=3215188.221911108, lu_delay=5.818351279012859, ms=00072}
22:49:22.321700 run                osmo-ms-mob/00085: Starting mobile
22:49:22.337992 run       osmo-ms-mob/00085(pid=220): Launched
22:49:22.348829 run                             mass: MS start registered  {at=3215188.557144889, delay=0.004812814295291901, ms=00085}
22:49:22.896741 run                osmo-ms-mob/00086: Starting mobile
22:49:22.910843 run       osmo-ms-mob/00086(pid=221): Launched
22:49:22.922199 run                             mass: MS start registered  {at=3215189.130519916, delay=0.005253270734101534, ms=00086}
22:49:23.514093 run                osmo-ms-mob/00087: Starting mobile
22:49:23.531069 run       osmo-ms-mob/00087(pid=222): Launched
22:49:23.541558 run                             mass: MS start registered  {at=3215189.749881125, delay=0.004386418964713812, ms=00087}
22:49:23.561696 run                             mass: MS performed LU  {at=3215189.770002926, lu_delay=4.64045915286988, ms=00078}
22:49:23.601146 run                             mass: MS performed LU  {at=3215189.809375033, lu_delay=5.428362041711807, ms=00077}
22:49:23.692244 run                             mass: MS performed LU  {at=3215189.900460454, lu_delay=6.150183842051774, ms=00075}
22:49:23.854164 run                             mass: MS performed LU  {at=3215190.06228849, lu_delay=5.8039794662036, ms=00076}
22:49:24.121560 run                osmo-ms-mob/00088: Starting mobile
22:49:24.137628 run       osmo-ms-mob/00088(pid=223): Launched
22:49:24.148465 run                             mass: MS start registered  {at=3215190.356785171, delay=0.004890563432127237, ms=00088}
22:49:24.682756 run                osmo-ms-mob/00089: Starting mobile
22:49:24.695849 run       osmo-ms-mob/00089(pid=224): Launched
22:49:24.706724 run                             mass: MS start registered  {at=3215190.91504412, delay=0.004802561830729246, ms=00089}
22:49:25.296516 run                osmo-ms-mob/00090: Starting mobile
22:49:25.310275 run       osmo-ms-mob/00090(pid=225): Launched
22:49:25.321153 run                             mass: MS start registered  {at=3215191.529475063, delay=0.00488120224326849, ms=00090}
22:49:25.529071 run                             mass: MS performed LU  {at=3215191.737248785, lu_delay=6.187393257860094, ms=00079}
22:49:25.593767 run                             mass: MS performed LU  {at=3215191.801984377, lu_delay=5.751511496026069, ms=00080}
22:49:25.662824 run                             mass: MS performed LU  {at=3215191.871038909, lu_delay=5.5204245778732, ms=00081}
22:49:25.698836 run                             mass: MS performed LU  {at=3215191.907063163, lu_delay=4.9789346107281744, ms=00082}
22:49:25.995048 run                osmo-ms-mob/00091: Starting mobile
22:49:26.009725 run       osmo-ms-mob/00091(pid=226): Launched
22:49:26.020752 run                             mass: MS start registered  {at=3215192.229069925, delay=0.0049110050313174725, ms=00091}
22:49:26.695701 run                osmo-ms-mob/00092: Starting mobile
22:49:26.709901 run       osmo-ms-mob/00092(pid=227): Launched
22:49:26.720609 run                             mass: MS start registered  {at=3215192.92892995, delay=0.004612322896718979, ms=00092}
22:49:27.328476 run                             mass: MS performed LU  {at=3215193.536692476, lu_delay=6.007374037057161, ms=00083}
22:49:27.430496 run                             mass: MS performed LU  {at=3215193.638725714, lu_delay=4.508205797988921, ms=00086}
22:49:27.472474 run                osmo-ms-mob/00093: Starting mobile
22:49:27.487843 run       osmo-ms-mob/00093(pid=228): Launched
22:49:27.493807 run                             mass: MS performed LU  {at=3215193.702136938, lu_delay=5.144992048852146, ms=00085}
22:49:27.499457 run                             mass: MS start registered  {at=3215193.70779231, delay=0.005671996157616377, ms=00093}
22:49:27.601566 run                             mass: MS performed LU  {at=3215193.809793529, lu_delay=5.853067432995886, ms=00084}
22:49:27.620204 run                             mass: MS performed LU  {at=3215193.828473637, lu_delay=23.400722801685333, ms=00036}
22:49:28.393793 run                osmo-ms-mob/00094: Starting mobile
22:49:28.408205 run       osmo-ms-mob/00094(pid=229): Launched
22:49:28.419100 run                             mass: MS start registered  {at=3215194.62741935, delay=0.004863659385591745, ms=00094}
22:49:29.320904 run                osmo-ms-mob/00095: Starting mobile
22:49:29.336867 run       osmo-ms-mob/00095(pid=230): Launched
22:49:29.342891 run                             mass: MS performed LU  {at=3215195.551218724, lu_delay=4.636174603831023, ms=00089}
22:49:29.348672 run                             mass: MS start registered  {at=3215195.557007189, delay=0.005806189030408859, ms=00095}
22:49:29.358264 run                             mass: MS performed LU  {at=3215195.566588277, lu_delay=5.816707151941955, ms=00087}
22:49:29.428908 run                             mass: MS performed LU  {at=3215195.637126977, lu_delay=5.2803418058902025, ms=00088}
22:49:30.294326 run                osmo-ms-mob/00096: Starting mobile
22:49:30.311246 run       osmo-ms-mob/00096(pid=231): Launched
22:49:30.322223 run                             mass: MS start registered  {at=3215196.530540858, delay=0.004995917901396751, ms=00096}
22:49:31.094647 run                             mass: MS performed LU  {at=3215197.302862805, lu_delay=4.3739328547380865, ms=00092}
22:49:31.196254 run                             mass: MS performed LU  {at=3215197.404471463, lu_delay=5.874996399972588, ms=00090}
22:49:31.223056 run                             mass: MS performed LU  {at=3215197.431366889, lu_delay=5.202296963892877, ms=00091}
22:49:31.235380 run                osmo-ms-mob/00097: Starting mobile
22:49:31.248166 run       osmo-ms-mob/00097(pid=232): Launched
22:49:31.259159 run                             mass: MS start registered  {at=3215197.467483731, delay=0.0050224377773702145, ms=00097}
22:49:31.583995 run                             mass: MS performed LU  {at=3215197.792216314, lu_delay=23.443122839089483, ms=00048}
22:49:32.685420 run                osmo-ms-mob/00098: Starting mobile
22:49:32.698401 run       osmo-ms-mob/00098(pid=233): Launched
22:49:32.709035 run                             mass: MS start registered  {at=3215198.917356739, delay=0.004647688940167427, ms=00098}
22:49:33.060724 run                             mass: MS performed LU  {at=3215199.268920408, lu_delay=4.641501057893038, ms=00094}
22:49:33.125935 run                             mass: MS performed LU  {at=3215199.334151787, lu_delay=5.626359477173537, ms=00093}
22:49:34.506190 run                osmo-ms-mob/00099: Starting mobile
22:49:34.522693 run       osmo-ms-mob/00099(pid=234): Launched
22:49:34.528737 run                             mass: All started... {duration=55.75670413207263, too_slow=1}
22:49:34.534544 run                             mass: MS start registered  {at=3215200.74287289, delay=0.0058011990040540695, ms=00099}
22:49:34.962344 run                             mass: MS performed LU  {at=3215201.170560413, lu_delay=4.640019555110484, ms=00096}
22:49:34.989429 run                             mass: MS performed LU  {at=3215201.197675055, lu_delay=5.640667865984142, ms=00095}
22:49:36.826961 run                             mass: MS performed LU  {at=3215203.035172594, lu_delay=5.567688862793148, ms=00097}
22:49:38.728464 run                             mass: MS performed LU  {at=3215204.936682015, lu_delay=6.019325276371092, ms=00098}
22:49:40.592954 run                             mass: MS performed LU  {at=3215206.801171006, lu_delay=6.058298116084188, ms=00099}
22:49:40.602020 run                             mass: Tests done {all_completed=True, max=23.443122839089483, min=3.928006530739367}
22:49:40.607382 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:40.612780 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:40.616097 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:40.619393 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:40.622682 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:40.625994 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:40.629366 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:40.632754 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:40.636093 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:40.639408 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:40.642769 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:40.646102 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:40.649490 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:40.652909 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:40.656304 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:40.659687 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:40.663098 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:40.666560 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:40.670044 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:40.673503 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:40.676910 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:40.680309 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:40.683699 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:40.687131 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:40.690545 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:40.693968 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:40.697348 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:40.700779 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:40.704208 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:40.707626 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:40.711011 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:40.714454 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:40.717840 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:40.721265 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:40.724661 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:40.728193 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:40.731678 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:40.735388 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:40.738929 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:40.742362 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:40.745837 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:40.749286 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:40.752900 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:40.756438 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:40.759889 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:40.763325 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:40.766964 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:40.770915 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:40.774553 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:40.778352 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:40.782111 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:40.785543 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:40.789057 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:40.792457 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:40.795928 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:40.799567 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:40.802972 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:40.806465 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:40.809850 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:40.813274 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:40.816724 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:40.820103 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:40.823483 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:40.827007 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:40.830444 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:40.833880 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:40.837299 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:40.840743 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:40.844224 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:40.847607 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:40.851081 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:40.854507 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:40.857981 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:40.861363 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:40.864801 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:40.868297 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:40.871710 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:40.875129 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:40.878565 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:40.882018 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:40.885483 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:40.888902 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:40.892365 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:40.895756 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:40.899260 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:40.902689 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:40.906127 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:40.909652 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:40.913131 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:40.916597 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:40.919984 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:40.923506 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:40.926993 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:40.930529 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:40.934013 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:40.937531 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:40.940957 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:40.944476 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:40.947964 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:40.951388 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:40.954870 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:40.958367 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:40.961863 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:40.965295 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:40.968811 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:40.972295 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:40.975827 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:40.979293 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:40.982790 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:40.986305 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:40.989768 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:40.993252 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:40.996779 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:41.000199 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:41.003734 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:41.007222 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:41.010735 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:41.014142 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:41.017514 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:41.020874 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:41.024247 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:41.027607 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:41.030983 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:41.034359 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:41.037723 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:41.041092 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:41.044465 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:41.047842 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:41.051218 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:41.054592 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:41.057953 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:41.061317 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:41.064686 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:41.068062 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:41.071422 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:41.074792 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:41.078160 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:41.081539 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:41.084899 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:41.088266 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:41.091619 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:41.094994 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:41.098387 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:41.101762 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:41.105115 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:41.108477 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:41.111845 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:41.115210 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:41.118573 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:41.121940 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:41.125312 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:41.128673 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:41.132029 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:41.135403 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:41.138759 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:41.142125 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:41.145509 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:41.148868 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:41.152247 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:41.155610 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:41.158964 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:41.162341 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:41.165727 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:41.169104 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:41.172481 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:41.175839 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:41.179192 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:41.182570 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:41.185948 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:41.189313 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:41.192683 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:41.196029 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:41.199398 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:41.202761 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:41.206126 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:41.209496 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:41.212857 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:41.216228 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:41.219578 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:41.222944 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:41.226326 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:41.229697 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:41.233060 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:41.236427 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:41.239797 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:41.243148 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:41.246494 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:41.249860 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:41.253232 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:41.256582 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:41.259956 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:41.263323 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:41.266687 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:41.270037 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:41.273405 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:41.276765 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:41.280142 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:41.283498 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:41.286871 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:41.290232 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:41.293581 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:41.296947 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:41.300308 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:41.303670 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:41.307033 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:41.310409 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:41.313770 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:41.317138 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:41.320502 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:41.323865 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:41.327225 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:41.330591 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:41.333968 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:41.337338 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:41.340717 ---      ParallelTerminationStrategy: PID 22 died...
22:49:41.342244 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:41.345972 ---      ParallelTerminationStrategy: PID 23 died...
22:49:41.347501 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:41.351228 ---      ParallelTerminationStrategy: PID 24 died...
22:49:41.352755 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:41.356528 ---      ParallelTerminationStrategy: PID 25 died...
22:49:41.358054 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:41.361810 ---      ParallelTerminationStrategy: PID 26 died...
22:49:41.363335 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:41.367081 ---      ParallelTerminationStrategy: PID 27 died...
22:49:41.368617 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:41.372352 ---      ParallelTerminationStrategy: PID 28 died...
22:49:41.373871 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:41.377628 ---      ParallelTerminationStrategy: PID 29 died...
22:49:41.379145 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:41.382894 ---      ParallelTerminationStrategy: PID 30 died...
22:49:41.384434 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:41.388190 ---      ParallelTerminationStrategy: PID 31 died...
22:49:41.389718 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:41.393508 ---      ParallelTerminationStrategy: PID 32 died...
22:49:41.395034 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:41.398787 ---      ParallelTerminationStrategy: PID 33 died...
22:49:41.400322 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:41.404068 ---      ParallelTerminationStrategy: PID 35 died...
22:49:41.405588 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:41.409352 ---      ParallelTerminationStrategy: PID 36 died...
22:49:41.410881 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:41.414627 ---      ParallelTerminationStrategy: PID 37 died...
22:49:41.416153 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:41.419902 ---      ParallelTerminationStrategy: PID 38 died...
22:49:41.421429 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:41.425185 ---      ParallelTerminationStrategy: PID 39 died...
22:49:41.426704 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:41.430475 ---      ParallelTerminationStrategy: PID 40 died...
22:49:41.432000 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:41.435733 ---      ParallelTerminationStrategy: PID 41 died...
22:49:41.437263 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:41.441042 ---      ParallelTerminationStrategy: PID 42 died...
22:49:41.442565 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:41.446290 ---      ParallelTerminationStrategy: PID 43 died...
22:49:41.447804 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:41.451537 ---      ParallelTerminationStrategy: PID 44 died...
22:49:41.453077 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:41.456819 ---      ParallelTerminationStrategy: PID 45 died...
22:49:41.458331 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:41.462059 ---      ParallelTerminationStrategy: PID 46 died...
22:49:41.463571 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:41.467334 ---      ParallelTerminationStrategy: PID 47 died...
22:49:41.468851 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:41.472572 ---      ParallelTerminationStrategy: PID 48 died...
22:49:41.474078 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:41.477824 ---      ParallelTerminationStrategy: PID 49 died...
22:49:41.479330 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:41.483056 ---      ParallelTerminationStrategy: PID 50 died...
22:49:41.484563 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:41.488304 ---      ParallelTerminationStrategy: PID 51 died...
22:49:41.489807 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:41.493529 ---      ParallelTerminationStrategy: PID 52 died...
22:49:41.495042 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:41.498777 ---      ParallelTerminationStrategy: PID 53 died...
22:49:41.500300 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:41.504039 ---      ParallelTerminationStrategy: PID 54 died...
22:49:41.505555 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:41.509299 ---      ParallelTerminationStrategy: PID 55 died...
22:49:41.510812 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:41.514544 ---      ParallelTerminationStrategy: PID 56 died...
22:49:41.516055 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:41.519769 ---      ParallelTerminationStrategy: PID 57 died...
22:49:41.521277 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:41.525009 ---      ParallelTerminationStrategy: PID 58 died...
22:49:41.526521 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:41.530278 ---      ParallelTerminationStrategy: PID 59 died...
22:49:41.531798 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:41.535534 ---      ParallelTerminationStrategy: PID 60 died...
22:49:41.537048 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:41.540772 ---      ParallelTerminationStrategy: PID 61 died...
22:49:41.542282 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:41.546036 ---      ParallelTerminationStrategy: PID 62 died...
22:49:41.547540 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:41.551276 ---      ParallelTerminationStrategy: PID 63 died...
22:49:41.552804 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:41.556537 ---      ParallelTerminationStrategy: PID 64 died...
22:49:41.558055 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:41.561806 ---      ParallelTerminationStrategy: PID 65 died...
22:49:41.563308 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:41.567036 ---      ParallelTerminationStrategy: PID 66 died...
22:49:41.568543 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:41.572290 ---      ParallelTerminationStrategy: PID 67 died...
22:49:41.573800 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:41.577571 ---      ParallelTerminationStrategy: PID 68 died...
22:49:41.579083 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:41.582817 ---      ParallelTerminationStrategy: PID 69 died...
22:49:41.584339 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:41.588073 ---      ParallelTerminationStrategy: PID 70 died...
22:49:41.589583 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:41.593311 ---      ParallelTerminationStrategy: PID 71 died...
22:49:41.594816 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:41.598567 ---      ParallelTerminationStrategy: PID 72 died...
22:49:41.600077 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:41.603830 ---      ParallelTerminationStrategy: PID 73 died...
22:49:41.605344 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:41.609085 ---      ParallelTerminationStrategy: PID 74 died...
22:49:41.610595 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:41.614340 ---      ParallelTerminationStrategy: PID 75 died...
22:49:41.615856 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:41.619607 ---      ParallelTerminationStrategy: PID 76 died...
22:49:41.621119 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:41.624877 ---      ParallelTerminationStrategy: PID 77 died...
22:49:41.626392 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:41.630130 ---      ParallelTerminationStrategy: PID 78 died...
22:49:41.631639 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:41.635385 ---      ParallelTerminationStrategy: PID 79 died...
22:49:41.636902 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:41.640639 ---      ParallelTerminationStrategy: PID 80 died...
22:49:41.642152 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:41.645886 ---      ParallelTerminationStrategy: PID 81 died...
22:49:41.647392 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:41.651129 ---      ParallelTerminationStrategy: PID 82 died...
22:49:41.652645 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:41.656395 ---      ParallelTerminationStrategy: PID 83 died...
22:49:41.657903 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:41.661648 ---      ParallelTerminationStrategy: PID 84 died...
22:49:41.663169 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:41.666934 ---      ParallelTerminationStrategy: PID 85 died...
22:49:41.668454 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:41.672205 ---      ParallelTerminationStrategy: PID 86 died...
22:49:41.673718 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:41.677452 ---      ParallelTerminationStrategy: PID 87 died...
22:49:41.678960 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:41.682689 ---      ParallelTerminationStrategy: PID 88 died...
22:49:41.684204 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:41.687936 ---      ParallelTerminationStrategy: PID 89 died...
22:49:41.689459 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:41.693190 ---      ParallelTerminationStrategy: PID 90 died...
22:49:41.694705 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:41.698438 ---      ParallelTerminationStrategy: PID 91 died...
22:49:41.699954 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:41.703676 ---      ParallelTerminationStrategy: PID 92 died...
22:49:41.705191 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:41.708929 ---      ParallelTerminationStrategy: PID 93 died...
22:49:41.710433 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:41.714160 ---      ParallelTerminationStrategy: PID 94 died...
22:49:41.715669 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:41.719396 ---      ParallelTerminationStrategy: PID 95 died...
22:49:41.720919 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:41.724658 ---      ParallelTerminationStrategy: PID 96 died...
22:49:41.726158 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:41.729884 ---      ParallelTerminationStrategy: PID 97 died...
22:49:41.731391 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:41.735159 ---      ParallelTerminationStrategy: PID 98 died...
22:49:41.736675 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:41.740424 ---      ParallelTerminationStrategy: PID 99 died...
22:49:41.741947 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:41.745688 ---      ParallelTerminationStrategy: PID 100 died...
22:49:41.747204 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:41.750952 ---      ParallelTerminationStrategy: PID 101 died...
22:49:41.752469 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:41.756230 ---      ParallelTerminationStrategy: PID 102 died...
22:49:41.757738 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:41.761490 ---      ParallelTerminationStrategy: PID 103 died...
22:49:41.763006 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:41.766730 ---      ParallelTerminationStrategy: PID 104 died...
22:49:41.768258 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:41.771994 ---      ParallelTerminationStrategy: PID 105 died...
22:49:41.773503 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:41.777236 ---      ParallelTerminationStrategy: PID 106 died...
22:49:41.778755 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:41.782498 ---      ParallelTerminationStrategy: PID 107 died...
22:49:41.784014 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:41.787762 ---      ParallelTerminationStrategy: PID 108 died...
22:49:41.789278 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:41.793023 ---      ParallelTerminationStrategy: PID 109 died...
22:49:41.794537 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:41.798257 ---      ParallelTerminationStrategy: PID 110 died...
22:49:41.799772 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:41.803497 ---      ParallelTerminationStrategy: PID 111 died...
22:49:41.805025 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:41.808750 ---      ParallelTerminationStrategy: PID 112 died...
22:49:41.810253 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:41.813980 ---      ParallelTerminationStrategy: PID 113 died...
22:49:41.815493 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:41.819227 ---      ParallelTerminationStrategy: PID 114 died...
22:49:41.820745 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:41.824481 ---      ParallelTerminationStrategy: PID 115 died...
22:49:41.825996 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:41.829738 ---      ParallelTerminationStrategy: PID 116 died...
22:49:41.831247 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:41.834981 ---      ParallelTerminationStrategy: PID 117 died...
22:49:41.836493 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:41.840241 ---      ParallelTerminationStrategy: PID 118 died...
22:49:41.841754 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:41.845475 ---      ParallelTerminationStrategy: PID 119 died...
22:49:41.846987 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:41.850725 ---      ParallelTerminationStrategy: PID 120 died...
22:49:41.852274 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:41.856015 ---      ParallelTerminationStrategy: PID 121 died...
22:49:41.857532 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:41.861273 ---      ParallelTerminationStrategy: PID 122 died...
22:49:41.862787 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:41.866525 ---      ParallelTerminationStrategy: PID 123 died...
22:49:41.868051 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:41.871824 ---      ParallelTerminationStrategy: PID 124 died...
22:49:41.873344 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:41.877096 ---      ParallelTerminationStrategy: PID 125 died...
22:49:41.878612 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:41.882353 ---      ParallelTerminationStrategy: PID 126 died...
22:49:41.883879 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:41.887622 ---      ParallelTerminationStrategy: PID 127 died...
22:49:41.889145 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:41.892885 ---      ParallelTerminationStrategy: PID 128 died...
22:49:41.894396 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:41.898147 ---      ParallelTerminationStrategy: PID 129 died...
22:49:41.899662 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:41.903402 ---      ParallelTerminationStrategy: PID 130 died...
22:49:41.904915 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:41.908652 ---      ParallelTerminationStrategy: PID 131 died...
22:49:41.910171 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:41.913897 ---      ParallelTerminationStrategy: PID 132 died...
22:49:41.915408 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:41.919167 ---      ParallelTerminationStrategy: PID 133 died...
22:49:41.920689 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:41.924434 ---      ParallelTerminationStrategy: PID 134 died...
22:49:41.925947 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:41.929685 ---      ParallelTerminationStrategy: PID 135 died...
22:49:41.931207 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:41.934967 ---      ParallelTerminationStrategy: PID 136 died...
22:49:41.936494 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:41.940252 ---      ParallelTerminationStrategy: PID 137 died...
22:49:41.941764 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:41.945570 ---      ParallelTerminationStrategy: PID 138 died...
22:49:41.947086 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:41.950850 ---      ParallelTerminationStrategy: PID 139 died...
22:49:41.952354 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:41.956108 ---      ParallelTerminationStrategy: PID 140 died...
22:49:41.957622 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:41.961373 ---      ParallelTerminationStrategy: PID 141 died...
22:49:41.962883 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:41.966638 ---      ParallelTerminationStrategy: PID 142 died...
22:49:41.968166 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:41.971935 ---      ParallelTerminationStrategy: PID 143 died...
22:49:41.973457 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:41.977218 ---      ParallelTerminationStrategy: PID 144 died...
22:49:41.978736 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:41.982498 ---      ParallelTerminationStrategy: PID 145 died...
22:49:41.984022 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:41.987771 ---      ParallelTerminationStrategy: PID 146 died...
22:49:41.989276 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:41.993072 ---      ParallelTerminationStrategy: PID 147 died...
22:49:41.994585 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:41.998346 ---      ParallelTerminationStrategy: PID 148 died...
22:49:41.999860 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:42.003611 ---      ParallelTerminationStrategy: PID 149 died...
22:49:42.005130 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:42.008909 ---      ParallelTerminationStrategy: PID 150 died...
22:49:42.010416 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:42.014187 ---      ParallelTerminationStrategy: PID 151 died...
22:49:42.015720 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:42.019464 ---      ParallelTerminationStrategy: PID 152 died...
22:49:42.020992 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:42.024745 ---      ParallelTerminationStrategy: PID 153 died...
22:49:42.026261 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:42.030022 ---      ParallelTerminationStrategy: PID 154 died...
22:49:42.031545 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:42.035322 ---      ParallelTerminationStrategy: PID 155 died...
22:49:42.036836 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:42.040594 ---      ParallelTerminationStrategy: PID 156 died...
22:49:42.042102 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:42.045863 ---      ParallelTerminationStrategy: PID 157 died...
22:49:42.047375 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:42.051153 ---      ParallelTerminationStrategy: PID 158 died...
22:49:42.052683 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:42.056442 ---      ParallelTerminationStrategy: PID 159 died...
22:49:42.057947 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:42.061692 ---      ParallelTerminationStrategy: PID 160 died...
22:49:42.063212 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:42.066971 ---      ParallelTerminationStrategy: PID 161 died...
22:49:42.068499 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:42.072264 ---      ParallelTerminationStrategy: PID 162 died...
22:49:42.073773 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:42.077507 ---      ParallelTerminationStrategy: PID 163 died...
22:49:42.079019 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:42.082776 ---      ParallelTerminationStrategy: PID 164 died...
22:49:42.084294 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:42.088027 ---      ParallelTerminationStrategy: PID 165 died...
22:49:42.089535 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:42.093280 ---      ParallelTerminationStrategy: PID 166 died...
22:49:42.094792 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:42.098582 ---      ParallelTerminationStrategy: PID 167 died...
22:49:42.100105 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:42.103877 ---      ParallelTerminationStrategy: PID 168 died...
22:49:42.105395 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:42.109174 ---      ParallelTerminationStrategy: PID 169 died...
22:49:42.110686 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:42.114453 ---      ParallelTerminationStrategy: PID 170 died...
22:49:42.115966 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:42.119741 ---      ParallelTerminationStrategy: PID 171 died...
22:49:42.121255 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:42.125017 ---      ParallelTerminationStrategy: PID 172 died...
22:49:42.126533 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:42.130290 ---      ParallelTerminationStrategy: PID 173 died...
22:49:42.131816 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:42.135567 ---      ParallelTerminationStrategy: PID 174 died...
22:49:42.137097 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:42.140852 ---      ParallelTerminationStrategy: PID 175 died...
22:49:42.142361 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:42.146144 ---      ParallelTerminationStrategy: PID 176 died...
22:49:42.147663 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:42.151411 ---      ParallelTerminationStrategy: PID 177 died...
22:49:42.152929 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:42.156750 ---      ParallelTerminationStrategy: PID 178 died...
22:49:42.158266 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:42.162030 ---      ParallelTerminationStrategy: PID 179 died...
22:49:42.163538 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:42.167314 ---      ParallelTerminationStrategy: PID 180 died...
22:49:42.168841 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:42.172580 ---      ParallelTerminationStrategy: PID 181 died...
22:49:42.174096 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:42.177850 ---      ParallelTerminationStrategy: PID 182 died...
22:49:42.179362 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:42.183117 ---      ParallelTerminationStrategy: PID 183 died...
22:49:42.184638 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:42.188411 ---      ParallelTerminationStrategy: PID 184 died...
22:49:42.189919 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:42.193689 ---      ParallelTerminationStrategy: PID 185 died...
22:49:42.195198 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:42.198952 ---      ParallelTerminationStrategy: PID 186 died...
22:49:42.200471 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:42.204233 ---      ParallelTerminationStrategy: PID 187 died...
22:49:42.205745 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:42.209528 ---      ParallelTerminationStrategy: PID 188 died...
22:49:42.211049 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:42.214821 ---      ParallelTerminationStrategy: PID 189 died...
22:49:42.216365 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:42.220128 ---      ParallelTerminationStrategy: PID 190 died...
22:49:42.221650 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:42.225418 ---      ParallelTerminationStrategy: PID 191 died...
22:49:42.226949 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:42.230726 ---      ParallelTerminationStrategy: PID 192 died...
22:49:42.232263 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:42.236012 ---      ParallelTerminationStrategy: PID 193 died...
22:49:42.237531 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:42.241287 ---      ParallelTerminationStrategy: PID 194 died...
22:49:42.242804 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:42.246581 ---      ParallelTerminationStrategy: PID 195 died...
22:49:42.248106 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:42.251879 ---      ParallelTerminationStrategy: PID 196 died...
22:49:42.253393 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:42.257147 ---      ParallelTerminationStrategy: PID 197 died...
22:49:42.258665 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:42.262437 ---      ParallelTerminationStrategy: PID 198 died...
22:49:42.263960 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:42.267723 ---      ParallelTerminationStrategy: PID 199 died...
22:49:42.269248 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:42.273008 ---      ParallelTerminationStrategy: PID 200 died...
22:49:42.274536 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:42.278307 ---      ParallelTerminationStrategy: PID 201 died...
22:49:42.279834 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:42.283574 ---      ParallelTerminationStrategy: PID 202 died...
22:49:42.285093 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:42.288864 ---      ParallelTerminationStrategy: PID 203 died...
22:49:42.290379 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:42.294156 ---      ParallelTerminationStrategy: PID 204 died...
22:49:42.295678 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:42.299466 ---      ParallelTerminationStrategy: PID 205 died...
22:49:42.300985 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:42.304789 ---      ParallelTerminationStrategy: PID 206 died...
22:49:42.306312 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:42.310079 ---      ParallelTerminationStrategy: PID 207 died...
22:49:42.311599 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:42.315374 ---      ParallelTerminationStrategy: PID 208 died...
22:49:42.316906 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:42.320676 ---      ParallelTerminationStrategy: PID 209 died...
22:49:42.322202 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:42.325973 ---      ParallelTerminationStrategy: PID 210 died...
22:49:42.327494 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:42.331278 ---      ParallelTerminationStrategy: PID 211 died...
22:49:42.332805 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:42.336582 ---      ParallelTerminationStrategy: PID 212 died...
22:49:42.338102 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:42.341851 ---      ParallelTerminationStrategy: PID 213 died...
22:49:42.343363 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:42.347132 ---      ParallelTerminationStrategy: PID 214 died...
22:49:42.348660 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:42.352416 ---      ParallelTerminationStrategy: PID 215 died...
22:49:42.353938 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:42.357712 ---      ParallelTerminationStrategy: PID 216 died...
22:49:42.359220 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:42.362982 ---      ParallelTerminationStrategy: PID 217 died...
22:49:42.364509 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:42.368294 ---      ParallelTerminationStrategy: PID 218 died...
22:49:42.369816 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:42.373616 ---      ParallelTerminationStrategy: PID 219 died...
22:49:42.375137 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:42.378918 ---      ParallelTerminationStrategy: PID 220 died...
22:49:42.380449 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:42.384224 ---      ParallelTerminationStrategy: PID 221 died...
22:49:42.385748 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:42.389531 ---      ParallelTerminationStrategy: PID 222 died...
22:49:42.391059 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:42.394819 ---      ParallelTerminationStrategy: PID 223 died...
22:49:42.396379 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:42.400153 ---      ParallelTerminationStrategy: PID 224 died...
22:49:42.401680 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:42.405451 ---      ParallelTerminationStrategy: PID 225 died...
22:49:42.406984 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:42.410747 ---      ParallelTerminationStrategy: PID 226 died...
22:49:42.412269 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:42.416029 ---      ParallelTerminationStrategy: PID 227 died...
22:49:42.417554 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:42.421325 ---      ParallelTerminationStrategy: PID 228 died...
22:49:42.422839 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:42.426620 ---      ParallelTerminationStrategy: PID 229 died...
22:49:42.428147 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:42.431945 ---      ParallelTerminationStrategy: PID 230 died...
22:49:42.433474 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:42.437243 ---      ParallelTerminationStrategy: PID 231 died...
22:49:42.438764 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:42.442547 ---      ParallelTerminationStrategy: PID 232 died...
22:49:42.444089 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:42.447867 ---      ParallelTerminationStrategy: PID 233 died...
22:49:42.449391 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:42.453175 ---      ParallelTerminationStrategy: PID 234 died...
22:49:42.454689 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:45.859248 ---      ParallelTerminationStrategy: PID 34 died...
22:49:45.865424 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8260 netreg_mass PASS
---------------------------------------------------------------------
22:49:45.929297 tst                       trial-8260: Storing JUnit report in /build/trial-8260/run.2026-03-04_22-48-19/trial-8260.xml

--------------------------------------------------------------------------------------------
trial-8260 PASS
--------------------------------------------------------------------------------------------
22:49:45.940112 tst                       trial-8260: trial-8260: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8260/inst
+ cd trial-8260
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-03-04 22:48:19
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8260-run.tgz run.2026-03-04_22-48-19
+ tar czf /build/trial-8260-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-03-04_13_26_42.tgz osmo-bts-oc2g.build-2026-03-04_00_51_25.tgz osmo-bts-sysmo.build-2026-03-04_00_51_27.tgz osmo-bts.build-2026-03-04_00_51_35.tgz osmo-ggsn.build-2026-03-04_20_42_31.tgz osmo-hlr.build-2026-03-04_16_36_39.tgz osmo-hnbgw.build-2026-03-04_13_30_53.tgz osmo-mgw.build-2026-03-04_08_33_12.tgz osmo-msc.build-2026-03-04_13_35_03.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-04_07_35_13.tgz osmo-pcu-sysmo.build-2026-03-04_07_35_03.tgz osmo-pcu.build-2026-03-04_07_35_15.tgz osmo-sgsn.build-2026-03-04_20_48_23.tgz osmo-stp.build-2026-03-04_13_25_32.tgz osmo-trx.build-2026-03-04_16_30_24.tgz osmocom-bb.build-2026-03-04_21_17_20.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