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/jenkins3360112083035030567.sh
+ rm -rf trial-8171-bin.tgz trial-8171-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 25001
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11020
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10431
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12858
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13182
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12788
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 41171
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7558
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 43298
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8375
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 13166
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7471
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11545
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7598
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9043
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6318
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 7471
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins9875817634589375799.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-8171
+ 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
bce9627 nplab-m3ua-test: Configure Network Indicator as International
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#19 [12/28] RUN	MKDIR -p /osmo-gsm-tester-srsue                  /osmo-gsm-tester-srsenb                  /osmo-gsm-tester-srsepc                  /osmo-gsm-tester-trx 		 /osmo-gsm-tester-grbroker 		 /osmo-gsm-tester-open5gs
#19 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:7e4ccccca46a8193348b011cdb965750a5a457062560f9ecdcde1b010e978270 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8172 -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-12-06 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8172
+ mkdir -p trial-8172
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-12-06_13_26_53.tgz osmo-bts-oc2g.build-2025-12-06_00_52_04.tgz osmo-bts-sysmo.build-2025-12-06_00_51_55.tgz osmo-bts.build-2025-12-06_00_52_09.tgz osmo-ggsn.build-2025-12-06_20_42_36.tgz osmo-hlr.build-2025-12-06_16_36_52.tgz osmo-hnbgw.build-2025-12-06_13_29_18.tgz osmo-mgw.build-2025-12-06_08_33_17.tgz osmo-msc.build-2025-12-06_13_33_49.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-06_07_36_17.tgz osmo-pcu-sysmo.build-2025-12-06_07_36_14.tgz osmo-pcu.build-2025-12-06_07_34_08.tgz osmo-sgsn.build-2025-12-06_20_48_27.tgz osmo-stp.build-2025-12-06_13_25_45.tgz osmo-trx.build-2025-12-06_14_26_35.tgz osmocom-bb.build-2025-12-06_21_17_29.tgz srslte.build-19.tgz trial-8172
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-12-06_13_26_53.md5 osmo-bts-oc2g.build-2025-12-06_00_52_04.md5 osmo-bts-sysmo.build-2025-12-06_00_51_55.md5 osmo-bts.build-2025-12-06_00_52_09.md5 osmo-ggsn.build-2025-12-06_20_42_36.md5 osmo-hlr.build-2025-12-06_16_36_52.md5 osmo-hnbgw.build-2025-12-06_13_29_18.md5 osmo-mgw.build-2025-12-06_08_33_17.md5 osmo-msc.build-2025-12-06_13_33_49.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-06_07_36_17.md5 osmo-pcu-sysmo.build-2025-12-06_07_36_14.md5 osmo-pcu.build-2025-12-06_07_34_08.md5 osmo-sgsn.build-2025-12-06_20_48_27.md5 osmo-stp.build-2025-12-06_13_25_45.md5 osmo-trx.build-2025-12-06_14_26_35.md5 osmocom-bb.build-2025-12-06_21_17_29.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-12-06_13_26_53.md5 osmo-bts-oc2g.build-2025-12-06_00_52_04.md5 osmo-bts-sysmo.build-2025-12-06_00_51_55.md5 osmo-bts.build-2025-12-06_00_52_09.md5 osmo-ggsn.build-2025-12-06_20_42_36.md5 osmo-hlr.build-2025-12-06_16_36_52.md5 osmo-hnbgw.build-2025-12-06_13_29_18.md5 osmo-mgw.build-2025-12-06_08_33_17.md5 osmo-msc.build-2025-12-06_13_33_49.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-06_07_36_17.md5 osmo-pcu-sysmo.build-2025-12-06_07_36_14.md5 osmo-pcu.build-2025-12-06_07_34_08.md5 osmo-sgsn.build-2025-12-06_20_48_27.md5 osmo-stp.build-2025-12-06_13_25_45.md5 osmo-trx.build-2025-12-06_14_26_35.md5 osmocom-bb.build-2025-12-06_21_17_29.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-8172 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8172'
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-8172
--------------------------------------------------------------------------------------------
22:48:16.561854 tst                       trial-8172: Detailed log at /build/trial-8172/run.2025-12-06_22-48-16/log

---------------------------------------------------------------------
trial-8172 netreg_mass
---------------------------------------------------------------------
22:48:16.766344 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.766700 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.767449 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.768610 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.813511 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.814652 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.816183 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.895608 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-8172 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.896379 tst       register_default_mass.py:9: Claiming resources for the test
22:48:16.911512 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.912012 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.912460 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.912905 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.913358 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.913804 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.914244 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:16.945572 tst         register_default_mass.py: using LAC 2
22:48:16.968209 tst         register_default_mass.py: using RAC 2
22:48:16.994901 tst         register_default_mass.py: using CellId 2
22:48:17.024157 tst         register_default_mass.py: using BVCI 3
22:48:17.037839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.038524 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.039105 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.039630 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.040150 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.040676 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.041174 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.041700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.042227 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.042734 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.043243 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.043767 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.044291 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.044812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.045337 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.045865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.046380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.046913 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.047430 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.047944 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.048460 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.048989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.049502 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.050024 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.050536 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.051039 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.051540 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.052053 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.052561 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.053078 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.053591 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.054104 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.054616 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.055143 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.055663 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.056175 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.056693 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.057201 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.057703 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.058215 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.058717 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.059219 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.059741 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.060246 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.060773 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.061289 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.061797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.062322 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.062833 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.063338 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.063857 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.064368 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.064872 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.065401 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.065906 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.066414 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.066918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.067432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.067933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.068440 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.068946 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.069445 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.069962 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.070474 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.070972 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.071484 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.071985 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.072502 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.073018 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.073521 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.074018 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.074540 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.075119 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.075625 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.076118 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.076609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.077113 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.077615 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.078114 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.078603 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.079097 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.079593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.080086 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.080590 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.081092 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.081582 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.082087 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.082588 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.083082 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.083570 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.084082 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.084578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.085083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.085600 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.086097 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.086593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.087111 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.087614 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.088115 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.088634 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.089135 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.089695 tst      register_default_mass.py:21: Launching a simple network
22:48:17.099688 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.218975 run            create_hlr_db(pid=20): Launched
22:48:18.233028 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.256903 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.272036 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.277652 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.466328 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.481110 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.488847 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:18.905733 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:18.920494 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:21.935019 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.049325 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.064057 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.069525 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.092757 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.107570 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.113135 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.427213 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.442521 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.468492 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.640378 run         osmo-bts-virtual(pid=34): Launched
22:48:29.696098 tst         register_default_mass.py: using MSISDN 1001
22:48:29.716514 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:29.755150 tst         register_default_mass.py: using MSISDN 1002
22:48:29.772942 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:29.803173 tst         register_default_mass.py: using MSISDN 1003
22:48:29.817717 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:29.847850 tst         register_default_mass.py: using MSISDN 1004
22:48:29.861999 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:29.891899 tst         register_default_mass.py: using MSISDN 1005
22:48:29.905989 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:29.936314 tst         register_default_mass.py: using MSISDN 1006
22:48:29.950460 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:29.980558 tst         register_default_mass.py: using MSISDN 1007
22:48:29.994907 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.024106 tst         register_default_mass.py: using MSISDN 1008
22:48:30.037847 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.066534 tst         register_default_mass.py: using MSISDN 1009
22:48:30.080035 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.110472 tst         register_default_mass.py: using MSISDN 1010
22:48:30.124650 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.154305 tst         register_default_mass.py: using MSISDN 1011
22:48:30.168100 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.198209 tst         register_default_mass.py: using MSISDN 1012
22:48:30.212326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.242725 tst         register_default_mass.py: using MSISDN 1013
22:48:30.256891 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.286720 tst         register_default_mass.py: using MSISDN 1014
22:48:30.300791 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.331044 tst         register_default_mass.py: using MSISDN 1015
22:48:30.345443 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.375817 tst         register_default_mass.py: using MSISDN 1016
22:48:30.390127 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.420676 tst         register_default_mass.py: using MSISDN 1017
22:48:30.435104 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.465769 tst         register_default_mass.py: using MSISDN 1018
22:48:30.480083 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:30.510842 tst         register_default_mass.py: using MSISDN 1019
22:48:30.525639 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:30.556272 tst         register_default_mass.py: using MSISDN 1020
22:48:30.570708 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:30.601114 tst         register_default_mass.py: using MSISDN 1021
22:48:30.615439 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:30.645685 tst         register_default_mass.py: using MSISDN 1022
22:48:30.660106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:30.690112 tst         register_default_mass.py: using MSISDN 1023
22:48:30.704187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:30.734867 tst         register_default_mass.py: using MSISDN 1024
22:48:30.749256 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:30.779359 tst         register_default_mass.py: using MSISDN 1025
22:48:30.793611 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:30.823958 tst         register_default_mass.py: using MSISDN 1026
22:48:30.838322 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:30.868930 tst         register_default_mass.py: using MSISDN 1027
22:48:30.883345 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:30.913934 tst         register_default_mass.py: using MSISDN 1028
22:48:30.928411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:30.958822 tst         register_default_mass.py: using MSISDN 1029
22:48:30.973114 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.003036 tst         register_default_mass.py: using MSISDN 1030
22:48:31.017216 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.047547 tst         register_default_mass.py: using MSISDN 1031
22:48:31.061906 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.092159 tst         register_default_mass.py: using MSISDN 1032
22:48:31.106584 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.137032 tst         register_default_mass.py: using MSISDN 1033
22:48:31.151480 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.181883 tst         register_default_mass.py: using MSISDN 1034
22:48:31.196293 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.226547 tst         register_default_mass.py: using MSISDN 1035
22:48:31.240793 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.271020 tst         register_default_mass.py: using MSISDN 1036
22:48:31.285232 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.315474 tst         register_default_mass.py: using MSISDN 1037
22:48:31.329873 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.360138 tst         register_default_mass.py: using MSISDN 1038
22:48:31.374334 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:31.404728 tst         register_default_mass.py: using MSISDN 1039
22:48:31.419278 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:31.449735 tst         register_default_mass.py: using MSISDN 1040
22:48:31.463962 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:31.494299 tst         register_default_mass.py: using MSISDN 1041
22:48:31.508678 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:31.539270 tst         register_default_mass.py: using MSISDN 1042
22:48:31.553703 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:31.584058 tst         register_default_mass.py: using MSISDN 1043
22:48:31.598313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:31.628389 tst         register_default_mass.py: using MSISDN 1044
22:48:31.642642 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:31.672703 tst         register_default_mass.py: using MSISDN 1045
22:48:31.686890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:31.717261 tst         register_default_mass.py: using MSISDN 1046
22:48:31.731670 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:31.761933 tst         register_default_mass.py: using MSISDN 1047
22:48:31.776099 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:31.806576 tst         register_default_mass.py: using MSISDN 1048
22:48:31.820996 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:31.851345 tst         register_default_mass.py: using MSISDN 1049
22:48:31.865726 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:31.896052 tst         register_default_mass.py: using MSISDN 1050
22:48:31.910539 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:31.940977 tst         register_default_mass.py: using MSISDN 1051
22:48:31.955274 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:31.985443 tst         register_default_mass.py: using MSISDN 1052
22:48:31.999690 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.030458 tst         register_default_mass.py: using MSISDN 1053
22:48:32.045123 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.075532 tst         register_default_mass.py: using MSISDN 1054
22:48:32.089826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.120151 tst         register_default_mass.py: using MSISDN 1055
22:48:32.129533 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.159849 tst         register_default_mass.py: using MSISDN 1056
22:48:32.175486 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.206050 tst         register_default_mass.py: using MSISDN 1057
22:48:32.220836 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.251358 tst         register_default_mass.py: using MSISDN 1058
22:48:32.265651 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.296053 tst         register_default_mass.py: using MSISDN 1059
22:48:32.310260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:32.341045 tst         register_default_mass.py: using MSISDN 1060
22:48:32.355610 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:32.386089 tst         register_default_mass.py: using MSISDN 1061
22:48:32.400504 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:32.430876 tst         register_default_mass.py: using MSISDN 1062
22:48:32.445319 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:32.475729 tst         register_default_mass.py: using MSISDN 1063
22:48:32.490167 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:32.520784 tst         register_default_mass.py: using MSISDN 1064
22:48:32.535242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:32.565791 tst         register_default_mass.py: using MSISDN 1065
22:48:32.579942 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:32.609986 tst         register_default_mass.py: using MSISDN 1066
22:48:32.624193 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:32.654122 tst         register_default_mass.py: using MSISDN 1067
22:48:32.668296 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:32.698362 tst         register_default_mass.py: using MSISDN 1068
22:48:32.712590 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:32.743007 tst         register_default_mass.py: using MSISDN 1069
22:48:32.757485 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:32.787792 tst         register_default_mass.py: using MSISDN 1070
22:48:32.802039 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:32.832281 tst         register_default_mass.py: using MSISDN 1071
22:48:32.846571 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:32.876897 tst         register_default_mass.py: using MSISDN 1072
22:48:32.891222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:32.921616 tst         register_default_mass.py: using MSISDN 1073
22:48:32.936047 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:32.966508 tst         register_default_mass.py: using MSISDN 1074
22:48:32.980864 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.011371 tst         register_default_mass.py: using MSISDN 1075
22:48:33.025877 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.056591 tst         register_default_mass.py: using MSISDN 1076
22:48:33.071139 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.101811 tst         register_default_mass.py: using MSISDN 1077
22:48:33.116289 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.146881 tst         register_default_mass.py: using MSISDN 1078
22:48:33.161452 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.191863 tst         register_default_mass.py: using MSISDN 1079
22:48:33.206238 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.237003 tst         register_default_mass.py: using MSISDN 1080
22:48:33.251556 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:33.282202 tst         register_default_mass.py: using MSISDN 1081
22:48:33.296814 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:33.327081 tst         register_default_mass.py: using MSISDN 1082
22:48:33.341373 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:33.371771 tst         register_default_mass.py: using MSISDN 1083
22:48:33.386129 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:33.416377 tst         register_default_mass.py: using MSISDN 1084
22:48:33.430790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:33.461017 tst         register_default_mass.py: using MSISDN 1085
22:48:33.474123 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:33.504485 tst         register_default_mass.py: using MSISDN 1086
22:48:33.518667 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:33.549240 tst         register_default_mass.py: using MSISDN 1087
22:48:33.563766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:33.594392 tst         register_default_mass.py: using MSISDN 1088
22:48:33.608794 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:33.639460 tst         register_default_mass.py: using MSISDN 1089
22:48:33.654028 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:33.693161 tst         register_default_mass.py: using MSISDN 1090
22:48:33.710752 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:33.741746 tst         register_default_mass.py: using MSISDN 1091
22:48:33.757164 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:33.787528 tst         register_default_mass.py: using MSISDN 1092
22:48:33.804018 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:33.834423 tst         register_default_mass.py: using MSISDN 1093
22:48:33.848982 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:33.879379 tst         register_default_mass.py: using MSISDN 1094
22:48:33.893767 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:33.924614 tst         register_default_mass.py: using MSISDN 1095
22:48:33.939080 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:33.969775 tst         register_default_mass.py: using MSISDN 1096
22:48:33.984207 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.014892 tst         register_default_mass.py: using MSISDN 1097
22:48:34.029439 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.060082 tst         register_default_mass.py: using MSISDN 1098
22:48:34.073725 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.103196 tst         register_default_mass.py: using MSISDN 1099
22:48:34.117242 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.147819 tst         register_default_mass.py: using MSISDN 1100
22:48:34.162052 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:34.254520 run                             mass: Starting testcase
22:48:34.260417 run                             mass: Pre-launching all virtphy's
22:48:34.266044 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:34.279335 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:34.285633 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:34.298874 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:34.305119 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:34.318518 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:34.324929 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:34.338437 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:34.344668 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:34.357747 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:34.363958 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:34.377029 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:34.383074 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:34.396057 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:34.402011 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:34.414860 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:34.420809 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:34.433640 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:34.439578 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:34.452482 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:34.458484 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:34.471282 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:34.477246 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:34.490128 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:34.496085 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:34.508959 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:34.514958 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:34.527837 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:34.533992 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:34.547055 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:34.553122 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:34.566000 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:34.572031 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:34.585006 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:34.591022 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:34.603853 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:34.609843 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:34.622804 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:34.628758 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:34.641586 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:34.647602 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:34.660452 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:34.666424 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:34.679372 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:34.685340 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:34.698159 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:34.704107 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:34.717000 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:34.722969 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:34.735784 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:34.741723 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:34.754558 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:34.760496 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:34.773352 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:34.779332 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:34.792310 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:34.798296 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:34.811271 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:34.817230 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:34.830157 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:34.836177 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:34.848992 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:34.855063 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:34.867908 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:34.873882 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:34.886721 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:34.892652 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:34.905539 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:34.911459 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:34.924339 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:34.930277 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:34.943095 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:34.949027 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:34.961931 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:34.967904 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:34.980795 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:34.986741 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:34.999664 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.005640 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.018487 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.024608 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.037536 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.043535 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.056377 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.062357 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.075327 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.081307 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.094275 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.100182 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.113077 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.119025 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.131976 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.137975 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.150817 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:35.156751 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.169822 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:35.175976 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.189155 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:35.195156 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.208097 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:35.214105 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:35.226946 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:35.232873 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:35.245688 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:35.251615 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:35.264614 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:35.270588 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:35.283550 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:35.289530 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:35.302502 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:35.308460 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:35.321533 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:35.327475 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:35.340357 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:35.346301 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:35.359143 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:35.365099 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:35.378090 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:35.384030 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:35.396898 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:35.402842 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:35.415690 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:35.421653 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:35.434514 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:35.440514 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:35.453425 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:35.459352 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:35.472215 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:35.478154 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:35.491254 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:35.497404 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:35.510620 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:35.516750 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:35.529807 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:35.535891 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:35.549065 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:35.555090 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:35.568095 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:35.574091 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:35.586821 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:35.592815 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:35.605608 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:35.611593 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:35.624373 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:35.630353 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:35.643114 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:35.649101 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:35.661875 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:35.667829 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:35.680616 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:35.686606 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:35.699370 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:35.705323 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:35.718083 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:35.724010 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:35.737037 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:35.742984 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:35.755877 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:35.761772 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:35.774711 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:35.780648 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:35.793662 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:35.799595 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:35.812427 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:35.818331 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:35.831129 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:35.837125 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:35.849919 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:35.855798 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:35.868581 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:35.874541 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:35.887353 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:35.893225 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:35.905987 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:35.911888 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:35.924639 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:35.930552 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:35.943362 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:35.949276 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:35.962255 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:35.968161 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:35.981116 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:35.987016 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:35.999781 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.005676 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.018641 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.024498 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.037439 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.043330 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.056104 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.062013 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.074793 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.080719 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.093493 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.099348 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.112097 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.117982 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.130726 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:36.136627 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.149423 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:36.155270 run                             mass: Checking if sockets are in the filesystem
22:48:36.187469 run                osmo-ms-mob/00000: Starting mobile
22:48:36.200512 run       osmo-ms-mob/00000(pid=135): Launched
22:48:36.212561 run                             mass: MS start registered  {at=28292221.91591003, delay=0.0060887448489665985, ms=00000}
22:48:40.401971 run                osmo-ms-mob/00001: Starting mobile
22:48:40.418800 run       osmo-ms-mob/00001(pid=136): Launched
22:48:40.429262 run                             mass: MS start registered  {at=28292226.132611126, delay=0.004431534558534622, ms=00001}
22:48:41.468309 run                             mass: MS performed LU  {at=28292227.17154271, lu_delay=5.255632679909468, ms=00000}
22:48:42.194539 run                osmo-ms-mob/00002: Starting mobile
22:48:42.207383 run       osmo-ms-mob/00002(pid=137): Launched
22:48:42.217872 run                             mass: MS start registered  {at=28292227.921216667, delay=0.00437835231423378, ms=00002}
22:48:43.502196 run                osmo-ms-mob/00003: Starting mobile
22:48:43.521283 run       osmo-ms-mob/00003(pid=138): Launched
22:48:43.533525 run                             mass: MS start registered  {at=28292229.23684419, delay=0.00019366666674613953, ms=00003}
22:48:44.597126 run                osmo-ms-mob/00004: Starting mobile
22:48:44.613354 run       osmo-ms-mob/00004(pid=139): Launched
22:48:44.623806 run                             mass: MS start registered  {at=28292230.32715821, delay=0.004437766969203949, ms=00004}
22:48:45.234598 run                             mass: MS performed LU  {at=28292230.93783622, lu_delay=4.805225092917681, ms=00001}
22:48:45.571197 run                osmo-ms-mob/00005: Starting mobile
22:48:45.584189 run       osmo-ms-mob/00005(pid=140): Launched
22:48:45.594715 run                             mass: MS start registered  {at=28292231.298066113, delay=0.0045678578317165375, ms=00005}
22:48:46.494311 run                osmo-ms-mob/00006: Starting mobile
22:48:46.510481 run       osmo-ms-mob/00006(pid=141): Launched
22:48:46.521002 run                             mass: MS start registered  {at=28292232.224356133, delay=0.0044702887535095215, ms=00006}
22:48:47.135730 run                             mass: MS performed LU  {at=28292232.838967387, lu_delay=4.917750719934702, ms=00002}
22:48:47.402907 run                osmo-ms-mob/00007: Starting mobile
22:48:47.419674 run       osmo-ms-mob/00007(pid=142): Launched
22:48:47.430224 run                             mass: MS start registered  {at=28292233.133574117, delay=0.00460486114025116, ms=00007}
22:48:48.171167 run                osmo-ms-mob/00008: Starting mobile
22:48:48.183895 run       osmo-ms-mob/00008(pid=143): Launched
22:48:48.194420 run                             mass: MS start registered  {at=28292233.89777482, delay=0.0044854916632175446, ms=00008}
22:48:48.903188 run                osmo-ms-mob/00009: Starting mobile
22:48:48.922370 run       osmo-ms-mob/00009(pid=144): Launched
22:48:48.933179 run                             mass: MS start registered  {at=28292234.63653172, delay=0.0044279545545578, ms=00009}
22:48:49.000185 run                             mass: MS performed LU  {at=28292234.703447834, lu_delay=5.466603644192219, ms=00003}
22:48:49.602682 run                osmo-ms-mob/00010: Starting mobile
22:48:49.619470 run       osmo-ms-mob/00010(pid=145): Launched
22:48:49.630054 run                             mass: MS start registered  {at=28292235.33340766, delay=0.004415195435285568, ms=00010}
22:48:50.171578 run                osmo-ms-mob/00011: Starting mobile
22:48:50.184998 run       osmo-ms-mob/00011(pid=146): Launched
22:48:50.195816 run                             mass: MS start registered  {at=28292235.89916493, delay=0.004843037575483322, ms=00011}
22:48:50.770699 run                osmo-ms-mob/00012: Starting mobile
22:48:50.783839 run       osmo-ms-mob/00012(pid=147): Launched
22:48:50.794696 run                             mass: MS start registered  {at=28292236.498044886, delay=0.004568837583065033, ms=00012}
22:48:50.901835 run                             mass: MS performed LU  {at=28292236.605079263, lu_delay=5.307013150304556, ms=00005}
22:48:50.927852 run                             mass: MS performed LU  {at=28292236.63116206, lu_delay=6.3040038496255875, ms=00004}
22:48:51.403293 run                osmo-ms-mob/00013: Starting mobile
22:48:51.420066 run       osmo-ms-mob/00013(pid=148): Launched
22:48:51.430829 run                             mass: MS start registered  {at=28292237.134182166, delay=0.004799894988536835, ms=00013}
22:48:51.972174 run                osmo-ms-mob/00014: Starting mobile
22:48:51.985226 run       osmo-ms-mob/00014(pid=149): Launched
22:48:51.995860 run                             mass: MS start registered  {at=28292237.699213564, delay=0.004618499428033829, ms=00014}
22:48:52.592973 run                osmo-ms-mob/00015: Starting mobile
22:48:52.609698 run       osmo-ms-mob/00015(pid=150): Launched
22:48:52.620373 run                             mass: MS start registered  {at=28292238.323726315, delay=0.004722289741039276, ms=00015}
22:48:52.766029 run                             mass: MS performed LU  {at=28292238.46927076, lu_delay=5.335696641355753, ms=00007}
22:48:52.830809 run                             mass: MS performed LU  {at=28292238.534064505, lu_delay=6.309708371758461, ms=00006}
22:48:53.088559 run                osmo-ms-mob/00016: Starting mobile
22:48:53.102636 run       osmo-ms-mob/00016(pid=151): Launched
22:48:53.113327 run                             mass: MS start registered  {at=28292238.81667919, delay=0.004585877060890198, ms=00016}
22:48:53.133831 run                             mass: MS performed LU  {at=28292238.837160528, lu_delay=4.939385708421469, ms=00008}
22:48:53.603614 run                osmo-ms-mob/00017: Starting mobile
22:48:53.621188 run       osmo-ms-mob/00017(pid=152): Launched
22:48:53.632787 run                             mass: MS start registered  {at=28292239.336134482, delay=0.005303114652633667, ms=00017}
22:48:54.201526 run                osmo-ms-mob/00018: Starting mobile
22:48:54.216293 run       osmo-ms-mob/00018(pid=153): Launched
22:48:54.227482 run                             mass: MS start registered  {at=28292239.930833764, delay=0.005220931023359299, ms=00018}
22:48:54.586772 run                osmo-ms-mob/00019: Starting mobile
22:48:54.599772 run       osmo-ms-mob/00019(pid=154): Launched
22:48:54.610760 run                             mass: MS start registered  {at=28292240.31411319, delay=0.004784088581800461, ms=00019}
22:48:54.667569 run                             mass: MS performed LU  {at=28292240.370819733, lu_delay=5.734288010746241, ms=00009}
22:48:54.694477 run                             mass: MS performed LU  {at=28292240.397786785, lu_delay=5.064379125833511, ms=00010}
22:48:54.800941 run                             mass: MS performed LU  {at=28292240.50419303, lu_delay=4.605028100311756, ms=00011}
22:48:55.102481 run                osmo-ms-mob/00020: Starting mobile
22:48:55.119249 run       osmo-ms-mob/00020(pid=155): Launched
22:48:55.129985 run                             mass: MS start registered  {at=28292240.833338436, delay=0.004661202430725098, ms=00020}
22:48:55.586263 run                osmo-ms-mob/00021: Starting mobile
22:48:55.600268 run       osmo-ms-mob/00021(pid=156): Launched
22:48:55.611313 run                             mass: MS start registered  {at=28292241.314664826, delay=0.004962854087352753, ms=00021}
22:48:55.990013 run                osmo-ms-mob/00022: Starting mobile
22:48:56.004522 run       osmo-ms-mob/00022(pid=157): Launched
22:48:56.015876 run                             mass: MS start registered  {at=28292241.719226617, delay=0.005402665585279465, ms=00022}
22:48:56.490837 run                osmo-ms-mob/00023: Starting mobile
22:48:56.503936 run       osmo-ms-mob/00023(pid=158): Launched
22:48:56.514707 run                             mass: MS start registered  {at=28292242.218060642, delay=0.004747986793518066, ms=00023}
22:48:56.530463 run                             mass: MS performed LU  {at=28292242.233814918, lu_delay=5.099632751196623, ms=00013}
22:48:56.596892 run                             mass: MS performed LU  {at=28292242.300144807, lu_delay=5.802099920809269, ms=00012}
22:48:56.893441 run                osmo-ms-mob/00024: Starting mobile
22:48:56.909855 run       osmo-ms-mob/00024(pid=159): Launched
22:48:56.915932 run                             mass: MS performed LU  {at=28292242.619292144, lu_delay=4.920078579336405, ms=00014}
22:48:56.921703 run                             mass: MS start registered  {at=28292242.62507035, delay=0.005796004086732864, ms=00024}
22:48:57.384345 run                osmo-ms-mob/00025: Starting mobile
22:48:57.398338 run       osmo-ms-mob/00025(pid=160): Launched
22:48:57.408946 run                             mass: MS start registered  {at=28292243.112297375, delay=0.004532843828201294, ms=00025}
22:48:57.783514 run                osmo-ms-mob/00026: Starting mobile
22:48:57.797087 run       osmo-ms-mob/00026(pid=161): Launched
22:48:57.808250 run                             mass: MS start registered  {at=28292243.511602163, delay=0.00494534894824028, ms=00026}
22:48:58.184253 run                osmo-ms-mob/00027: Starting mobile
22:48:58.198331 run       osmo-ms-mob/00027(pid=162): Launched
22:48:58.209149 run                             mass: MS start registered  {at=28292243.91250023, delay=0.004736725240945816, ms=00027}
22:48:58.331295 run                             mass: MS performed LU  {at=28292244.03454161, lu_delay=5.710815295577049, ms=00015}
22:48:58.433586 run                             mass: MS performed LU  {at=28292244.136841476, lu_delay=5.320162285119295, ms=00016}
22:48:58.459374 run                             mass: MS performed LU  {at=28292244.16271989, lu_delay=4.826585408300161, ms=00017}
22:48:58.500285 run                osmo-ms-mob/00028: Starting mobile
22:48:58.515904 run       osmo-ms-mob/00028(pid=163): Launched
22:48:58.526678 run                             mass: MS start registered  {at=28292244.23003404, delay=0.004795238375663757, ms=00028}
22:48:59.001496 run                osmo-ms-mob/00029: Starting mobile
22:48:59.018473 run       osmo-ms-mob/00029(pid=164): Launched
22:48:59.029355 run                             mass: MS start registered  {at=28292244.73270683, delay=0.004852209240198135, ms=00029}
22:48:59.384656 run                osmo-ms-mob/00030: Starting mobile
22:48:59.398226 run       osmo-ms-mob/00030(pid=165): Launched
22:48:59.409155 run                             mass: MS start registered  {at=28292245.112506934, delay=0.004589099436998367, ms=00030}
22:48:59.784729 run                osmo-ms-mob/00031: Starting mobile
22:48:59.798529 run       osmo-ms-mob/00031(pid=166): Launched
22:48:59.809611 run                             mass: MS start registered  {at=28292245.51296517, delay=0.005046699196100235, ms=00031}
22:49:00.092999 run                osmo-ms-mob/00032: Starting mobile
22:49:00.108970 run       osmo-ms-mob/00032(pid=167): Launched
22:49:00.119705 run                             mass: MS start registered  {at=28292245.823056933, delay=0.004779081791639328, ms=00032}
22:49:00.297665 run                             mass: MS performed LU  {at=28292246.000917643, lu_delay=5.167579207569361, ms=00020}
22:49:00.362192 run                             mass: MS performed LU  {at=28292246.065441474, lu_delay=4.750776648521423, ms=00021}
22:49:00.388925 run                osmo-ms-mob/00033: Starting mobile
22:49:00.401860 run       osmo-ms-mob/00033(pid=168): Launched
22:49:00.412844 run                             mass: MS start registered  {at=28292246.116198912, delay=0.005017124116420746, ms=00033}
22:49:00.430662 run                             mass: MS performed LU  {at=28292246.13399456, lu_delay=6.203160796314478, ms=00018}
22:49:00.468838 run                             mass: MS performed LU  {at=28292246.172085706, lu_delay=5.857972517609596, ms=00019}
22:49:00.901415 run                osmo-ms-mob/00034: Starting mobile
22:49:00.918117 run       osmo-ms-mob/00034(pid=169): Launched
22:49:00.929307 run                             mass: MS start registered  {at=28292246.63264962, delay=0.004882253706455231, ms=00034}
22:49:01.173435 run                osmo-ms-mob/00035: Starting mobile
22:49:01.186384 run       osmo-ms-mob/00035(pid=170): Launched
22:49:01.197572 run                             mass: MS start registered  {at=28292246.900924183, delay=0.0048645734786987305, ms=00035}
22:49:01.571818 run                osmo-ms-mob/00036: Starting mobile
22:49:01.584793 run       osmo-ms-mob/00036(pid=171): Launched
22:49:01.595629 run                             mass: MS start registered  {at=28292247.298982326, delay=0.004830032587051392, ms=00036}
22:49:01.993779 run                osmo-ms-mob/00037: Starting mobile
22:49:02.009933 run       osmo-ms-mob/00037(pid=172): Launched
22:49:02.021000 run                             mass: MS start registered  {at=28292247.724353064, delay=0.0050131529569625854, ms=00037}
22:49:02.097733 run                             mass: MS performed LU  {at=28292247.80098281, lu_delay=6.081756193190813, ms=00022}
22:49:02.198950 run                             mass: MS performed LU  {at=28292247.902201906, lu_delay=5.6841412633657455, ms=00023}
22:49:02.227932 run                osmo-ms-mob/00038: Starting mobile
22:49:02.240876 run       osmo-ms-mob/00038(pid=173): Launched
22:49:02.246922 run                             mass: MS performed LU  {at=28292247.950284906, lu_delay=4.837987530976534, ms=00025}
22:49:02.252733 run                             mass: MS start registered  {at=28292247.956097253, delay=0.005828302353620529, ms=00038}
22:49:02.370624 run                             mass: MS performed LU  {at=28292248.07387485, lu_delay=5.448804501444101, ms=00024}
22:49:02.384888 run                osmo-ms-mob/00039: Starting mobile
22:49:02.398233 run       osmo-ms-mob/00039(pid=174): Launched
22:49:02.409387 run                             mass: MS start registered  {at=28292248.112741146, delay=0.005080316215753555, ms=00039}
22:49:02.969566 run                osmo-ms-mob/00040: Starting mobile
22:49:02.982765 run       osmo-ms-mob/00040(pid=175): Launched
22:49:02.994133 run                             mass: MS start registered  {at=28292248.697486524, delay=0.005211863666772842, ms=00040}
22:49:03.271345 run                osmo-ms-mob/00041: Starting mobile
22:49:03.284472 run       osmo-ms-mob/00041(pid=176): Launched
22:49:03.295781 run                             mass: MS start registered  {at=28292248.99912826, delay=0.005341123789548874, ms=00041}
22:49:03.584774 run                osmo-ms-mob/00042: Starting mobile
22:49:03.599062 run       osmo-ms-mob/00042(pid=177): Launched
22:49:03.610105 run                             mass: MS start registered  {at=28292249.313458852, delay=0.005056973546743393, ms=00042}
22:49:03.971054 run                osmo-ms-mob/00043: Starting mobile
22:49:03.984002 run       osmo-ms-mob/00043(pid=178): Launched
22:49:03.996896 run                             mass: MS start registered  {at=28292249.700243227, delay=0.006610594689846039, ms=00043}
22:49:04.063498 run                             mass: MS performed LU  {at=28292249.76676146, lu_delay=5.034054629504681, ms=00029}
22:49:04.197190 run                             mass: MS performed LU  {at=28292249.900443424, lu_delay=5.987943194806576, ms=00027}
22:49:04.212969 run                osmo-ms-mob/00044: Starting mobile
22:49:04.227264 run       osmo-ms-mob/00044(pid=179): Launched
22:49:04.233441 run                             mass: MS performed LU  {at=28292249.936800186, lu_delay=6.425198022276163, ms=00026}
22:49:04.239256 run                             mass: MS start registered  {at=28292249.942623273, delay=0.00583995133638382, ms=00044}
22:49:04.271473 run                             mass: MS performed LU  {at=28292249.974740773, lu_delay=5.7447067350149155, ms=00028}
22:49:04.286243 run                osmo-ms-mob/00045: Starting mobile
22:49:04.299319 run       osmo-ms-mob/00045(pid=180): Launched
22:49:04.310164 run                             mass: MS start registered  {at=28292250.01351912, delay=0.004769165068864822, ms=00045}
22:49:04.870328 run                osmo-ms-mob/00046: Starting mobile
22:49:04.883480 run       osmo-ms-mob/00046(pid=181): Launched
22:49:04.894567 run                             mass: MS start registered  {at=28292250.597920693, delay=0.005009613931179047, ms=00046}
22:49:05.198087 run                osmo-ms-mob/00047: Starting mobile
22:49:05.215002 run       osmo-ms-mob/00047(pid=182): Launched
22:49:05.225894 run                             mass: MS start registered  {at=28292250.929246888, delay=0.004817739129066467, ms=00047}
22:49:05.490427 run                osmo-ms-mob/00048: Starting mobile
22:49:05.505006 run       osmo-ms-mob/00048(pid=183): Launched
22:49:05.515998 run                             mass: MS start registered  {at=28292251.21934912, delay=0.004920218139886856, ms=00048}
22:49:05.800538 run                osmo-ms-mob/00049: Starting mobile
22:49:05.815888 run       osmo-ms-mob/00049(pid=184): Launched
22:49:05.826733 run                             mass: MS start registered  {at=28292251.530086372, delay=0.004827126860618591, ms=00049}
22:49:05.863537 run                             mass: MS performed LU  {at=28292251.56678701, lu_delay=4.665862824767828, ms=00035}
22:49:05.965130 run                             mass: MS performed LU  {at=28292251.668381456, lu_delay=5.035731837153435, ms=00034}
22:49:05.993632 run                osmo-ms-mob/00050: Starting mobile
22:49:06.006596 run       osmo-ms-mob/00050(pid=185): Launched
22:49:06.012617 run                             mass: MS performed LU  {at=28292251.715980034, lu_delay=5.59978112205863, ms=00033}
22:49:06.018440 run                             mass: MS start registered  {at=28292251.721808244, delay=0.005843546241521835, ms=00050}
22:49:06.173024 run                             mass: MS performed LU  {at=28292251.87627444, lu_delay=6.363309271633625, ms=00031}
22:49:06.472110 run                osmo-ms-mob/00051: Starting mobile
22:49:06.485039 run       osmo-ms-mob/00051(pid=186): Launched
22:49:06.495957 run                             mass: MS start registered  {at=28292252.199311722, delay=0.004827752709388733, ms=00051}
22:49:06.783362 run                osmo-ms-mob/00052: Starting mobile
22:49:06.797790 run       osmo-ms-mob/00052(pid=187): Launched
22:49:06.808816 run                             mass: MS start registered  {at=28292252.512165744, delay=0.004806965589523315, ms=00052}
22:49:07.095432 run                osmo-ms-mob/00053: Starting mobile
22:49:07.115042 run       osmo-ms-mob/00053(pid=188): Launched
22:49:07.126396 run                             mass: MS start registered  {at=28292252.82974439, delay=0.0051938071846961975, ms=00053}
22:49:07.375250 run                osmo-ms-mob/00054: Starting mobile
22:49:07.388492 run       osmo-ms-mob/00054(pid=189): Launched
22:49:07.399616 run                             mass: MS start registered  {at=28292253.10296822, delay=0.00511762872338295, ms=00054}
22:49:07.671790 run                osmo-ms-mob/00055: Starting mobile
22:49:07.684552 run       osmo-ms-mob/00055(pid=190): Launched
22:49:07.695648 run                             mass: MS start registered  {at=28292253.398991365, delay=0.0051996298134326935, ms=00055}
22:49:07.727073 run                             mass: MS performed LU  {at=28292253.430381376, lu_delay=4.732894852757454, ms=00040}
22:49:07.765104 run                             mass: MS performed LU  {at=28292253.46837372, lu_delay=5.355632573366165, ms=00039}
22:49:07.793673 run                osmo-ms-mob/00056: Starting mobile
22:49:07.807247 run       osmo-ms-mob/00056(pid=191): Launched
22:49:07.818281 run                             mass: MS start registered  {at=28292253.521633048, delay=0.004909634590148926, ms=00056}
22:49:07.828484 run                             mass: MS performed LU  {at=28292253.53183927, lu_delay=6.232856944203377, ms=00036}
22:49:08.038041 run                             mass: MS performed LU  {at=28292253.741292074, lu_delay=6.016939010471106, ms=00037}
22:49:08.065007 run                osmo-ms-mob/00057: Starting mobile
22:49:08.078431 run       osmo-ms-mob/00057(pid=192): Launched
22:49:08.084684 run                             mass: MS performed LU  {at=28292253.788019612, lu_delay=5.831922359764576, ms=00038}
22:49:08.090748 run                             mass: MS start registered  {at=28292253.794115447, delay=0.006120912730693817, ms=00057}
22:49:08.327660 run                             mass: MS performed LU  {at=28292254.030907955, lu_delay=5.031779695302248, ms=00041}
22:49:08.684019 run                osmo-ms-mob/00058: Starting mobile
22:49:08.698203 run       osmo-ms-mob/00058(pid=193): Launched
22:49:08.710286 run                             mass: MS start registered  {at=28292254.413629685, delay=0.006146591156721115, ms=00058}
22:49:08.854720 run                             mass: MS performed LU  {at=28292254.557962414, lu_delay=3.960041720420122, ms=00046}
22:49:08.914929 run                             mass: MS performed LU  {at=28292254.618201952, lu_delay=3.6889550648629665, ms=00047}
22:49:08.941039 run                osmo-ms-mob/00059: Starting mobile
22:49:08.954243 run       osmo-ms-mob/00059(pid=194): Launched
22:49:08.965565 run                             mass: MS start registered  {at=28292254.66891863, delay=0.00508953258395195, ms=00059}
22:49:09.302478 run                osmo-ms-mob/00060: Starting mobile
22:49:09.318201 run       osmo-ms-mob/00060(pid=195): Launched
22:49:09.329299 run                             mass: MS start registered  {at=28292255.03265272, delay=0.005090869963169098, ms=00060}
22:49:09.629377 run                             mass: MS performed LU  {at=28292255.33262865, lu_delay=5.390005376189947, ms=00044}
22:49:09.660203 run                osmo-ms-mob/00061: Starting mobile
22:49:09.673779 run       osmo-ms-mob/00061(pid=196): Launched
22:49:09.685733 run                             mass: MS start registered  {at=28292255.389082383, delay=0.0058934129774570465, ms=00061}
22:49:09.701326 run                             mass: MS performed LU  {at=28292255.404675897, lu_delay=5.391156777739525, ms=00045}
22:49:09.758519 run                             mass: MS performed LU  {at=28292255.461790726, lu_delay=5.76154749840498, ms=00043}
22:49:09.783764 run                osmo-ms-mob/00062: Starting mobile
22:49:09.796881 run       osmo-ms-mob/00062(pid=197): Launched
22:49:09.808369 run                             mass: MS start registered  {at=28292255.511715658, delay=0.005574621260166168, ms=00062}
22:49:10.302931 run                osmo-ms-mob/00063: Starting mobile
22:49:10.318509 run       osmo-ms-mob/00063(pid=198): Launched
22:49:10.329878 run                             mass: MS start registered  {at=28292256.03321926, delay=0.0054015666246414185, ms=00063}
22:49:10.653752 run                             mass: MS performed LU  {at=28292256.35694116, lu_delay=7.043482307344675, ms=00042}
22:49:10.684395 run                osmo-ms-mob/00064: Starting mobile
22:49:10.697542 run       osmo-ms-mob/00064(pid=199): Launched
22:49:10.708525 run                             mass: MS start registered  {at=28292256.411875065, delay=0.004767782986164093, ms=00064}
22:49:11.107854 run                osmo-ms-mob/00065: Starting mobile
22:49:11.126099 run       osmo-ms-mob/00065(pid=200): Launched
22:49:11.137178 run                             mass: MS start registered  {at=28292256.840529095, delay=0.005099527537822723, ms=00065}
22:49:11.384356 run                osmo-ms-mob/00066: Starting mobile
22:49:11.398591 run       osmo-ms-mob/00066(pid=201): Launched
22:49:11.409974 run                             mass: MS start registered  {at=28292257.11332628, delay=0.005167689174413681, ms=00066}
22:49:11.493873 run                             mass: MS performed LU  {at=28292257.197123457, lu_delay=4.997811734676361, ms=00051}
22:49:11.530156 run                             mass: MS performed LU  {at=28292257.233422294, lu_delay=4.721256550401449, ms=00052}
22:49:11.568753 run                             mass: MS performed LU  {at=28292257.271995626, lu_delay=6.05264650657773, ms=00048}
22:49:11.588614 run                osmo-ms-mob/00067: Starting mobile
22:49:11.601974 run       osmo-ms-mob/00067(pid=202): Launched
22:49:11.613200 run                             mass: MS start registered  {at=28292257.316553704, delay=0.005082607269287109, ms=00067}
22:49:11.839867 run                             mass: MS performed LU  {at=28292257.543116264, lu_delay=6.013029891997576, ms=00049}
22:49:11.858002 run                             mass: MS performed LU  {at=28292257.561293274, lu_delay=4.731548883020878, ms=00053}
22:49:11.904478 run                osmo-ms-mob/00068: Starting mobile
22:49:11.919696 run       osmo-ms-mob/00068(pid=203): Launched
22:49:11.930799 run                             mass: MS start registered  {at=28292257.63415073, delay=0.004952393472194672, ms=00068}
22:49:12.484957 run                osmo-ms-mob/00069: Starting mobile
22:49:12.499098 run       osmo-ms-mob/00069(pid=204): Launched
22:49:12.510483 run                             mass: MS start registered  {at=28292258.213825114, delay=0.005276624113321304, ms=00069}
22:49:12.583283 run                             mass: MS performed LU  {at=28292258.28653658, lu_delay=6.5647283382713795, ms=00050}
22:49:12.671289 run                             mass: MS performed LU  {at=28292258.374548428, lu_delay=4.975557062774897, ms=00055}
22:49:12.695227 run                             mass: MS performed LU  {at=28292258.398588046, lu_delay=3.7296694181859493, ms=00059}
22:49:12.707127 run                osmo-ms-mob/00070: Starting mobile
22:49:12.720405 run       osmo-ms-mob/00070(pid=205): Launched
22:49:12.731690 run                             mass: MS start registered  {at=28292258.435039964, delay=0.0050334446132183075, ms=00070}
22:49:13.283251 run                osmo-ms-mob/00071: Starting mobile
22:49:13.297092 run       osmo-ms-mob/00071(pid=206): Launched
22:49:13.308099 run                             mass: MS start registered  {at=28292259.011453643, delay=0.004988037049770355, ms=00071}
22:49:13.394743 run                             mass: MS performed LU  {at=28292259.098000135, lu_delay=5.303884688764811, ms=00057}
22:49:13.432604 run                             mass: MS performed LU  {at=28292259.13585751, lu_delay=4.722227826714516, ms=00058}
22:49:13.478460 run                             mass: MS performed LU  {at=28292259.181705087, lu_delay=5.660072039812803, ms=00056}
22:49:13.506953 run                osmo-ms-mob/00072: Starting mobile
22:49:13.520249 run       osmo-ms-mob/00072(pid=207): Launched
22:49:13.531267 run                             mass: MS start registered  {at=28292259.234620456, delay=0.004882894456386566, ms=00072}
22:49:13.704718 run                             mass: MS performed LU  {at=28292259.4079292, lu_delay=6.304960981011391, ms=00054}
22:49:14.111257 run                osmo-ms-mob/00073: Starting mobile
22:49:14.127199 run       osmo-ms-mob/00073(pid=208): Launched
22:49:14.138686 run                             mass: MS start registered  {at=28292259.842032537, delay=0.005191929638385773, ms=00073}
22:49:14.484346 run                osmo-ms-mob/00074: Starting mobile
22:49:14.498354 run       osmo-ms-mob/00074(pid=209): Launched
22:49:14.509400 run                             mass: MS start registered  {at=28292260.21275147, delay=0.004939869046211243, ms=00074}
22:49:14.871301 run                osmo-ms-mob/00075: Starting mobile
22:49:14.884566 run       osmo-ms-mob/00075(pid=210): Launched
22:49:14.895642 run                             mass: MS start registered  {at=28292260.59899644, delay=0.005015663802623749, ms=00075}
22:49:15.296361 run                             mass: MS performed LU  {at=28292260.999615274, lu_delay=4.587740208953619, ms=00064}
22:49:15.324246 run                osmo-ms-mob/00076: Starting mobile
22:49:15.337663 run       osmo-ms-mob/00076(pid=211): Launched
22:49:15.343747 run                             mass: MS performed LU  {at=28292261.047108755, lu_delay=5.535393096506596, ms=00062}
22:49:15.349550 run                             mass: MS start registered  {at=28292261.052917894, delay=0.005827583372592926, ms=00076}
22:49:15.368743 run                             mass: MS performed LU  {at=28292261.07209037, lu_delay=6.039437647908926, ms=00060}
22:49:15.800768 run                osmo-ms-mob/00077: Starting mobile
22:49:15.818435 run       osmo-ms-mob/00077(pid=212): Launched
22:49:15.829385 run                             mass: MS start registered  {at=28292261.532740105, delay=0.004973545670509338, ms=00077}
22:49:16.284153 run                osmo-ms-mob/00078: Starting mobile
22:49:16.298128 run       osmo-ms-mob/00078(pid=213): Launched
22:49:16.304344 run                             mass: MS performed LU  {at=28292262.00770325, lu_delay=5.974483989179134, ms=00063}
22:49:16.310147 run                             mass: MS start registered  {at=28292262.01351456, delay=0.0058294013142585754, ms=00078}
22:49:16.474359 run                             mass: MS performed LU  {at=28292262.177607313, lu_delay=3.7425673492252827, ms=00070}
22:49:16.685830 run                osmo-ms-mob/00079: Starting mobile
22:49:16.699775 run       osmo-ms-mob/00079(pid=214): Launched
22:49:16.711060 run                             mass: MS start registered  {at=28292262.41441168, delay=0.005254976451396942, ms=00079}
22:49:17.160876 run                             mass: MS performed LU  {at=28292262.86412632, lu_delay=5.750800039619207, ms=00066}
22:49:17.216513 run                osmo-ms-mob/00080: Starting mobile
22:49:17.231112 run       osmo-ms-mob/00080(pid=215): Launched
22:49:17.242868 run                             mass: MS start registered  {at=28292262.946198594, delay=0.005515497177839279, ms=00080}
22:49:17.261264 run                             mass: MS performed LU  {at=28292262.96461471, lu_delay=4.750789597630501, ms=00069}
22:49:17.289245 run                             mass: MS performed LU  {at=28292262.99250481, lu_delay=5.358354080468416, ms=00068}
22:49:17.434162 run                             mass: MS performed LU  {at=28292263.137373667, lu_delay=5.820819962769747, ms=00067}
22:49:17.469458 run                             mass: MS performed LU  {at=28292263.17271643, lu_delay=6.332187335938215, ms=00065}
22:49:17.491231 run                osmo-ms-mob/00081: Starting mobile
22:49:17.504475 run       osmo-ms-mob/00081(pid=216): Launched
22:49:17.515706 run                             mass: MS start registered  {at=28292263.21905538, delay=0.005160622298717499, ms=00081}
22:49:18.083794 run                osmo-ms-mob/00082: Starting mobile
22:49:18.098010 run       osmo-ms-mob/00082(pid=217): Launched
22:49:18.109419 run                             mass: MS start registered  {at=28292263.812769752, delay=0.005209431052207947, ms=00082}
22:49:18.692901 run                osmo-ms-mob/00083: Starting mobile
22:49:18.708989 run       osmo-ms-mob/00083(pid=218): Launched
22:49:18.720275 run                             mass: MS start registered  {at=28292264.423626002, delay=0.005395401269197464, ms=00083}
22:49:19.062328 run                             mass: MS performed LU  {at=28292264.765585136, lu_delay=5.754131492227316, ms=00071}
22:49:19.097040 run                osmo-ms-mob/00084: Starting mobile
22:49:19.118146 run       osmo-ms-mob/00084(pid=219): Launched
22:49:19.129398 run                             mass: MS start registered  {at=28292264.83275243, delay=0.0053109340369701385, ms=00084}
22:49:19.192234 run                             mass: MS performed LU  {at=28292264.89548566, lu_delay=5.66086520254612, ms=00072}
22:49:19.371930 run                             mass: MS performed LU  {at=28292265.075183254, lu_delay=5.233150716871023, ms=00073}
22:49:19.711744 run                osmo-ms-mob/00085: Starting mobile
22:49:19.727717 run       osmo-ms-mob/00085(pid=220): Launched
22:49:19.738618 run                             mass: MS start registered  {at=28292265.441972014, delay=0.004938062280416489, ms=00085}
22:49:20.287464 run                osmo-ms-mob/00086: Starting mobile
22:49:20.301342 run       osmo-ms-mob/00086(pid=221): Launched
22:49:20.312748 run                             mass: MS start registered  {at=28292266.016099226, delay=0.0049997493624687195, ms=00086}
22:49:20.903004 run                osmo-ms-mob/00087: Starting mobile
22:49:20.920310 run       osmo-ms-mob/00087(pid=222): Launched
22:49:20.931734 run                             mass: MS start registered  {at=28292266.63508534, delay=0.0053605325520038605, ms=00087}
22:49:21.009938 run                             mass: MS performed LU  {at=28292266.713094894, lu_delay=5.660176999866962, ms=00076}
22:49:21.028271 run                             mass: MS performed LU  {at=28292266.73152991, lu_delay=6.132533468306065, ms=00075}
22:49:21.055614 run                             mass: MS performed LU  {at=28292266.758891486, lu_delay=5.226151380687952, ms=00077}
22:49:21.162160 run                             mass: MS performed LU  {at=28292266.865411907, lu_delay=4.851897347718477, ms=00078}
22:49:21.199718 run                             mass: MS performed LU  {at=28292266.902989008, lu_delay=21.790482074022293, ms=00030}
22:49:21.217512 run                osmo-ms-mob/00088: Starting mobile
22:49:21.230455 run       osmo-ms-mob/00088(pid=223): Launched
22:49:21.241409 run                             mass: MS start registered  {at=28292266.944763266, delay=0.00502883642911911, ms=00088}
22:49:22.070375 run                osmo-ms-mob/00089: Starting mobile
22:49:22.083323 run       osmo-ms-mob/00089(pid=224): Launched
22:49:22.095384 run                             mass: MS start registered  {at=28292267.798729915, delay=0.005859576165676117, ms=00089}
22:49:22.684666 run                osmo-ms-mob/00090: Starting mobile
22:49:22.698319 run       osmo-ms-mob/00090(pid=225): Launched
22:49:22.709463 run                             mass: MS start registered  {at=28292268.412816852, delay=0.005171690136194229, ms=00090}
22:49:22.791124 run                             mass: MS performed LU  {at=28292268.494374953, lu_delay=4.681605201214552, ms=00082}
22:49:22.827382 run                             mass: MS performed LU  {at=28292268.530683808, lu_delay=5.584485214203596, ms=00080}
22:49:22.957865 run                             mass: MS performed LU  {at=28292268.661117505, lu_delay=6.246705826371908, ms=00079}
22:49:23.118691 run                             mass: MS performed LU  {at=28292268.821942683, lu_delay=5.6028873026371, ms=00081}
22:49:23.142068 run                             mass: MS performed LU  {at=28292268.84543206, lu_delay=23.022375129163265, ms=00032}
22:49:23.401727 run                osmo-ms-mob/00091: Starting mobile
22:49:23.418436 run       osmo-ms-mob/00091(pid=226): Launched
22:49:23.429931 run                             mass: MS start registered  {at=28292269.13327393, delay=0.0054200030863285065, ms=00091}
22:49:24.085522 run                osmo-ms-mob/00092: Starting mobile
22:49:24.099364 run       osmo-ms-mob/00092(pid=227): Launched
22:49:24.110592 run                             mass: MS start registered  {at=28292269.813946016, delay=0.005255714058876038, ms=00092}
22:49:24.776344 run                             mass: MS performed LU  {at=28292270.479597285, lu_delay=6.055971283465624, ms=00083}
22:49:24.817620 run                osmo-ms-mob/00093: Starting mobile
22:49:24.833227 run       osmo-ms-mob/00093(pid=228): Launched
22:49:24.839181 run                             mass: MS performed LU  {at=28292270.54254224, lu_delay=5.70978981256485, ms=00084}
22:49:24.844859 run                             mass: MS performed LU  {at=28292270.54822565, lu_delay=5.106253635138273, ms=00085}
22:49:24.850511 run                             mass: MS start registered  {at=28292270.553879134, delay=0.011352673172950745, ms=00093}
22:49:24.927898 run                             mass: MS performed LU  {at=28292270.631147396, lu_delay=4.615048170089722, ms=00086}
22:49:25.770976 run                osmo-ms-mob/00094: Starting mobile
22:49:25.784097 run       osmo-ms-mob/00094(pid=229): Launched
22:49:25.794927 run                             mass: MS start registered  {at=28292271.498277683, delay=0.004691321402788162, ms=00094}
22:49:26.557070 run                             mass: MS performed LU  {at=28292272.260321077, lu_delay=5.315557811409235, ms=00088}
22:49:26.593823 run                             mass: MS performed LU  {at=28292272.297092617, lu_delay=5.66200727596879, ms=00087}
22:49:26.643296 run                osmo-ms-mob/00095: Starting mobile
22:49:26.657937 run       osmo-ms-mob/00095(pid=230): Launched
22:49:26.669102 run                             mass: MS start registered  {at=28292272.372455876, delay=0.0050376951694488525, ms=00095}
22:49:26.723858 run                             mass: MS performed LU  {at=28292272.42710991, lu_delay=4.6283799931406975, ms=00089}
22:49:27.670971 run                osmo-ms-mob/00096: Starting mobile
22:49:27.683952 run       osmo-ms-mob/00096(pid=231): Launched
22:49:27.695526 run                             mass: MS start registered  {at=28292273.398861933, delay=0.005565732717514038, ms=00096}
22:49:28.541378 run                             mass: MS performed LU  {at=28292274.244582612, lu_delay=5.8317657597362995, ms=00090}
22:49:28.565014 run                             mass: MS performed LU  {at=28292274.26837819, lu_delay=5.135104261338711, ms=00091}
22:49:28.785297 run                osmo-ms-mob/00097: Starting mobile
22:49:28.799234 run       osmo-ms-mob/00097(pid=232): Launched
22:49:28.810261 run                             mass: MS start registered  {at=28292274.51361452, delay=0.005024220794439316, ms=00097}
22:49:28.821473 run                             mass: MS performed LU  {at=28292274.524828844, lu_delay=4.71088282763958, ms=00092}
22:49:30.106913 run                osmo-ms-mob/00098: Starting mobile
22:49:30.124314 run       osmo-ms-mob/00098(pid=233): Launched
22:49:30.135610 run                             mass: MS start registered  {at=28292275.838963196, delay=0.005364779382944107, ms=00098}
22:49:30.323046 run                             mass: MS performed LU  {at=28292276.026297506, lu_delay=4.5280198231339455, ms=00094}
22:49:30.489432 run                             mass: MS performed LU  {at=28292276.19268958, lu_delay=5.638810444623232, ms=00093}
22:49:31.904316 run                osmo-ms-mob/00099: Starting mobile
22:49:31.919899 run       osmo-ms-mob/00099(pid=234): Launched
22:49:31.925946 run                             mass: All started... {duration=55.765073135495186, too_slow=0}
22:49:31.931693 run                             mass: MS start registered  {at=28292277.63505495, delay=0.005741313099861145, ms=00099}
22:49:32.306553 run                             mass: MS performed LU  {at=28292278.009858783, lu_delay=5.637402907013893, ms=00095}
22:49:32.325071 run                             mass: MS performed LU  {at=28292278.028354414, lu_delay=22.639272030442953, ms=00061}
22:49:32.589206 run                             mass: MS performed LU  {at=28292278.292458292, lu_delay=4.893596358597279, ms=00096}
22:49:34.255504 run                             mass: MS performed LU  {at=28292279.958756294, lu_delay=5.445141773670912, ms=00097}
22:49:36.073389 run                             mass: MS performed LU  {at=28292281.77660091, lu_delay=5.937637712806463, ms=00098}
22:49:36.099979 run                             mass: MS performed LU  {at=28292281.80334139, lu_delay=21.5905899181962, ms=00074}
22:49:38.001480 run                             mass: MS performed LU  {at=28292283.704811692, lu_delay=6.069756742566824, ms=00099}
22:49:38.007680 run                             mass: Tests done {all_completed=True, max=23.022375129163265, min=3.6889550648629665}
22:49:38.013198 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:38.018592 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:38.021888 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:38.025143 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:38.028525 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:38.031929 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:38.035318 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:38.038724 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:38.042112 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:38.045794 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:38.049318 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:38.052842 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:38.056391 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:38.059961 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:38.063503 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:38.067045 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:38.070556 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:38.074104 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:38.077667 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:38.081210 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:38.084739 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:38.088269 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:38.091818 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:38.095369 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:38.099527 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:38.102978 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:38.106876 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:38.110310 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:38.113721 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:38.117413 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:38.120851 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:38.124276 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:38.127701 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:38.131144 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:38.134552 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:38.137970 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:38.141387 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:38.145075 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:38.148509 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:38.152345 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:38.156233 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:38.159657 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:38.163219 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:38.166660 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:38.170092 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:38.173517 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:38.176914 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:38.180324 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:38.184029 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:38.187543 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:38.191354 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:38.194762 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:38.198174 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:38.201602 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:38.204998 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:38.208399 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:38.211815 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:38.215241 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:38.218656 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:38.222087 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:38.225498 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:38.229509 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:38.232920 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:38.236924 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:38.240352 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:38.243777 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:38.247211 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:38.250630 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:38.254053 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:38.257487 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:38.260949 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:38.264366 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:38.267769 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:38.271192 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:38.275238 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:38.278677 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:38.282095 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:38.285511 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:38.288937 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:38.292356 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:38.295783 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:38.299204 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:38.302617 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:38.306040 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:38.309461 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:38.312875 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:38.316294 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:38.319717 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:38.323129 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:38.326539 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:38.329962 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:38.333483 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:38.336905 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:38.340332 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:38.343748 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:38.347166 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:38.350576 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:38.354057 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:38.357481 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:38.361484 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:38.364913 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:38.368378 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:38.371797 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:38.375199 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:38.378613 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:38.382051 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:38.385461 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:38.388908 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:38.392316 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:38.395762 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:38.399182 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:38.402607 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:38.406017 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:38.409443 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:38.412863 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:38.416290 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:38.419702 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:38.423107 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:38.426513 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:38.429900 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:38.433310 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:38.436704 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:38.440082 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:38.443467 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:38.446867 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:38.450257 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:38.453632 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:38.457026 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:38.460428 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:38.463830 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:38.467217 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:38.470617 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:38.474018 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:38.477407 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:38.480813 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:38.484203 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:38.487590 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:38.490993 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:38.494415 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:38.497806 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:38.501193 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:38.504571 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:38.507967 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:38.511359 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:38.514758 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:38.518213 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:38.521602 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:38.525009 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:38.528397 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:38.531797 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:38.535174 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:38.538564 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:38.541957 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:38.545357 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:38.548748 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:38.552128 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:38.555521 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:38.558931 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:38.562320 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:38.565710 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:38.569095 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:38.572490 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:38.575894 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:38.579290 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:38.582661 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:38.586050 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:38.589430 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:38.592828 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:38.596222 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:38.599600 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:38.602986 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:38.606394 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:38.609740 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:38.612990 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:38.616236 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:38.619479 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:38.622731 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:38.625982 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:38.629267 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:38.632672 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:38.636073 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:38.639471 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:38.642860 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:38.646267 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:38.649660 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:38.653164 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:38.656584 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:38.660006 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:38.663392 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:38.666782 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:38.670183 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:38.673577 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:38.676961 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:38.680355 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:38.683756 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:38.687148 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:38.690551 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:38.693959 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:38.697363 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:38.700754 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:38.704155 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:38.707552 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:38.710947 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:38.714345 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:38.717727 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:38.721106 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:38.724489 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:38.727876 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:38.731275 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:38.734681 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:38.738065 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:38.741458 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:38.744785 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:38.748054 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:38.751314 ---      ParallelTerminationStrategy: PID 22 died...
22:49:38.752799 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:38.756407 ---      ParallelTerminationStrategy: PID 23 died...
22:49:38.757884 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:38.761458 ---      ParallelTerminationStrategy: PID 24 died...
22:49:38.762931 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:38.766519 ---      ParallelTerminationStrategy: PID 25 died...
22:49:38.768006 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:38.771651 ---      ParallelTerminationStrategy: PID 26 died...
22:49:38.773125 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:38.776780 ---      ParallelTerminationStrategy: PID 27 died...
22:49:38.778313 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:38.782089 ---      ParallelTerminationStrategy: PID 28 died...
22:49:38.783625 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:38.787407 ---      ParallelTerminationStrategy: PID 29 died...
22:49:38.788950 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:38.792746 ---      ParallelTerminationStrategy: PID 30 died...
22:49:38.794279 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:38.798051 ---      ParallelTerminationStrategy: PID 31 died...
22:49:38.799589 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:38.803391 ---      ParallelTerminationStrategy: PID 32 died...
22:49:38.804929 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:38.808730 ---      ParallelTerminationStrategy: PID 33 died...
22:49:38.810276 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:38.814066 ---      ParallelTerminationStrategy: PID 35 died...
22:49:38.815596 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:38.819396 ---      ParallelTerminationStrategy: PID 36 died...
22:49:38.820929 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:38.824713 ---      ParallelTerminationStrategy: PID 37 died...
22:49:38.826245 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:38.830035 ---      ParallelTerminationStrategy: PID 38 died...
22:49:38.831570 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:38.835346 ---      ParallelTerminationStrategy: PID 39 died...
22:49:38.836879 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:38.840665 ---      ParallelTerminationStrategy: PID 40 died...
22:49:38.842219 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:38.846039 ---      ParallelTerminationStrategy: PID 41 died...
22:49:38.847579 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:38.851354 ---      ParallelTerminationStrategy: PID 42 died...
22:49:38.852909 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:38.856692 ---      ParallelTerminationStrategy: PID 43 died...
22:49:38.858220 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:38.862006 ---      ParallelTerminationStrategy: PID 44 died...
22:49:38.863551 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:38.867307 ---      ParallelTerminationStrategy: PID 45 died...
22:49:38.868850 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:38.872614 ---      ParallelTerminationStrategy: PID 46 died...
22:49:38.874136 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:38.877902 ---      ParallelTerminationStrategy: PID 47 died...
22:49:38.879417 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:38.883182 ---      ParallelTerminationStrategy: PID 48 died...
22:49:38.884707 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:38.888469 ---      ParallelTerminationStrategy: PID 49 died...
22:49:38.889998 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:38.893751 ---      ParallelTerminationStrategy: PID 50 died...
22:49:38.895266 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:38.899021 ---      ParallelTerminationStrategy: PID 51 died...
22:49:38.900532 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:38.904305 ---      ParallelTerminationStrategy: PID 52 died...
22:49:38.905834 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:38.909643 ---      ParallelTerminationStrategy: PID 53 died...
22:49:38.911165 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:38.914911 ---      ParallelTerminationStrategy: PID 54 died...
22:49:38.916388 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:38.920000 ---      ParallelTerminationStrategy: PID 55 died...
22:49:38.921473 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:38.925090 ---      ParallelTerminationStrategy: PID 56 died...
22:49:38.926550 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:38.930146 ---      ParallelTerminationStrategy: PID 57 died...
22:49:38.931607 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:38.935305 ---      ParallelTerminationStrategy: PID 58 died...
22:49:38.936826 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:38.940578 ---      ParallelTerminationStrategy: PID 59 died...
22:49:38.942109 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:38.945885 ---      ParallelTerminationStrategy: PID 60 died...
22:49:38.947407 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:38.951160 ---      ParallelTerminationStrategy: PID 61 died...
22:49:38.952682 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:38.956446 ---      ParallelTerminationStrategy: PID 62 died...
22:49:38.957975 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:38.961726 ---      ParallelTerminationStrategy: PID 63 died...
22:49:38.963257 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:38.967019 ---      ParallelTerminationStrategy: PID 64 died...
22:49:38.968530 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:38.972286 ---      ParallelTerminationStrategy: PID 65 died...
22:49:38.973808 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:38.977569 ---      ParallelTerminationStrategy: PID 66 died...
22:49:38.979091 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:38.982866 ---      ParallelTerminationStrategy: PID 67 died...
22:49:38.984383 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:38.988153 ---      ParallelTerminationStrategy: PID 68 died...
22:49:38.989680 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:38.993451 ---      ParallelTerminationStrategy: PID 69 died...
22:49:38.994976 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:38.998742 ---      ParallelTerminationStrategy: PID 70 died...
22:49:39.000269 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.004024 ---      ParallelTerminationStrategy: PID 71 died...
22:49:39.005571 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.009330 ---      ParallelTerminationStrategy: PID 72 died...
22:49:39.010854 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.014629 ---      ParallelTerminationStrategy: PID 73 died...
22:49:39.016155 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.019921 ---      ParallelTerminationStrategy: PID 74 died...
22:49:39.021448 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.025202 ---      ParallelTerminationStrategy: PID 75 died...
22:49:39.026727 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.030513 ---      ParallelTerminationStrategy: PID 76 died...
22:49:39.032035 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.035799 ---      ParallelTerminationStrategy: PID 77 died...
22:49:39.037325 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.041101 ---      ParallelTerminationStrategy: PID 78 died...
22:49:39.042624 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:39.046395 ---      ParallelTerminationStrategy: PID 79 died...
22:49:39.047917 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:39.051670 ---      ParallelTerminationStrategy: PID 80 died...
22:49:39.053196 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:39.056958 ---      ParallelTerminationStrategy: PID 81 died...
22:49:39.058488 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:39.062303 ---      ParallelTerminationStrategy: PID 82 died...
22:49:39.063826 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:39.067592 ---      ParallelTerminationStrategy: PID 83 died...
22:49:39.069102 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:39.072718 ---      ParallelTerminationStrategy: PID 84 died...
22:49:39.074178 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:39.077812 ---      ParallelTerminationStrategy: PID 85 died...
22:49:39.079265 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:39.082896 ---      ParallelTerminationStrategy: PID 86 died...
22:49:39.084367 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:39.087978 ---      ParallelTerminationStrategy: PID 87 died...
22:49:39.089465 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:39.093063 ---      ParallelTerminationStrategy: PID 88 died...
22:49:39.094525 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:39.098145 ---      ParallelTerminationStrategy: PID 89 died...
22:49:39.099603 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:39.103209 ---      ParallelTerminationStrategy: PID 90 died...
22:49:39.104698 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:39.108324 ---      ParallelTerminationStrategy: PID 91 died...
22:49:39.109800 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:39.113418 ---      ParallelTerminationStrategy: PID 92 died...
22:49:39.114881 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:39.118494 ---      ParallelTerminationStrategy: PID 93 died...
22:49:39.119954 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:39.123602 ---      ParallelTerminationStrategy: PID 94 died...
22:49:39.125058 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:39.128673 ---      ParallelTerminationStrategy: PID 95 died...
22:49:39.130133 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:39.133750 ---      ParallelTerminationStrategy: PID 96 died...
22:49:39.135225 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:39.138829 ---      ParallelTerminationStrategy: PID 97 died...
22:49:39.140295 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:39.143915 ---      ParallelTerminationStrategy: PID 98 died...
22:49:39.145437 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:39.149234 ---      ParallelTerminationStrategy: PID 99 died...
22:49:39.150763 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:39.154535 ---      ParallelTerminationStrategy: PID 100 died...
22:49:39.156052 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:39.159833 ---      ParallelTerminationStrategy: PID 101 died...
22:49:39.161370 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:39.165145 ---      ParallelTerminationStrategy: PID 102 died...
22:49:39.166682 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:39.170452 ---      ParallelTerminationStrategy: PID 103 died...
22:49:39.171973 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:39.175743 ---      ParallelTerminationStrategy: PID 104 died...
22:49:39.177263 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:39.181045 ---      ParallelTerminationStrategy: PID 105 died...
22:49:39.182566 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:39.186328 ---      ParallelTerminationStrategy: PID 106 died...
22:49:39.187836 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:39.191598 ---      ParallelTerminationStrategy: PID 107 died...
22:49:39.193127 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:39.196900 ---      ParallelTerminationStrategy: PID 108 died...
22:49:39.198416 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:39.202169 ---      ParallelTerminationStrategy: PID 109 died...
22:49:39.203686 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:39.207450 ---      ParallelTerminationStrategy: PID 110 died...
22:49:39.208998 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:39.212763 ---      ParallelTerminationStrategy: PID 111 died...
22:49:39.214281 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:39.218058 ---      ParallelTerminationStrategy: PID 112 died...
22:49:39.219585 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:39.223341 ---      ParallelTerminationStrategy: PID 113 died...
22:49:39.224873 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:39.228628 ---      ParallelTerminationStrategy: PID 114 died...
22:49:39.230154 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:39.233911 ---      ParallelTerminationStrategy: PID 115 died...
22:49:39.235435 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:39.239188 ---      ParallelTerminationStrategy: PID 116 died...
22:49:39.240714 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:39.244481 ---      ParallelTerminationStrategy: PID 117 died...
22:49:39.246005 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:39.249753 ---      ParallelTerminationStrategy: PID 118 died...
22:49:39.251274 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:39.255046 ---      ParallelTerminationStrategy: PID 119 died...
22:49:39.256561 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:39.260334 ---      ParallelTerminationStrategy: PID 120 died...
22:49:39.261853 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:39.265601 ---      ParallelTerminationStrategy: PID 121 died...
22:49:39.267117 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:39.270878 ---      ParallelTerminationStrategy: PID 122 died...
22:49:39.272398 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:39.276142 ---      ParallelTerminationStrategy: PID 123 died...
22:49:39.277676 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:39.281445 ---      ParallelTerminationStrategy: PID 124 died...
22:49:39.282974 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:39.286733 ---      ParallelTerminationStrategy: PID 125 died...
22:49:39.288252 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:39.292015 ---      ParallelTerminationStrategy: PID 126 died...
22:49:39.293564 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:39.297330 ---      ParallelTerminationStrategy: PID 127 died...
22:49:39.298853 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:39.302597 ---      ParallelTerminationStrategy: PID 128 died...
22:49:39.304119 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:39.307895 ---      ParallelTerminationStrategy: PID 129 died...
22:49:39.309414 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:39.313182 ---      ParallelTerminationStrategy: PID 130 died...
22:49:39.314698 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:39.318471 ---      ParallelTerminationStrategy: PID 131 died...
22:49:39.320001 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:39.323772 ---      ParallelTerminationStrategy: PID 132 died...
22:49:39.325296 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:39.329067 ---      ParallelTerminationStrategy: PID 133 died...
22:49:39.330583 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:39.334340 ---      ParallelTerminationStrategy: PID 134 died...
22:49:39.335848 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:39.339612 ---      ParallelTerminationStrategy: PID 135 died...
22:49:39.341156 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:39.344951 ---      ParallelTerminationStrategy: PID 136 died...
22:49:39.346472 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:39.350238 ---      ParallelTerminationStrategy: PID 137 died...
22:49:39.351767 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:39.355555 ---      ParallelTerminationStrategy: PID 138 died...
22:49:39.357080 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:39.360846 ---      ParallelTerminationStrategy: PID 139 died...
22:49:39.362373 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:39.366174 ---      ParallelTerminationStrategy: PID 140 died...
22:49:39.367702 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:39.371477 ---      ParallelTerminationStrategy: PID 141 died...
22:49:39.373014 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:39.376800 ---      ParallelTerminationStrategy: PID 142 died...
22:49:39.378319 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:39.382092 ---      ParallelTerminationStrategy: PID 143 died...
22:49:39.383617 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:39.387405 ---      ParallelTerminationStrategy: PID 144 died...
22:49:39.388943 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:39.392730 ---      ParallelTerminationStrategy: PID 145 died...
22:49:39.394248 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:39.398030 ---      ParallelTerminationStrategy: PID 146 died...
22:49:39.399555 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:39.403329 ---      ParallelTerminationStrategy: PID 147 died...
22:49:39.404863 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:39.408618 ---      ParallelTerminationStrategy: PID 148 died...
22:49:39.410145 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:39.413942 ---      ParallelTerminationStrategy: PID 149 died...
22:49:39.415471 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:39.419263 ---      ParallelTerminationStrategy: PID 150 died...
22:49:39.420779 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:39.424563 ---      ParallelTerminationStrategy: PID 151 died...
22:49:39.426119 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:39.429885 ---      ParallelTerminationStrategy: PID 152 died...
22:49:39.431401 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:39.435199 ---      ParallelTerminationStrategy: PID 153 died...
22:49:39.436724 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:39.440487 ---      ParallelTerminationStrategy: PID 154 died...
22:49:39.442012 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:39.445778 ---      ParallelTerminationStrategy: PID 155 died...
22:49:39.447301 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:39.451067 ---      ParallelTerminationStrategy: PID 156 died...
22:49:39.452578 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:39.456343 ---      ParallelTerminationStrategy: PID 157 died...
22:49:39.457877 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:39.461668 ---      ParallelTerminationStrategy: PID 158 died...
22:49:39.463189 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:39.466984 ---      ParallelTerminationStrategy: PID 159 died...
22:49:39.468523 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:39.472310 ---      ParallelTerminationStrategy: PID 160 died...
22:49:39.473857 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:39.477623 ---      ParallelTerminationStrategy: PID 161 died...
22:49:39.479140 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:39.482932 ---      ParallelTerminationStrategy: PID 162 died...
22:49:39.484455 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:39.488229 ---      ParallelTerminationStrategy: PID 163 died...
22:49:39.489749 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:39.493537 ---      ParallelTerminationStrategy: PID 164 died...
22:49:39.495059 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:39.498832 ---      ParallelTerminationStrategy: PID 165 died...
22:49:39.500354 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:39.504139 ---      ParallelTerminationStrategy: PID 166 died...
22:49:39.505660 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:39.509427 ---      ParallelTerminationStrategy: PID 167 died...
22:49:39.510948 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:39.514715 ---      ParallelTerminationStrategy: PID 168 died...
22:49:39.516230 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:39.520014 ---      ParallelTerminationStrategy: PID 169 died...
22:49:39.521529 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:39.525307 ---      ParallelTerminationStrategy: PID 170 died...
22:49:39.526819 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:39.530613 ---      ParallelTerminationStrategy: PID 171 died...
22:49:39.532137 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:39.535907 ---      ParallelTerminationStrategy: PID 172 died...
22:49:39.537425 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:39.541203 ---      ParallelTerminationStrategy: PID 173 died...
22:49:39.542720 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:39.546481 ---      ParallelTerminationStrategy: PID 174 died...
22:49:39.548006 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:39.551779 ---      ParallelTerminationStrategy: PID 175 died...
22:49:39.553338 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:39.557119 ---      ParallelTerminationStrategy: PID 176 died...
22:49:39.558643 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:39.562414 ---      ParallelTerminationStrategy: PID 177 died...
22:49:39.563942 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:39.567721 ---      ParallelTerminationStrategy: PID 178 died...
22:49:39.569244 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:39.573013 ---      ParallelTerminationStrategy: PID 179 died...
22:49:39.574542 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:39.578328 ---      ParallelTerminationStrategy: PID 180 died...
22:49:39.579845 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:39.583636 ---      ParallelTerminationStrategy: PID 181 died...
22:49:39.585161 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:39.588962 ---      ParallelTerminationStrategy: PID 182 died...
22:49:39.590479 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:39.594262 ---      ParallelTerminationStrategy: PID 183 died...
22:49:39.595786 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:39.599564 ---      ParallelTerminationStrategy: PID 184 died...
22:49:39.601105 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:39.604928 ---      ParallelTerminationStrategy: PID 185 died...
22:49:39.606459 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:39.610219 ---      ParallelTerminationStrategy: PID 186 died...
22:49:39.611754 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:39.615528 ---      ParallelTerminationStrategy: PID 187 died...
22:49:39.617052 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:39.620837 ---      ParallelTerminationStrategy: PID 188 died...
22:49:39.622356 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:39.626117 ---      ParallelTerminationStrategy: PID 189 died...
22:49:39.627639 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:39.631415 ---      ParallelTerminationStrategy: PID 190 died...
22:49:39.632944 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:39.636710 ---      ParallelTerminationStrategy: PID 191 died...
22:49:39.638231 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:39.642004 ---      ParallelTerminationStrategy: PID 192 died...
22:49:39.643527 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:39.647303 ---      ParallelTerminationStrategy: PID 193 died...
22:49:39.648825 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:39.652600 ---      ParallelTerminationStrategy: PID 194 died...
22:49:39.654119 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:39.657925 ---      ParallelTerminationStrategy: PID 195 died...
22:49:39.659442 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:39.663214 ---      ParallelTerminationStrategy: PID 196 died...
22:49:39.664732 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:39.668532 ---      ParallelTerminationStrategy: PID 197 died...
22:49:39.670079 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:39.673868 ---      ParallelTerminationStrategy: PID 198 died...
22:49:39.675392 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:39.679251 ---      ParallelTerminationStrategy: PID 199 died...
22:49:39.680779 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:39.684557 ---      ParallelTerminationStrategy: PID 200 died...
22:49:39.686023 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:39.689679 ---      ParallelTerminationStrategy: PID 201 died...
22:49:39.691145 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:39.694789 ---      ParallelTerminationStrategy: PID 202 died...
22:49:39.696246 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:39.699860 ---      ParallelTerminationStrategy: PID 203 died...
22:49:39.701345 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:39.704974 ---      ParallelTerminationStrategy: PID 204 died...
22:49:39.706435 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:39.710077 ---      ParallelTerminationStrategy: PID 205 died...
22:49:39.711539 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:39.715172 ---      ParallelTerminationStrategy: PID 206 died...
22:49:39.716630 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:39.720282 ---      ParallelTerminationStrategy: PID 207 died...
22:49:39.721749 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:39.725370 ---      ParallelTerminationStrategy: PID 208 died...
22:49:39.726834 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:39.730445 ---      ParallelTerminationStrategy: PID 209 died...
22:49:39.731915 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:39.735549 ---      ParallelTerminationStrategy: PID 210 died...
22:49:39.737015 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:39.740638 ---      ParallelTerminationStrategy: PID 211 died...
22:49:39.742098 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:39.745731 ---      ParallelTerminationStrategy: PID 212 died...
22:49:39.747185 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:39.750816 ---      ParallelTerminationStrategy: PID 213 died...
22:49:39.752275 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:39.755915 ---      ParallelTerminationStrategy: PID 214 died...
22:49:39.757384 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:39.761004 ---      ParallelTerminationStrategy: PID 215 died...
22:49:39.762471 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:39.766098 ---      ParallelTerminationStrategy: PID 216 died...
22:49:39.767551 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:39.771180 ---      ParallelTerminationStrategy: PID 217 died...
22:49:39.772642 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:39.776270 ---      ParallelTerminationStrategy: PID 218 died...
22:49:39.777748 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:39.781392 ---      ParallelTerminationStrategy: PID 219 died...
22:49:39.782852 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:39.786474 ---      ParallelTerminationStrategy: PID 220 died...
22:49:39.787940 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:39.791584 ---      ParallelTerminationStrategy: PID 221 died...
22:49:39.793056 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:39.796687 ---      ParallelTerminationStrategy: PID 222 died...
22:49:39.798138 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:39.801803 ---      ParallelTerminationStrategy: PID 223 died...
22:49:39.803268 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:39.806887 ---      ParallelTerminationStrategy: PID 224 died...
22:49:39.808349 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:39.811974 ---      ParallelTerminationStrategy: PID 225 died...
22:49:39.813441 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:39.817067 ---      ParallelTerminationStrategy: PID 226 died...
22:49:39.818531 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:39.822166 ---      ParallelTerminationStrategy: PID 227 died...
22:49:39.823635 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:39.827252 ---      ParallelTerminationStrategy: PID 228 died...
22:49:39.828718 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:39.832378 ---      ParallelTerminationStrategy: PID 229 died...
22:49:39.833854 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:39.837476 ---      ParallelTerminationStrategy: PID 230 died...
22:49:39.838933 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:39.842565 ---      ParallelTerminationStrategy: PID 231 died...
22:49:39.844021 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:39.847656 ---      ParallelTerminationStrategy: PID 232 died...
22:49:39.849126 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:39.852759 ---      ParallelTerminationStrategy: PID 233 died...
22:49:39.854221 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:39.857851 ---      ParallelTerminationStrategy: PID 234 died...
22:49:39.859308 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:43.263654 ---      ParallelTerminationStrategy: PID 34 died...
22:49:43.269796 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8172 netreg_mass PASS
---------------------------------------------------------------------
22:49:43.349892 tst                       trial-8172: Storing JUnit report in /build/trial-8172/run.2025-12-06_22-48-16/trial-8172.xml

--------------------------------------------------------------------------------------------
trial-8172 PASS
--------------------------------------------------------------------------------------------
22:49:43.370498 tst                       trial-8172: trial-8172: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8172/inst
+ cd trial-8172
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-12-06 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8172-run.tgz run.2025-12-06_22-48-16
+ tar czf /build/trial-8172-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-12-06_13_26_53.tgz osmo-bts-oc2g.build-2025-12-06_00_52_04.tgz osmo-bts-sysmo.build-2025-12-06_00_51_55.tgz osmo-bts.build-2025-12-06_00_52_09.tgz osmo-ggsn.build-2025-12-06_20_42_36.tgz osmo-hlr.build-2025-12-06_16_36_52.tgz osmo-hnbgw.build-2025-12-06_13_29_18.tgz osmo-mgw.build-2025-12-06_08_33_17.tgz osmo-msc.build-2025-12-06_13_33_49.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-06_07_36_17.tgz osmo-pcu-sysmo.build-2025-12-06_07_36_14.tgz osmo-pcu.build-2025-12-06_07_34_08.tgz osmo-sgsn.build-2025-12-06_20_48_27.tgz osmo-stp.build-2025-12-06_13_25_45.tgz osmo-trx.build-2025-12-06_14_26_35.tgz osmocom-bb.build-2025-12-06_21_17_29.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