Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Building remotely on build5-deb12build-ansible (obs ttcn3_with_linux_6.1_or_higher qemu registry-build-amd64 ttcn3 osmo-gsm-tester-build ttcn3-ggsn-test-kernel-git io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/osmo-gsm-tester/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gerrit.osmocom.org/osmo-gsm-tester # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-gsm-tester
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-gsm-tester +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f7d64b0bcf946ec21ce9c7562194343a12213a80 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
Commit message: "jenkins.sh: libosmo-netif no longer depends on libosmo-abis"
 > git rev-list --no-walk f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins6386122029675824281.sh
+ rm -rf trial-8109-bin.tgz trial-8109-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 24677
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10893
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10232
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12728
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13051
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12341
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 40554
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7436
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 42604
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8175
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 13043
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7335
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11418
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7476
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 8916
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6196
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 7335
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins12707129450455645309.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-8109
+ 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
21e1259 debian-bookworm-build: add gdb
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 DONE 0.1s

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

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

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

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

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

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

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

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

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

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

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

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

#14 [ 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
#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 [10/28] COPY	--CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#16 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:43517002dd09c836351d1f7bbf01272bcf58d2fd46cf5c70258755dde1135b65 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8110 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-10-05 22:48:23
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8110
+ mkdir -p trial-8110
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-10-05_13_28_53.tgz osmo-bts-oc2g.build-2025-10-02_07_55_46.tgz osmo-bts-sysmo.build-2025-10-02_07_55_57.tgz osmo-bts.build-2025-10-02_07_55_48.tgz osmo-ggsn.build-2025-10-05_20_42_26.tgz osmo-hlr.build-2025-10-05_16_36_50.tgz osmo-hnbgw.build-2025-10-05_13_28_40.tgz osmo-mgw.build-2025-10-05_08_33_13.tgz osmo-msc.build-2025-10-05_13_34_10.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-05_07_34_06.tgz osmo-pcu-sysmo.build-2025-10-05_07_36_13.tgz osmo-pcu.build-2025-10-05_07_36_20.tgz osmo-sgsn.build-2025-10-05_20_48_08.tgz osmo-stp.build-2025-10-05_13_25_29.tgz osmo-trx.build-2025-10-05_14_26_36.tgz osmocom-bb.build-2025-10-05_21_17_15.tgz srslte.build-19.tgz trial-8110
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-10-05_13_28_53.md5 osmo-bts-oc2g.build-2025-10-02_07_55_46.md5 osmo-bts-sysmo.build-2025-10-02_07_55_57.md5 osmo-bts.build-2025-10-02_07_55_48.md5 osmo-ggsn.build-2025-10-05_20_42_26.md5 osmo-hlr.build-2025-10-05_16_36_50.md5 osmo-hnbgw.build-2025-10-05_13_28_40.md5 osmo-mgw.build-2025-10-05_08_33_13.md5 osmo-msc.build-2025-10-05_13_34_10.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-05_07_34_06.md5 osmo-pcu-sysmo.build-2025-10-05_07_36_13.md5 osmo-pcu.build-2025-10-05_07_36_20.md5 osmo-sgsn.build-2025-10-05_20_48_08.md5 osmo-stp.build-2025-10-05_13_25_29.md5 osmo-trx.build-2025-10-05_14_26_36.md5 osmocom-bb.build-2025-10-05_21_17_15.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-10-05_13_28_53.md5 osmo-bts-oc2g.build-2025-10-02_07_55_46.md5 osmo-bts-sysmo.build-2025-10-02_07_55_57.md5 osmo-bts.build-2025-10-02_07_55_48.md5 osmo-ggsn.build-2025-10-05_20_42_26.md5 osmo-hlr.build-2025-10-05_16_36_50.md5 osmo-hnbgw.build-2025-10-05_13_28_40.md5 osmo-mgw.build-2025-10-05_08_33_13.md5 osmo-msc.build-2025-10-05_13_34_10.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-05_07_34_06.md5 osmo-pcu-sysmo.build-2025-10-05_07_36_13.md5 osmo-pcu.build-2025-10-05_07_36_20.md5 osmo-sgsn.build-2025-10-05_20_48_08.md5 osmo-stp.build-2025-10-05_13_25_29.md5 osmo-trx.build-2025-10-05_14_26_36.md5 osmocom-bb.build-2025-10-05_21_17_15.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-8110 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8110'
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-8110
--------------------------------------------------------------------------------------------
22:48:23.710917 tst                       trial-8110: Detailed log at /build/trial-8110/run.2025-10-05_22-48-23/log

---------------------------------------------------------------------
trial-8110 netreg_mass
---------------------------------------------------------------------
22:48:23.921821 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:23.922172 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:23.922963 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:23.924147 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:23.958360 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:23.959154 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:23.960298 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:24.032202 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-8110 netreg_mass register_default_mass.py
----------------------------------------------
22:48:24.033953 tst       register_default_mass.py:9: Claiming resources for the test
22:48:24.049731 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.050269 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.050737 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.051170 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.051648 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.052120 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:24.052580 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:24.096043 tst         register_default_mass.py: using LAC 2
22:48:24.131193 tst         register_default_mass.py: using RAC 2
22:48:24.170023 tst         register_default_mass.py: using CellId 2
22:48:24.225517 tst         register_default_mass.py: using BVCI 3
22:48:24.243367 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.244101 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.245080 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.246041 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.246604 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.247147 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.247669 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.248202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.248773 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.249303 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.249826 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.250358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.250869 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.251365 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.251874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.252365 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.252876 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.253374 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.253862 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.254365 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.254855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.255353 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.255890 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.256397 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.256909 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.257417 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.257913 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.258397 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.258899 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.259394 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.259879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.260393 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.260917 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.261428 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.261954 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.262467 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.262970 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.263486 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.264012 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.264526 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.265058 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.265580 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.266098 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.266610 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.267126 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.267631 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.268140 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.268666 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.269175 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.269683 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.270207 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.270714 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.271209 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.271709 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.272219 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.272754 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.273265 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.273789 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.274304 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.274817 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.275341 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.275848 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.276350 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.276861 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.277380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.277889 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.278387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.278893 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.279406 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.279905 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.280431 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.281009 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.281595 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.282118 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.282630 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.283121 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.283608 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.284117 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.284619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.285114 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.285634 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.286136 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.286631 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.287121 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.287622 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.288122 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.288618 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.289118 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.289621 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.290117 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.290626 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.291131 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.291639 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.292133 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.292646 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.293155 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.293662 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.294170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.294662 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.295170 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.295670 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.296230 tst      register_default_mass.py:21: Launching a simple network
22:48:24.306472 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:24.432544 run            create_hlr_db(pid=20): Launched
22:48:25.453947 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:25.474417 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:25.489816 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:25.495891 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:25.687510 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:25.702662 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:25.708583 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:26.132935 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:26.148307 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:29.158747 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:29.278517 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:29.294276 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:29.300205 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:29.324949 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:29.341047 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:29.346992 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:29.667121 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:29.682892 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:35.704926 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:35.856649 run         osmo-bts-virtual(pid=34): Launched
22:48:36.901058 tst         register_default_mass.py: using MSISDN 1001
22:48:36.906944 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:36.994629 tst         register_default_mass.py: using MSISDN 1002
22:48:37.000603 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:37.075847 tst         register_default_mass.py: using MSISDN 1003
22:48:37.081887 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:37.147274 tst         register_default_mass.py: using MSISDN 1004
22:48:37.153303 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:37.228757 tst         register_default_mass.py: using MSISDN 1005
22:48:37.234637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:37.305478 tst         register_default_mass.py: using MSISDN 1006
22:48:37.314906 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:37.373555 tst         register_default_mass.py: using MSISDN 1007
22:48:37.382763 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:37.445714 tst         register_default_mass.py: using MSISDN 1008
22:48:37.451651 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:37.524611 tst         register_default_mass.py: using MSISDN 1009
22:48:37.530585 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:37.606368 tst         register_default_mass.py: using MSISDN 1010
22:48:37.612348 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:37.680954 tst         register_default_mass.py: using MSISDN 1011
22:48:37.686685 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:37.762269 tst         register_default_mass.py: using MSISDN 1012
22:48:37.767992 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:37.840322 tst         register_default_mass.py: using MSISDN 1013
22:48:37.846309 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:37.916321 tst         register_default_mass.py: using MSISDN 1014
22:48:37.922142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:37.994883 tst         register_default_mass.py: using MSISDN 1015
22:48:38.000712 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:38.066658 tst         register_default_mass.py: using MSISDN 1016
22:48:38.072737 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:38.134864 tst         register_default_mass.py: using MSISDN 1017
22:48:38.140739 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:38.212810 tst         register_default_mass.py: using MSISDN 1018
22:48:38.218650 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:38.283075 tst         register_default_mass.py: using MSISDN 1019
22:48:38.288785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:38.360907 tst         register_default_mass.py: using MSISDN 1020
22:48:38.366667 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:38.440214 tst         register_default_mass.py: using MSISDN 1021
22:48:38.446364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:38.521987 tst         register_default_mass.py: using MSISDN 1022
22:48:38.529303 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:38.600243 tst         register_default_mass.py: using MSISDN 1023
22:48:38.608370 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:38.680411 tst         register_default_mass.py: using MSISDN 1024
22:48:38.686184 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:38.759420 tst         register_default_mass.py: using MSISDN 1025
22:48:38.765424 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:38.835017 tst         register_default_mass.py: using MSISDN 1026
22:48:38.841655 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:38.906065 tst         register_default_mass.py: using MSISDN 1027
22:48:38.915062 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:38.974534 tst         register_default_mass.py: using MSISDN 1028
22:48:38.981684 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:39.044035 tst         register_default_mass.py: using MSISDN 1029
22:48:39.049592 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:39.115785 tst         register_default_mass.py: using MSISDN 1030
22:48:39.121697 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:39.195028 tst         register_default_mass.py: using MSISDN 1031
22:48:39.201812 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:39.276826 tst         register_default_mass.py: using MSISDN 1032
22:48:39.282575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:39.346250 tst         register_default_mass.py: using MSISDN 1033
22:48:39.351908 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:39.426434 tst         register_default_mass.py: using MSISDN 1034
22:48:39.432133 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:39.494323 tst         register_default_mass.py: using MSISDN 1035
22:48:39.500309 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:39.565163 tst         register_default_mass.py: using MSISDN 1036
22:48:39.573010 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:39.636112 tst         register_default_mass.py: using MSISDN 1037
22:48:39.642293 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:39.704309 tst         register_default_mass.py: using MSISDN 1038
22:48:39.711541 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:39.773041 tst         register_default_mass.py: using MSISDN 1039
22:48:39.779058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:39.843392 tst         register_default_mass.py: using MSISDN 1040
22:48:39.849904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:39.919232 tst         register_default_mass.py: using MSISDN 1041
22:48:39.924992 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:39.995192 tst         register_default_mass.py: using MSISDN 1042
22:48:40.004925 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:40.082169 tst         register_default_mass.py: using MSISDN 1043
22:48:40.093100 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:40.160457 tst         register_default_mass.py: using MSISDN 1044
22:48:40.166421 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:40.237957 tst         register_default_mass.py: using MSISDN 1045
22:48:40.243785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:40.403501 tst         register_default_mass.py: using MSISDN 1046
22:48:40.409634 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:40.483974 tst         register_default_mass.py: using MSISDN 1047
22:48:40.489675 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:40.553589 tst         register_default_mass.py: using MSISDN 1048
22:48:40.563668 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:40.632430 tst         register_default_mass.py: using MSISDN 1049
22:48:40.638129 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:40.706343 tst         register_default_mass.py: using MSISDN 1050
22:48:40.717044 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:40.774264 tst         register_default_mass.py: using MSISDN 1051
22:48:40.783308 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:40.850767 tst         register_default_mass.py: using MSISDN 1052
22:48:40.856715 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:40.929804 tst         register_default_mass.py: using MSISDN 1053
22:48:40.939965 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:41.009919 tst         register_default_mass.py: using MSISDN 1054
22:48:41.015902 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:41.085656 tst         register_default_mass.py: using MSISDN 1055
22:48:41.091297 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:41.165607 tst         register_default_mass.py: using MSISDN 1056
22:48:41.176266 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:41.246136 tst         register_default_mass.py: using MSISDN 1057
22:48:41.252326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:41.313774 tst         register_default_mass.py: using MSISDN 1058
22:48:41.319789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:41.392621 tst         register_default_mass.py: using MSISDN 1059
22:48:41.402474 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:41.485722 tst         register_default_mass.py: using MSISDN 1060
22:48:41.491902 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:41.564998 tst         register_default_mass.py: using MSISDN 1061
22:48:41.575793 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:41.651590 tst         register_default_mass.py: using MSISDN 1062
22:48:41.659665 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:41.725573 tst         register_default_mass.py: using MSISDN 1063
22:48:41.731540 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:41.805741 tst         register_default_mass.py: using MSISDN 1064
22:48:41.811687 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:41.881718 tst         register_default_mass.py: using MSISDN 1065
22:48:41.887729 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:41.971053 tst         register_default_mass.py: using MSISDN 1066
22:48:41.978681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:42.053438 tst         register_default_mass.py: using MSISDN 1067
22:48:42.059457 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:42.129867 tst         register_default_mass.py: using MSISDN 1068
22:48:42.138982 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:42.205528 tst         register_default_mass.py: using MSISDN 1069
22:48:42.211256 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:42.330522 tst         register_default_mass.py: using MSISDN 1070
22:48:42.337515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:42.395093 tst         register_default_mass.py: using MSISDN 1071
22:48:42.401219 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:42.469421 tst         register_default_mass.py: using MSISDN 1072
22:48:42.475356 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:42.542120 tst         register_default_mass.py: using MSISDN 1073
22:48:42.548246 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:42.622210 tst         register_default_mass.py: using MSISDN 1074
22:48:42.631136 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:42.706388 tst         register_default_mass.py: using MSISDN 1075
22:48:42.712397 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:42.772267 tst         register_default_mass.py: using MSISDN 1076
22:48:42.778409 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:42.844612 tst         register_default_mass.py: using MSISDN 1077
22:48:42.850823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:42.923015 tst         register_default_mass.py: using MSISDN 1078
22:48:42.929722 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:43.008270 tst         register_default_mass.py: using MSISDN 1079
22:48:43.014313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:43.089696 tst         register_default_mass.py: using MSISDN 1080
22:48:43.095548 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:43.175426 tst         register_default_mass.py: using MSISDN 1081
22:48:43.183771 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:43.257405 tst         register_default_mass.py: using MSISDN 1082
22:48:43.263068 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:43.334304 tst         register_default_mass.py: using MSISDN 1083
22:48:43.340225 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:43.412077 tst         register_default_mass.py: using MSISDN 1084
22:48:43.420075 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:43.557357 tst         register_default_mass.py: using MSISDN 1085
22:48:43.566774 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:43.626553 tst         register_default_mass.py: using MSISDN 1086
22:48:43.633618 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:43.706779 tst         register_default_mass.py: using MSISDN 1087
22:48:43.714293 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:43.793579 tst         register_default_mass.py: using MSISDN 1088
22:48:43.799551 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:43.872727 tst         register_default_mass.py: using MSISDN 1089
22:48:43.882387 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:43.951478 tst         register_default_mass.py: using MSISDN 1090
22:48:43.957654 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:44.027887 tst         register_default_mass.py: using MSISDN 1091
22:48:44.033589 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:44.098829 tst         register_default_mass.py: using MSISDN 1092
22:48:44.104430 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:44.181245 tst         register_default_mass.py: using MSISDN 1093
22:48:44.186997 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:44.259529 tst         register_default_mass.py: using MSISDN 1094
22:48:44.265282 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:44.336929 tst         register_default_mass.py: using MSISDN 1095
22:48:44.344936 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:44.407565 tst         register_default_mass.py: using MSISDN 1096
22:48:44.413363 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:44.486360 tst         register_default_mass.py: using MSISDN 1097
22:48:44.492018 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:44.558394 tst         register_default_mass.py: using MSISDN 1098
22:48:44.564195 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:44.638945 tst         register_default_mass.py: using MSISDN 1099
22:48:44.644850 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:44.718547 tst         register_default_mass.py: using MSISDN 1100
22:48:44.724564 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:44.835018 run                             mass: Starting testcase
22:48:44.841537 run                             mass: Pre-launching all virtphy's
22:48:44.847470 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:44.861692 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:44.868118 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:44.882023 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:44.888594 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:44.902701 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:44.909114 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:44.922422 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:44.928594 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:44.941818 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:44.948043 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:44.961463 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:44.967751 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:44.981378 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:44.987726 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:45.000933 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:45.007051 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:45.020262 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:45.026468 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:45.039645 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:45.045945 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:45.059694 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:45.066096 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:45.079542 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:45.085938 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:45.099566 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:45.105848 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:45.119564 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:45.126101 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:45.139372 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:45.145720 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:45.158813 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:45.165040 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:45.178590 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:45.185153 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:45.198629 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:45.204914 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:45.218407 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:45.224773 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:45.238649 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:45.245053 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:45.258711 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:45.264991 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:45.278189 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:45.284340 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:45.297527 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:45.303811 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:45.317151 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:45.323134 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:45.336125 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:45.342441 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:45.355802 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:45.362015 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:45.375235 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:45.381218 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:45.394231 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:45.400174 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:45.412963 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:45.418954 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:45.432018 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:45.438169 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:45.451226 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:45.457289 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:45.470294 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:45.476377 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:45.489455 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:45.495672 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:45.508779 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:45.514999 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:45.528018 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:45.534223 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:45.547278 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:45.553479 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:45.566619 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:45.572615 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:45.585883 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:45.592190 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:45.605939 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:45.612212 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:45.625918 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:45.632283 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:45.645830 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:45.652100 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:45.665641 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:45.671860 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:45.685439 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:45.691683 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:45.705339 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:45.711602 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:45.725227 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:45.731499 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:45.745099 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:45.751373 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:45.764804 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:45.771156 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:45.784740 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:45.791007 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:45.804099 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:45.810300 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:45.848666 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:45.854847 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:45.867768 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:45.873702 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:45.886584 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:45.892857 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:45.906421 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:45.912625 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:45.926125 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:45.932376 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:45.945592 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:45.951763 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:45.964839 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:45.970799 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:45.983832 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:45.990078 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:46.003852 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:46.010171 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:46.023253 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:46.029291 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:46.042341 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:46.048297 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:46.061445 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:46.067723 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:46.080803 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:46.086808 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:46.099951 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:46.105932 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:46.119160 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:46.125413 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:46.138895 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:46.145228 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:46.158501 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:46.164501 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:46.177759 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:46.184242 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:46.198028 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:46.204411 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:46.218215 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:46.224521 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:46.237986 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:46.244313 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:46.257620 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:46.263613 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:46.276891 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:46.283040 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:46.296256 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:46.302286 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:46.315475 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:46.321530 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:46.334553 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:46.340596 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:46.353622 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:46.359628 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:46.372762 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:46.378763 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:46.391818 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:46.397826 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:46.410893 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:46.417050 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:46.430076 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:46.436090 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:46.449242 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:46.455219 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:46.468275 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:46.474441 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:46.487455 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:46.493583 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:46.506623 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:46.512823 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:46.526015 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:46.532238 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:46.545510 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:46.551555 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:46.565032 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:46.571247 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:46.584705 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:46.591025 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:46.604598 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:46.610786 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:46.623908 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:46.629911 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:46.642931 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:46.649139 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:46.662251 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:46.668304 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:46.681672 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:46.687644 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:46.701170 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:46.707393 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:46.721067 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:46.727236 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:46.740565 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:46.746597 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:46.759780 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:46.765975 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:46.779116 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:46.785142 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:46.798183 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:46.804286 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:46.817474 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:46.823443 run                             mass: Checking if sockets are in the filesystem
22:48:46.835547 run                osmo-ms-mob/00000: Starting mobile
22:48:46.849104 run       osmo-ms-mob/00000(pid=135): Launched
22:48:46.860813 run                             mass: MS start registered  {at=22935432.56415792, delay=0.005621377378702164, ms=00000}
22:48:51.035136 run                osmo-ms-mob/00001: Starting mobile
22:48:51.048623 run       osmo-ms-mob/00001(pid=136): Launched
22:48:51.059911 run                             mass: MS start registered  {at=22935436.763257187, delay=0.005003631114959717, ms=00001}
22:48:52.450719 run                             mass: MS performed LU  {at=22935438.15403335, lu_delay=5.589875429868698, ms=00000}
22:48:52.835384 run                osmo-ms-mob/00002: Starting mobile
22:48:52.849646 run       osmo-ms-mob/00002(pid=137): Launched
22:48:52.860687 run                             mass: MS start registered  {at=22935438.563997604, delay=0.004893787205219269, ms=00002}
22:48:54.135223 run                osmo-ms-mob/00003: Starting mobile
22:48:54.148995 run       osmo-ms-mob/00003(pid=138): Launched
22:48:54.160248 run                             mass: MS start registered  {at=22935439.863593075, delay=0.004944153130054474, ms=00003}
22:48:55.238773 run                osmo-ms-mob/00004: Starting mobile
22:48:55.252157 run       osmo-ms-mob/00004(pid=139): Launched
22:48:55.263344 run                             mass: MS start registered  {at=22935440.966690674, delay=0.0049741193652153015, ms=00004}
22:48:56.216343 run                             mass: MS performed LU  {at=22935441.9196589, lu_delay=5.156401712447405, ms=00001}
22:48:56.228155 run                osmo-ms-mob/00005: Starting mobile
22:48:56.241962 run       osmo-ms-mob/00005(pid=140): Launched
22:48:56.252957 run                             mass: MS start registered  {at=22935441.956306856, delay=0.004583064466714859, ms=00005}
22:48:57.135372 run                osmo-ms-mob/00006: Starting mobile
22:48:57.149301 run       osmo-ms-mob/00006(pid=141): Launched
22:48:57.160478 run                             mass: MS start registered  {at=22935442.863826346, delay=0.004696223884820938, ms=00006}
22:48:58.036573 run                osmo-ms-mob/00007: Starting mobile
22:48:58.050670 run       osmo-ms-mob/00007(pid=142): Launched
22:48:58.063347 run                             mass: MS start registered  {at=22935443.76669589, delay=0.004810016602277756, ms=00007}
22:48:58.117888 run                             mass: MS performed LU  {at=22935443.821216494, lu_delay=5.257218889892101, ms=00002}
22:48:58.835690 run                osmo-ms-mob/00008: Starting mobile
22:48:58.849184 run       osmo-ms-mob/00008(pid=143): Launched
22:48:58.860388 run                             mass: MS start registered  {at=22935444.56374223, delay=0.0015566535294055939, ms=00008}
22:48:59.535337 run                osmo-ms-mob/00009: Starting mobile
22:48:59.548584 run       osmo-ms-mob/00009(pid=144): Launched
22:48:59.561329 run                             mass: MS start registered  {at=22935445.26467376, delay=0.006440944969654083, ms=00009}
22:48:59.982393 run                             mass: MS performed LU  {at=22935445.685723744, lu_delay=5.822130668908358, ms=00003}
22:49:00.028071 run                             mass: MS performed LU  {at=22935445.73139187, lu_delay=4.764701195061207, ms=00004}
22:49:00.235383 run                osmo-ms-mob/00010: Starting mobile
22:49:00.249262 run       osmo-ms-mob/00010(pid=145): Launched
22:49:00.260465 run                             mass: MS start registered  {at=22935445.963818267, delay=0.004841599613428116, ms=00010}
22:49:00.835867 run                osmo-ms-mob/00011: Starting mobile
22:49:00.851078 run       osmo-ms-mob/00011(pid=146): Launched
22:49:00.862453 run                             mass: MS start registered  {at=22935446.565802634, delay=0.0040105655789375305, ms=00011}
22:49:01.435129 run                osmo-ms-mob/00012: Starting mobile
22:49:01.448961 run       osmo-ms-mob/00012(pid=147): Launched
22:49:01.460700 run                             mass: MS start registered  {at=22935447.16404835, delay=0.0052822045981884, ms=00012}
22:49:01.883248 run                             mass: MS performed LU  {at=22935447.58657836, lu_delay=4.722752016037703, ms=00006}
22:49:01.929905 run                             mass: MS performed LU  {at=22935447.633235168, lu_delay=5.67692831158638, ms=00005}
22:49:01.941733 run                osmo-ms-mob/00013: Starting mobile
22:49:01.955486 run       osmo-ms-mob/00013(pid=148): Launched
22:49:01.966856 run                             mass: MS start registered  {at=22935447.670203906, delay=0.005097072571516037, ms=00013}
22:49:02.635489 run                osmo-ms-mob/00014: Starting mobile
22:49:02.650197 run       osmo-ms-mob/00014(pid=149): Launched
22:49:02.661406 run                             mass: MS start registered  {at=22935448.364753265, delay=0.004794459789991379, ms=00014}
22:49:03.236499 run                osmo-ms-mob/00015: Starting mobile
22:49:03.250634 run       osmo-ms-mob/00015(pid=150): Launched
22:49:03.261648 run                             mass: MS start registered  {at=22935448.964992158, delay=0.004734311252832413, ms=00015}
22:49:03.739839 run                osmo-ms-mob/00016: Starting mobile
22:49:03.766360 run       osmo-ms-mob/00016(pid=151): Launched
22:49:03.778414 run                             mass: MS performed LU  {at=22935449.48175739, lu_delay=4.918015159666538, ms=00008}
22:49:03.790484 run                             mass: MS start registered  {at=22935449.493840378, delay=0.012114640325307846, ms=00016}
22:49:03.802629 run                             mass: MS performed LU  {at=22935449.505976275, lu_delay=5.739280384033918, ms=00007}
22:49:04.237166 run                osmo-ms-mob/00017: Starting mobile
22:49:04.251166 run       osmo-ms-mob/00017(pid=152): Launched
22:49:04.262554 run                             mass: MS start registered  {at=22935449.965902355, delay=0.0029204227030277252, ms=00017}
22:49:04.836342 run                osmo-ms-mob/00018: Starting mobile
22:49:04.850316 run       osmo-ms-mob/00018(pid=153): Launched
22:49:04.861950 run                             mass: MS start registered  {at=22935450.565293577, delay=0.004896536469459534, ms=00018}
22:49:05.235265 run                osmo-ms-mob/00019: Starting mobile
22:49:05.248956 run       osmo-ms-mob/00019(pid=154): Launched
22:49:05.260333 run                             mass: MS start registered  {at=22935450.963683847, delay=0.005075570195913315, ms=00019}
22:49:05.649954 run                             mass: MS performed LU  {at=22935451.353265762, lu_delay=6.088592004030943, ms=00009}
22:49:05.671787 run                osmo-ms-mob/00020: Starting mobile
22:49:05.698980 run       osmo-ms-mob/00020(pid=155): Launched
22:49:05.705776 run                             mass: MS performed LU  {at=22935451.40912987, lu_delay=4.843327235430479, ms=00011}
22:49:05.711900 run                             mass: MS start registered  {at=22935451.415263046, delay=0.006156202405691147, ms=00020}
22:49:05.764393 run                             mass: MS performed LU  {at=22935451.467722643, lu_delay=5.50390437617898, ms=00010}
22:49:06.234766 run                osmo-ms-mob/00021: Starting mobile
22:49:06.249354 run       osmo-ms-mob/00021(pid=156): Launched
22:49:06.260441 run                             mass: MS start registered  {at=22935451.963794276, delay=0.004737924784421921, ms=00021}
22:49:06.637383 run                osmo-ms-mob/00022: Starting mobile
22:49:06.651570 run       osmo-ms-mob/00022(pid=157): Launched
22:49:06.666417 run                             mass: MS start registered  {at=22935452.36973838, delay=0.007158499211072922, ms=00022}
22:49:07.134896 run                osmo-ms-mob/00023: Starting mobile
22:49:07.148147 run       osmo-ms-mob/00023(pid=158): Launched
22:49:07.159150 run                             mass: MS start registered  {at=22935452.86249823, delay=0.004913982003927231, ms=00023}
22:49:07.513878 run                             mass: MS performed LU  {at=22935453.21721062, lu_delay=4.852457355707884, ms=00014}
22:49:07.525620 run                osmo-ms-mob/00024: Starting mobile
22:49:07.538986 run       osmo-ms-mob/00024(pid=159): Launched
22:49:07.550379 run                             mass: MS start registered  {at=22935453.253724616, delay=0.005034927278757095, ms=00024}
22:49:07.560392 run                             mass: MS performed LU  {at=22935453.263745368, lu_delay=5.593541461974382, ms=00013}
22:49:08.036375 run                osmo-ms-mob/00025: Starting mobile
22:49:08.049890 run       osmo-ms-mob/00025(pid=160): Launched
22:49:08.061128 run                             mass: MS start registered  {at=22935453.764479145, delay=0.004783987998962402, ms=00025}
22:49:08.435589 run                osmo-ms-mob/00026: Starting mobile
22:49:08.449393 run       osmo-ms-mob/00026(pid=161): Launched
22:49:08.460896 run                             mass: MS start registered  {at=22935454.16424238, delay=0.005035664886236191, ms=00026}
22:49:08.835297 run                osmo-ms-mob/00027: Starting mobile
22:49:08.849214 run       osmo-ms-mob/00027(pid=162): Launched
22:49:08.860785 run                             mass: MS start registered  {at=22935454.564132623, delay=0.004946064203977585, ms=00027}
22:49:09.235621 run                osmo-ms-mob/00028: Starting mobile
22:49:09.249118 run       osmo-ms-mob/00028(pid=163): Launched
22:49:09.260380 run                             mass: MS start registered  {at=22935454.963731784, delay=0.004931021481752396, ms=00028}
22:49:09.415008 run                             mass: MS performed LU  {at=22935455.118341967, lu_delay=6.153349809348583, ms=00015}
22:49:09.461453 run                             mass: MS performed LU  {at=22935455.16478882, lu_delay=5.198886465281248, ms=00017}
22:49:09.530150 run                             mass: MS performed LU  {at=22935455.23346607, lu_delay=5.739625692367554, ms=00016}
22:49:09.543999 run                osmo-ms-mob/00029: Starting mobile
22:49:09.558454 run       osmo-ms-mob/00029(pid=164): Launched
22:49:09.569912 run                             mass: MS start registered  {at=22935455.273258347, delay=0.0050207264721393585, ms=00029}
22:49:09.802337 run                             mass: MS performed LU  {at=22935455.50567403, lu_delay=4.9403804540634155, ms=00018}
22:49:10.036015 run                osmo-ms-mob/00030: Starting mobile
22:49:10.050625 run       osmo-ms-mob/00030(pid=165): Launched
22:49:10.064769 run                             mass: MS start registered  {at=22935455.768076696, delay=0.002312779426574707, ms=00030}
22:49:10.438608 run                osmo-ms-mob/00031: Starting mobile
22:49:10.455767 run       osmo-ms-mob/00031(pid=166): Launched
22:49:10.469502 run                             mass: MS start registered  {at=22935456.172825202, delay=0.003067910671234131, ms=00031}
22:49:10.736088 run                osmo-ms-mob/00032: Starting mobile
22:49:10.750774 run       osmo-ms-mob/00032(pid=167): Launched
22:49:10.762016 run                             mass: MS start registered  {at=22935456.465368364, delay=0.004779834300279617, ms=00032}
22:49:11.135237 run                osmo-ms-mob/00033: Starting mobile
22:49:11.149072 run       osmo-ms-mob/00033(pid=168): Launched
22:49:11.160591 run                             mass: MS start registered  {at=22935456.863938894, delay=0.005179084837436676, ms=00033}
22:49:11.233411 run                             mass: MS performed LU  {at=22935456.93674573, lu_delay=5.973061881959438, ms=00019}
22:49:11.279417 run                             mass: MS performed LU  {at=22935456.982761733, lu_delay=5.01896745711565, ms=00021}
22:49:11.325247 run                             mass: MS performed LU  {at=22935457.028593745, lu_delay=5.613330699503422, ms=00020}
22:49:11.336536 run                osmo-ms-mob/00034: Starting mobile
22:49:11.349994 run       osmo-ms-mob/00034(pid=169): Launched
22:49:11.361331 run                             mass: MS start registered  {at=22935457.064681515, delay=0.004827253520488739, ms=00034}
22:49:11.487338 run                             mass: MS performed LU  {at=22935457.190655172, lu_delay=4.820916790515184, ms=00022}
22:49:11.836289 run                osmo-ms-mob/00035: Starting mobile
22:49:11.850354 run       osmo-ms-mob/00035(pid=170): Launched
22:49:11.861806 run                             mass: MS start registered  {at=22935457.565148085, delay=0.005070611834526062, ms=00035}
22:49:12.235782 run                osmo-ms-mob/00036: Starting mobile
22:49:12.251871 run       osmo-ms-mob/00036(pid=171): Launched
22:49:12.267060 run                             mass: MS start registered  {at=22935457.97037873, delay=0.0076895467936992645, ms=00036}
22:49:12.637564 run                osmo-ms-mob/00037: Starting mobile
22:49:12.654277 run       osmo-ms-mob/00037(pid=172): Launched
22:49:12.668460 run                             mass: MS start registered  {at=22935458.371796034, delay=0.0064130909740924835, ms=00037}
22:49:12.935881 run                osmo-ms-mob/00038: Starting mobile
22:49:12.950178 run       osmo-ms-mob/00038(pid=173): Launched
22:49:12.962022 run                             mass: MS start registered  {at=22935458.665373567, delay=0.005159296095371246, ms=00038}
22:49:13.180882 run                             mass: MS performed LU  {at=22935458.884216465, lu_delay=4.719974085688591, ms=00026}
22:49:13.192813 run                osmo-ms-mob/00039: Starting mobile
22:49:13.206599 run       osmo-ms-mob/00039(pid=174): Launched
22:49:13.218427 run                             mass: MS start registered  {at=22935458.921766553, delay=0.005344875156879425, ms=00039}
22:49:13.227224 run                             mass: MS performed LU  {at=22935458.930581223, lu_delay=5.166102077811956, ms=00025}
22:49:13.296367 run                             mass: MS performed LU  {at=22935458.999699324, lu_delay=5.745974708348513, ms=00024}
22:49:13.333124 run                             mass: MS performed LU  {at=22935459.036462285, lu_delay=6.17396405339241, ms=00023}
22:49:13.344852 run                osmo-ms-mob/00040: Starting mobile
22:49:13.358960 run       osmo-ms-mob/00040(pid=175): Launched
22:49:13.370962 run                             mass: MS start registered  {at=22935459.074302565, delay=0.0052723512053489685, ms=00040}
22:49:13.623630 run                             mass: MS performed LU  {at=22935459.32696593, lu_delay=4.762833308428526, ms=00027}
22:49:13.935326 run                osmo-ms-mob/00041: Starting mobile
22:49:13.948575 run       osmo-ms-mob/00041(pid=176): Launched
22:49:13.959847 run                             mass: MS start registered  {at=22935459.663196303, delay=0.00513831153512001, ms=00041}
22:49:14.256087 run                osmo-ms-mob/00042: Starting mobile
22:49:14.270546 run       osmo-ms-mob/00042(pid=177): Launched
22:49:14.282112 run                             mass: MS start registered  {at=22935459.985463645, delay=0.0024453960359096527, ms=00042}
22:49:14.635759 run                osmo-ms-mob/00043: Starting mobile
22:49:14.649741 run       osmo-ms-mob/00043(pid=178): Launched
22:49:14.663859 run                             mass: MS start registered  {at=22935460.367175374, delay=0.007651079446077347, ms=00043}
22:49:14.941829 run                osmo-ms-mob/00044: Starting mobile
22:49:14.962642 run       osmo-ms-mob/00044(pid=179): Launched
22:49:14.970725 run                             mass: MS performed LU  {at=22935460.674076665, lu_delay=4.905999969691038, ms=00030}
22:49:14.979054 run                             mass: MS start registered  {at=22935460.68241514, delay=0.008366186171770096, ms=00044}
22:49:15.045720 run                             mass: MS performed LU  {at=22935460.749039683, lu_delay=5.475781336426735, ms=00029}
22:49:15.060815 run                osmo-ms-mob/00045: Starting mobile
22:49:15.077100 run       osmo-ms-mob/00045(pid=180): Launched
22:49:15.089129 run                             mass: MS start registered  {at=22935460.792479794, delay=0.0049846842885017395, ms=00045}
22:49:15.109762 run                             mass: MS performed LU  {at=22935460.813117992, lu_delay=5.84938620775938, ms=00028}
22:49:15.235257 run                             mass: MS performed LU  {at=22935460.93858892, lu_delay=4.765763718634844, ms=00031}
22:49:15.246907 run                osmo-ms-mob/00046: Starting mobile
22:49:15.260902 run       osmo-ms-mob/00046(pid=181): Launched
22:49:15.272143 run                             mass: MS start registered  {at=22935460.975495905, delay=0.004842463880777359, ms=00046}
22:49:15.835364 run                osmo-ms-mob/00047: Starting mobile
22:49:15.848901 run       osmo-ms-mob/00047(pid=182): Launched
22:49:15.859634 run                             mass: MS start registered  {at=22935461.562986895, delay=0.004521705210208893, ms=00047}
22:49:16.135247 run                osmo-ms-mob/00048: Starting mobile
22:49:16.149193 run       osmo-ms-mob/00048(pid=183): Launched
22:49:16.160632 run                             mass: MS start registered  {at=22935461.863976493, delay=0.0051456354558467865, ms=00048}
22:49:16.435968 run                osmo-ms-mob/00049: Starting mobile
22:49:16.450228 run       osmo-ms-mob/00049(pid=184): Launched
22:49:16.461762 run                             mass: MS start registered  {at=22935462.16511049, delay=0.005243796855211258, ms=00049}
22:49:16.734954 run                osmo-ms-mob/00050: Starting mobile
22:49:16.748796 run       osmo-ms-mob/00050(pid=185): Launched
22:49:16.760565 run                             mass: MS start registered  {at=22935462.46389586, delay=0.005275804549455643, ms=00050}
22:49:16.947109 run                             mass: MS performed LU  {at=22935462.65043883, lu_delay=5.585757315158844, ms=00034}
22:49:16.993322 run                             mass: MS performed LU  {at=22935462.69665766, lu_delay=5.832718767225742, ms=00033}
22:49:17.004976 run                osmo-ms-mob/00051: Starting mobile
22:49:17.018469 run       osmo-ms-mob/00051(pid=186): Launched
22:49:17.029998 run                             mass: MS start registered  {at=22935462.733349733, delay=0.004921384155750275, ms=00051}
22:49:17.062062 run                             mass: MS performed LU  {at=22935462.76539487, lu_delay=5.200246784836054, ms=00035}
22:49:17.098893 run                             mass: MS performed LU  {at=22935462.80222901, lu_delay=6.33686064556241, ms=00032}
22:49:17.110783 run                osmo-ms-mob/00052: Starting mobile
22:49:17.124850 run       osmo-ms-mob/00052(pid=187): Launched
22:49:17.135931 run                             mass: MS performed LU  {at=22935462.83927801, lu_delay=4.868899278342724, ms=00036}
22:49:17.142531 run                             mass: MS start registered  {at=22935462.84589342, delay=0.011277616024017334, ms=00052}
22:49:17.736222 run                osmo-ms-mob/00053: Starting mobile
22:49:17.749987 run       osmo-ms-mob/00053(pid=188): Launched
22:49:17.761190 run                             mass: MS start registered  {at=22935463.46453766, delay=0.004682507365942001, ms=00053}
22:49:18.036118 run                osmo-ms-mob/00054: Starting mobile
22:49:18.054247 run       osmo-ms-mob/00054(pid=189): Launched
22:49:18.066545 run                             mass: MS start registered  {at=22935463.76987988, delay=0.005110438913106918, ms=00054}
22:49:18.335230 run                osmo-ms-mob/00055: Starting mobile
22:49:18.350192 run       osmo-ms-mob/00055(pid=190): Launched
22:49:18.363307 run                             mass: MS start registered  {at=22935464.06664211, delay=0.006025027483701706, ms=00055}
22:49:18.636651 run                osmo-ms-mob/00056: Starting mobile
22:49:18.653463 run       osmo-ms-mob/00056(pid=191): Launched
22:49:18.666420 run                             mass: MS start registered  {at=22935464.369766086, delay=0.005576975643634796, ms=00056}
22:49:18.728516 run                             mass: MS performed LU  {at=22935464.43184728, lu_delay=6.060051247477531, ms=00037}
22:49:18.811701 run                             mass: MS performed LU  {at=22935464.51497584, lu_delay=5.849602270871401, ms=00038}
22:49:18.825916 run                osmo-ms-mob/00057: Starting mobile
22:49:18.842019 run       osmo-ms-mob/00057(pid=192): Launched
22:49:18.855662 run                             mass: MS start registered  {at=22935464.558983862, delay=0.005661234259605408, ms=00057}
22:49:18.870946 run                             mass: MS performed LU  {at=22935464.57429155, lu_delay=5.4999889843165874, ms=00040}
22:49:19.000913 run                             mass: MS performed LU  {at=22935464.704247203, lu_delay=5.041050899773836, ms=00041}
22:49:19.037835 run                             mass: MS performed LU  {at=22935464.74117245, lu_delay=5.819405898451805, ms=00039}
22:49:19.050176 run                osmo-ms-mob/00058: Starting mobile
22:49:19.064936 run       osmo-ms-mob/00058(pid=193): Launched
22:49:19.072050 run                             mass: MS performed LU  {at=22935464.7754058, lu_delay=4.789942156523466, ms=00042}
22:49:19.079265 run                             mass: MS start registered  {at=22935464.782628383, delay=0.007243756204843521, ms=00058}
22:49:19.636110 run                osmo-ms-mob/00059: Starting mobile
22:49:19.650673 run       osmo-ms-mob/00059(pid=194): Launched
22:49:19.665304 run                             mass: MS start registered  {at=22935465.368642166, delay=0.006682086735963821, ms=00059}
22:49:19.935086 run                osmo-ms-mob/00060: Starting mobile
22:49:19.949733 run       osmo-ms-mob/00060(pid=195): Launched
22:49:19.961494 run                             mass: MS start registered  {at=22935465.664839435, delay=0.005416102707386017, ms=00060}
22:49:20.335048 run                osmo-ms-mob/00061: Starting mobile
22:49:20.349161 run       osmo-ms-mob/00061(pid=196): Launched
22:49:20.361169 run                             mass: MS start registered  {at=22935466.06450169, delay=0.00557403638958931, ms=00061}
22:49:20.635351 run                osmo-ms-mob/00062: Starting mobile
22:49:20.649955 run       osmo-ms-mob/00062(pid=197): Launched
22:49:20.661298 run                             mass: MS start registered  {at=22935466.364648588, delay=0.004865903407335281, ms=00062}
22:49:20.712165 run                             mass: MS performed LU  {at=22935466.415478688, lu_delay=6.048303313553333, ms=00043}
22:49:20.759032 run                             mass: MS performed LU  {at=22935466.46235113, lu_delay=5.779935989528894, ms=00044}
22:49:20.771696 run                osmo-ms-mob/00063: Starting mobile
22:49:20.785560 run       osmo-ms-mob/00063(pid=198): Launched
22:49:20.796964 run                             mass: MS start registered  {at=22935466.50031232, delay=0.005037602037191391, ms=00063}
22:49:20.827634 run                             mass: MS performed LU  {at=22935466.530982044, lu_delay=5.738502249121666, ms=00045}
22:49:20.864496 run                             mass: MS performed LU  {at=22935466.56783859, lu_delay=5.592342685908079, ms=00046}
22:49:20.901891 run                             mass: MS performed LU  {at=22935466.605231322, lu_delay=5.042244426906109, ms=00047}
22:49:20.913081 run                osmo-ms-mob/00064: Starting mobile
22:49:20.926477 run       osmo-ms-mob/00064(pid=199): Launched
22:49:20.937423 run                             mass: MS start registered  {at=22935466.640775703, delay=0.004907283931970596, ms=00064}
22:49:21.192944 run                             mass: MS performed LU  {at=22935466.896276657, lu_delay=5.032300163060427, ms=00048}
22:49:21.736766 run                osmo-ms-mob/00065: Starting mobile
22:49:21.751731 run       osmo-ms-mob/00065(pid=200): Launched
22:49:21.763134 run                             mass: MS start registered  {at=22935467.46648296, delay=0.00467362254858017, ms=00065}
22:49:22.036284 run                osmo-ms-mob/00066: Starting mobile
22:49:22.050576 run       osmo-ms-mob/00066(pid=201): Launched
22:49:22.062112 run                             mass: MS start registered  {at=22935467.765456576, delay=0.0050536394119262695, ms=00066}
22:49:22.435715 run                osmo-ms-mob/00067: Starting mobile
22:49:22.449634 run       osmo-ms-mob/00067(pid=202): Launched
22:49:22.461002 run                             mass: MS start registered  {at=22935468.164350558, delay=0.005069464445114136, ms=00067}
22:49:22.493694 run                             mass: MS performed LU  {at=22935468.197033234, lu_delay=5.733137372881174, ms=00050}
22:49:22.578020 run                             mass: MS performed LU  {at=22935468.28132301, lu_delay=5.547973275184631, ms=00051}
22:49:22.590395 run                osmo-ms-mob/00068: Starting mobile
22:49:22.603708 run       osmo-ms-mob/00068(pid=203): Launched
22:49:22.615319 run                             mass: MS start registered  {at=22935468.31867207, delay=0.005144339054822922, ms=00068}
22:49:22.623012 run                             mass: MS performed LU  {at=22935468.326366264, lu_delay=4.861828602850437, ms=00053}
22:49:22.767007 run                             mass: MS performed LU  {at=22935468.47033925, lu_delay=6.305228758603334, ms=00049}
22:49:22.803569 run                             mass: MS performed LU  {at=22935468.506900754, lu_delay=5.661007333546877, ms=00052}
22:49:22.817417 run                osmo-ms-mob/00069: Starting mobile
22:49:22.833857 run       osmo-ms-mob/00069(pid=204): Launched
22:49:22.841281 run                             mass: MS performed LU  {at=22935468.54463784, lu_delay=4.774757958948612, ms=00054}
22:49:22.848493 run                             mass: MS start registered  {at=22935468.551858153, delay=0.007241163402795792, ms=00069}
22:49:23.535049 run                osmo-ms-mob/00070: Starting mobile
22:49:23.549414 run       osmo-ms-mob/00070(pid=205): Launched
22:49:23.561027 run                             mass: MS start registered  {at=22935469.264376827, delay=0.005081705749034882, ms=00070}
22:49:23.887675 run                             mass: MS performed LU  {at=22935469.59098265, lu_delay=3.9261432141065598, ms=00060}
22:49:23.915576 run                osmo-ms-mob/00071: Starting mobile
22:49:23.948035 run       osmo-ms-mob/00071(pid=206): Launched
22:49:23.970385 run                             mass: MS start registered  {at=22935469.673706323, delay=0.006793059408664703, ms=00071}
22:49:24.342561 run                osmo-ms-mob/00072: Starting mobile
22:49:24.365782 run       osmo-ms-mob/00072(pid=207): Launched
22:49:24.384043 run                             mass: MS start registered  {at=22935470.08736617, delay=0.008647765964269638, ms=00072}
22:49:24.478597 run                             mass: MS performed LU  {at=22935470.181915924, lu_delay=5.622932061553001, ms=00057}
22:49:24.524788 run                             mass: MS performed LU  {at=22935470.228108793, lu_delay=6.161466684192419, ms=00055}
22:49:24.593384 run                             mass: MS performed LU  {at=22935470.296698958, lu_delay=5.926932871341705, ms=00056}
22:49:24.619027 run                osmo-ms-mob/00073: Starting mobile
22:49:24.651426 run       osmo-ms-mob/00073(pid=208): Launched
22:49:24.666496 run                             mass: MS performed LU  {at=22935470.369839456, lu_delay=5.001197289675474, ms=00059}
22:49:24.680418 run                             mass: MS start registered  {at=22935470.383771814, delay=0.013965200632810593, ms=00073}
22:49:24.694083 run                             mass: MS performed LU  {at=22935470.39742943, lu_delay=5.614801045507193, ms=00058}
22:49:24.722760 run                             mass: MS performed LU  {at=22935470.426081035, lu_delay=23.26203268393874, ms=00012}
22:49:24.748477 run                osmo-ms-mob/00074: Starting mobile
22:49:24.776393 run       osmo-ms-mob/00074(pid=209): Launched
22:49:24.789920 run                             mass: MS start registered  {at=22935470.493260793, delay=0.005437042564153671, ms=00074}
22:49:25.537123 run                osmo-ms-mob/00075: Starting mobile
22:49:25.553010 run       osmo-ms-mob/00075(pid=210): Launched
22:49:25.566747 run                             mass: MS start registered  {at=22935471.27008053, delay=0.006064265966415405, ms=00075}
22:49:26.036155 run                osmo-ms-mob/00076: Starting mobile
22:49:26.050973 run       osmo-ms-mob/00076(pid=211): Launched
22:49:26.063505 run                             mass: MS start registered  {at=22935471.76684661, delay=0.00570109486579895, ms=00076}
22:49:26.260143 run                             mass: MS performed LU  {at=22935471.9634777, lu_delay=5.898976009339094, ms=00061}
22:49:26.343404 run                             mass: MS performed LU  {at=22935472.046725184, lu_delay=5.405949480831623, ms=00064}
22:49:26.357256 run                osmo-ms-mob/00077: Starting mobile
22:49:26.371659 run       osmo-ms-mob/00077(pid=212): Launched
22:49:26.383715 run                             mass: MS start registered  {at=22935472.087065343, delay=0.005432788282632828, ms=00077}
22:49:26.391383 run                             mass: MS performed LU  {at=22935472.09474129, lu_delay=5.730092700570822, ms=00062}
22:49:26.531873 run                             mass: MS performed LU  {at=22935472.235199064, lu_delay=5.7348867431283, ms=00063}
22:49:26.568556 run                             mass: MS performed LU  {at=22935472.271903254, lu_delay=4.80542029440403, ms=00065}
22:49:26.936290 run                osmo-ms-mob/00078: Starting mobile
22:49:26.951475 run       osmo-ms-mob/00078(pid=213): Launched
22:49:26.964029 run                             mass: MS start registered  {at=22935472.66737949, delay=0.005382552742958069, ms=00078}
22:49:27.335257 run                osmo-ms-mob/00079: Starting mobile
22:49:27.349031 run       osmo-ms-mob/00079(pid=214): Launched
22:49:27.361170 run                             mass: MS start registered  {at=22935473.064512726, delay=0.005658898502588272, ms=00079}
22:49:27.836794 run                osmo-ms-mob/00080: Starting mobile
22:49:27.851162 run       osmo-ms-mob/00080(pid=215): Launched
22:49:27.863396 run                             mass: MS start registered  {at=22935473.56674818, delay=0.0051689110696315765, ms=00080}
22:49:28.124695 run                             mass: MS performed LU  {at=22935473.828023043, lu_delay=5.509350974112749, ms=00068}
22:49:28.161298 run                             mass: MS performed LU  {at=22935473.864618033, lu_delay=6.099161457270384, ms=00066}
22:49:28.290400 run                             mass: MS performed LU  {at=22935473.993734144, lu_delay=5.829383585602045, ms=00067}
22:49:28.302441 run                osmo-ms-mob/00081: Starting mobile
22:49:28.318332 run       osmo-ms-mob/00081(pid=216): Launched
22:49:28.335413 run                             mass: MS start registered  {at=22935474.038756665, delay=0.008921299129724503, ms=00081}
22:49:28.434422 run                             mass: MS performed LU  {at=22935474.137748547, lu_delay=4.873371720314026, ms=00070}
22:49:28.736139 run                osmo-ms-mob/00082: Starting mobile
22:49:28.752672 run       osmo-ms-mob/00082(pid=217): Launched
22:49:28.766777 run                             mass: MS start registered  {at=22935474.470094264, delay=0.006442852318286896, ms=00082}
22:49:29.167323 run                             mass: MS performed LU  {at=22935474.870645974, lu_delay=6.318787820637226, ms=00069}
22:49:29.335254 run                osmo-ms-mob/00083: Starting mobile
22:49:29.349653 run       osmo-ms-mob/00083(pid=218): Launched
22:49:29.362129 run                             mass: MS start registered  {at=22935475.065463524, delay=0.0042564719915390015, ms=00083}
22:49:29.841965 run                osmo-ms-mob/00084: Starting mobile
22:49:29.869142 run       osmo-ms-mob/00084(pid=219): Launched
22:49:29.890775 run                             mass: MS start registered  {at=22935475.594112363, delay=0.01111317053437233, ms=00084}
22:49:30.025554 run                             mass: MS performed LU  {at=22935475.72887614, lu_delay=5.641509968787432, ms=00072}
22:49:30.062841 run                             mass: MS performed LU  {at=22935475.766151927, lu_delay=5.382380113005638, ms=00073}
22:49:30.155387 run                             mass: MS performed LU  {at=22935475.858695116, lu_delay=5.365434322506189, ms=00074}
22:49:30.336716 run                osmo-ms-mob/00085: Starting mobile
22:49:30.354979 run       osmo-ms-mob/00085(pid=220): Launched
22:49:30.363839 run                             mass: MS performed LU  {at=22935476.067190807, lu_delay=6.3934844844043255, ms=00071}
22:49:30.371707 run                             mass: MS performed LU  {at=22935476.075066794, lu_delay=4.804986264556646, ms=00075}
22:49:30.379400 run                             mass: MS start registered  {at=22935476.0827625, delay=0.015598170459270477, ms=00085}
22:49:30.935285 run                osmo-ms-mob/00086: Starting mobile
22:49:30.949884 run       osmo-ms-mob/00086(pid=221): Launched
22:49:30.961807 run                             mass: MS start registered  {at=22935476.665146835, delay=0.005272801965475082, ms=00086}
22:49:31.537432 run                osmo-ms-mob/00087: Starting mobile
22:49:31.553006 run       osmo-ms-mob/00087(pid=222): Launched
22:49:31.566277 run                             mass: MS start registered  {at=22935477.26962225, delay=0.00577395036816597, ms=00087}
22:49:31.890303 run                             mass: MS performed LU  {at=22935477.593626294, lu_delay=5.8267796859145164, ms=00076}
22:49:31.927255 run                             mass: MS performed LU  {at=22935477.63058111, lu_delay=4.566068384796381, ms=00079}
22:49:32.056504 run                             mass: MS performed LU  {at=22935477.75984015, lu_delay=5.6727748066186905, ms=00077}
22:49:32.067923 run                osmo-ms-mob/00088: Starting mobile
22:49:32.081660 run       osmo-ms-mob/00088(pid=223): Launched
22:49:32.097353 run                             mass: MS start registered  {at=22935477.80070254, delay=0.007834352552890778, ms=00088}
22:49:32.735136 run                osmo-ms-mob/00089: Starting mobile
22:49:32.749236 run       osmo-ms-mob/00089(pid=224): Launched
22:49:32.761658 run                             mass: MS start registered  {at=22935478.46496089, delay=0.005561761558055878, ms=00089}
22:49:33.337627 run                osmo-ms-mob/00090: Starting mobile
22:49:33.357710 run       osmo-ms-mob/00090(pid=225): Launched
22:49:33.371422 run                             mass: MS start registered  {at=22935479.074764565, delay=0.004334565252065659, ms=00090}
22:49:33.790990 run                             mass: MS performed LU  {at=22935479.49432224, lu_delay=5.927574060857296, ms=00080}
22:49:33.874268 run                             mass: MS performed LU  {at=22935479.57760182, lu_delay=5.107507556676865, ms=00082}
22:49:33.920301 run                             mass: MS performed LU  {at=22935479.623656843, lu_delay=5.584900178015232, ms=00081}
22:49:34.038221 run                osmo-ms-mob/00091: Starting mobile
22:49:34.052219 run       osmo-ms-mob/00091(pid=226): Launched
22:49:34.063965 run                             mass: MS start registered  {at=22935479.767276075, delay=0.005357652902603149, ms=00091}
22:49:34.070366 run                             mass: MS performed LU  {at=22935479.773726493, lu_delay=4.7082629688084126, ms=00083}
22:49:34.736046 run                osmo-ms-mob/00092: Starting mobile
22:49:34.752804 run       osmo-ms-mob/00092(pid=227): Launched
22:49:34.765938 run                             mass: MS start registered  {at=22935480.469287615, delay=0.005571193993091583, ms=00092}
22:49:35.535429 run                osmo-ms-mob/00093: Starting mobile
22:49:35.549761 run       osmo-ms-mob/00093(pid=228): Launched
22:49:35.561711 run                             mass: MS start registered  {at=22935481.265059136, delay=0.005531623959541321, ms=00093}
22:49:35.775827 run                             mass: MS performed LU  {at=22935481.479156714, lu_delay=5.885044351220131, ms=00084}
22:49:35.821569 run                             mass: MS performed LU  {at=22935481.524889275, lu_delay=5.442126777023077, ms=00085}
22:49:35.891271 run                             mass: MS performed LU  {at=22935481.594595443, lu_delay=4.9294486083090305, ms=00086}
22:49:36.436980 run                osmo-ms-mob/00094: Starting mobile
22:49:36.452981 run       osmo-ms-mob/00094(pid=229): Launched
22:49:36.466765 run                             mass: MS start registered  {at=22935482.17008443, delay=0.00610862672328949, ms=00094}
22:49:37.339854 run                osmo-ms-mob/00095: Starting mobile
22:49:37.356641 run       osmo-ms-mob/00095(pid=230): Launched
22:49:37.370535 run                             mass: MS start registered  {at=22935483.073872156, delay=0.00488908588886261, ms=00095}
22:49:37.557173 run                             mass: MS performed LU  {at=22935483.260493945, lu_delay=4.795533053576946, ms=00089}
22:49:37.641105 run                             mass: MS performed LU  {at=22935483.344424233, lu_delay=5.543721694499254, ms=00088}
22:49:37.686177 run                             mass: MS performed LU  {at=22935483.38950399, lu_delay=6.119881737977266, ms=00087}
22:49:38.334934 run                osmo-ms-mob/00096: Starting mobile
22:49:38.349292 run       osmo-ms-mob/00096(pid=231): Launched
22:49:38.360499 run                             mass: MS start registered  {at=22935484.06385025, delay=0.0049366094172000885, ms=00096}
22:49:39.441600 run                osmo-ms-mob/00097: Starting mobile
22:49:39.463010 run       osmo-ms-mob/00097(pid=232): Launched
22:49:39.481731 run                             mass: MS start registered  {at=22935485.185041633, delay=0.010258253663778305, ms=00097}
22:49:39.542183 run                             mass: MS performed LU  {at=22935485.2454921, lu_delay=5.478216025978327, ms=00091}
22:49:39.587905 run                             mass: MS performed LU  {at=22935485.291239094, lu_delay=6.216474529355764, ms=00090}
22:49:39.657601 run                             mass: MS performed LU  {at=22935485.36093623, lu_delay=4.89164861291647, ms=00092}
22:49:40.742084 run                osmo-ms-mob/00098: Starting mobile
22:49:40.761397 run       osmo-ms-mob/00098(pid=233): Launched
22:49:40.775717 run                             mass: MS start registered  {at=22935486.47906629, delay=0.0061387792229652405, ms=00098}
22:49:41.407120 run                             mass: MS performed LU  {at=22935487.110424016, lu_delay=4.940339583903551, ms=00094}
22:49:41.452364 run                             mass: MS performed LU  {at=22935487.15569114, lu_delay=5.890632003545761, ms=00093}
22:49:42.540360 run                osmo-ms-mob/00099: Starting mobile
22:49:42.560221 run       osmo-ms-mob/00099(pid=234): Launched
22:49:42.568860 run                             mass: All started... {duration=55.73972939327359, too_slow=0}
22:49:42.583131 run                             mass: MS start registered  {at=22935488.28643244, delay=0.014213871210813522, ms=00099}
22:49:43.307667 run                             mass: MS performed LU  {at=22935489.011002485, lu_delay=4.947152234613895, ms=00096}
22:49:43.353629 run                             mass: MS performed LU  {at=22935489.05696342, lu_delay=5.98309126496315, ms=00095}
22:49:45.172871 run                             mass: MS performed LU  {at=22935490.876188718, lu_delay=5.691147085279226, ms=00097}
22:49:45.689378 run                             mass: MS performed LU  {at=22935491.39271304, lu_delay=4.913646750152111, ms=00098}
22:49:47.543871 run                             mass: MS performed LU  {at=22935493.24720371, lu_delay=4.960771270096302, ms=00099}
22:49:48.938586 run                             mass: MS performed LU  {at=22935494.641896874, lu_delay=21.97451738268137, ms=00078}
22:49:48.947037 run                             mass: Tests done {all_completed=True, max=23.26203268393874, min=3.9261432141065598}
22:49:48.955194 tst         register_default_mass.py: Test passed (84.9 sec)
22:49:48.963370 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:48.968070 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:48.972538 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:48.976992 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:48.981787 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:48.986277 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:48.990852 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:48.995420 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:48.999980 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:49.004575 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:49.009190 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:49.013775 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:49.018282 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:49.023170 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:49.027792 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:49.033089 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:49.038163 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:49.043894 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:49.049367 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:49.055377 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:49.060440 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:49.065352 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:49.070348 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:49.075478 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:49.081347 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:49.086380 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:49.091384 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:49.096118 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:49.102115 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:49.107083 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:49.111844 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:49.116872 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:49.121552 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:49.126258 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:49.131836 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:49.136628 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:49.141459 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:49.147188 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:49.152089 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:49.156791 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:49.161443 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:49.166093 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:49.170754 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:49.178995 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:49.187577 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:49.192139 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:49.196718 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:49.201181 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:49.205659 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:49.210281 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:49.214919 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:49.219489 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:49.224100 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:49.228741 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:49.233487 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:49.238172 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:49.242896 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:49.247631 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:49.252373 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:49.257153 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:49.262559 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:49.267637 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:49.272392 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:49.277138 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:49.281852 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:49.286568 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:49.291283 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:49.295988 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:49.300718 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:49.305468 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:49.310285 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:49.315028 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:49.320154 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:49.325066 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:49.330336 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:49.335231 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:49.339810 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:49.344401 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:49.349020 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:49.354326 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:49.359123 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:49.363933 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:49.368620 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:49.373232 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:49.378162 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:49.383175 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:49.387752 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:49.392331 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:49.396947 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:49.401510 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:49.406205 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:49.411009 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:49.415623 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:49.420222 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:49.424809 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:49.429701 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:49.434347 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:49.439685 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:49.444260 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:49.448836 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:49.453307 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:49.457866 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:49.462294 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:49.466731 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:49.471164 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:49.475614 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:49.480336 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:49.485187 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:49.489888 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:49.494731 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:49.499806 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:49.511186 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:49.519282 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:49.527381 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:49.535605 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:49.542436 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:49.546417 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:49.550417 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:49.554488 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:49.558477 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:49.562472 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:49.566556 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:49.570696 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:49.574904 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:49.579133 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:49.583296 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:49.587468 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:49.591631 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:49.595797 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:49.599980 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:49.604163 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:49.608337 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:49.612531 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:49.616723 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:49.620914 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:49.625341 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:49.629503 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:49.633651 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:49.637804 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:49.641971 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:49.646267 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:49.650282 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:49.654265 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:49.658234 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:49.662212 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:49.666187 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:49.670158 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:49.674146 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:49.678128 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:49.682112 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:49.686077 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:49.690031 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:49.693885 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:49.697659 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:49.701309 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:49.704922 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:49.708513 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:49.712221 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:49.715930 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:49.719566 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:49.723198 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:49.726810 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:49.730413 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:49.734025 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:49.737633 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:49.741244 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:49.744843 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:49.748448 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:49.752058 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:49.755686 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:49.759310 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:49.762970 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:49.766607 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:49.770399 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:49.774180 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:49.778048 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:49.781982 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:49.785861 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:49.789758 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:49.793557 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:49.797341 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:49.801275 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:49.805277 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:49.809256 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:49.813222 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:49.817174 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:49.821141 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:49.825133 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:49.829111 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:49.833082 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:49.836953 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:49.840821 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:49.844611 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:49.848398 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:49.852139 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:49.855799 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:49.859575 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:49.863364 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:49.867165 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:49.870960 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:49.874737 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:49.878520 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:49.882299 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:49.885955 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:49.889556 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:49.893294 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:49.897209 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:49.900991 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:49.904792 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:49.908687 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:49.912833 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:49.917148 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:49.921574 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:49.925999 ---      ParallelTerminationStrategy: PID 22 died...
22:49:49.927905 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:49.932575 ---      ParallelTerminationStrategy: PID 23 died...
22:49:49.934502 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:49.939106 ---      ParallelTerminationStrategy: PID 24 died...
22:49:49.941017 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:49.945766 ---      ParallelTerminationStrategy: PID 25 died...
22:49:49.947696 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:49.952340 ---      ParallelTerminationStrategy: PID 26 died...
22:49:49.954226 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:49.958873 ---      ParallelTerminationStrategy: PID 27 died...
22:49:49.960829 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:49.965489 ---      ParallelTerminationStrategy: PID 28 died...
22:49:49.967382 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:49.972051 ---      ParallelTerminationStrategy: PID 29 died...
22:49:49.973965 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:49.978629 ---      ParallelTerminationStrategy: PID 30 died...
22:49:49.980516 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:49.985140 ---      ParallelTerminationStrategy: PID 31 died...
22:49:49.987022 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:49.991684 ---      ParallelTerminationStrategy: PID 32 died...
22:49:49.993516 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:49.997921 ---      ParallelTerminationStrategy: PID 33 died...
22:49:49.999729 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:50.004134 ---      ParallelTerminationStrategy: PID 35 died...
22:49:50.005975 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:50.010571 ---      ParallelTerminationStrategy: PID 36 died...
22:49:50.012463 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:50.017318 ---      ParallelTerminationStrategy: PID 37 died...
22:49:50.019216 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:50.023796 ---      ParallelTerminationStrategy: PID 38 died...
22:49:50.025664 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:50.030285 ---      ParallelTerminationStrategy: PID 39 died...
22:49:50.032166 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:50.036808 ---      ParallelTerminationStrategy: PID 40 died...
22:49:50.038725 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:50.043416 ---      ParallelTerminationStrategy: PID 41 died...
22:49:50.045319 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:50.049982 ---      ParallelTerminationStrategy: PID 42 died...
22:49:50.051870 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:50.056536 ---      ParallelTerminationStrategy: PID 43 died...
22:49:50.058421 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:50.063044 ---      ParallelTerminationStrategy: PID 44 died...
22:49:50.064943 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:50.069572 ---      ParallelTerminationStrategy: PID 45 died...
22:49:50.071421 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:50.075932 ---      ParallelTerminationStrategy: PID 46 died...
22:49:50.077761 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:50.082269 ---      ParallelTerminationStrategy: PID 47 died...
22:49:50.084144 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:50.088784 ---      ParallelTerminationStrategy: PID 48 died...
22:49:50.090681 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:50.095340 ---      ParallelTerminationStrategy: PID 49 died...
22:49:50.097260 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:50.102048 ---      ParallelTerminationStrategy: PID 50 died...
22:49:50.103976 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:50.108733 ---      ParallelTerminationStrategy: PID 51 died...
22:49:50.110660 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:50.115385 ---      ParallelTerminationStrategy: PID 52 died...
22:49:50.117295 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:50.121919 ---      ParallelTerminationStrategy: PID 53 died...
22:49:50.123809 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:50.128426 ---      ParallelTerminationStrategy: PID 54 died...
22:49:50.130311 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:50.134935 ---      ParallelTerminationStrategy: PID 55 died...
22:49:50.136849 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:50.141692 ---      ParallelTerminationStrategy: PID 56 died...
22:49:50.143684 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:50.148977 ---      ParallelTerminationStrategy: PID 57 died...
22:49:50.151480 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:50.157163 ---      ParallelTerminationStrategy: PID 58 died...
22:49:50.160546 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:50.168989 ---      ParallelTerminationStrategy: PID 59 died...
22:49:50.172090 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:50.179836 ---      ParallelTerminationStrategy: PID 60 died...
22:49:50.182168 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:50.187793 ---      ParallelTerminationStrategy: PID 61 died...
22:49:50.190103 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:50.195700 ---      ParallelTerminationStrategy: PID 62 died...
22:49:50.198026 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:50.203603 ---      ParallelTerminationStrategy: PID 63 died...
22:49:50.205960 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:50.211488 ---      ParallelTerminationStrategy: PID 64 died...
22:49:50.213896 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:50.219705 ---      ParallelTerminationStrategy: PID 65 died...
22:49:50.222202 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:50.227946 ---      ParallelTerminationStrategy: PID 66 died...
22:49:50.230487 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:50.236544 ---      ParallelTerminationStrategy: PID 67 died...
22:49:50.239018 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:50.245032 ---      ParallelTerminationStrategy: PID 68 died...
22:49:50.247484 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:50.255365 ---      ParallelTerminationStrategy: PID 69 died...
22:49:50.259145 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:50.268403 ---      ParallelTerminationStrategy: PID 70 died...
22:49:50.272156 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:50.281361 ---      ParallelTerminationStrategy: PID 71 died...
22:49:50.285042 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:50.294166 ---      ParallelTerminationStrategy: PID 72 died...
22:49:50.298007 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:50.307430 ---      ParallelTerminationStrategy: PID 73 died...
22:49:50.311303 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:50.320595 ---      ParallelTerminationStrategy: PID 74 died...
22:49:50.324244 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:50.333234 ---      ParallelTerminationStrategy: PID 75 died...
22:49:50.336919 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:50.345893 ---      ParallelTerminationStrategy: PID 76 died...
22:49:50.348720 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:50.355871 ---      ParallelTerminationStrategy: PID 77 died...
22:49:50.359528 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:50.369052 ---      ParallelTerminationStrategy: PID 78 died...
22:49:50.372766 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:50.381387 ---      ParallelTerminationStrategy: PID 79 died...
22:49:50.384322 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:50.391725 ---      ParallelTerminationStrategy: PID 80 died...
22:49:50.395001 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:50.403760 ---      ParallelTerminationStrategy: PID 81 died...
22:49:50.407522 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:50.416528 ---      ParallelTerminationStrategy: PID 82 died...
22:49:50.420211 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:50.432688 ---      ParallelTerminationStrategy: PID 83 died...
22:49:50.436274 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:50.445187 ---      ParallelTerminationStrategy: PID 84 died...
22:49:50.448804 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:50.457521 ---      ParallelTerminationStrategy: PID 85 died...
22:49:50.460787 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:50.469456 ---      ParallelTerminationStrategy: PID 86 died...
22:49:50.473080 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:50.481855 ---      ParallelTerminationStrategy: PID 87 died...
22:49:50.485387 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:50.494055 ---      ParallelTerminationStrategy: PID 88 died...
22:49:50.497578 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:50.506192 ---      ParallelTerminationStrategy: PID 89 died...
22:49:50.509335 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:50.514585 ---      ParallelTerminationStrategy: PID 90 died...
22:49:50.516728 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:50.521960 ---      ParallelTerminationStrategy: PID 91 died...
22:49:50.524077 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:50.529237 ---      ParallelTerminationStrategy: PID 92 died...
22:49:50.531284 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:50.536339 ---      ParallelTerminationStrategy: PID 93 died...
22:49:50.538407 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:50.543524 ---      ParallelTerminationStrategy: PID 94 died...
22:49:50.545586 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:50.550550 ---      ParallelTerminationStrategy: PID 95 died...
22:49:50.552548 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:50.557498 ---      ParallelTerminationStrategy: PID 96 died...
22:49:50.559509 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:50.564334 ---      ParallelTerminationStrategy: PID 97 died...
22:49:50.566285 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:50.571142 ---      ParallelTerminationStrategy: PID 98 died...
22:49:50.573214 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:50.578227 ---      ParallelTerminationStrategy: PID 99 died...
22:49:50.580177 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:50.584951 ---      ParallelTerminationStrategy: PID 100 died...
22:49:50.586843 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:50.591465 ---      ParallelTerminationStrategy: PID 101 died...
22:49:50.593337 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:50.598054 ---      ParallelTerminationStrategy: PID 102 died...
22:49:50.599937 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:50.604532 ---      ParallelTerminationStrategy: PID 103 died...
22:49:50.606415 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:50.611036 ---      ParallelTerminationStrategy: PID 104 died...
22:49:50.612900 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:50.617400 ---      ParallelTerminationStrategy: PID 105 died...
22:49:50.619160 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:50.623517 ---      ParallelTerminationStrategy: PID 106 died...
22:49:50.625276 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:50.629627 ---      ParallelTerminationStrategy: PID 107 died...
22:49:50.631394 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:50.635760 ---      ParallelTerminationStrategy: PID 108 died...
22:49:50.637523 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:50.641875 ---      ParallelTerminationStrategy: PID 109 died...
22:49:50.643641 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:50.648009 ---      ParallelTerminationStrategy: PID 110 died...
22:49:50.649789 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:50.654154 ---      ParallelTerminationStrategy: PID 111 died...
22:49:50.655903 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:50.660240 ---      ParallelTerminationStrategy: PID 112 died...
22:49:50.661998 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:50.666320 ---      ParallelTerminationStrategy: PID 113 died...
22:49:50.668073 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:50.672473 ---      ParallelTerminationStrategy: PID 114 died...
22:49:50.674242 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:50.678605 ---      ParallelTerminationStrategy: PID 115 died...
22:49:50.680373 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:50.684877 ---      ParallelTerminationStrategy: PID 116 died...
22:49:50.686690 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:50.691219 ---      ParallelTerminationStrategy: PID 117 died...
22:49:50.693098 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:50.697667 ---      ParallelTerminationStrategy: PID 118 died...
22:49:50.699526 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:50.704169 ---      ParallelTerminationStrategy: PID 119 died...
22:49:50.706043 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:50.710536 ---      ParallelTerminationStrategy: PID 120 died...
22:49:50.712294 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:50.716740 ---      ParallelTerminationStrategy: PID 121 died...
22:49:50.718547 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:50.723010 ---      ParallelTerminationStrategy: PID 122 died...
22:49:50.724866 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:50.729359 ---      ParallelTerminationStrategy: PID 123 died...
22:49:50.731162 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:50.735659 ---      ParallelTerminationStrategy: PID 124 died...
22:49:50.737466 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:50.741947 ---      ParallelTerminationStrategy: PID 125 died...
22:49:50.743767 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:50.748371 ---      ParallelTerminationStrategy: PID 126 died...
22:49:50.751801 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:50.756399 ---      ParallelTerminationStrategy: PID 127 died...
22:49:50.758231 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:50.762916 ---      ParallelTerminationStrategy: PID 128 died...
22:49:50.764843 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:50.769529 ---      ParallelTerminationStrategy: PID 129 died...
22:49:50.771420 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:50.775950 ---      ParallelTerminationStrategy: PID 130 died...
22:49:50.777795 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:50.782521 ---      ParallelTerminationStrategy: PID 131 died...
22:49:50.784358 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:50.788904 ---      ParallelTerminationStrategy: PID 132 died...
22:49:50.790735 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:50.795238 ---      ParallelTerminationStrategy: PID 133 died...
22:49:50.797064 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:50.801581 ---      ParallelTerminationStrategy: PID 134 died...
22:49:50.803400 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:50.807916 ---      ParallelTerminationStrategy: PID 135 died...
22:49:50.809752 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:50.814357 ---      ParallelTerminationStrategy: PID 136 died...
22:49:50.816200 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:50.820801 ---      ParallelTerminationStrategy: PID 137 died...
22:49:50.822695 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:50.827388 ---      ParallelTerminationStrategy: PID 138 died...
22:49:50.829339 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:50.834033 ---      ParallelTerminationStrategy: PID 139 died...
22:49:50.835927 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:50.840583 ---      ParallelTerminationStrategy: PID 140 died...
22:49:50.842410 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:50.847020 ---      ParallelTerminationStrategy: PID 141 died...
22:49:50.848873 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:50.853394 ---      ParallelTerminationStrategy: PID 142 died...
22:49:50.855219 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:50.859730 ---      ParallelTerminationStrategy: PID 143 died...
22:49:50.861560 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:50.866215 ---      ParallelTerminationStrategy: PID 144 died...
22:49:50.868143 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:50.872944 ---      ParallelTerminationStrategy: PID 145 died...
22:49:50.874921 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:50.879735 ---      ParallelTerminationStrategy: PID 146 died...
22:49:50.881687 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:50.886327 ---      ParallelTerminationStrategy: PID 147 died...
22:49:50.888199 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:50.892851 ---      ParallelTerminationStrategy: PID 148 died...
22:49:50.894724 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:50.899505 ---      ParallelTerminationStrategy: PID 149 died...
22:49:50.901455 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:50.906120 ---      ParallelTerminationStrategy: PID 150 died...
22:49:50.907993 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:50.912655 ---      ParallelTerminationStrategy: PID 151 died...
22:49:50.914482 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:50.919085 ---      ParallelTerminationStrategy: PID 152 died...
22:49:50.920958 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:50.925650 ---      ParallelTerminationStrategy: PID 153 died...
22:49:50.927532 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:50.932164 ---      ParallelTerminationStrategy: PID 154 died...
22:49:50.934112 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:50.938913 ---      ParallelTerminationStrategy: PID 155 died...
22:49:50.940877 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:50.945677 ---      ParallelTerminationStrategy: PID 156 died...
22:49:50.947664 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:50.952573 ---      ParallelTerminationStrategy: PID 157 died...
22:49:50.954552 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:50.959477 ---      ParallelTerminationStrategy: PID 158 died...
22:49:50.961471 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:50.966286 ---      ParallelTerminationStrategy: PID 159 died...
22:49:50.968208 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:50.973117 ---      ParallelTerminationStrategy: PID 160 died...
22:49:50.975057 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:50.979965 ---      ParallelTerminationStrategy: PID 161 died...
22:49:50.981952 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:50.986959 ---      ParallelTerminationStrategy: PID 162 died...
22:49:50.988950 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:50.993855 ---      ParallelTerminationStrategy: PID 163 died...
22:49:50.995837 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:51.000599 ---      ParallelTerminationStrategy: PID 164 died...
22:49:51.002551 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:51.007290 ---      ParallelTerminationStrategy: PID 165 died...
22:49:51.009158 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:51.013803 ---      ParallelTerminationStrategy: PID 166 died...
22:49:51.015635 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:51.020431 ---      ParallelTerminationStrategy: PID 167 died...
22:49:51.022371 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:51.027180 ---      ParallelTerminationStrategy: PID 168 died...
22:49:51.029155 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:51.033933 ---      ParallelTerminationStrategy: PID 169 died...
22:49:51.035864 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:51.040596 ---      ParallelTerminationStrategy: PID 170 died...
22:49:51.042484 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:51.047026 ---      ParallelTerminationStrategy: PID 171 died...
22:49:51.048870 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:51.053416 ---      ParallelTerminationStrategy: PID 172 died...
22:49:51.055267 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:51.059909 ---      ParallelTerminationStrategy: PID 173 died...
22:49:51.061825 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:51.066632 ---      ParallelTerminationStrategy: PID 174 died...
22:49:51.068563 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:51.073411 ---      ParallelTerminationStrategy: PID 175 died...
22:49:51.075323 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:51.080106 ---      ParallelTerminationStrategy: PID 176 died...
22:49:51.082075 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:51.086842 ---      ParallelTerminationStrategy: PID 177 died...
22:49:51.088786 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:51.093545 ---      ParallelTerminationStrategy: PID 178 died...
22:49:51.095472 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:51.100412 ---      ParallelTerminationStrategy: PID 179 died...
22:49:51.102436 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:51.107529 ---      ParallelTerminationStrategy: PID 180 died...
22:49:51.109569 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:51.114518 ---      ParallelTerminationStrategy: PID 181 died...
22:49:51.116806 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:51.121682 ---      ParallelTerminationStrategy: PID 182 died...
22:49:51.123602 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:51.128388 ---      ParallelTerminationStrategy: PID 183 died...
22:49:51.130341 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:51.135049 ---      ParallelTerminationStrategy: PID 184 died...
22:49:51.136917 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:51.141567 ---      ParallelTerminationStrategy: PID 185 died...
22:49:51.143445 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:51.148094 ---      ParallelTerminationStrategy: PID 186 died...
22:49:51.149986 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:51.154672 ---      ParallelTerminationStrategy: PID 187 died...
22:49:51.156603 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:51.161516 ---      ParallelTerminationStrategy: PID 188 died...
22:49:51.163640 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:51.168593 ---      ParallelTerminationStrategy: PID 189 died...
22:49:51.170572 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:51.175332 ---      ParallelTerminationStrategy: PID 190 died...
22:49:51.177214 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:51.181864 ---      ParallelTerminationStrategy: PID 191 died...
22:49:51.183741 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:51.290238 ---      ParallelTerminationStrategy: PID 192 died...
22:49:51.291767 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:51.295463 ---      ParallelTerminationStrategy: PID 193 died...
22:49:51.297016 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:51.300693 ---      ParallelTerminationStrategy: PID 194 died...
22:49:51.302173 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:51.305831 ---      ParallelTerminationStrategy: PID 195 died...
22:49:51.307304 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:51.310964 ---      ParallelTerminationStrategy: PID 196 died...
22:49:51.312441 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:51.316136 ---      ParallelTerminationStrategy: PID 197 died...
22:49:51.317626 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:51.321316 ---      ParallelTerminationStrategy: PID 198 died...
22:49:51.322820 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:51.326663 ---      ParallelTerminationStrategy: PID 199 died...
22:49:51.328221 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:51.332116 ---      ParallelTerminationStrategy: PID 200 died...
22:49:51.333695 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:51.337656 ---      ParallelTerminationStrategy: PID 201 died...
22:49:51.339216 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:51.343182 ---      ParallelTerminationStrategy: PID 202 died...
22:49:51.344810 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:51.348769 ---      ParallelTerminationStrategy: PID 203 died...
22:49:51.350351 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:51.354315 ---      ParallelTerminationStrategy: PID 204 died...
22:49:51.355901 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:51.359869 ---      ParallelTerminationStrategy: PID 205 died...
22:49:51.361455 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:51.365385 ---      ParallelTerminationStrategy: PID 206 died...
22:49:51.367007 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:51.370985 ---      ParallelTerminationStrategy: PID 207 died...
22:49:51.372586 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:51.376589 ---      ParallelTerminationStrategy: PID 208 died...
22:49:51.378195 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:51.382209 ---      ParallelTerminationStrategy: PID 209 died...
22:49:51.383811 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:51.387792 ---      ParallelTerminationStrategy: PID 210 died...
22:49:51.389406 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:51.393397 ---      ParallelTerminationStrategy: PID 211 died...
22:49:51.395007 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:51.398994 ---      ParallelTerminationStrategy: PID 212 died...
22:49:51.400602 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:51.404585 ---      ParallelTerminationStrategy: PID 213 died...
22:49:51.406195 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:51.410185 ---      ParallelTerminationStrategy: PID 214 died...
22:49:51.411786 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:51.415738 ---      ParallelTerminationStrategy: PID 215 died...
22:49:51.417320 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:51.421289 ---      ParallelTerminationStrategy: PID 216 died...
22:49:51.422892 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:51.426879 ---      ParallelTerminationStrategy: PID 217 died...
22:49:51.428453 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:51.432461 ---      ParallelTerminationStrategy: PID 218 died...
22:49:51.434079 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:51.438029 ---      ParallelTerminationStrategy: PID 219 died...
22:49:51.439644 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:51.443607 ---      ParallelTerminationStrategy: PID 220 died...
22:49:51.445185 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:51.449142 ---      ParallelTerminationStrategy: PID 221 died...
22:49:51.450764 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:51.454783 ---      ParallelTerminationStrategy: PID 222 died...
22:49:51.456397 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:51.460395 ---      ParallelTerminationStrategy: PID 223 died...
22:49:51.462009 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:51.465920 ---      ParallelTerminationStrategy: PID 224 died...
22:49:51.467525 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:51.471539 ---      ParallelTerminationStrategy: PID 225 died...
22:49:51.473168 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:51.477191 ---      ParallelTerminationStrategy: PID 226 died...
22:49:51.478809 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:51.482843 ---      ParallelTerminationStrategy: PID 227 died...
22:49:51.484508 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:51.488605 ---      ParallelTerminationStrategy: PID 228 died...
22:49:51.490289 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:51.494409 ---      ParallelTerminationStrategy: PID 229 died...
22:49:51.496075 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:51.500113 ---      ParallelTerminationStrategy: PID 230 died...
22:49:51.501769 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:51.505843 ---      ParallelTerminationStrategy: PID 231 died...
22:49:51.507468 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:51.511492 ---      ParallelTerminationStrategy: PID 232 died...
22:49:51.513111 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:51.517137 ---      ParallelTerminationStrategy: PID 233 died...
22:49:51.518759 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:51.561393 ---      ParallelTerminationStrategy: PID 234 died...
22:49:51.562953 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:54.245119 ---      ParallelTerminationStrategy: PID 34 died...
22:49:54.248313 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8110 netreg_mass PASS
---------------------------------------------------------------------
22:49:54.329630 tst                       trial-8110: Storing JUnit report in /build/trial-8110/run.2025-10-05_22-48-23/trial-8110.xml

--------------------------------------------------------------------------------------------
trial-8110 PASS
--------------------------------------------------------------------------------------------
22:49:54.340832 tst                       trial-8110: trial-8110: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (84.9 sec)
+ exit_code=0
+ rm -rf trial-8110/inst
+ cd trial-8110
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-10-05 22:48:23
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8110-run.tgz run.2025-10-05_22-48-23
+ tar czf /build/trial-8110-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-10-05_13_28_53.tgz osmo-bts-oc2g.build-2025-10-02_07_55_46.tgz osmo-bts-sysmo.build-2025-10-02_07_55_57.tgz osmo-bts.build-2025-10-02_07_55_48.tgz osmo-ggsn.build-2025-10-05_20_42_26.tgz osmo-hlr.build-2025-10-05_16_36_50.tgz osmo-hnbgw.build-2025-10-05_13_28_40.tgz osmo-mgw.build-2025-10-05_08_33_13.tgz osmo-msc.build-2025-10-05_13_34_10.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-05_07_34_06.tgz osmo-pcu-sysmo.build-2025-10-05_07_36_13.tgz osmo-pcu.build-2025-10-05_07_36_20.tgz osmo-sgsn.build-2025-10-05_20_48_08.tgz osmo-stp.build-2025-10-05_13_25_29.tgz osmo-trx.build-2025-10-05_14_26_36.tgz osmocom-bb.build-2025-10-05_21_17_15.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