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/jenkins7408258455809563928.sh
+ rm -rf trial-8111-bin.tgz trial-8111-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 24685
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10896
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10238
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12732
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13055
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12353
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 40570
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7440
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 42622
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8181
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 13045
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7339
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11421
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7480
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 8919
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6200
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 7339
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins8816300534785911320.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-8111
+ 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 [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
#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 [27/28] COPY	RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#9 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

#22 [ 5/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cpio 		dbus 		tcpdump 		sqlite3 		python3 		python3-setuptools 		python3-yaml 		python3-mako 		python3-gi 		python3-numpy 		python3-wheel 		python3-watchdog 		ofono 		patchelf 		rpm2cpio 		sudo 		libcap2-bin 		python3-pip 		udhcpc 		iperf3 		locales
#22 CACHED

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:b0003ac0833ce92f793c9e528f30889d6191a0291da2276a1ae957874bb09ea4 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=8112 -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-07 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8112
+ mkdir -p trial-8112
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-10-07_13_26_23.tgz osmo-bts-oc2g.build-2025-10-07_00_51_35.tgz osmo-bts-sysmo.build-2025-10-07_00_51_38.tgz osmo-bts.build-2025-10-07_00_51_45.tgz osmo-ggsn.build-2025-10-07_20_42_41.tgz osmo-hlr.build-2025-10-07_16_36_49.tgz osmo-hnbgw.build-2025-10-07_13_30_18.tgz osmo-mgw.build-2025-10-07_08_33_13.tgz osmo-msc.build-2025-10-07_13_32_24.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-07_07_34_05.tgz osmo-pcu-sysmo.build-2025-10-07_07_36_08.tgz osmo-pcu.build-2025-10-07_07_36_16.tgz osmo-sgsn.build-2025-10-07_20_48_11.tgz osmo-stp.build-2025-10-07_13_25_13.tgz osmo-trx.build-2025-10-07_14_27_01.tgz osmocom-bb.build-2025-10-07_21_17_21.tgz srslte.build-19.tgz trial-8112
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-10-07_13_26_23.md5 osmo-bts-oc2g.build-2025-10-07_00_51_35.md5 osmo-bts-sysmo.build-2025-10-07_00_51_38.md5 osmo-bts.build-2025-10-07_00_51_45.md5 osmo-ggsn.build-2025-10-07_20_42_41.md5 osmo-hlr.build-2025-10-07_16_36_49.md5 osmo-hnbgw.build-2025-10-07_13_30_18.md5 osmo-mgw.build-2025-10-07_08_33_13.md5 osmo-msc.build-2025-10-07_13_32_24.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-07_07_34_05.md5 osmo-pcu-sysmo.build-2025-10-07_07_36_08.md5 osmo-pcu.build-2025-10-07_07_36_16.md5 osmo-sgsn.build-2025-10-07_20_48_11.md5 osmo-stp.build-2025-10-07_13_25_13.md5 osmo-trx.build-2025-10-07_14_27_01.md5 osmocom-bb.build-2025-10-07_21_17_21.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-10-07_13_26_23.md5 osmo-bts-oc2g.build-2025-10-07_00_51_35.md5 osmo-bts-sysmo.build-2025-10-07_00_51_38.md5 osmo-bts.build-2025-10-07_00_51_45.md5 osmo-ggsn.build-2025-10-07_20_42_41.md5 osmo-hlr.build-2025-10-07_16_36_49.md5 osmo-hnbgw.build-2025-10-07_13_30_18.md5 osmo-mgw.build-2025-10-07_08_33_13.md5 osmo-msc.build-2025-10-07_13_32_24.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-10-07_07_34_05.md5 osmo-pcu-sysmo.build-2025-10-07_07_36_08.md5 osmo-pcu.build-2025-10-07_07_36_16.md5 osmo-sgsn.build-2025-10-07_20_48_11.md5 osmo-stp.build-2025-10-07_13_25_13.md5 osmo-trx.build-2025-10-07_14_27_01.md5 osmocom-bb.build-2025-10-07_21_17_21.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-8112 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8112'
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-8112
--------------------------------------------------------------------------------------------
22:48:18.342327 tst                       trial-8112: Detailed log at /build/trial-8112/run.2025-10-07_22-48-18/log

---------------------------------------------------------------------
trial-8112 netreg_mass
---------------------------------------------------------------------
22:48:18.561186 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.561577 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.562391 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.563623 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.599741 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.600584 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.601790 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.670574 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-8112 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.671834 tst       register_default_mass.py:9: Claiming resources for the test
22:48:18.689360 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.689999 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.690521 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.690998 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.691468 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.692008 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.692485 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.739551 tst         register_default_mass.py: using LAC 2
22:48:18.777899 tst         register_default_mass.py: using RAC 2
22:48:18.824411 tst         register_default_mass.py: using CellId 2
22:48:18.872218 tst         register_default_mass.py: using BVCI 3
22:48:18.887822 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.888936 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.889819 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.890797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.891531 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.892176 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.892868 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.893513 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.894089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.894618 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.895154 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.895679 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.896203 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.896765 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.897292 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.897821 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.898352 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.898932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.899447 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.899987 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.900501 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.901055 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.901579 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.902102 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.902636 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.903157 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.903672 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.904194 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.904756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.905277 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.905804 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.906319 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.906834 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.907360 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.907888 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.908401 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.908938 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.909466 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.909982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.910494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.911013 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.911525 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.912036 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.912557 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.913079 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.913585 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.914098 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.914618 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.915122 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.915659 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.916181 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.916724 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.917241 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.917750 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.918278 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.918800 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.919311 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.919815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.920330 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.920870 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.921371 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.921899 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.922422 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.922928 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.923442 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.923951 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.924469 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.925014 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.925530 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.926050 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.926609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.927172 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.927793 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.928308 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.928826 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.929338 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.929838 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.930342 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.930844 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.931358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.931861 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.932377 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.932908 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.933424 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.933937 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.934436 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.934940 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.935452 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.935962 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.936468 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.937013 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.937529 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.938047 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.938571 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.939080 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.939577 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.940097 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.940610 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.941137 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.941655 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.942159 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.942737 tst      register_default_mass.py:21: Launching a simple network
22:48:18.953223 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.082809 run            create_hlr_db(pid=20): Launched
22:48:20.093344 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.110771 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.127118 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.133283 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.320818 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.336467 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.342741 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.784668 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.800273 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.818322 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.938443 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:23.954305 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.960137 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.985274 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.001617 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.007601 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.332012 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.347969 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.374766 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.532149 run         osmo-bts-virtual(pid=34): Launched
22:48:31.699885 tst         register_default_mass.py: using MSISDN 1001
22:48:31.709975 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.802211 tst         register_default_mass.py: using MSISDN 1002
22:48:31.819223 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.883795 tst         register_default_mass.py: using MSISDN 1003
22:48:31.890005 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.961145 tst         register_default_mass.py: using MSISDN 1004
22:48:31.970843 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:32.047071 tst         register_default_mass.py: using MSISDN 1005
22:48:32.057471 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:32.128241 tst         register_default_mass.py: using MSISDN 1006
22:48:32.136616 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:32.339190 tst         register_default_mass.py: using MSISDN 1007
22:48:32.360817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.432904 tst         register_default_mass.py: using MSISDN 1008
22:48:32.439076 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.502065 tst         register_default_mass.py: using MSISDN 1009
22:48:32.523754 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.595885 tst         register_default_mass.py: using MSISDN 1010
22:48:32.609588 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.690459 tst         register_default_mass.py: using MSISDN 1011
22:48:32.711009 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.795436 tst         register_default_mass.py: using MSISDN 1012
22:48:32.816797 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.898096 tst         register_default_mass.py: using MSISDN 1013
22:48:32.908163 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.982388 tst         register_default_mass.py: using MSISDN 1014
22:48:32.988405 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:33.063470 tst         register_default_mass.py: using MSISDN 1015
22:48:33.069400 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:33.151047 tst         register_default_mass.py: using MSISDN 1016
22:48:33.164969 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:33.245588 tst         register_default_mass.py: using MSISDN 1017
22:48:33.260615 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:33.342314 tst         register_default_mass.py: using MSISDN 1018
22:48:33.352922 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:33.429700 tst         register_default_mass.py: using MSISDN 1019
22:48:33.451737 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:33.517776 tst         register_default_mass.py: using MSISDN 1020
22:48:33.531695 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:33.612086 tst         register_default_mass.py: using MSISDN 1021
22:48:33.622322 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:33.710432 tst         register_default_mass.py: using MSISDN 1022
22:48:33.724775 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:33.792531 tst         register_default_mass.py: using MSISDN 1023
22:48:33.798190 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:33.872317 tst         register_default_mass.py: using MSISDN 1024
22:48:33.881785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:33.946592 tst         register_default_mass.py: using MSISDN 1025
22:48:33.964205 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:34.040337 tst         register_default_mass.py: using MSISDN 1026
22:48:34.054062 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:34.134629 tst         register_default_mass.py: using MSISDN 1027
22:48:34.153683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:34.252922 tst         register_default_mass.py: using MSISDN 1028
22:48:34.258663 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:34.336383 tst         register_default_mass.py: using MSISDN 1029
22:48:34.342408 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:34.416521 tst         register_default_mass.py: using MSISDN 1030
22:48:34.438497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:34.504845 tst         register_default_mass.py: using MSISDN 1031
22:48:34.531155 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:34.602306 tst         register_default_mass.py: using MSISDN 1032
22:48:34.620452 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:34.706278 tst         register_default_mass.py: using MSISDN 1033
22:48:34.712418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:34.794558 tst         register_default_mass.py: using MSISDN 1034
22:48:34.803192 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:34.880054 tst         register_default_mass.py: using MSISDN 1035
22:48:34.893631 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:34.965705 tst         register_default_mass.py: using MSISDN 1036
22:48:34.971489 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:35.034290 tst         register_default_mass.py: using MSISDN 1037
22:48:35.040986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:35.119628 tst         register_default_mass.py: using MSISDN 1038
22:48:35.133739 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:35.217465 tst         register_default_mass.py: using MSISDN 1039
22:48:35.239313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:35.308413 tst         register_default_mass.py: using MSISDN 1040
22:48:35.327675 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:35.402243 tst         register_default_mass.py: using MSISDN 1041
22:48:35.411371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:35.484162 tst         register_default_mass.py: using MSISDN 1042
22:48:35.500177 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:35.571599 tst         register_default_mass.py: using MSISDN 1043
22:48:35.578918 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:35.696275 tst         register_default_mass.py: using MSISDN 1044
22:48:35.706329 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:35.774857 tst         register_default_mass.py: using MSISDN 1045
22:48:35.797106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:35.876317 tst         register_default_mass.py: using MSISDN 1046
22:48:35.898892 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:35.971138 tst         register_default_mass.py: using MSISDN 1047
22:48:35.978021 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:36.048222 tst         register_default_mass.py: using MSISDN 1048
22:48:36.060876 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:36.133035 tst         register_default_mass.py: using MSISDN 1049
22:48:36.140843 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:36.208447 tst         register_default_mass.py: using MSISDN 1050
22:48:36.226041 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:36.292587 tst         register_default_mass.py: using MSISDN 1051
22:48:36.311515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:36.386365 tst         register_default_mass.py: using MSISDN 1052
22:48:36.393418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:36.473692 tst         register_default_mass.py: using MSISDN 1053
22:48:36.479940 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:36.552391 tst         register_default_mass.py: using MSISDN 1054
22:48:36.558544 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:36.633575 tst         register_default_mass.py: using MSISDN 1055
22:48:36.639752 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:36.785028 tst         register_default_mass.py: using MSISDN 1056
22:48:36.790798 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:36.875230 tst         register_default_mass.py: using MSISDN 1057
22:48:36.881277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:36.951526 tst         register_default_mass.py: using MSISDN 1058
22:48:36.961618 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:37.033753 tst         register_default_mass.py: using MSISDN 1059
22:48:37.056322 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:37.131050 tst         register_default_mass.py: using MSISDN 1060
22:48:37.154613 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:37.226515 tst         register_default_mass.py: using MSISDN 1061
22:48:37.247233 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:37.314729 tst         register_default_mass.py: using MSISDN 1062
22:48:37.321993 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:37.493992 tst         register_default_mass.py: using MSISDN 1063
22:48:37.515166 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:37.587212 tst         register_default_mass.py: using MSISDN 1064
22:48:37.607707 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:37.703257 tst         register_default_mass.py: using MSISDN 1065
22:48:37.724949 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:37.803679 tst         register_default_mass.py: using MSISDN 1066
22:48:37.814918 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:37.897107 tst         register_default_mass.py: using MSISDN 1067
22:48:37.918752 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:37.995867 tst         register_default_mass.py: using MSISDN 1068
22:48:38.017986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:38.084091 tst         register_default_mass.py: using MSISDN 1069
22:48:38.096421 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:38.171183 tst         register_default_mass.py: using MSISDN 1070
22:48:38.192560 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:38.279474 tst         register_default_mass.py: using MSISDN 1071
22:48:38.285616 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:38.360693 tst         register_default_mass.py: using MSISDN 1072
22:48:38.375726 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:38.451844 tst         register_default_mass.py: using MSISDN 1073
22:48:38.457924 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:38.536603 tst         register_default_mass.py: using MSISDN 1074
22:48:38.559047 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:38.636688 tst         register_default_mass.py: using MSISDN 1075
22:48:38.645104 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:38.716755 tst         register_default_mass.py: using MSISDN 1076
22:48:38.729636 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:38.814858 tst         register_default_mass.py: using MSISDN 1077
22:48:38.824992 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:38.895615 tst         register_default_mass.py: using MSISDN 1078
22:48:38.916754 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:38.987835 tst         register_default_mass.py: using MSISDN 1079
22:48:38.998144 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:39.072789 tst         register_default_mass.py: using MSISDN 1080
22:48:39.094876 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:39.171570 tst         register_default_mass.py: using MSISDN 1081
22:48:39.178311 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:39.259738 tst         register_default_mass.py: using MSISDN 1082
22:48:39.276036 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:39.381502 tst         register_default_mass.py: using MSISDN 1083
22:48:39.395987 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:39.465474 tst         register_default_mass.py: using MSISDN 1084
22:48:39.484590 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:39.564381 tst         register_default_mass.py: using MSISDN 1085
22:48:39.570876 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:39.649465 tst         register_default_mass.py: using MSISDN 1086
22:48:39.660087 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:39.738273 tst         register_default_mass.py: using MSISDN 1087
22:48:39.752025 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:39.842241 tst         register_default_mass.py: using MSISDN 1088
22:48:39.848385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:39.923957 tst         register_default_mass.py: using MSISDN 1089
22:48:39.934779 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:40.028842 tst         register_default_mass.py: using MSISDN 1090
22:48:40.051010 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:40.143883 tst         register_default_mass.py: using MSISDN 1091
22:48:40.164623 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:40.238921 tst         register_default_mass.py: using MSISDN 1092
22:48:40.253753 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:40.352559 tst         register_default_mass.py: using MSISDN 1093
22:48:40.360428 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:40.439841 tst         register_default_mass.py: using MSISDN 1094
22:48:40.452677 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:40.536388 tst         register_default_mass.py: using MSISDN 1095
22:48:40.547841 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:40.686429 tst         register_default_mass.py: using MSISDN 1096
22:48:40.708720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:40.780272 tst         register_default_mass.py: using MSISDN 1097
22:48:40.800414 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:40.877212 tst         register_default_mass.py: using MSISDN 1098
22:48:40.884767 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:40.998609 tst         register_default_mass.py: using MSISDN 1099
22:48:41.007280 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:41.089290 tst         register_default_mass.py: using MSISDN 1100
22:48:41.110703 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:41.230290 run                             mass: Starting testcase
22:48:41.236266 run                             mass: Pre-launching all virtphy's
22:48:41.241961 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:41.255877 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:41.262558 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:41.276174 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:41.282693 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:41.296187 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:41.302512 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:41.316192 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:41.322485 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:41.335981 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:41.342463 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:41.355998 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:41.362388 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:41.376240 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:41.382884 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:41.397099 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:41.403747 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:41.417722 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:41.425539 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:41.439476 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:41.445884 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:41.459345 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:41.465704 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:41.479267 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:41.485606 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:41.499109 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:41.505453 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:41.518902 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:41.525287 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:41.538863 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:41.545329 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:41.559241 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:41.565661 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:41.579504 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:41.585927 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:41.599782 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:41.606095 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:41.619449 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:41.625634 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:41.639008 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:41.645129 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:41.658556 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:41.664934 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:41.678337 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:41.684452 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:41.698039 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:41.704487 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:41.718393 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:41.724764 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:41.738691 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:41.745084 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:41.758918 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:41.765296 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:41.778845 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:41.785109 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:41.798492 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:41.804937 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:41.818289 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:41.824576 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:41.837890 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:41.843997 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:41.857968 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:41.864371 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:41.878310 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:41.884747 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:41.898722 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:41.905167 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:41.918587 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:41.925005 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:41.938251 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:41.944409 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:41.957785 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:41.963983 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:41.977478 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:41.983611 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:41.996954 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:42.003283 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:42.016738 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:42.023105 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:42.037133 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:42.043599 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:42.057141 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:42.063578 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:42.077594 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:42.084035 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:42.097939 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:42.104337 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:42.118282 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:42.124681 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:42.138603 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:42.144939 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:42.158889 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:42.165297 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:42.179040 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:42.185468 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:42.199264 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:42.205452 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:42.218610 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:42.224700 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:42.238069 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:42.244183 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:42.257554 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:42.263706 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:42.277286 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:42.283479 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:42.296785 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:42.302909 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:42.316549 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:42.322732 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:42.336172 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:42.342336 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:42.355771 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:42.361964 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:42.375500 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:42.381716 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:42.395191 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:42.401429 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:42.414877 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:42.421216 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:42.434644 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:42.441030 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:42.454940 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:42.461377 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:42.475408 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:42.482372 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:42.496501 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:42.503136 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:42.517323 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:42.524002 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:42.538328 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:42.544966 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:42.559127 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:42.566043 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:42.580179 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:42.586667 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:42.600724 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:42.607457 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:42.621613 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:42.628192 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:42.641698 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:42.648215 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:42.661954 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:42.668343 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:42.682371 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:42.688756 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:42.702184 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:42.708632 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:42.722535 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:42.728791 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:42.742178 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:42.748392 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:42.762101 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:42.768387 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:42.781967 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:42.788338 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:42.802018 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:42.808277 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:42.821975 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:42.828202 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:42.842227 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:42.848994 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:42.863282 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:42.869810 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:42.883829 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:42.890285 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:42.904306 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:42.925209 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:42.939328 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:42.945679 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:42.958986 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:42.965100 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:42.978247 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:42.984351 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:42.997547 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:43.003757 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:43.017244 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:43.023644 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:43.037662 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:43.044062 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:43.058099 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:43.064487 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:43.078596 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:43.085592 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:43.099511 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:43.105901 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:43.119369 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:43.125880 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:43.139918 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:43.146379 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:43.160419 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:43.166775 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:43.180362 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:43.186738 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:43.200257 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:43.206472 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:43.219858 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:43.226066 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:43.239620 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:43.245832 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:43.259335 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:43.265867 run                             mass: Checking if sockets are in the filesystem
22:48:43.278865 run                osmo-ms-mob/00000: Starting mobile
22:48:43.292705 run       osmo-ms-mob/00000(pid=135): Launched
22:48:43.303914 run                             mass: MS start registered  {at=23108229.00726281, delay=0.004967242479324341, ms=00000}
22:48:47.493747 run                osmo-ms-mob/00001: Starting mobile
22:48:47.507948 run       osmo-ms-mob/00001(pid=136): Launched
22:48:47.518727 run                             mass: MS start registered  {at=23108233.222073752, delay=0.004557453095912933, ms=00001}
22:48:49.010312 run                             mass: MS performed LU  {at=23108234.713543057, lu_delay=5.706280246376991, ms=00000}
22:48:49.291723 run                osmo-ms-mob/00002: Starting mobile
22:48:49.305162 run       osmo-ms-mob/00002(pid=137): Launched
22:48:49.316215 run                             mass: MS start registered  {at=23108235.019553535, delay=0.004859805107116699, ms=00002}
22:48:50.594661 run                osmo-ms-mob/00003: Starting mobile
22:48:50.609432 run       osmo-ms-mob/00003(pid=138): Launched
22:48:50.620710 run                             mass: MS start registered  {at=23108236.324059762, delay=0.004566270858049393, ms=00003}
22:48:51.682374 run                osmo-ms-mob/00004: Starting mobile
22:48:51.696345 run       osmo-ms-mob/00004(pid=139): Launched
22:48:51.707324 run                             mass: MS start registered  {at=23108237.41067462, delay=0.004552576690912247, ms=00004}
22:48:52.681897 run                osmo-ms-mob/00005: Starting mobile
22:48:52.695621 run       osmo-ms-mob/00005(pid=140): Launched
22:48:52.706735 run                             mass: MS start registered  {at=23108238.410084248, delay=0.004278935492038727, ms=00005}
22:48:52.775937 run                             mass: MS performed LU  {at=23108238.47916915, lu_delay=5.257095396518707, ms=00001}
22:48:53.579547 run                osmo-ms-mob/00006: Starting mobile
22:48:53.592982 run       osmo-ms-mob/00006(pid=141): Launched
22:48:53.603845 run                             mass: MS start registered  {at=23108239.307195406, delay=0.004750758409500122, ms=00006}
22:48:54.491002 run                osmo-ms-mob/00007: Starting mobile
22:48:54.504550 run       osmo-ms-mob/00007(pid=142): Launched
22:48:54.515463 run                             mass: MS start registered  {at=23108240.21881505, delay=0.004714060574769974, ms=00007}
22:48:54.676733 run                             mass: MS performed LU  {at=23108240.379957635, lu_delay=5.360404100269079, ms=00002}
22:48:55.278608 run                osmo-ms-mob/00008: Starting mobile
22:48:55.319933 run       osmo-ms-mob/00008(pid=143): Launched
22:48:55.331013 run                             mass: MS start registered  {at=23108241.034364317, delay=0.004850383847951889, ms=00008}
22:48:55.978301 run                osmo-ms-mob/00009: Starting mobile
22:48:55.991797 run       osmo-ms-mob/00009(pid=144): Launched
22:48:56.003009 run                             mass: MS start registered  {at=23108241.706354436, delay=0.004550117999315262, ms=00009}
22:48:56.540704 run                             mass: MS performed LU  {at=23108242.244017787, lu_delay=5.919958025217056, ms=00003}
22:48:56.587039 run                             mass: MS performed LU  {at=23108242.290369164, lu_delay=4.879694543778896, ms=00004}
22:48:56.598755 run                osmo-ms-mob/00010: Starting mobile
22:48:56.612397 run       osmo-ms-mob/00010(pid=145): Launched
22:48:56.623268 run                             mass: MS start registered  {at=23108242.326613877, delay=0.0045923590660095215, ms=00010}
22:48:57.278145 run                osmo-ms-mob/00011: Starting mobile
22:48:57.292268 run       osmo-ms-mob/00011(pid=146): Launched
22:48:57.304035 run                             mass: MS start registered  {at=23108243.007366665, delay=0.004774097353219986, ms=00011}
22:48:57.892338 run                osmo-ms-mob/00012: Starting mobile
22:48:57.906754 run       osmo-ms-mob/00012(pid=147): Launched
22:48:57.917619 run                             mass: MS start registered  {at=23108243.620972373, delay=0.004540838301181793, ms=00012}
22:48:58.442203 run                             mass: MS performed LU  {at=23108244.14545049, lu_delay=4.83825508505106, ms=00006}
22:48:58.459359 run                osmo-ms-mob/00013: Starting mobile
22:48:58.473228 run       osmo-ms-mob/00013(pid=148): Launched
22:48:58.484525 run                             mass: MS start registered  {at=23108244.187878173, delay=0.004827752709388733, ms=00013}
22:48:58.490913 run                             mass: MS performed LU  {at=23108244.194271926, lu_delay=5.78418767824769, ms=00005}
22:48:59.078594 run                osmo-ms-mob/00014: Starting mobile
22:48:59.093635 run       osmo-ms-mob/00014(pid=149): Launched
22:48:59.105043 run                             mass: MS start registered  {at=23108244.808371663, delay=0.005105212330818176, ms=00014}
22:48:59.686351 run                osmo-ms-mob/00015: Starting mobile
22:48:59.700108 run       osmo-ms-mob/00015(pid=150): Launched
22:48:59.711227 run                             mass: MS start registered  {at=23108245.414580345, delay=0.004768051207065582, ms=00015}
22:49:00.191497 run                osmo-ms-mob/00016: Starting mobile
22:49:00.205239 run       osmo-ms-mob/00016(pid=151): Launched
22:49:00.216298 run                             mass: MS start registered  {at=23108245.919642612, delay=0.004989519715309143, ms=00016}
22:49:00.307502 run                             mass: MS performed LU  {at=23108246.010760672, lu_delay=4.976396355777979, ms=00008}
22:49:00.352666 run                             mass: MS performed LU  {at=23108246.0559868, lu_delay=5.837171748280525, ms=00007}
22:49:00.732749 run                osmo-ms-mob/00017: Starting mobile
22:49:00.746293 run       osmo-ms-mob/00017(pid=152): Launched
22:49:00.757233 run                             mass: MS start registered  {at=23108246.46058354, delay=0.00457850843667984, ms=00017}
22:49:01.294332 run                osmo-ms-mob/00018: Starting mobile
22:49:01.308639 run       osmo-ms-mob/00018(pid=153): Launched
22:49:01.319774 run                             mass: MS start registered  {at=23108247.023125693, delay=0.00475161150097847, ms=00018}
22:49:01.680264 run                osmo-ms-mob/00019: Starting mobile
22:49:01.697624 run       osmo-ms-mob/00019(pid=154): Launched
22:49:01.708514 run                             mass: MS start registered  {at=23108247.41186488, delay=0.004703737795352936, ms=00019}
22:49:02.189959 run                osmo-ms-mob/00020: Starting mobile
22:49:02.203801 run       osmo-ms-mob/00020(pid=155): Launched
22:49:02.210163 run                             mass: MS performed LU  {at=23108247.913521446, lu_delay=5.58690756931901, ms=00010}
22:49:02.216329 run                             mass: MS start registered  {at=23108247.91969406, delay=0.006189674139022827, ms=00020}
22:49:02.253664 run                             mass: MS performed LU  {at=23108247.956991162, lu_delay=6.250636726617813, ms=00009}
22:49:02.323766 run                             mass: MS performed LU  {at=23108248.02702112, lu_delay=5.019654456526041, ms=00011}
22:49:02.691870 run                osmo-ms-mob/00021: Starting mobile
22:49:02.706554 run       osmo-ms-mob/00021(pid=156): Launched
22:49:02.717866 run                             mass: MS start registered  {at=23108248.42121498, delay=0.004978246986865997, ms=00021}
22:49:03.091829 run                osmo-ms-mob/00022: Starting mobile
22:49:03.105739 run       osmo-ms-mob/00022(pid=157): Launched
22:49:03.117369 run                             mass: MS start registered  {at=23108248.82070838, delay=0.00525437667965889, ms=00022}
22:49:03.592787 run                osmo-ms-mob/00023: Starting mobile
22:49:03.606621 run       osmo-ms-mob/00023(pid=158): Launched
22:49:03.617958 run                             mass: MS start registered  {at=23108249.32130554, delay=0.004937522113323212, ms=00023}
22:49:03.982765 run                osmo-ms-mob/00024: Starting mobile
22:49:03.996386 run       osmo-ms-mob/00024(pid=159): Launched
22:49:04.003233 run                             mass: MS performed LU  {at=23108249.706588406, lu_delay=4.8982167430222034, ms=00014}
22:49:04.009317 run                             mass: MS start registered  {at=23108249.71268159, delay=0.006115391850471497, ms=00024}
22:49:04.072658 run                             mass: MS performed LU  {at=23108249.775966115, lu_delay=5.588087942451239, ms=00013}
22:49:04.118193 run                             mass: MS performed LU  {at=23108249.821526747, lu_delay=6.200554374605417, ms=00012}
22:49:04.479761 run                osmo-ms-mob/00025: Starting mobile
22:49:04.493719 run       osmo-ms-mob/00025(pid=160): Launched
22:49:04.505202 run                             mass: MS start registered  {at=23108250.208551943, delay=0.004472840577363968, ms=00025}
22:49:04.894082 run                osmo-ms-mob/00026: Starting mobile
22:49:04.907817 run       osmo-ms-mob/00026(pid=161): Launched
22:49:04.918780 run                             mass: MS start registered  {at=23108250.62212886, delay=0.004442237317562103, ms=00026}
22:49:05.294013 run                osmo-ms-mob/00027: Starting mobile
22:49:05.308407 run       osmo-ms-mob/00027(pid=162): Launched
22:49:05.319671 run                             mass: MS start registered  {at=23108251.023021158, delay=0.004515405744314194, ms=00027}
22:49:05.690828 run                osmo-ms-mob/00028: Starting mobile
22:49:05.706891 run       osmo-ms-mob/00028(pid=163): Launched
22:49:05.718232 run                             mass: MS start registered  {at=23108251.421581518, delay=0.005066439509391785, ms=00028}
22:49:05.973463 run                             mass: MS performed LU  {at=23108251.676721986, lu_delay=5.216138444840908, ms=00017}
22:49:05.991539 run                osmo-ms-mob/00029: Starting mobile
22:49:06.004972 run       osmo-ms-mob/00029(pid=164): Launched
22:49:06.015771 run                             mass: MS start registered  {at=23108251.719114702, delay=0.004591178148984909, ms=00029}
22:49:06.023437 run                             mass: MS performed LU  {at=23108251.726797126, lu_delay=5.807154513895512, ms=00016}
22:49:06.088535 run                             mass: MS performed LU  {at=23108251.79187084, lu_delay=4.768745146691799, ms=00018}
22:49:06.125793 run                             mass: MS performed LU  {at=23108251.82911584, lu_delay=6.414535496383905, ms=00015}
22:49:06.146086 run                osmo-ms-mob/00030: Starting mobile
22:49:06.159908 run       osmo-ms-mob/00030(pid=165): Launched
22:49:06.171152 run                             mass: MS start registered  {at=23108251.87450612, delay=0.0045597143471241, ms=00030}
22:49:06.893866 run                osmo-ms-mob/00031: Starting mobile
22:49:06.912590 run       osmo-ms-mob/00031(pid=166): Launched
22:49:06.925021 run                             mass: MS start registered  {at=23108252.628344316, delay=0.005257703363895416, ms=00031}
22:49:07.178865 run                osmo-ms-mob/00032: Starting mobile
22:49:07.193051 run       osmo-ms-mob/00032(pid=167): Launched
22:49:07.204471 run                             mass: MS start registered  {at=23108252.90782188, delay=0.0044189803302288055, ms=00032}
22:49:07.578582 run                osmo-ms-mob/00033: Starting mobile
22:49:07.592203 run       osmo-ms-mob/00033(pid=168): Launched
22:49:07.603898 run                             mass: MS start registered  {at=23108253.307233077, delay=0.005088768899440765, ms=00033}
22:49:07.755039 run                             mass: MS performed LU  {at=23108253.458372813, lu_delay=6.046507932245731, ms=00019}
22:49:07.839431 run                             mass: MS performed LU  {at=23108253.54268644, lu_delay=5.622992381453514, ms=00020}
22:49:07.885476 run                             mass: MS performed LU  {at=23108253.58873686, lu_delay=5.167521879076958, ms=00021}
22:49:07.907869 run                osmo-ms-mob/00034: Starting mobile
22:49:07.921823 run       osmo-ms-mob/00034(pid=169): Launched
22:49:07.933373 run                             mass: MS start registered  {at=23108253.636725258, delay=0.005112703889608383, ms=00034}
22:49:08.026838 run                             mass: MS performed LU  {at=23108253.73016975, lu_delay=4.909461371600628, ms=00022}
22:49:08.306080 run                osmo-ms-mob/00035: Starting mobile
22:49:08.322620 run       osmo-ms-mob/00035(pid=170): Launched
22:49:08.334512 run                             mass: MS start registered  {at=23108254.037863877, delay=0.005162965506315231, ms=00035}
22:49:08.690719 run                osmo-ms-mob/00036: Starting mobile
22:49:08.705261 run       osmo-ms-mob/00036(pid=171): Launched
22:49:08.716446 run                             mass: MS start registered  {at=23108254.419797897, delay=0.003021828830242157, ms=00036}
22:49:09.146036 run                osmo-ms-mob/00037: Starting mobile
22:49:09.167542 run       osmo-ms-mob/00037(pid=172): Launched
22:49:09.174014 run                             mass: Starting too slowly. Moving on {now=23108254.877380975, sleep=-0.0019379593431949615, target=23108254.875443015}
22:49:09.180300 run                             mass: MS start registered  {at=23108254.883657694, delay=0.006279125809669495, ms=00037}
22:49:09.404959 run                osmo-ms-mob/00038: Starting mobile
22:49:09.440134 run       osmo-ms-mob/00038(pid=173): Launched
22:49:09.451548 run                             mass: MS start registered  {at=23108255.154885225, delay=0.0048338882625103, ms=00038}
22:49:09.694567 run                osmo-ms-mob/00039: Starting mobile
22:49:09.709011 run       osmo-ms-mob/00039(pid=174): Launched
22:49:09.720640 run                             mass: MS start registered  {at=23108255.423981354, delay=0.004968300461769104, ms=00039}
22:49:09.739752 run                             mass: MS performed LU  {at=23108255.443093617, lu_delay=4.820964757353067, ms=00026}
22:49:09.855503 run                             mass: MS performed LU  {at=23108255.558758777, lu_delay=4.535737618803978, ms=00027}
22:49:09.892364 run                             mass: MS performed LU  {at=23108255.595626444, lu_delay=5.882944852113724, ms=00024}
22:49:09.916694 run                osmo-ms-mob/00040: Starting mobile
22:49:09.930637 run       osmo-ms-mob/00040(pid=175): Launched
22:49:09.936990 run                             mass: MS performed LU  {at=23108255.640348487, lu_delay=6.319042947143316, ms=00023}
22:49:09.942899 run                             mass: MS start registered  {at=23108255.646265756, delay=0.005936175584793091, ms=00040}
22:49:10.391379 run                osmo-ms-mob/00041: Starting mobile
22:49:10.405537 run       osmo-ms-mob/00041(pid=176): Launched
22:49:10.416497 run                             mass: MS start registered  {at=23108256.11984865, delay=0.004680056124925613, ms=00041}
22:49:10.679069 run                osmo-ms-mob/00042: Starting mobile
22:49:10.693007 run       osmo-ms-mob/00042(pid=177): Launched
22:49:10.704633 run                             mass: MS start registered  {at=23108256.407968313, delay=0.005051769316196442, ms=00042}
22:49:11.093233 run                osmo-ms-mob/00043: Starting mobile
22:49:11.107331 run       osmo-ms-mob/00043(pid=178): Launched
22:49:11.118437 run                             mass: MS start registered  {at=23108256.821786944, delay=0.0048491694033145905, ms=00043}
22:49:11.377996 run                osmo-ms-mob/00044: Starting mobile
22:49:11.391618 run       osmo-ms-mob/00044(pid=179): Launched
22:49:11.402690 run                             mass: MS start registered  {at=23108257.10604285, delay=0.004768550395965576, ms=00044}
22:49:11.521001 run                             mass: MS performed LU  {at=23108257.22425401, lu_delay=4.59590969234705, ms=00031}
22:49:11.605354 run                             mass: MS performed LU  {at=23108257.308602538, lu_delay=5.589487835764885, ms=00029}
22:49:11.632027 run                osmo-ms-mob/00045: Starting mobile
22:49:11.645138 run       osmo-ms-mob/00045(pid=180): Launched
22:49:11.651572 run                             mass: MS performed LU  {at=23108257.35493072, lu_delay=5.480424601584673, ms=00030}
22:49:11.657491 run                             mass: MS start registered  {at=23108257.360857416, delay=0.005945142358541489, ms=00045}
22:49:11.793416 run                             mass: MS performed LU  {at=23108257.496664334, lu_delay=6.075082816183567, ms=00028}
22:49:11.812926 run                osmo-ms-mob/00046: Starting mobile
22:49:11.826632 run       osmo-ms-mob/00046(pid=181): Launched
22:49:11.833448 run                             mass: MS performed LU  {at=23108257.53680249, lu_delay=4.628980610519648, ms=00032}
22:49:11.840094 run                             mass: MS start registered  {at=23108257.543456264, delay=0.006675064563751221, ms=00046}
22:49:12.278461 run                osmo-ms-mob/00047: Starting mobile
22:49:12.293103 run       osmo-ms-mob/00047(pid=182): Launched
22:49:12.304938 run                             mass: MS start registered  {at=23108258.008283883, delay=0.005389314144849777, ms=00047}
22:49:12.590086 run                osmo-ms-mob/00048: Starting mobile
22:49:12.604883 run       osmo-ms-mob/00048(pid=183): Launched
22:49:12.616027 run                             mass: MS start registered  {at=23108258.31937816, delay=0.004855852574110031, ms=00048}
22:49:12.882773 run                osmo-ms-mob/00049: Starting mobile
22:49:12.896344 run       osmo-ms-mob/00049(pid=184): Launched
22:49:12.907348 run                             mass: MS start registered  {at=23108258.61070163, delay=0.004829481244087219, ms=00049}
22:49:13.187289 run                osmo-ms-mob/00050: Starting mobile
22:49:13.201297 run       osmo-ms-mob/00050(pid=185): Launched
22:49:13.212933 run                             mass: MS start registered  {at=23108258.9162715, delay=0.004827369004487991, ms=00050}
22:49:13.384848 run                             mass: MS performed LU  {at=23108259.08817113, lu_delay=4.204513434320688, ms=00037}
22:49:13.423116 run                             mass: MS performed LU  {at=23108259.12637882, lu_delay=5.819145742803812, ms=00033}
22:49:13.445973 run                osmo-ms-mob/00051: Starting mobile
22:49:13.459443 run       osmo-ms-mob/00051(pid=186): Launched
22:49:13.470541 run                             mass: MS start registered  {at=23108259.173892435, delay=0.004836630076169968, ms=00051}
22:49:13.505121 run                             mass: MS performed LU  {at=23108259.208445158, lu_delay=5.571719899773598, ms=00034}
22:49:13.695885 run                             mass: MS performed LU  {at=23108259.399133213, lu_delay=5.3612693361938, ms=00035}
22:49:13.724121 run                osmo-ms-mob/00052: Starting mobile
22:49:13.737636 run       osmo-ms-mob/00052(pid=187): Launched
22:49:13.744075 run                             mass: MS performed LU  {at=23108259.447433878, lu_delay=5.027635980397463, ms=00036}
22:49:13.750246 run                             mass: MS start registered  {at=23108259.453612525, delay=0.006198514252901077, ms=00052}
22:49:14.179183 run                osmo-ms-mob/00053: Starting mobile
22:49:14.194124 run       osmo-ms-mob/00053(pid=188): Launched
22:49:14.205870 run                             mass: MS start registered  {at=23108259.909195777, delay=0.0037210658192634583, ms=00053}
22:49:14.486094 run                osmo-ms-mob/00054: Starting mobile
22:49:14.499821 run       osmo-ms-mob/00054(pid=189): Launched
22:49:14.511054 run                             mass: MS start registered  {at=23108260.21441088, delay=0.0030636005103588104, ms=00054}
22:49:14.793944 run                osmo-ms-mob/00055: Starting mobile
22:49:14.807926 run       osmo-ms-mob/00055(pid=190): Launched
22:49:14.819490 run                             mass: MS start registered  {at=23108260.52283589, delay=0.0052047669887542725, ms=00055}
22:49:15.083950 run                osmo-ms-mob/00056: Starting mobile
22:49:15.099523 run       osmo-ms-mob/00056(pid=191): Launched
22:49:15.111377 run                             mass: MS start registered  {at=23108260.814706743, delay=0.005363732576370239, ms=00056}
22:49:15.286379 run                             mass: MS performed LU  {at=23108260.989714235, lu_delay=5.83482901006937, ms=00038}
22:49:15.298910 run                osmo-ms-mob/00057: Starting mobile
22:49:15.313181 run       osmo-ms-mob/00057(pid=192): Launched
22:49:15.325208 run                             mass: MS start registered  {at=23108261.028545093, delay=0.005520958453416824, ms=00057}
22:49:15.369438 run                             mass: MS performed LU  {at=23108261.07277153, lu_delay=5.426505774259567, ms=00040}
22:49:15.415809 run                             mass: MS performed LU  {at=23108261.11914596, lu_delay=5.695164605975151, ms=00039}
22:49:15.559045 run                             mass: MS performed LU  {at=23108261.2623801, lu_delay=4.854411788284779, ms=00042}
22:49:15.570929 run                osmo-ms-mob/00058: Starting mobile
22:49:15.585606 run       osmo-ms-mob/00058(pid=193): Launched
22:49:15.595877 run                             mass: MS performed LU  {at=23108261.299228054, lu_delay=5.179379403591156, ms=00041}
22:49:15.603575 run                             mass: MS start registered  {at=23108261.306938954, delay=0.011684935539960861, ms=00058}
22:49:16.079664 run                osmo-ms-mob/00059: Starting mobile
22:49:16.094285 run       osmo-ms-mob/00059(pid=194): Launched
22:49:16.105948 run                             mass: MS start registered  {at=23108261.809294757, delay=0.005199521780014038, ms=00059}
22:49:16.379069 run                osmo-ms-mob/00060: Starting mobile
22:49:16.393231 run       osmo-ms-mob/00060(pid=195): Launched
22:49:16.404732 run                             mass: MS start registered  {at=23108262.10808249, delay=0.0047224462032318115, ms=00060}
22:49:16.778193 run                osmo-ms-mob/00061: Starting mobile
22:49:16.791687 run       osmo-ms-mob/00061(pid=196): Launched
22:49:16.803578 run                             mass: MS start registered  {at=23108262.506916344, delay=0.005549158900976181, ms=00061}
22:49:17.078045 run                osmo-ms-mob/00062: Starting mobile
22:49:17.092222 run       osmo-ms-mob/00062(pid=197): Launched
22:49:17.103539 run                             mass: MS start registered  {at=23108262.8068913, delay=0.004902355372905731, ms=00062}
22:49:17.151414 run                             mass: MS performed LU  {at=23108262.85466468, lu_delay=5.311208415776491, ms=00046}
22:49:17.187786 run                             mass: MS performed LU  {at=23108262.891108643, lu_delay=5.530251227319241, ms=00045}
22:49:17.206959 run                osmo-ms-mob/00063: Starting mobile
22:49:17.220401 run       osmo-ms-mob/00063(pid=198): Launched
22:49:17.231964 run                             mass: MS start registered  {at=23108262.93531288, delay=0.005036260932683945, ms=00063}
22:49:17.271371 run                             mass: MS performed LU  {at=23108262.974658817, lu_delay=5.8686159662902355, ms=00044}
22:49:17.462598 run                             mass: MS performed LU  {at=23108263.165867314, lu_delay=4.846489153802395, ms=00048}
22:49:17.497254 run                             mass: MS performed LU  {at=23108263.20057823, lu_delay=6.3787912875413895, ms=00043}
22:49:17.510954 run                osmo-ms-mob/00064: Starting mobile
22:49:17.525481 run       osmo-ms-mob/00064(pid=199): Launched
22:49:17.531981 run                             mass: MS performed LU  {at=23108263.23533769, lu_delay=5.227053806185722, ms=00047}
22:49:17.538214 run                             mass: MS start registered  {at=23108263.24157956, delay=0.006263572722673416, ms=00064}
22:49:18.178603 run                osmo-ms-mob/00065: Starting mobile
22:49:18.192848 run       osmo-ms-mob/00065(pid=200): Launched
22:49:18.204715 run                             mass: MS start registered  {at=23108263.90804985, delay=0.00496378168463707, ms=00065}
22:49:18.481990 run                osmo-ms-mob/00066: Starting mobile
22:49:18.496558 run       osmo-ms-mob/00066(pid=201): Launched
22:49:18.508360 run                             mass: MS start registered  {at=23108264.211700175, delay=0.005286853760480881, ms=00066}
22:49:18.878208 run                osmo-ms-mob/00067: Starting mobile
22:49:18.892180 run       osmo-ms-mob/00067(pid=202): Launched
22:49:18.903880 run                             mass: MS start registered  {at=23108264.60721913, delay=0.005242455750703812, ms=00067}
22:49:19.052417 run                             mass: MS performed LU  {at=23108264.755751595, lu_delay=4.846555817872286, ms=00053}
22:49:19.135594 run                             mass: MS performed LU  {at=23108264.838908914, lu_delay=5.385296389460564, ms=00052}
22:49:19.147726 run                osmo-ms-mob/00068: Starting mobile
22:49:19.161214 run       osmo-ms-mob/00068(pid=203): Launched
22:49:19.172095 run                             mass: MS start registered  {at=23108264.875445616, delay=0.00465754047036171, ms=00068}
22:49:19.181997 run                             mass: MS performed LU  {at=23108264.885344766, lu_delay=5.969073265790939, ms=00050}
22:49:19.325644 run                             mass: MS performed LU  {at=23108265.028970253, lu_delay=4.814559374004602, ms=00054}
22:49:19.361746 run                             mass: MS performed LU  {at=23108265.06506113, lu_delay=5.89116869494319, ms=00051}
22:49:19.376185 run                osmo-ms-mob/00069: Starting mobile
22:49:19.389542 run       osmo-ms-mob/00069(pid=204): Launched
22:49:19.400526 run                             mass: MS start registered  {at=23108265.103872713, delay=0.004773907363414764, ms=00069}
22:49:19.978971 run                osmo-ms-mob/00070: Starting mobile
22:49:19.993378 run       osmo-ms-mob/00070(pid=205): Launched
22:49:20.007115 run                             mass: MS start registered  {at=23108265.710450597, delay=0.007181242108345032, ms=00070}
22:49:20.378331 run                osmo-ms-mob/00071: Starting mobile
22:49:20.392048 run       osmo-ms-mob/00071(pid=206): Launched
22:49:20.403013 run                             mass: MS start registered  {at=23108266.106365208, delay=0.004741217941045761, ms=00071}
22:49:20.789494 run                osmo-ms-mob/00072: Starting mobile
22:49:20.804020 run       osmo-ms-mob/00072(pid=207): Launched
22:49:20.815315 run                             mass: MS start registered  {at=23108266.518664345, delay=0.005080867558717728, ms=00072}
22:49:20.916857 run                             mass: MS performed LU  {at=23108266.620111544, lu_delay=6.097275651991367, ms=00055}
22:49:20.955238 run                             mass: MS performed LU  {at=23108266.658499364, lu_delay=4.550416875630617, ms=00060}
22:49:20.991615 run                             mass: MS performed LU  {at=23108266.69485766, lu_delay=5.88015091791749, ms=00056}
22:49:21.006775 run                osmo-ms-mob/00073: Starting mobile
22:49:21.020554 run       osmo-ms-mob/00073(pid=208): Launched
22:49:21.032309 run                             mass: MS start registered  {at=23108266.735658105, delay=0.005420166999101639, ms=00073}
22:49:21.263148 run                             mass: MS performed LU  {at=23108266.966483336, lu_delay=5.6595443822443485, ms=00058}
22:49:21.281454 run                             mass: MS performed LU  {at=23108266.984797582, lu_delay=5.956252489238977, ms=00057}
22:49:21.580035 run                osmo-ms-mob/00074: Starting mobile
22:49:21.594064 run       osmo-ms-mob/00074(pid=209): Launched
22:49:21.605603 run                             mass: MS start registered  {at=23108267.30895001, delay=0.004533823579549789, ms=00074}
22:49:21.959730 run                             mass: MS performed LU  {at=23108267.663055282, lu_delay=5.853760525584221, ms=00059}
22:49:21.979924 run                osmo-ms-mob/00075: Starting mobile
22:49:21.994651 run       osmo-ms-mob/00075(pid=210): Launched
22:49:22.006489 run                             mass: MS start registered  {at=23108267.709824856, delay=0.005125660449266434, ms=00075}
22:49:22.105559 run                             mass: MS performed LU  {at=23108267.80878165, lu_delay=3.5970814749598503, ms=00066}
22:49:22.119680 run                             mass: MS performed LU  {at=23108267.823042233, lu_delay=4.581462673842907, ms=00064}
22:49:22.478980 run                osmo-ms-mob/00076: Starting mobile
22:49:22.493478 run       osmo-ms-mob/00076(pid=211): Launched
22:49:22.506479 run                             mass: MS start registered  {at=23108268.209812466, delay=0.006469879299402237, ms=00076}
22:49:22.819613 run                             mass: MS performed LU  {at=23108268.522834376, lu_delay=5.7159430757164955, ms=00062}
22:49:22.840331 run                osmo-ms-mob/00077: Starting mobile
22:49:22.854717 run       osmo-ms-mob/00077(pid=212): Launched
22:49:22.861654 run                             mass: MS performed LU  {at=23108268.565009903, lu_delay=6.058093558996916, ms=00061}
22:49:22.868239 run                             mass: MS start registered  {at=23108268.571603414, delay=0.006613623350858688, ms=00077}
22:49:22.892023 run                             mass: MS performed LU  {at=23108268.595356405, lu_delay=5.660043526440859, ms=00063}
22:49:23.383398 run                osmo-ms-mob/00078: Starting mobile
22:49:23.397763 run       osmo-ms-mob/00078(pid=213): Launched
22:49:23.409373 run                             mass: MS start registered  {at=23108269.112720583, delay=0.005006082355976105, ms=00078}
22:49:23.741468 run                             mass: MS performed LU  {at=23108269.44474493, lu_delay=5.5366950780153275, ms=00065}
22:49:23.768456 run                osmo-ms-mob/00079: Starting mobile
22:49:23.783300 run       osmo-ms-mob/00079(pid=214): Launched
22:49:23.794745 run                             mass: MS start registered  {at=23108269.498096623, delay=0.004911545664072037, ms=00079}
22:49:24.283248 run                osmo-ms-mob/00080: Starting mobile
22:49:24.298369 run       osmo-ms-mob/00080(pid=215): Launched
22:49:24.309556 run                             mass: MS start registered  {at=23108270.012907863, delay=0.004822816699743271, ms=00080}
22:49:24.720343 run                             mass: MS performed LU  {at=23108270.42356981, lu_delay=4.713119212538004, ms=00070}
22:49:24.739866 run                osmo-ms-mob/00081: Starting mobile
22:49:24.753445 run       osmo-ms-mob/00081(pid=216): Launched
22:49:24.760502 run                             mass: MS performed LU  {at=23108270.463859, lu_delay=5.588413383811712, ms=00068}
22:49:24.766561 run                             mass: MS start registered  {at=23108270.469925743, delay=0.006085947155952454, ms=00081}
22:49:24.850587 run                             mass: MS performed LU  {at=23108270.553873252, lu_delay=5.946654122322798, ms=00067}
22:49:25.019799 run                             mass: MS performed LU  {at=23108270.723085616, lu_delay=4.616720408201218, ms=00071}
22:49:25.034246 run                osmo-ms-mob/00082: Starting mobile
22:49:25.048107 run       osmo-ms-mob/00082(pid=217): Launched
22:49:25.054690 run                             mass: MS performed LU  {at=23108270.758046612, lu_delay=5.6541738994419575, ms=00069}
22:49:25.061035 run                             mass: MS start registered  {at=23108270.76440079, delay=0.006376240402460098, ms=00082}
22:49:25.778715 run                osmo-ms-mob/00083: Starting mobile
22:49:25.792765 run       osmo-ms-mob/00083(pid=218): Launched
22:49:25.803849 run                             mass: MS start registered  {at=23108271.50720012, delay=0.004632551223039627, ms=00083}
22:49:26.278983 run                osmo-ms-mob/00084: Starting mobile
22:49:26.294716 run       osmo-ms-mob/00084(pid=219): Launched
22:49:26.305989 run                             mass: MS start registered  {at=23108272.00933576, delay=0.0046551041305065155, ms=00084}
22:49:26.565891 run                             mass: MS performed LU  {at=23108272.269196298, lu_delay=5.533538192510605, ms=00073}
22:49:26.621426 run                             mass: MS performed LU  {at=23108272.32474699, lu_delay=5.0157969780266285, ms=00074}
22:49:26.778879 run                osmo-ms-mob/00085: Starting mobile
22:49:26.792952 run       osmo-ms-mob/00085(pid=220): Launched
22:49:26.804353 run                             mass: MS start registered  {at=23108272.507699437, delay=0.005171887576580048, ms=00085}
22:49:26.892810 run                             mass: MS performed LU  {at=23108272.596142754, lu_delay=6.077478408813477, ms=00072}
22:49:26.930704 run                             mass: MS performed LU  {at=23108272.634038966, lu_delay=22.425487022846937, ms=00025}
22:49:27.389478 run                osmo-ms-mob/00086: Starting mobile
22:49:27.404156 run       osmo-ms-mob/00086(pid=221): Launched
22:49:27.415373 run                             mass: MS start registered  {at=23108273.118719965, delay=0.004898793995380402, ms=00086}
22:49:27.978345 run                osmo-ms-mob/00087: Starting mobile
22:49:27.992757 run       osmo-ms-mob/00087(pid=222): Launched
22:49:28.004214 run                             mass: MS start registered  {at=23108273.70756421, delay=0.004877544939517975, ms=00087}
22:49:28.549968 run                             mass: MS performed LU  {at=23108274.25326385, lu_delay=4.755167227238417, ms=00079}
22:49:28.562111 run                osmo-ms-mob/00088: Starting mobile
22:49:28.576464 run       osmo-ms-mob/00088(pid=223): Launched
22:49:28.582969 run                             mass: MS performed LU  {at=23108274.286323983, lu_delay=5.173603400588036, ms=00078}
22:49:28.589212 run                             mass: MS start registered  {at=23108274.292577077, delay=0.0062748827040195465, ms=00088}
22:49:28.614771 run                             mass: MS performed LU  {at=23108274.318104412, lu_delay=6.108291946351528, ms=00076}
22:49:28.720284 run                             mass: MS performed LU  {at=23108274.42361414, lu_delay=5.852010726928711, ms=00077}
22:49:29.178322 run                osmo-ms-mob/00089: Starting mobile
22:49:29.192901 run       osmo-ms-mob/00089(pid=224): Launched
22:49:29.204617 run                             mass: MS start registered  {at=23108274.907954656, delay=0.005123075097799301, ms=00089}
22:49:29.778597 run                osmo-ms-mob/00090: Starting mobile
22:49:29.793403 run       osmo-ms-mob/00090(pid=225): Launched
22:49:29.805199 run                             mass: MS start registered  {at=23108275.508541275, delay=0.005312591791152954, ms=00090}
22:49:30.330933 run                             mass: MS performed LU  {at=23108276.034259666, lu_delay=6.021351803094149, ms=00080}
22:49:30.386784 run                             mass: MS performed LU  {at=23108276.090117782, lu_delay=5.325716990977526, ms=00082}
22:49:30.398904 run                osmo-ms-mob/00091: Starting mobile
22:49:30.414010 run       osmo-ms-mob/00091(pid=226): Launched
22:49:30.425653 run                             mass: MS start registered  {at=23108276.128999006, delay=0.004942294210195541, ms=00091}
22:49:30.479795 run                             mass: MS performed LU  {at=23108276.183055084, lu_delay=5.713129341602325, ms=00081}
22:49:30.640788 run                             mass: MS performed LU  {at=23108276.344082583, lu_delay=4.8368824645876884, ms=00083}
22:49:31.179309 run                osmo-ms-mob/00092: Starting mobile
22:49:31.194399 run       osmo-ms-mob/00092(pid=227): Launched
22:49:31.205903 run                             mass: MS start registered  {at=23108276.909237012, delay=0.004822086542844772, ms=00092}
22:49:31.978103 run                osmo-ms-mob/00093: Starting mobile
22:49:31.992587 run       osmo-ms-mob/00093(pid=228): Launched
22:49:32.004282 run                             mass: MS start registered  {at=23108277.70763204, delay=0.005094323307275772, ms=00093}
22:49:32.316380 run                             mass: MS performed LU  {at=23108278.01969439, lu_delay=4.900974426418543, ms=00086}
22:49:32.334469 run                             mass: MS performed LU  {at=23108278.03780992, lu_delay=6.028474159538746, ms=00084}
22:49:32.380242 run                             mass: MS performed LU  {at=23108278.08357597, lu_delay=5.575876533985138, ms=00085}
22:49:32.878178 run                osmo-ms-mob/00094: Starting mobile
22:49:32.891887 run       osmo-ms-mob/00094(pid=229): Launched
22:49:32.903289 run                             mass: MS start registered  {at=23108278.606639624, delay=0.004828471690416336, ms=00094}
22:49:33.780083 run                osmo-ms-mob/00095: Starting mobile
22:49:33.794505 run       osmo-ms-mob/00095(pid=230): Launched
22:49:33.806077 run                             mass: MS start registered  {at=23108279.50940442, delay=0.005015648901462555, ms=00095}
22:49:34.096951 run                             mass: MS performed LU  {at=23108279.80026468, lu_delay=4.8923100233078, ms=00089}
22:49:34.115638 run                             mass: MS performed LU  {at=23108279.818971332, lu_delay=5.526394255459309, ms=00088}
22:49:34.244796 run                             mass: MS performed LU  {at=23108279.948116437, lu_delay=6.240552227944136, ms=00087}
22:49:34.369252 run                             mass: MS performed LU  {at=23108280.072555497, lu_delay=21.461853865534067, ms=00049}
22:49:34.623970 run                             mass: MS performed LU  {at=23108280.327301282, lu_delay=4.818760007619858, ms=00090}
22:49:34.780779 run                osmo-ms-mob/00096: Starting mobile
22:49:34.795219 run       osmo-ms-mob/00096(pid=231): Launched
22:49:34.807944 run                             mass: MS start registered  {at=23108280.5112627, delay=0.006245315074920654, ms=00096}
22:49:35.880337 run                osmo-ms-mob/00097: Starting mobile
22:49:35.894536 run       osmo-ms-mob/00097(pid=232): Launched
22:49:35.906568 run                             mass: MS start registered  {at=23108281.609896716, delay=0.005561057478189468, ms=00097}
22:49:36.082005 run                             mass: MS performed LU  {at=23108281.78533377, lu_delay=5.656334765255451, ms=00091}
22:49:36.100025 run                             mass: MS performed LU  {at=23108281.80335941, lu_delay=4.894122399389744, ms=00092}
22:49:37.178746 run                osmo-ms-mob/00098: Starting mobile
22:49:37.195250 run       osmo-ms-mob/00098(pid=233): Launched
22:49:37.206865 run                             mass: MS start registered  {at=23108282.910203513, delay=0.005139876157045364, ms=00098}
22:49:38.010857 run                             mass: MS performed LU  {at=23108283.71419199, lu_delay=5.107552368193865, ms=00094}
22:49:38.029356 run                             mass: MS performed LU  {at=23108283.732692007, lu_delay=6.0250599682331085, ms=00093}
22:49:38.989643 run                osmo-ms-mob/00099: Starting mobile
22:49:39.004529 run       osmo-ms-mob/00099(pid=234): Launched
22:49:39.011040 run                             mass: All started... {duration=55.738966189324856, too_slow=1}
22:49:39.017388 run                             mass: MS start registered  {at=23108284.720743753, delay=0.006338387727737427, ms=00099}
22:49:39.848237 run                             mass: MS performed LU  {at=23108285.551568087, lu_delay=5.040305387228727, ms=00096}
22:49:39.866386 run                             mass: MS performed LU  {at=23108285.569690593, lu_delay=6.060286171734333, ms=00095}
22:49:41.806566 run                             mass: MS performed LU  {at=23108287.509860273, lu_delay=5.899963557720184, ms=00097}
22:49:42.500622 run                             mass: MS performed LU  {at=23108288.20395432, lu_delay=5.293750807642937, ms=00098}
22:49:43.614242 run                             mass: MS performed LU  {at=23108289.31756786, lu_delay=21.607743002474308, ms=00075}
22:49:44.102547 run                             mass: MS performed LU  {at=23108289.805882316, lu_delay=5.085138563066721, ms=00099}
22:49:44.109845 run                             mass: Tests done {all_completed=True, max=22.425487022846937, min=3.5970814749598503}
22:49:44.116421 tst         register_default_mass.py: Test passed (85.4 sec)
22:49:44.122756 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:44.126673 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:44.130597 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:44.134514 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:44.138479 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:44.142530 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:44.146662 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:44.181128 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:44.184636 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:44.188277 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:44.191906 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:44.195525 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:44.199134 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:44.203245 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:44.207116 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:44.211104 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:44.215223 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:44.219548 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:44.224237 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:44.229514 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:44.234032 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:44.238424 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:44.242843 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:44.247704 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:44.252615 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:44.257097 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:44.261540 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:44.265901 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:44.270245 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:44.275145 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:44.279454 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:44.283849 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:44.288332 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:44.293028 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:44.297462 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:44.302398 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:44.307116 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:44.311787 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:44.316157 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:44.320657 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:44.325103 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:44.329608 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:44.334012 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:44.338535 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:44.342957 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:44.347409 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:44.351912 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:44.356622 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:44.361168 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:44.365793 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:44.370250 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:44.374635 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:44.379156 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:44.383585 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:44.388068 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:44.392548 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:44.397405 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:44.401879 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:44.406742 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:44.411354 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:44.416147 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:44.420843 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:44.425408 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:44.430190 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:44.434488 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:44.438853 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:44.443141 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:44.447404 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:44.451670 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:44.456002 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:44.461040 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:44.465979 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:44.470313 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:44.474580 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:44.478845 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:44.483234 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:44.487496 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:44.491868 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:44.496119 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:44.500437 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:44.504723 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:44.509156 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:44.514053 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:44.518664 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:44.523247 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:44.527931 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:44.532535 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:44.536999 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:44.541468 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:44.546124 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:44.550642 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:44.555262 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:44.559811 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:44.564794 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:44.569205 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:44.573629 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:44.578072 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:44.582507 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:44.586996 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:44.591520 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:44.596043 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:44.600694 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:44.605258 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:44.609857 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:44.614358 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:44.619644 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:44.624210 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:44.628719 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:44.632951 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:44.637251 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:44.641573 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:44.645909 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:44.650292 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:44.654666 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:44.659008 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:44.663351 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:44.667684 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:44.671916 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:44.676130 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:44.680125 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:44.684180 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:44.688188 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:44.692182 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:44.696217 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:44.700217 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:44.704226 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:44.708229 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:44.712218 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:44.716239 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:44.720244 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:44.724244 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:44.728269 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:44.732273 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:44.736285 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:44.740288 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:44.744288 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:44.748272 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:44.752284 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:44.756292 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:44.760303 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:44.764240 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:44.768050 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:44.771866 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:44.775534 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:44.779184 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:44.782839 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:44.786545 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:44.790349 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:44.794011 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:44.797648 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:44.801273 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:44.804891 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:44.808531 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:44.812164 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:44.815812 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:44.819459 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:44.823103 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:44.826744 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:44.830381 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:44.834325 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:44.838237 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:44.842188 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:44.846229 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:44.850168 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:44.854110 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:44.858035 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:44.862084 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:44.866121 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:44.870152 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:44.874193 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:44.878229 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:44.882250 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:44.886237 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:44.890182 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:44.894131 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:44.898087 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:44.902036 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:44.905975 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:44.909829 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:44.913715 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:44.917580 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:44.921401 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:44.925302 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:44.929064 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:44.932889 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:44.936834 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:44.940573 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:44.944417 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:44.948232 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:44.952073 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:44.955891 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:44.959850 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:44.963802 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:44.967748 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:44.971742 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:44.975633 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:44.979428 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:44.983165 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:44.986902 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:44.990665 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:44.994592 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:44.998529 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:45.002437 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:45.006208 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:45.010159 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:45.014091 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:45.018009 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:45.022046 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:45.026131 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:45.030268 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:45.034411 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:45.038532 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:45.042563 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:45.046622 ---      ParallelTerminationStrategy: PID 22 died...
22:49:45.048447 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:45.052939 ---      ParallelTerminationStrategy: PID 23 died...
22:49:45.054734 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:45.059074 ---      ParallelTerminationStrategy: PID 24 died...
22:49:45.060839 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:45.065339 ---      ParallelTerminationStrategy: PID 25 died...
22:49:45.067101 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:45.071416 ---      ParallelTerminationStrategy: PID 26 died...
22:49:45.073186 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:45.077561 ---      ParallelTerminationStrategy: PID 27 died...
22:49:45.079321 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:45.083538 ---      ParallelTerminationStrategy: PID 28 died...
22:49:45.085216 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:45.089485 ---      ParallelTerminationStrategy: PID 29 died...
22:49:45.091250 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:45.095503 ---      ParallelTerminationStrategy: PID 30 died...
22:49:45.097288 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:45.101675 ---      ParallelTerminationStrategy: PID 31 died...
22:49:45.103573 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:45.107985 ---      ParallelTerminationStrategy: PID 32 died...
22:49:45.109776 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:45.114193 ---      ParallelTerminationStrategy: PID 33 died...
22:49:45.116005 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:45.120551 ---      ParallelTerminationStrategy: PID 35 died...
22:49:45.122447 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:45.127060 ---      ParallelTerminationStrategy: PID 36 died...
22:49:45.128936 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:45.133652 ---      ParallelTerminationStrategy: PID 37 died...
22:49:45.135512 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:45.140105 ---      ParallelTerminationStrategy: PID 38 died...
22:49:45.141985 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:45.146684 ---      ParallelTerminationStrategy: PID 39 died...
22:49:45.148604 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:45.153351 ---      ParallelTerminationStrategy: PID 40 died...
22:49:45.155271 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:45.159842 ---      ParallelTerminationStrategy: PID 41 died...
22:49:45.161692 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:45.166263 ---      ParallelTerminationStrategy: PID 42 died...
22:49:45.168232 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:45.172824 ---      ParallelTerminationStrategy: PID 43 died...
22:49:45.174676 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:45.179274 ---      ParallelTerminationStrategy: PID 44 died...
22:49:45.181146 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:45.185752 ---      ParallelTerminationStrategy: PID 45 died...
22:49:45.187624 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:45.192205 ---      ParallelTerminationStrategy: PID 46 died...
22:49:45.194080 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:45.198652 ---      ParallelTerminationStrategy: PID 47 died...
22:49:45.200512 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:45.205089 ---      ParallelTerminationStrategy: PID 48 died...
22:49:45.206955 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:45.211551 ---      ParallelTerminationStrategy: PID 49 died...
22:49:45.213436 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:45.218015 ---      ParallelTerminationStrategy: PID 50 died...
22:49:45.219863 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:45.224443 ---      ParallelTerminationStrategy: PID 51 died...
22:49:45.226329 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:45.230998 ---      ParallelTerminationStrategy: PID 52 died...
22:49:45.232906 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:45.237608 ---      ParallelTerminationStrategy: PID 53 died...
22:49:45.239550 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:45.244377 ---      ParallelTerminationStrategy: PID 54 died...
22:49:45.246362 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:45.251186 ---      ParallelTerminationStrategy: PID 55 died...
22:49:45.253158 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:45.257993 ---      ParallelTerminationStrategy: PID 56 died...
22:49:45.259947 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:45.264759 ---      ParallelTerminationStrategy: PID 57 died...
22:49:45.266718 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:45.271544 ---      ParallelTerminationStrategy: PID 58 died...
22:49:45.273543 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:45.278247 ---      ParallelTerminationStrategy: PID 59 died...
22:49:45.280135 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:45.284820 ---      ParallelTerminationStrategy: PID 60 died...
22:49:45.286714 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:45.291420 ---      ParallelTerminationStrategy: PID 61 died...
22:49:45.293316 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:45.297985 ---      ParallelTerminationStrategy: PID 62 died...
22:49:45.299888 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:45.304540 ---      ParallelTerminationStrategy: PID 63 died...
22:49:45.306437 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:45.311105 ---      ParallelTerminationStrategy: PID 64 died...
22:49:45.313020 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:45.317707 ---      ParallelTerminationStrategy: PID 65 died...
22:49:45.319664 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:45.324510 ---      ParallelTerminationStrategy: PID 66 died...
22:49:45.326478 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:45.331289 ---      ParallelTerminationStrategy: PID 67 died...
22:49:45.333240 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:45.338060 ---      ParallelTerminationStrategy: PID 68 died...
22:49:45.340007 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:45.344834 ---      ParallelTerminationStrategy: PID 69 died...
22:49:45.346788 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:45.351386 ---      ParallelTerminationStrategy: PID 70 died...
22:49:45.353269 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:45.357953 ---      ParallelTerminationStrategy: PID 71 died...
22:49:45.359855 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:45.364562 ---      ParallelTerminationStrategy: PID 72 died...
22:49:45.366479 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:45.371181 ---      ParallelTerminationStrategy: PID 73 died...
22:49:45.373093 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:45.377761 ---      ParallelTerminationStrategy: PID 74 died...
22:49:45.379665 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:45.384457 ---      ParallelTerminationStrategy: PID 75 died...
22:49:45.386352 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:45.391053 ---      ParallelTerminationStrategy: PID 76 died...
22:49:45.392963 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:45.397665 ---      ParallelTerminationStrategy: PID 77 died...
22:49:45.399554 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:45.404248 ---      ParallelTerminationStrategy: PID 78 died...
22:49:45.406170 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:45.410874 ---      ParallelTerminationStrategy: PID 79 died...
22:49:45.412798 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:45.417586 ---      ParallelTerminationStrategy: PID 80 died...
22:49:45.419540 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:45.424366 ---      ParallelTerminationStrategy: PID 81 died...
22:49:45.426322 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:45.431162 ---      ParallelTerminationStrategy: PID 82 died...
22:49:45.433136 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:45.437966 ---      ParallelTerminationStrategy: PID 83 died...
22:49:45.439918 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:45.444742 ---      ParallelTerminationStrategy: PID 84 died...
22:49:45.446694 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:45.451557 ---      ParallelTerminationStrategy: PID 85 died...
22:49:45.453514 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:45.458341 ---      ParallelTerminationStrategy: PID 86 died...
22:49:45.460279 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:45.465118 ---      ParallelTerminationStrategy: PID 87 died...
22:49:45.467073 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:45.471881 ---      ParallelTerminationStrategy: PID 88 died...
22:49:45.473845 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:45.478655 ---      ParallelTerminationStrategy: PID 89 died...
22:49:45.480600 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:45.485427 ---      ParallelTerminationStrategy: PID 90 died...
22:49:45.487374 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:45.492205 ---      ParallelTerminationStrategy: PID 91 died...
22:49:45.494161 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:45.499003 ---      ParallelTerminationStrategy: PID 92 died...
22:49:45.500967 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:45.505763 ---      ParallelTerminationStrategy: PID 93 died...
22:49:45.507720 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:45.512534 ---      ParallelTerminationStrategy: PID 94 died...
22:49:45.514491 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:45.519321 ---      ParallelTerminationStrategy: PID 95 died...
22:49:45.521287 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:45.526129 ---      ParallelTerminationStrategy: PID 96 died...
22:49:45.528082 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:45.532920 ---      ParallelTerminationStrategy: PID 97 died...
22:49:45.534869 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:45.539694 ---      ParallelTerminationStrategy: PID 98 died...
22:49:45.541658 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:45.546516 ---      ParallelTerminationStrategy: PID 99 died...
22:49:45.548481 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:45.553322 ---      ParallelTerminationStrategy: PID 100 died...
22:49:45.555294 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:45.560134 ---      ParallelTerminationStrategy: PID 101 died...
22:49:45.562101 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:45.566939 ---      ParallelTerminationStrategy: PID 102 died...
22:49:45.568898 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:45.573709 ---      ParallelTerminationStrategy: PID 103 died...
22:49:45.575661 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:45.580475 ---      ParallelTerminationStrategy: PID 104 died...
22:49:45.582447 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:45.587285 ---      ParallelTerminationStrategy: PID 105 died...
22:49:45.589260 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:45.594102 ---      ParallelTerminationStrategy: PID 106 died...
22:49:45.596059 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:45.601005 ---      ParallelTerminationStrategy: PID 107 died...
22:49:45.603010 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:45.608057 ---      ParallelTerminationStrategy: PID 108 died...
22:49:45.610014 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:45.614823 ---      ParallelTerminationStrategy: PID 109 died...
22:49:45.616765 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:45.621590 ---      ParallelTerminationStrategy: PID 110 died...
22:49:45.623531 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:45.628351 ---      ParallelTerminationStrategy: PID 111 died...
22:49:45.630301 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:45.634871 ---      ParallelTerminationStrategy: PID 112 died...
22:49:45.636744 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:45.641257 ---      ParallelTerminationStrategy: PID 113 died...
22:49:45.643124 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:45.647628 ---      ParallelTerminationStrategy: PID 114 died...
22:49:45.649448 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:45.701696 ---      ParallelTerminationStrategy: PID 115 died...
22:49:45.703228 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:45.706932 ---      ParallelTerminationStrategy: PID 116 died...
22:49:45.708436 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:45.712141 ---      ParallelTerminationStrategy: PID 117 died...
22:49:45.713661 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:45.717340 ---      ParallelTerminationStrategy: PID 118 died...
22:49:45.718839 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:45.722501 ---      ParallelTerminationStrategy: PID 119 died...
22:49:45.723965 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:45.727605 ---      ParallelTerminationStrategy: PID 120 died...
22:49:45.729074 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:45.732729 ---      ParallelTerminationStrategy: PID 121 died...
22:49:45.734219 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:45.737917 ---      ParallelTerminationStrategy: PID 122 died...
22:49:45.739408 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:45.743147 ---      ParallelTerminationStrategy: PID 123 died...
22:49:45.744715 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:45.748451 ---      ParallelTerminationStrategy: PID 124 died...
22:49:45.749980 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:45.753721 ---      ParallelTerminationStrategy: PID 125 died...
22:49:45.755265 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:45.759083 ---      ParallelTerminationStrategy: PID 126 died...
22:49:45.760649 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:45.764422 ---      ParallelTerminationStrategy: PID 127 died...
22:49:45.765989 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:45.769828 ---      ParallelTerminationStrategy: PID 128 died...
22:49:45.771379 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:45.775196 ---      ParallelTerminationStrategy: PID 129 died...
22:49:45.776757 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:45.780557 ---      ParallelTerminationStrategy: PID 130 died...
22:49:45.782131 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:45.785966 ---      ParallelTerminationStrategy: PID 131 died...
22:49:45.787518 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:45.791333 ---      ParallelTerminationStrategy: PID 132 died...
22:49:45.792897 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:45.796740 ---      ParallelTerminationStrategy: PID 133 died...
22:49:45.798280 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:45.802105 ---      ParallelTerminationStrategy: PID 134 died...
22:49:45.803660 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:45.807485 ---      ParallelTerminationStrategy: PID 135 died...
22:49:45.809039 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:45.812750 ---      ParallelTerminationStrategy: PID 136 died...
22:49:45.814308 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:45.818174 ---      ParallelTerminationStrategy: PID 137 died...
22:49:45.819736 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:45.823921 ---      ParallelTerminationStrategy: PID 138 died...
22:49:45.825570 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:45.829609 ---      ParallelTerminationStrategy: PID 139 died...
22:49:45.831239 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:45.835116 ---      ParallelTerminationStrategy: PID 140 died...
22:49:45.836723 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:45.840644 ---      ParallelTerminationStrategy: PID 141 died...
22:49:45.842198 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:45.846122 ---      ParallelTerminationStrategy: PID 142 died...
22:49:45.847704 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:45.851721 ---      ParallelTerminationStrategy: PID 143 died...
22:49:45.853323 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:45.857191 ---      ParallelTerminationStrategy: PID 144 died...
22:49:45.858932 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:45.862964 ---      ParallelTerminationStrategy: PID 145 died...
22:49:45.864578 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:45.868603 ---      ParallelTerminationStrategy: PID 146 died...
22:49:45.870218 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:45.874194 ---      ParallelTerminationStrategy: PID 147 died...
22:49:45.875804 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:45.879803 ---      ParallelTerminationStrategy: PID 148 died...
22:49:45.881444 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:45.885450 ---      ParallelTerminationStrategy: PID 149 died...
22:49:45.887074 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:45.890964 ---      ParallelTerminationStrategy: PID 150 died...
22:49:45.892523 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:45.896449 ---      ParallelTerminationStrategy: PID 151 died...
22:49:45.898078 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:45.902122 ---      ParallelTerminationStrategy: PID 152 died...
22:49:45.903766 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:45.907811 ---      ParallelTerminationStrategy: PID 153 died...
22:49:45.909465 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:45.913538 ---      ParallelTerminationStrategy: PID 154 died...
22:49:45.915173 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:45.919292 ---      ParallelTerminationStrategy: PID 155 died...
22:49:45.921027 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:45.925283 ---      ParallelTerminationStrategy: PID 156 died...
22:49:45.926997 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:45.931217 ---      ParallelTerminationStrategy: PID 157 died...
22:49:45.932888 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:45.937097 ---      ParallelTerminationStrategy: PID 158 died...
22:49:45.938800 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:45.943145 ---      ParallelTerminationStrategy: PID 159 died...
22:49:45.944985 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:45.949575 ---      ParallelTerminationStrategy: PID 160 died...
22:49:45.951424 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:45.956013 ---      ParallelTerminationStrategy: PID 161 died...
22:49:45.957870 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:45.962501 ---      ParallelTerminationStrategy: PID 162 died...
22:49:45.964337 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:45.968736 ---      ParallelTerminationStrategy: PID 163 died...
22:49:45.970484 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:45.974831 ---      ParallelTerminationStrategy: PID 164 died...
22:49:45.976592 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:45.981062 ---      ParallelTerminationStrategy: PID 165 died...
22:49:45.982850 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:45.987297 ---      ParallelTerminationStrategy: PID 166 died...
22:49:45.989091 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:45.993623 ---      ParallelTerminationStrategy: PID 167 died...
22:49:45.995433 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:45.999883 ---      ParallelTerminationStrategy: PID 168 died...
22:49:46.001693 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:46.006161 ---      ParallelTerminationStrategy: PID 169 died...
22:49:46.007907 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:46.012164 ---      ParallelTerminationStrategy: PID 170 died...
22:49:46.013883 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:46.018127 ---      ParallelTerminationStrategy: PID 171 died...
22:49:46.019830 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:46.024055 ---      ParallelTerminationStrategy: PID 172 died...
22:49:46.025786 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:46.029932 ---      ParallelTerminationStrategy: PID 173 died...
22:49:46.031635 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:46.035898 ---      ParallelTerminationStrategy: PID 174 died...
22:49:46.037628 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:46.041881 ---      ParallelTerminationStrategy: PID 175 died...
22:49:46.043602 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:46.047698 ---      ParallelTerminationStrategy: PID 176 died...
22:49:46.049329 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:46.053416 ---      ParallelTerminationStrategy: PID 177 died...
22:49:46.055047 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:46.059112 ---      ParallelTerminationStrategy: PID 178 died...
22:49:46.060731 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:46.064774 ---      ParallelTerminationStrategy: PID 179 died...
22:49:46.066409 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:46.070465 ---      ParallelTerminationStrategy: PID 180 died...
22:49:46.072091 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:46.076152 ---      ParallelTerminationStrategy: PID 181 died...
22:49:46.077794 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:46.081848 ---      ParallelTerminationStrategy: PID 182 died...
22:49:46.083491 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:46.087539 ---      ParallelTerminationStrategy: PID 183 died...
22:49:46.089192 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:46.093233 ---      ParallelTerminationStrategy: PID 184 died...
22:49:46.094868 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:46.099071 ---      ParallelTerminationStrategy: PID 185 died...
22:49:46.100783 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:46.105036 ---      ParallelTerminationStrategy: PID 186 died...
22:49:46.106744 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:46.110985 ---      ParallelTerminationStrategy: PID 187 died...
22:49:46.112702 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:46.116978 ---      ParallelTerminationStrategy: PID 188 died...
22:49:46.118710 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:46.123055 ---      ParallelTerminationStrategy: PID 189 died...
22:49:46.124788 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:46.129019 ---      ParallelTerminationStrategy: PID 190 died...
22:49:46.130733 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:46.134860 ---      ParallelTerminationStrategy: PID 191 died...
22:49:46.136514 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:46.140768 ---      ParallelTerminationStrategy: PID 192 died...
22:49:46.142475 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:46.146702 ---      ParallelTerminationStrategy: PID 193 died...
22:49:46.148354 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:46.152398 ---      ParallelTerminationStrategy: PID 194 died...
22:49:46.154018 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:46.158059 ---      ParallelTerminationStrategy: PID 195 died...
22:49:46.159674 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:46.163699 ---      ParallelTerminationStrategy: PID 196 died...
22:49:46.165348 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:46.169396 ---      ParallelTerminationStrategy: PID 197 died...
22:49:46.171011 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:46.174916 ---      ParallelTerminationStrategy: PID 198 died...
22:49:46.176511 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:46.180364 ---      ParallelTerminationStrategy: PID 199 died...
22:49:46.181990 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:46.185923 ---      ParallelTerminationStrategy: PID 200 died...
22:49:46.187505 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:46.191446 ---      ParallelTerminationStrategy: PID 201 died...
22:49:46.193064 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:46.197093 ---      ParallelTerminationStrategy: PID 202 died...
22:49:46.198748 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:46.202870 ---      ParallelTerminationStrategy: PID 203 died...
22:49:46.204509 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:46.208559 ---      ParallelTerminationStrategy: PID 204 died...
22:49:46.210214 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:46.214330 ---      ParallelTerminationStrategy: PID 205 died...
22:49:46.215964 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:46.220013 ---      ParallelTerminationStrategy: PID 206 died...
22:49:46.221648 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:46.225710 ---      ParallelTerminationStrategy: PID 207 died...
22:49:46.227340 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:46.231389 ---      ParallelTerminationStrategy: PID 208 died...
22:49:46.233040 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:46.237360 ---      ParallelTerminationStrategy: PID 209 died...
22:49:46.239171 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:46.243876 ---      ParallelTerminationStrategy: PID 210 died...
22:49:46.245850 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:46.250704 ---      ParallelTerminationStrategy: PID 211 died...
22:49:46.252713 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:46.257781 ---      ParallelTerminationStrategy: PID 212 died...
22:49:46.259808 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:46.264877 ---      ParallelTerminationStrategy: PID 213 died...
22:49:46.266890 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:46.271892 ---      ParallelTerminationStrategy: PID 214 died...
22:49:46.273910 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:46.278902 ---      ParallelTerminationStrategy: PID 215 died...
22:49:46.280920 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:46.285994 ---      ParallelTerminationStrategy: PID 216 died...
22:49:46.288014 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:46.292990 ---      ParallelTerminationStrategy: PID 217 died...
22:49:46.294998 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:46.299988 ---      ParallelTerminationStrategy: PID 218 died...
22:49:46.302036 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:46.307042 ---      ParallelTerminationStrategy: PID 219 died...
22:49:46.309089 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:46.314095 ---      ParallelTerminationStrategy: PID 220 died...
22:49:46.316232 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:46.321228 ---      ParallelTerminationStrategy: PID 221 died...
22:49:46.323235 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:46.328188 ---      ParallelTerminationStrategy: PID 222 died...
22:49:46.330152 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:46.335202 ---      ParallelTerminationStrategy: PID 223 died...
22:49:46.337238 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:46.342254 ---      ParallelTerminationStrategy: PID 224 died...
22:49:46.344269 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:46.349183 ---      ParallelTerminationStrategy: PID 225 died...
22:49:46.351139 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:46.356142 ---      ParallelTerminationStrategy: PID 226 died...
22:49:46.358137 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:46.363041 ---      ParallelTerminationStrategy: PID 227 died...
22:49:46.365002 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:46.369890 ---      ParallelTerminationStrategy: PID 228 died...
22:49:46.371860 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:46.376778 ---      ParallelTerminationStrategy: PID 229 died...
22:49:46.378752 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:46.383609 ---      ParallelTerminationStrategy: PID 230 died...
22:49:46.385594 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:46.390354 ---      ParallelTerminationStrategy: PID 231 died...
22:49:46.392254 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:46.397103 ---      ParallelTerminationStrategy: PID 232 died...
22:49:46.399012 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:46.403797 ---      ParallelTerminationStrategy: PID 233 died...
22:49:46.405728 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:46.410469 ---      ParallelTerminationStrategy: PID 234 died...
22:49:46.412385 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:49.817015 ---      ParallelTerminationStrategy: PID 34 died...
22:49:49.818722 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8112 netreg_mass PASS
---------------------------------------------------------------------
22:49:49.888539 tst                       trial-8112: Storing JUnit report in /build/trial-8112/run.2025-10-07_22-48-18/trial-8112.xml

--------------------------------------------------------------------------------------------
trial-8112 PASS
--------------------------------------------------------------------------------------------
22:49:49.901312 tst                       trial-8112: trial-8112: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (85.4 sec)
+ exit_code=0
+ rm -rf trial-8112/inst
+ cd trial-8112
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-10-07 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8112-run.tgz run.2025-10-07_22-48-18
+ tar czf /build/trial-8112-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-10-07_13_26_23.tgz osmo-bts-oc2g.build-2025-10-07_00_51_35.tgz osmo-bts-sysmo.build-2025-10-07_00_51_38.tgz osmo-bts.build-2025-10-07_00_51_45.tgz osmo-ggsn.build-2025-10-07_20_42_41.tgz osmo-hlr.build-2025-10-07_16_36_49.tgz osmo-hnbgw.build-2025-10-07_13_30_18.tgz osmo-mgw.build-2025-10-07_08_33_13.tgz osmo-msc.build-2025-10-07_13_32_24.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-10-07_07_34_05.tgz osmo-pcu-sysmo.build-2025-10-07_07_36_08.tgz osmo-pcu.build-2025-10-07_07_36_16.tgz osmo-sgsn.build-2025-10-07_20_48_11.tgz osmo-stp.build-2025-10-07_13_25_13.tgz osmo-trx.build-2025-10-07_14_27_01.tgz osmocom-bb.build-2025-10-07_21_17_21.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