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/jenkins2784702663809435830.sh
+ rm -rf trial-8090-bin.tgz trial-8090-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 24601
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10864
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10172
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12690
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13013
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12225
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 40399
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7400
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 42430
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8116
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 13024
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7298
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11389
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7440
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 8887
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6160
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 7298
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins18116868254044770799.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-8090
+ 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
f17cc18 ttcn3-bts-test: show respawn count at the end
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 DONE 0.1s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:d8844cb4252d851a61f1c1fd1c0e5f762945a36736dbf07019994d5e7bad84a2 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8091 -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-09-16 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8091
+ mkdir -p trial-8091
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-09-16_13_26_37.tgz osmo-bts-oc2g.build-2025-09-16_00_51_43.tgz osmo-bts-sysmo.build-2025-09-16_00_51_37.tgz osmo-bts.build-2025-09-16_00_51_44.tgz osmo-ggsn.build-2025-09-16_20_43_09.tgz osmo-hlr.build-2025-09-16_16_36_49.tgz osmo-hnbgw.build-2025-09-16_13_28_33.tgz osmo-mgw.build-2025-09-16_08_33_16.tgz osmo-msc.build-2025-09-16_13_32_27.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-09-16_07_35_57.tgz osmo-pcu-sysmo.build-2025-09-16_07_36_01.tgz osmo-pcu.build-2025-09-16_07_36_09.tgz osmo-sgsn.build-2025-09-16_20_48_52.tgz osmo-stp.build-2025-09-16_13_25_24.tgz osmo-trx.build-2025-09-16_14_25_42.tgz osmocom-bb.build-2025-09-16_21_17_14.tgz srslte.build-19.tgz trial-8091
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-09-16_13_26_37.md5 osmo-bts-oc2g.build-2025-09-16_00_51_43.md5 osmo-bts-sysmo.build-2025-09-16_00_51_37.md5 osmo-bts.build-2025-09-16_00_51_44.md5 osmo-ggsn.build-2025-09-16_20_43_09.md5 osmo-hlr.build-2025-09-16_16_36_49.md5 osmo-hnbgw.build-2025-09-16_13_28_33.md5 osmo-mgw.build-2025-09-16_08_33_16.md5 osmo-msc.build-2025-09-16_13_32_27.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-09-16_07_35_57.md5 osmo-pcu-sysmo.build-2025-09-16_07_36_01.md5 osmo-pcu.build-2025-09-16_07_36_09.md5 osmo-sgsn.build-2025-09-16_20_48_52.md5 osmo-stp.build-2025-09-16_13_25_24.md5 osmo-trx.build-2025-09-16_14_25_42.md5 osmocom-bb.build-2025-09-16_21_17_14.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-09-16_13_26_37.md5 osmo-bts-oc2g.build-2025-09-16_00_51_43.md5 osmo-bts-sysmo.build-2025-09-16_00_51_37.md5 osmo-bts.build-2025-09-16_00_51_44.md5 osmo-ggsn.build-2025-09-16_20_43_09.md5 osmo-hlr.build-2025-09-16_16_36_49.md5 osmo-hnbgw.build-2025-09-16_13_28_33.md5 osmo-mgw.build-2025-09-16_08_33_16.md5 osmo-msc.build-2025-09-16_13_32_27.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-09-16_07_35_57.md5 osmo-pcu-sysmo.build-2025-09-16_07_36_01.md5 osmo-pcu.build-2025-09-16_07_36_09.md5 osmo-sgsn.build-2025-09-16_20_48_52.md5 osmo-stp.build-2025-09-16_13_25_24.md5 osmo-trx.build-2025-09-16_14_25_42.md5 osmocom-bb.build-2025-09-16_21_17_14.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-8091 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8091'
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-8091
--------------------------------------------------------------------------------------------
22:48:16.591312 tst                       trial-8091: Detailed log at /build/trial-8091/run.2025-09-16_22-48-16/log

---------------------------------------------------------------------
trial-8091 netreg_mass
---------------------------------------------------------------------
22:48:16.830899 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.831311 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.832222 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.833528 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:16.884141 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:16.885407 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:16.886659 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:16.967175 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-8091 netreg_mass register_default_mass.py
----------------------------------------------
22:48:16.968941 tst       register_default_mass.py:9: Claiming resources for the test
22:48:16.986372 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.986996 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.987498 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.987976 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.988463 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.988956 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:16.989433 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.033471 tst         register_default_mass.py: using LAC 2
22:48:17.078003 tst         register_default_mass.py: using RAC 2
22:48:17.113671 tst         register_default_mass.py: using CellId 2
22:48:17.147953 tst         register_default_mass.py: using BVCI 3
22:48:17.154562 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.155265 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.155864 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.156434 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.157027 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.157602 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.158158 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.158746 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.159325 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.159919 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.160497 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.161111 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.161726 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.162314 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.162890 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.163487 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.164072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.164660 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.165248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.165841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.166412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.166997 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.167589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.168167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.168767 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.169352 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.169926 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.170512 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.171093 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.171667 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.172248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.172859 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.173453 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.174046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.174647 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.175229 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.175809 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.176412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.177026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.177609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.178200 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.178792 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.179375 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.179965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.180554 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.181159 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.181751 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.182362 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.182956 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.183544 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.184163 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.184795 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.185381 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.185998 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.186626 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.187212 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.187807 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.188404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.189003 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.189574 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.190161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.190757 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.191351 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.191965 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.192556 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.193159 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.193766 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.194367 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.194953 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.195538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.196133 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.196736 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.197433 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.198042 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.198635 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.199213 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.199805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.200400 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.200998 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.201596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.202178 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.202752 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.203330 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.203920 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.204494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.205083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.205684 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.206270 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.206853 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.207439 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.208047 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.208661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.209286 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.209881 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.210490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.211077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.211673 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.212289 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.212919 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.213536 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.214125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.214778 tst      register_default_mass.py:21: Launching a simple network
22:48:17.226877 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.368518 run            create_hlr_db(pid=20): Launched
22:48:18.379638 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.400478 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.418636 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.425399 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.635899 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.654154 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.661272 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.191777 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.211410 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.226297 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.354556 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.371084 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.377193 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.402484 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.420064 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.432951 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.254872 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.297142 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.331491 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.706389 run         osmo-bts-virtual(pid=34): Launched
22:48:31.280052 tst         register_default_mass.py: using MSISDN 1001
22:48:31.286254 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.371195 tst         register_default_mass.py: using MSISDN 1002
22:48:31.377353 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:33.077044 tst         register_default_mass.py: using MSISDN 1003
22:48:33.102719 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:33.881990 tst         register_default_mass.py: using MSISDN 1004
22:48:33.888057 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:33.956685 tst         register_default_mass.py: using MSISDN 1005
22:48:33.962741 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:34.042836 tst         register_default_mass.py: using MSISDN 1006
22:48:34.048968 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.133920 tst         register_default_mass.py: using MSISDN 1007
22:48:34.143288 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:34.214813 tst         register_default_mass.py: using MSISDN 1008
22:48:34.224904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:34.297515 tst         register_default_mass.py: using MSISDN 1009
22:48:34.303255 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:34.374519 tst         register_default_mass.py: using MSISDN 1010
22:48:34.383537 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:34.437979 tst         register_default_mass.py: using MSISDN 1011
22:48:34.444504 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:34.517455 tst         register_default_mass.py: using MSISDN 1012
22:48:34.523607 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:34.602593 tst         register_default_mass.py: using MSISDN 1013
22:48:34.612964 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:34.696042 tst         register_default_mass.py: using MSISDN 1014
22:48:34.701870 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:34.772203 tst         register_default_mass.py: using MSISDN 1015
22:48:34.782360 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:34.839793 tst         register_default_mass.py: using MSISDN 1016
22:48:34.846527 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:34.914847 tst         register_default_mass.py: using MSISDN 1017
22:48:34.921010 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:34.991154 tst         register_default_mass.py: using MSISDN 1018
22:48:34.997246 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:35.077127 tst         register_default_mass.py: using MSISDN 1019
22:48:35.084720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:35.152801 tst         register_default_mass.py: using MSISDN 1020
22:48:35.159000 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:35.222893 tst         register_default_mass.py: using MSISDN 1021
22:48:35.234154 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:35.312753 tst         register_default_mass.py: using MSISDN 1022
22:48:35.324866 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:35.407543 tst         register_default_mass.py: using MSISDN 1023
22:48:35.413851 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:35.474640 tst         register_default_mass.py: using MSISDN 1024
22:48:35.487343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:35.568106 tst         register_default_mass.py: using MSISDN 1025
22:48:35.574615 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:35.653038 tst         register_default_mass.py: using MSISDN 1026
22:48:35.660549 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:35.723809 tst         register_default_mass.py: using MSISDN 1027
22:48:35.729774 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:35.798557 tst         register_default_mass.py: using MSISDN 1028
22:48:35.804767 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:35.872907 tst         register_default_mass.py: using MSISDN 1029
22:48:35.879029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:35.961306 tst         register_default_mass.py: using MSISDN 1030
22:48:35.967443 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:36.037704 tst         register_default_mass.py: using MSISDN 1031
22:48:36.044244 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:36.128944 tst         register_default_mass.py: using MSISDN 1032
22:48:36.135113 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:36.201646 tst         register_default_mass.py: using MSISDN 1033
22:48:36.211930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:36.283116 tst         register_default_mass.py: using MSISDN 1034
22:48:36.289085 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:36.353348 tst         register_default_mass.py: using MSISDN 1035
22:48:36.359346 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:36.430291 tst         register_default_mass.py: using MSISDN 1036
22:48:36.436341 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:36.510316 tst         register_default_mass.py: using MSISDN 1037
22:48:36.516378 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:36.591896 tst         register_default_mass.py: using MSISDN 1038
22:48:36.597625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:36.672457 tst         register_default_mass.py: using MSISDN 1039
22:48:36.678250 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:36.749954 tst         register_default_mass.py: using MSISDN 1040
22:48:36.755794 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:36.827249 tst         register_default_mass.py: using MSISDN 1041
22:48:36.833283 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:36.898366 tst         register_default_mass.py: using MSISDN 1042
22:48:36.905958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:36.981699 tst         register_default_mass.py: using MSISDN 1043
22:48:37.003030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:37.070500 tst         register_default_mass.py: using MSISDN 1044
22:48:37.080974 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:37.151670 tst         register_default_mass.py: using MSISDN 1045
22:48:37.161529 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:37.234658 tst         register_default_mass.py: using MSISDN 1046
22:48:37.244970 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:37.313688 tst         register_default_mass.py: using MSISDN 1047
22:48:37.335936 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:37.399522 tst         register_default_mass.py: using MSISDN 1048
22:48:37.405639 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:37.470686 tst         register_default_mass.py: using MSISDN 1049
22:48:37.476654 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:37.546615 tst         register_default_mass.py: using MSISDN 1050
22:48:37.552673 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:37.685531 tst         register_default_mass.py: using MSISDN 1051
22:48:37.708070 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:37.790408 tst         register_default_mass.py: using MSISDN 1052
22:48:37.800213 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:37.867655 tst         register_default_mass.py: using MSISDN 1053
22:48:37.889506 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:37.972156 tst         register_default_mass.py: using MSISDN 1054
22:48:37.977924 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:38.038259 tst         register_default_mass.py: using MSISDN 1055
22:48:38.045441 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:38.154141 tst         register_default_mass.py: using MSISDN 1056
22:48:38.159973 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:38.230686 tst         register_default_mass.py: using MSISDN 1057
22:48:38.236735 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:38.332732 tst         register_default_mass.py: using MSISDN 1058
22:48:38.338624 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:38.407376 tst         register_default_mass.py: using MSISDN 1059
22:48:38.414052 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:38.485959 tst         register_default_mass.py: using MSISDN 1060
22:48:38.492214 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:38.571680 tst         register_default_mass.py: using MSISDN 1061
22:48:38.581798 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:38.655235 tst         register_default_mass.py: using MSISDN 1062
22:48:38.665914 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:38.735389 tst         register_default_mass.py: using MSISDN 1063
22:48:38.741549 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:38.814335 tst         register_default_mass.py: using MSISDN 1064
22:48:38.820508 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:38.886920 tst         register_default_mass.py: using MSISDN 1065
22:48:38.893084 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:38.962468 tst         register_default_mass.py: using MSISDN 1066
22:48:38.968619 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:39.035112 tst         register_default_mass.py: using MSISDN 1067
22:48:39.041212 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:39.111259 tst         register_default_mass.py: using MSISDN 1068
22:48:39.117353 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:39.187423 tst         register_default_mass.py: using MSISDN 1069
22:48:39.193391 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:39.267308 tst         register_default_mass.py: using MSISDN 1070
22:48:39.273463 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:39.345707 tst         register_default_mass.py: using MSISDN 1071
22:48:39.351941 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:39.417806 tst         register_default_mass.py: using MSISDN 1072
22:48:39.423754 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:39.507698 tst         register_default_mass.py: using MSISDN 1073
22:48:39.513527 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:39.590097 tst         register_default_mass.py: using MSISDN 1074
22:48:39.596053 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:39.671746 tst         register_default_mass.py: using MSISDN 1075
22:48:39.677633 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:39.761440 tst         register_default_mass.py: using MSISDN 1076
22:48:39.767351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:39.849830 tst         register_default_mass.py: using MSISDN 1077
22:48:39.856965 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:39.922066 tst         register_default_mass.py: using MSISDN 1078
22:48:39.927999 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:40.007781 tst         register_default_mass.py: using MSISDN 1079
22:48:40.013635 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:40.088295 tst         register_default_mass.py: using MSISDN 1080
22:48:40.094291 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:40.182329 tst         register_default_mass.py: using MSISDN 1081
22:48:40.188510 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:40.265103 tst         register_default_mass.py: using MSISDN 1082
22:48:40.270771 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:40.356144 tst         register_default_mass.py: using MSISDN 1083
22:48:40.361979 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:40.450939 tst         register_default_mass.py: using MSISDN 1084
22:48:40.456922 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:40.545159 tst         register_default_mass.py: using MSISDN 1085
22:48:40.554142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:40.630503 tst         register_default_mass.py: using MSISDN 1086
22:48:40.636635 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:40.701206 tst         register_default_mass.py: using MSISDN 1087
22:48:40.707414 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:40.795277 tst         register_default_mass.py: using MSISDN 1088
22:48:40.802008 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:40.883190 tst         register_default_mass.py: using MSISDN 1089
22:48:40.889236 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:40.976301 tst         register_default_mass.py: using MSISDN 1090
22:48:40.982484 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:41.057494 tst         register_default_mass.py: using MSISDN 1091
22:48:41.063548 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:41.170157 tst         register_default_mass.py: using MSISDN 1092
22:48:41.176226 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:41.269946 tst         register_default_mass.py: using MSISDN 1093
22:48:41.278986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:41.366077 tst         register_default_mass.py: using MSISDN 1094
22:48:41.371830 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:41.434572 tst         register_default_mass.py: using MSISDN 1095
22:48:41.440313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:41.509557 tst         register_default_mass.py: using MSISDN 1096
22:48:41.515311 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:41.580873 tst         register_default_mass.py: using MSISDN 1097
22:48:41.588568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:41.669800 tst         register_default_mass.py: using MSISDN 1098
22:48:41.675483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:41.749458 tst         register_default_mass.py: using MSISDN 1099
22:48:41.755530 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:41.825676 tst         register_default_mass.py: using MSISDN 1100
22:48:41.831826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:41.958244 run                             mass: Starting testcase
22:48:41.964326 run                             mass: Pre-launching all virtphy's
22:48:41.970182 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:41.984174 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:41.990625 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:42.006886 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:42.013457 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:42.027111 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:42.033694 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:42.047736 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:42.054209 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:42.068264 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:42.074759 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:42.089107 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:42.095516 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:42.108862 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:42.115118 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:42.128865 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:42.135442 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:42.149470 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:42.156068 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:42.170473 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:42.176933 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:42.190851 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:42.197278 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:42.211323 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:42.217742 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:42.231742 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:42.238214 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:42.252013 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:42.258519 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:42.272333 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:42.278803 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:42.292726 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:42.299177 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:42.312651 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:42.319053 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:42.332576 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:42.338907 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:42.352446 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:42.358614 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:42.372241 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:42.378630 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:42.392183 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:42.398538 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:42.411807 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:42.417914 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:42.431198 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:42.437405 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:42.450766 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:42.456914 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:42.470269 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:42.476567 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:42.489897 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:42.496056 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:42.509449 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:42.515573 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:42.529005 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:42.535156 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:42.548466 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:42.554728 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:42.567954 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:42.574429 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:42.588132 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:42.594476 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:42.607949 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:42.614166 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:42.627559 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:42.633867 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:42.647346 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:42.653558 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:42.667147 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:42.673507 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:42.687033 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:42.693234 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:42.706939 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:42.713297 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:42.727037 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:42.733373 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:42.746796 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:42.753037 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:42.766643 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:42.772878 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:42.786291 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:42.792436 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:42.805662 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:42.812045 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:42.825313 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:42.831619 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:42.845258 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:42.851414 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:42.864676 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:42.870801 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:42.883962 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:42.890060 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:42.903396 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:42.909568 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:42.922840 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:42.929023 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:42.942491 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:42.948767 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:42.962380 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:42.968581 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:42.981882 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:42.988026 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:43.001397 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:43.007615 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:43.020899 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:43.027023 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:43.040109 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:43.046220 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:43.059516 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:43.065794 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:43.079491 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:43.085602 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:43.099051 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:43.105329 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:43.118739 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:43.124833 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:43.138361 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:43.144533 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:43.157819 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:43.163948 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:43.177513 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:43.183656 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:43.196900 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:43.203102 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:43.216686 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:43.223089 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:43.237128 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:43.243543 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:43.256974 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:43.263287 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:43.276681 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:43.283060 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:43.297020 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:43.303420 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:43.317310 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:43.323723 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:43.337687 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:43.344070 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:43.357839 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:43.363970 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:43.377376 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:43.383594 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:43.397174 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:43.403494 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:43.417541 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:43.424075 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:43.438067 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:43.444333 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:43.458396 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:43.464814 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:43.478839 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:43.485120 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:43.498545 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:43.504758 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:43.518375 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:43.525120 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:43.539171 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:43.545630 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:43.559591 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:43.566037 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:43.580012 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:43.586622 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:43.600634 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:43.607130 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:43.621192 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:43.627671 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:43.641787 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:43.648253 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:43.662420 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:43.668865 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:43.682834 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:43.689403 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:43.703433 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:43.710059 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:43.724160 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:43.730595 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:43.744473 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:43.750927 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:43.765141 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:43.771538 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:43.784901 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:43.791189 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:43.804496 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:43.810896 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:43.824486 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:43.830894 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:43.844700 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:43.850996 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:43.864849 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:43.871337 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:43.885483 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:43.891883 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:43.905406 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:43.911866 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:43.925986 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:43.932420 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:43.947581 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:43.953986 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:43.967867 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:43.974273 run                             mass: Checking if sockets are in the filesystem
22:48:43.987105 run                osmo-ms-mob/00000: Starting mobile
22:48:44.000956 run       osmo-ms-mob/00000(pid=135): Launched
22:48:44.013279 run                             mass: MS start registered  {at=21293829.716626927, delay=0.005898237228393555, ms=00000}
22:48:48.192568 run                osmo-ms-mob/00001: Starting mobile
22:48:48.206580 run       osmo-ms-mob/00001(pid=136): Launched
22:48:48.217644 run                             mass: MS start registered  {at=21293833.92097975, delay=0.004642169922590256, ms=00001}
22:48:49.996060 run                osmo-ms-mob/00002: Starting mobile
22:48:50.028982 run       osmo-ms-mob/00002(pid=137): Launched
22:48:50.050577 run                             mass: MS start registered  {at=21293835.753853787, delay=0.0070875175297260284, ms=00002}
22:48:50.087333 run                             mass: MS performed LU  {at=21293835.790640987, lu_delay=6.074014060199261, ms=00000}
22:48:51.513987 run                osmo-ms-mob/00003: Starting mobile
22:48:51.975176 run       osmo-ms-mob/00003(pid=138): Launched
22:48:51.981964 run                             mass: Starting too slowly. Moving on {now=21293837.68532941, sleep=-0.6016517318785191, target=21293837.08367768}
22:48:51.988065 run                             mass: MS start registered  {at=21293837.691419348, delay=0.0060933977365493774, ms=00003}
22:48:51.994294 run                             mass: Starting too slowly. Moving on {now=21293837.697661966, sleep=-0.5139842852950096, target=21293837.18367768}
22:48:52.000321 run                             mass: Starting too slowly. Moving on {now=21293837.703690827, sleep=-0.4200131446123123, target=21293837.283677682}
22:48:52.006394 run                             mass: Starting too slowly. Moving on {now=21293837.70976339, sleep=-0.3260857053101063, target=21293837.383677684}
22:48:52.012520 run                             mass: Starting too slowly. Moving on {now=21293837.715888627, sleep=-0.2322109416127205, target=21293837.483677685}
22:48:52.018784 run                             mass: Starting too slowly. Moving on {now=21293837.7221514, sleep=-0.13847371190786362, target=21293837.583677687}
22:48:52.024916 run                             mass: Starting too slowly. Moving on {now=21293837.72828554, sleep=-0.04460785165429115, target=21293837.68367769}
22:48:52.386475 run                osmo-ms-mob/00004: Starting mobile
22:48:52.400784 run       osmo-ms-mob/00004(pid=139): Launched
22:48:52.412112 run                             mass: MS start registered  {at=21293838.115457825, delay=0.004724834114313126, ms=00004}
22:48:53.389139 run                osmo-ms-mob/00005: Starting mobile
22:48:53.405330 run       osmo-ms-mob/00005(pid=140): Launched
22:48:53.418054 run                             mass: MS start registered  {at=21293839.12136953, delay=0.005534730851650238, ms=00005}
22:48:53.852479 run                             mass: MS performed LU  {at=21293839.555805705, lu_delay=5.634825956076384, ms=00001}
22:48:54.291517 run                osmo-ms-mob/00006: Starting mobile
22:48:54.307745 run       osmo-ms-mob/00006(pid=141): Launched
22:48:54.321312 run                             mass: MS start registered  {at=21293840.02463807, delay=0.007009491324424744, ms=00006}
22:48:55.194286 run                osmo-ms-mob/00007: Starting mobile
22:48:55.225970 run       osmo-ms-mob/00007(pid=142): Launched
22:48:55.240703 run                             mass: MS start registered  {at=21293840.944041632, delay=7.078051567077637e-05, ms=00007}
22:48:55.753346 run                             mass: MS performed LU  {at=21293841.456670444, lu_delay=5.702816657721996, ms=00002}
22:48:55.988381 run                osmo-ms-mob/00008: Starting mobile
22:48:56.005999 run       osmo-ms-mob/00008(pid=143): Launched
22:48:56.023482 run                             mass: MS start registered  {at=21293841.7268059, delay=0.008362647145986557, ms=00008}
22:48:56.687276 run                osmo-ms-mob/00009: Starting mobile
22:48:56.706886 run       osmo-ms-mob/00009(pid=144): Launched
22:48:56.720486 run                             mass: MS start registered  {at=21293842.42381756, delay=0.006026659160852432, ms=00009}
22:48:57.387225 run                osmo-ms-mob/00010: Starting mobile
22:48:57.401260 run       osmo-ms-mob/00010(pid=145): Launched
22:48:57.412951 run                             mass: MS start registered  {at=21293843.11629289, delay=0.005258828401565552, ms=00010}
22:48:57.618034 run                             mass: MS performed LU  {at=21293843.321362074, lu_delay=5.62994272634387, ms=00003}
22:48:57.664539 run                             mass: MS performed LU  {at=21293843.367869604, lu_delay=5.252411779016256, ms=00004}
22:48:57.986586 run                osmo-ms-mob/00011: Starting mobile
22:48:58.000732 run       osmo-ms-mob/00011(pid=146): Launched
22:48:58.012209 run                             mass: MS start registered  {at=21293843.715557605, delay=0.00493616983294487, ms=00011}
22:48:58.761579 run                osmo-ms-mob/00012: Starting mobile
22:48:58.776688 run       osmo-ms-mob/00012(pid=147): Launched
22:48:58.800611 run                             mass: Starting too slowly. Moving on {now=21293844.503964715, sleep=-0.12028692662715912, target=21293844.383677788}
22:48:58.808975 run                             mass: MS start registered  {at=21293844.51233499, delay=0.008374754339456558, ms=00012}
22:48:58.815494 run                             mass: Starting too slowly. Moving on {now=21293844.518862993, sleep=-0.035185202956199646, target=21293844.48367779}
22:48:59.186738 run                osmo-ms-mob/00013: Starting mobile
22:48:59.203871 run       osmo-ms-mob/00013(pid=148): Launched
22:48:59.215264 run                             mass: MS start registered  {at=21293844.91860749, delay=0.004687350243330002, ms=00013}
22:48:59.519507 run                             mass: MS performed LU  {at=21293845.222838733, lu_delay=5.198200661689043, ms=00006}
22:48:59.566289 run                             mass: MS performed LU  {at=21293845.269614313, lu_delay=6.14824478328228, ms=00005}
22:48:59.788254 run                osmo-ms-mob/00014: Starting mobile
22:48:59.803940 run       osmo-ms-mob/00014(pid=149): Launched
22:48:59.817364 run                             mass: MS start registered  {at=21293845.52069908, delay=0.005858585238456726, ms=00014}
22:49:00.387230 run                osmo-ms-mob/00015: Starting mobile
22:49:00.401848 run       osmo-ms-mob/00015(pid=150): Launched
22:49:00.413955 run                             mass: MS start registered  {at=21293846.11725379, delay=0.0054364874958992004, ms=00015}
22:49:00.887612 run                osmo-ms-mob/00016: Starting mobile
22:49:00.901869 run       osmo-ms-mob/00016(pid=151): Launched
22:49:00.914137 run                             mass: MS start registered  {at=21293846.6174775, delay=0.005618225783109665, ms=00016}
22:49:01.388612 run                osmo-ms-mob/00017: Starting mobile
22:49:01.402916 run       osmo-ms-mob/00017(pid=152): Launched
22:49:01.409466 run                             mass: MS performed LU  {at=21293847.1128175, lu_delay=4.688999939709902, ms=00009}
22:49:01.416014 run                             mass: MS start registered  {at=21293847.11937795, delay=0.006585072726011276, ms=00017}
22:49:01.430749 run                             mass: MS performed LU  {at=21293847.13408488, lu_delay=5.40727898105979, ms=00008}
22:49:01.517663 run                             mass: MS performed LU  {at=21293847.220998824, lu_delay=6.27695719152689, ms=00007}
22:49:01.986511 run                osmo-ms-mob/00018: Starting mobile
22:49:02.000643 run       osmo-ms-mob/00018(pid=153): Launched
22:49:02.012062 run                             mass: MS start registered  {at=21293847.71540981, delay=0.005063880234956741, ms=00018}
22:49:02.386997 run                osmo-ms-mob/00019: Starting mobile
22:49:02.401758 run       osmo-ms-mob/00019(pid=154): Launched
22:49:02.413338 run                             mass: MS start registered  {at=21293848.11667967, delay=0.005098015069961548, ms=00019}
22:49:02.886245 run                osmo-ms-mob/00020: Starting mobile
22:49:02.900301 run       osmo-ms-mob/00020(pid=155): Launched
22:49:02.911801 run                             mass: MS start registered  {at=21293848.615145624, delay=0.005123589187860489, ms=00020}
22:49:03.285638 run                             mass: MS performed LU  {at=21293848.988976073, lu_delay=5.872683182358742, ms=00010}
22:49:03.297260 run                osmo-ms-mob/00021: Starting mobile
22:49:03.310937 run       osmo-ms-mob/00021(pid=156): Launched
22:49:03.322405 run                             mass: MS start registered  {at=21293849.02575153, delay=0.005028106272220612, ms=00021}
22:49:03.331371 run                             mass: MS performed LU  {at=21293849.03471522, lu_delay=5.319157615303993, ms=00011}
22:49:03.419341 run                             mass: MS performed LU  {at=21293849.122673765, lu_delay=4.610338773578405, ms=00012}
22:49:03.787126 run                osmo-ms-mob/00022: Starting mobile
22:49:03.801504 run       osmo-ms-mob/00022(pid=157): Launched
22:49:03.813410 run                             mass: MS start registered  {at=21293849.516757164, delay=0.005152314901351929, ms=00022}
22:49:04.286209 run                osmo-ms-mob/00023: Starting mobile
22:49:04.300493 run       osmo-ms-mob/00023(pid=158): Launched
22:49:04.311935 run                             mass: MS start registered  {at=21293850.015283994, delay=0.0049013979732990265, ms=00023}
22:49:04.686197 run                osmo-ms-mob/00024: Starting mobile
22:49:04.699342 run       osmo-ms-mob/00024(pid=159): Launched
22:49:04.710459 run                             mass: MS start registered  {at=21293850.413806934, delay=0.00488627701997757, ms=00024}
22:49:05.150156 run                             mass: MS performed LU  {at=21293850.85348928, lu_delay=4.736235488206148, ms=00015}
22:49:05.161899 run                osmo-ms-mob/00025: Starting mobile
22:49:05.175936 run       osmo-ms-mob/00025(pid=160): Launched
22:49:05.187513 run                             mass: MS start registered  {at=21293850.890843328, delay=0.004950247704982758, ms=00025}
22:49:05.200430 run                             mass: MS performed LU  {at=21293850.903777756, lu_delay=5.383078675717115, ms=00014}
22:49:05.283680 run                             mass: MS performed LU  {at=21293850.987010002, lu_delay=6.068402513861656, ms=00013}
22:49:05.587036 run                osmo-ms-mob/00026: Starting mobile
22:49:05.601423 run       osmo-ms-mob/00026(pid=161): Launched
22:49:05.613212 run                             mass: MS start registered  {at=21293851.316530168, delay=0.00510653480887413, ms=00026}
22:49:05.987105 run                osmo-ms-mob/00027: Starting mobile
22:49:06.001843 run       osmo-ms-mob/00027(pid=162): Launched
22:49:06.013793 run                             mass: MS start registered  {at=21293851.717133325, delay=0.005297347903251648, ms=00027}
22:49:06.387139 run                osmo-ms-mob/00028: Starting mobile
22:49:06.401710 run       osmo-ms-mob/00028(pid=163): Launched
22:49:06.413273 run                             mass: MS start registered  {at=21293852.11661768, delay=0.0050782449543476105, ms=00028}
22:49:06.786708 run                osmo-ms-mob/00029: Starting mobile
22:49:06.800582 run       osmo-ms-mob/00029(pid=164): Launched
22:49:06.811771 run                             mass: MS start registered  {at=21293852.5151198, delay=0.004762765020132065, ms=00029}
22:49:06.949935 run                             mass: MS performed LU  {at=21293852.653189663, lu_delay=4.536509994417429, ms=00019}
22:49:07.051862 run                             mass: MS performed LU  {at=21293852.755094193, lu_delay=6.137616693973541, ms=00016}
22:49:07.097408 run                             mass: MS performed LU  {at=21293852.800736707, lu_delay=5.6813587583601475, ms=00017}
22:49:07.109487 run                osmo-ms-mob/00030: Starting mobile
22:49:07.123675 run       osmo-ms-mob/00030(pid=165): Launched
22:49:07.135132 run                             mass: MS start registered  {at=21293852.83847893, delay=0.004968065768480301, ms=00030}
22:49:07.203551 run                             mass: MS performed LU  {at=21293852.906885464, lu_delay=5.19147565215826, ms=00018}
22:49:07.586330 run                osmo-ms-mob/00031: Starting mobile
22:49:07.600763 run       osmo-ms-mob/00031(pid=166): Launched
22:49:07.612256 run                             mass: MS start registered  {at=21293853.3156093, delay=0.004760663956403732, ms=00031}
22:49:07.886933 run                osmo-ms-mob/00032: Starting mobile
22:49:07.901343 run       osmo-ms-mob/00032(pid=167): Launched
22:49:07.912806 run                             mass: MS start registered  {at=21293853.616153583, delay=0.0050275251269340515, ms=00032}
22:49:08.286275 run                osmo-ms-mob/00033: Starting mobile
22:49:08.300028 run       osmo-ms-mob/00033(pid=168): Launched
22:49:08.311682 run                             mass: MS start registered  {at=21293854.015030447, delay=0.004531525075435638, ms=00033}
22:49:08.691855 run                osmo-ms-mob/00034: Starting mobile
22:49:08.720025 run       osmo-ms-mob/00034(pid=169): Launched
22:49:08.741209 run                             mass: MS start registered  {at=21293854.44452717, delay=0.00625220313668251, ms=00034}
22:49:08.915734 run                             mass: MS performed LU  {at=21293854.61904204, lu_delay=4.603758044540882, ms=00023}
22:49:08.937592 run                osmo-ms-mob/00035: Starting mobile
22:49:08.953448 run       osmo-ms-mob/00035(pid=170): Launched
22:49:08.962799 run                             mass: MS performed LU  {at=21293854.666125994, lu_delay=5.149368830025196, ms=00022}
22:49:08.977395 run                             mass: MS start registered  {at=21293854.680746816, delay=0.015616405755281448, ms=00035}
22:49:09.049831 run                             mass: MS performed LU  {at=21293854.75314163, lu_delay=5.727390099316835, ms=00021}
22:49:09.105051 run                             mass: MS performed LU  {at=21293854.808358155, lu_delay=6.193212531507015, ms=00020}
22:49:09.120266 run                osmo-ms-mob/00036: Starting mobile
22:49:09.135717 run       osmo-ms-mob/00036(pid=171): Launched
22:49:09.149130 run                             mass: MS start registered  {at=21293854.852473132, delay=3.618001937866211e-05, ms=00036}
22:49:09.795345 run                osmo-ms-mob/00037: Starting mobile
22:49:09.832510 run       osmo-ms-mob/00037(pid=172): Launched
22:49:09.857123 run                             mass: MS start registered  {at=21293855.560432512, delay=0.007431052625179291, ms=00037}
22:49:10.095161 run                osmo-ms-mob/00038: Starting mobile
22:49:10.119655 run       osmo-ms-mob/00038(pid=173): Launched
22:49:10.143971 run                             mass: MS start registered  {at=21293855.84727879, delay=0.015035208314657211, ms=00038}
22:49:10.396953 run                osmo-ms-mob/00039: Starting mobile
22:49:10.493756 run       osmo-ms-mob/00039(pid=174): Launched
22:49:10.510158 run                             mass: Starting too slowly. Moving on {now=21293856.21351463, sleep=-0.029836665838956833, target=21293856.183677964}
22:49:10.526015 run                             mass: MS start registered  {at=21293856.2293524, delay=0.015842005610466003, ms=00039}
22:49:10.715645 run                             mass: MS performed LU  {at=21293856.41894711, lu_delay=5.102416943758726, ms=00026}
22:49:10.743617 run                osmo-ms-mob/00040: Starting mobile
22:49:10.763328 run       osmo-ms-mob/00040(pid=175): Launched
22:49:10.782509 run                             mass: MS start registered  {at=21293856.48578987, delay=0.009264368563890457, ms=00040}
22:49:10.817750 run                             mass: MS performed LU  {at=21293856.521049477, lu_delay=6.107242543250322, ms=00024}
22:49:10.863088 run                             mass: MS performed LU  {at=21293856.566384453, lu_delay=4.849251128733158, ms=00027}
22:49:10.891683 run                osmo-ms-mob/00041: Starting mobile
22:49:10.926793 run       osmo-ms-mob/00041(pid=176): Launched
22:49:10.951535 run                             mass: MS start registered  {at=21293856.654844254, delay=0.008960902690887451, ms=00041}
22:49:10.969608 run                             mass: MS performed LU  {at=21293856.672935367, lu_delay=5.782092038542032, ms=00025}
22:49:11.007087 run                             mass: MS performed LU  {at=21293856.71039796, lu_delay=4.593780279159546, ms=00028}
22:49:11.036820 run                osmo-ms-mob/00042: Starting mobile
22:49:11.072345 run       osmo-ms-mob/00042(pid=177): Launched
22:49:11.097921 run                             mass: MS start registered  {at=21293856.80122115, delay=0.006744109094142914, ms=00042}
22:49:11.788961 run                osmo-ms-mob/00043: Starting mobile
22:49:11.817780 run       osmo-ms-mob/00043(pid=178): Launched
22:49:11.833529 run                             mass: MS start registered  {at=21293857.536782816, delay=0.006982289254665375, ms=00043}
22:49:12.095664 run                osmo-ms-mob/00044: Starting mobile
22:49:12.133399 run       osmo-ms-mob/00044(pid=179): Launched
22:49:12.152114 run                             mass: MS start registered  {at=21293857.855424788, delay=7.481873035430908e-05, ms=00044}
22:49:12.402738 run                osmo-ms-mob/00045: Starting mobile
22:49:12.448917 run       osmo-ms-mob/00045(pid=180): Launched
22:49:12.494367 run                             mass: MS start registered  {at=21293858.19766104, delay=0.024923063814640045, ms=00045}
22:49:12.700144 run                osmo-ms-mob/00046: Starting mobile
22:49:12.760789 run       osmo-ms-mob/00046(pid=181): Launched
22:49:12.780681 run                             mass: Starting too slowly. Moving on {now=21293858.484030627, sleep=-0.00035262852907180786, target=21293858.483678}
22:49:12.799071 run                             mass: MS performed LU  {at=21293858.502409942, lu_delay=5.987290143966675, ms=00029}
22:49:12.826143 run                             mass: MS performed LU  {at=21293858.52949107, lu_delay=4.913337487727404, ms=00032}
22:49:12.845114 run                             mass: MS start registered  {at=21293858.548458256, delay=0.06446122750639915, ms=00046}
22:49:12.879038 run                osmo-ms-mob/00047: Starting mobile
22:49:12.924768 run       osmo-ms-mob/00047(pid=182): Launched
22:49:12.943989 run                             mass: MS performed LU  {at=21293858.64732578, lu_delay=5.808846849948168, ms=00030}
22:49:12.962433 run                             mass: MS performed LU  {at=21293858.66577992, lu_delay=5.350170619785786, ms=00031}
22:49:12.981138 run                             mass: MS start registered  {at=21293858.684486464, delay=0.037199441343545914, ms=00047}
22:49:13.015400 run                osmo-ms-mob/00048: Starting mobile
22:49:13.056913 run       osmo-ms-mob/00048(pid=183): Launched
22:49:13.087026 run                             mass: MS start registered  {at=21293858.790341776, delay=0.010600108653306961, ms=00048}
22:49:13.143738 run                             mass: MS performed LU  {at=21293858.8470538, lu_delay=4.832023352384567, ms=00033}
22:49:13.603143 run                osmo-ms-mob/00049: Starting mobile
22:49:13.670745 run       osmo-ms-mob/00049(pid=184): Launched
22:49:13.701397 run                             mass: Starting too slowly. Moving on {now=21293859.404745996, sleep=-0.021067984402179718, target=21293859.38367801}
22:49:13.720600 run                             mass: MS start registered  {at=21293859.423932888, delay=0.01919100433588028, ms=00049}
22:49:13.903944 run                osmo-ms-mob/00050: Starting mobile
22:49:13.947546 run       osmo-ms-mob/00050(pid=185): Launched
22:49:13.979049 run                             mass: MS start registered  {at=21293859.682338364, delay=0.011752691119909286, ms=00050}
22:49:14.298459 run                osmo-ms-mob/00051: Starting mobile
22:49:14.357726 run       osmo-ms-mob/00051(pid=186): Launched
22:49:14.386506 run                             mass: MS start registered  {at=21293860.08978919, delay=0.006138399243354797, ms=00051}
22:49:14.547401 run                             mass: MS performed LU  {at=21293860.250687707, lu_delay=5.5699408911168575, ms=00035}
22:49:14.589292 run                osmo-ms-mob/00052: Starting mobile
22:49:14.637638 run       osmo-ms-mob/00052(pid=187): Launched
22:49:14.658674 run                             mass: MS performed LU  {at=21293860.362004217, lu_delay=5.509531084448099, ms=00036}
22:49:14.678984 run                             mass: MS performed LU  {at=21293860.38232629, lu_delay=4.821893777698278, ms=00037}
22:49:14.699998 run                             mass: MS start registered  {at=21293860.40333907, delay=0.041386689990758896, ms=00052}
22:49:14.740592 run                osmo-ms-mob/00053: Starting mobile
22:49:14.789440 run       osmo-ms-mob/00053(pid=188): Launched
22:49:14.811233 run                             mass: MS performed LU  {at=21293860.514560293, lu_delay=6.070033121854067, ms=00034}
22:49:14.830934 run                             mass: MS performed LU  {at=21293860.534277722, lu_delay=4.686998933553696, ms=00038}
22:49:14.849506 run                             mass: MS start registered  {at=21293860.552851394, delay=0.038345273584127426, ms=00053}
22:49:14.883947 run                osmo-ms-mob/00054: Starting mobile
22:49:14.928662 run       osmo-ms-mob/00054(pid=189): Launched
22:49:14.957963 run                             mass: MS start registered  {at=21293860.661258895, delay=0.00696985051035881, ms=00054}
22:49:15.495160 run                osmo-ms-mob/00055: Starting mobile
22:49:15.533868 run       osmo-ms-mob/00055(pid=190): Launched
22:49:15.553285 run                             mass: MS start registered  {at=21293861.256592512, delay=0.003330972045660019, ms=00055}
22:49:15.794827 run                osmo-ms-mob/00056: Starting mobile
22:49:15.830217 run       osmo-ms-mob/00056(pid=191): Launched
22:49:15.847075 run                             mass: MS start registered  {at=21293861.550412863, delay=3.762543201446533e-05, ms=00056}
22:49:16.092164 run                osmo-ms-mob/00057: Starting mobile
22:49:16.115068 run       osmo-ms-mob/00057(pid=192): Launched
22:49:16.136503 run                             mass: MS start registered  {at=21293861.83983467, delay=0.012153971940279007, ms=00057}
22:49:16.447520 run                             mass: MS performed LU  {at=21293862.150832377, lu_delay=5.349611226469278, ms=00042}
22:49:16.467961 run                osmo-ms-mob/00058: Starting mobile
22:49:16.484905 run       osmo-ms-mob/00058(pid=193): Launched
22:49:16.493451 run                             mass: MS performed LU  {at=21293862.19679372, lu_delay=5.541949465870857, ms=00041}
22:49:16.501262 run                             mass: MS start registered  {at=21293862.204624932, delay=0.008770294487476349, ms=00058}
22:49:16.580919 run                             mass: MS performed LU  {at=21293862.28425512, lu_delay=4.747472304850817, ms=00043}
22:49:16.593429 run                osmo-ms-mob/00059: Starting mobile
22:49:16.608477 run       osmo-ms-mob/00059(pid=194): Launched
22:49:16.621634 run                             mass: MS start registered  {at=21293862.324977595, delay=0.0055031925439834595, ms=00059}
22:49:16.637127 run                             mass: MS performed LU  {at=21293862.340440985, lu_delay=5.854651115834713, ms=00040}
22:49:16.673132 run                             mass: MS performed LU  {at=21293862.376463678, lu_delay=6.147111278027296, ms=00039}
22:49:16.685382 run                osmo-ms-mob/00060: Starting mobile
22:49:16.700138 run       osmo-ms-mob/00060(pid=195): Launched
22:49:16.724064 run                             mass: MS start registered  {at=21293862.427358996, delay=0.01563405990600586, ms=00060}
22:49:17.492870 run                osmo-ms-mob/00061: Starting mobile
22:49:17.526843 run       osmo-ms-mob/00061(pid=196): Launched
22:49:17.550945 run                             mass: MS start registered  {at=21293863.254261352, delay=0.007658872753381729, ms=00061}
22:49:17.795117 run                osmo-ms-mob/00062: Starting mobile
22:49:17.828852 run       osmo-ms-mob/00062(pid=197): Launched
22:49:17.900039 run                             mass: MS start registered  {at=21293863.60335975, delay=0.055775366723537445, ms=00062}
22:49:18.093790 run                osmo-ms-mob/00063: Starting mobile
22:49:18.125085 run       osmo-ms-mob/00063(pid=198): Launched
22:49:18.147187 run                             mass: MS start registered  {at=21293863.850515537, delay=0.006998363882303238, ms=00063}
22:49:18.247174 run                             mass: MS performed LU  {at=21293863.95047839, lu_delay=5.265991926193237, ms=00047}
22:49:18.265850 run                             mass: MS performed LU  {at=21293863.969171137, lu_delay=5.771510098129511, ms=00045}
22:49:18.349056 run                             mass: MS performed LU  {at=21293864.05236504, lu_delay=6.196940250694752, ms=00044}
22:49:18.375128 run                osmo-ms-mob/00064: Starting mobile
22:49:18.406639 run       osmo-ms-mob/00064(pid=199): Launched
22:49:18.429118 run                             mass: MS start registered  {at=21293864.132433023, delay=0.00734444335103035, ms=00064}
22:49:18.538713 run                             mass: MS performed LU  {at=21293864.242021088, lu_delay=4.818088199943304, ms=00049}
22:49:18.574643 run                             mass: MS performed LU  {at=21293864.277963277, lu_delay=5.487621501088142, ms=00048}
22:49:18.894255 run                osmo-ms-mob/00065: Starting mobile
22:49:18.927058 run       osmo-ms-mob/00065(pid=200): Launched
22:49:18.950997 run                             mass: MS start registered  {at=21293864.65431348, delay=0.007056202739477158, ms=00065}
22:49:19.189547 run                osmo-ms-mob/00066: Starting mobile
22:49:19.208840 run       osmo-ms-mob/00066(pid=201): Launched
22:49:19.231656 run                             mass: MS start registered  {at=21293864.934984695, delay=0.012174680829048157, ms=00066}
22:49:19.273454 run                             mass: MS performed LU  {at=21293864.97676785, lu_delay=6.428309593349695, ms=00046}
22:49:19.456689 run                             mass: MS performed LU  {at=21293865.159984697, lu_delay=3.6095718331635, ms=00056}
22:49:19.593094 run                osmo-ms-mob/00067: Starting mobile
22:49:19.612312 run       osmo-ms-mob/00067(pid=202): Launched
22:49:19.627005 run                             mass: MS start registered  {at=21293865.330334913, delay=0.006554890424013138, ms=00067}
22:49:19.895461 run                osmo-ms-mob/00068: Starting mobile
22:49:19.911252 run       osmo-ms-mob/00068(pid=203): Launched
22:49:19.924196 run                             mass: MS start registered  {at=21293865.62754075, delay=0.005347054451704025, ms=00068}
22:49:20.111711 run                             mass: MS performed LU  {at=21293865.815046787, lu_delay=6.132708422839642, ms=00050}
22:49:20.167404 run                             mass: MS performed LU  {at=21293865.87073166, lu_delay=5.467392589896917, ms=00052}
22:49:20.184121 run                osmo-ms-mob/00069: Starting mobile
22:49:20.212112 run       osmo-ms-mob/00069(pid=204): Launched
22:49:20.219020 run                             mass: MS performed LU  {at=21293865.922375012, lu_delay=5.369523618370295, ms=00053}
22:49:20.241195 run                             mass: MS start registered  {at=21293865.94455723, delay=0.02220522239804268, ms=00069}
22:49:20.476283 run                             mass: MS performed LU  {at=21293866.179593876, lu_delay=6.08980468660593, ms=00051}
22:49:20.731894 run                osmo-ms-mob/00070: Starting mobile
22:49:20.746144 run       osmo-ms-mob/00070(pid=205): Launched
22:49:20.757595 run                             mass: MS start registered  {at=21293866.46094327, delay=0.004937503486871719, ms=00070}
22:49:21.313361 run                osmo-ms-mob/00071: Starting mobile
22:49:21.327688 run       osmo-ms-mob/00071(pid=206): Launched
22:49:21.390803 run                             mass: Starting too slowly. Moving on {now=21293867.094045494, sleep=-0.2103673703968525, target=21293866.883678123}
22:49:21.413024 run                             mass: MS performed LU  {at=21293867.116376165, lu_delay=5.85978365316987, ms=00055}
22:49:21.419959 run                             mass: Starting too slowly. Moving on {now=21293867.12332622, sleep=-0.13964809477329254, target=21293866.983678125}
22:49:21.425993 run                             mass: MS start registered  {at=21293867.12935251, delay=0.03532581776380539, ms=00071}
22:49:21.432126 run                             mass: Starting too slowly. Moving on {now=21293867.135495193, sleep=-0.051817066967487335, target=21293867.083678126}
22:49:21.486643 run                osmo-ms-mob/00072: Starting mobile
22:49:21.500855 run       osmo-ms-mob/00072(pid=207): Launched
22:49:21.512272 run                             mass: MS start registered  {at=21293867.21561861, delay=0.004838097840547562, ms=00072}
22:49:21.886498 run                osmo-ms-mob/00073: Starting mobile
22:49:21.900384 run       osmo-ms-mob/00073(pid=208): Launched
22:49:21.911996 run                             mass: MS start registered  {at=21293867.6153424, delay=0.005058515816926956, ms=00073}
22:49:22.286657 run                osmo-ms-mob/00074: Starting mobile
22:49:22.300187 run       osmo-ms-mob/00074(pid=209): Launched
22:49:22.311961 run                             mass: MS start registered  {at=21293868.015309982, delay=0.004633940756320953, ms=00074}
22:49:22.483507 run                             mass: MS performed LU  {at=21293868.186845224, lu_delay=5.759486228227615, ms=00060}
22:49:22.502138 run                             mass: MS performed LU  {at=21293868.205479532, lu_delay=6.000854600220919, ms=00058}
22:49:22.514025 run                osmo-ms-mob/00075: Starting mobile
22:49:22.528289 run       osmo-ms-mob/00075(pid=210): Launched
22:49:22.539449 run                             mass: MS performed LU  {at=21293868.242754582, lu_delay=6.402919910848141, ms=00057}
22:49:22.546055 run                             mass: MS start registered  {at=21293868.24941933, delay=0.011454720050096512, ms=00075}
22:49:22.566952 run                             mass: MS performed LU  {at=21293868.27028656, lu_delay=5.945308964699507, ms=00059}
22:49:22.575958 run                             mass: MS performed LU  {at=21293868.279312044, lu_delay=5.025050692260265, ms=00061}
22:49:23.187575 run                osmo-ms-mob/00076: Starting mobile
22:49:23.202189 run       osmo-ms-mob/00076(pid=211): Launched
22:49:23.213758 run                             mass: MS start registered  {at=21293868.917104002, delay=0.004917848855257034, ms=00076}
22:49:23.398540 run                             mass: MS performed LU  {at=21293869.101848997, lu_delay=3.7715140841901302, ms=00067}
22:49:23.593556 run                osmo-ms-mob/00077: Starting mobile
22:49:23.614403 run       osmo-ms-mob/00077(pid=212): Launched
22:49:23.630277 run                             mass: MS start registered  {at=21293869.33357791, delay=0.0061095766723155975, ms=00077}
22:49:23.878212 run                             mass: MS performed LU  {at=21293869.581503287, lu_delay=5.978143535554409, ms=00062}
22:49:23.933401 run                             mass: MS performed LU  {at=21293869.636678334, lu_delay=5.504245311021805, ms=00064}
22:49:23.997240 run                             mass: MS performed LU  {at=21293869.70055121, lu_delay=4.7655665166676044, ms=00066}
22:49:24.011688 run                osmo-ms-mob/00078: Starting mobile
22:49:24.028816 run       osmo-ms-mob/00078(pid=213): Launched
22:49:24.041785 run                             mass: MS start registered  {at=21293869.745124746, delay=0.005216393619775772, ms=00078}
22:49:24.241753 run                             mass: MS performed LU  {at=21293869.945088625, lu_delay=6.094573087990284, ms=00063}
22:49:24.486711 run                osmo-ms-mob/00079: Starting mobile
22:49:24.501051 run       osmo-ms-mob/00079(pid=214): Launched
22:49:24.512415 run                             mass: MS start registered  {at=21293870.21576346, delay=0.004728514701128006, ms=00079}
22:49:25.018050 run                osmo-ms-mob/00080: Starting mobile
22:49:25.044410 run       osmo-ms-mob/00080(pid=215): Launched
22:49:25.055289 run                             mass: MS start registered  {at=21293870.758634716, delay=0.0047522857785224915, ms=00080}
22:49:25.503146 run                osmo-ms-mob/00081: Starting mobile
22:49:25.517527 run       osmo-ms-mob/00081(pid=216): Launched
22:49:25.528518 run                             mass: MS start registered  {at=21293871.231873345, delay=0.0047105662524700165, ms=00081}
22:49:25.779625 run                             mass: MS performed LU  {at=21293871.48285648, lu_delay=5.8553157299757, ms=00068}
22:49:25.862681 run                             mass: MS performed LU  {at=21293871.56587877, lu_delay=5.62132154032588, ms=00069}
22:49:25.890889 run                osmo-ms-mob/00082: Starting mobile
22:49:25.904044 run       osmo-ms-mob/00082(pid=217): Launched
22:49:25.914993 run                             mass: MS start registered  {at=21293871.6183469, delay=0.004730157554149628, ms=00082}
22:49:25.926503 run                             mass: MS performed LU  {at=21293871.62985355, lu_delay=5.168910279870033, ms=00070}
22:49:26.033768 run                             mass: MS performed LU  {at=21293871.736996196, lu_delay=4.607643686234951, ms=00071}
22:49:26.504581 run                osmo-ms-mob/00083: Starting mobile
22:49:26.518522 run       osmo-ms-mob/00083(pid=218): Launched
22:49:26.530296 run                             mass: MS start registered  {at=21293872.23364705, delay=0.005038417875766754, ms=00083}
22:49:27.001753 run                osmo-ms-mob/00084: Starting mobile
22:49:27.015635 run       osmo-ms-mob/00084(pid=219): Launched
22:49:27.026771 run                             mass: MS start registered  {at=21293872.730123416, delay=0.004729811102151871, ms=00084}
22:49:27.503966 run                osmo-ms-mob/00085: Starting mobile
22:49:27.519020 run       osmo-ms-mob/00085(pid=220): Launched
22:49:27.531584 run                             mass: MS start registered  {at=21293873.234923538, delay=0.006048846989870071, ms=00085}
22:49:27.763615 run                             mass: MS performed LU  {at=21293873.46694745, lu_delay=5.451637469232082, ms=00074}
22:49:27.790492 run                             mass: MS performed LU  {at=21293873.49383507, lu_delay=4.576731067150831, ms=00076}
22:49:27.878772 run                             mass: MS performed LU  {at=21293873.582106166, lu_delay=5.332686834037304, ms=00075}
22:49:27.934620 run                             mass: MS performed LU  {at=21293873.637953784, lu_delay=6.422335173934698, ms=00072}
22:49:27.946342 run                osmo-ms-mob/00086: Starting mobile
22:49:27.960269 run       osmo-ms-mob/00086(pid=221): Launched
22:49:27.966874 run                             mass: MS performed LU  {at=21293873.670232788, lu_delay=6.054890386760235, ms=00073}
22:49:27.973199 run                             mass: MS start registered  {at=21293873.676564597, delay=0.006352562457323074, ms=00086}
22:49:28.701964 run                osmo-ms-mob/00087: Starting mobile
22:49:28.715832 run       osmo-ms-mob/00087(pid=222): Launched
22:49:28.726696 run                             mass: MS start registered  {at=21293874.430050373, delay=0.004688829183578491, ms=00087}
22:49:29.294753 run                osmo-ms-mob/00088: Starting mobile
22:49:29.309934 run       osmo-ms-mob/00088(pid=223): Launched
22:49:29.321874 run                             mass: MS start registered  {at=21293875.025214493, delay=0.0052626654505729675, ms=00088}
22:49:29.545990 run                             mass: MS performed LU  {at=21293875.249239765, lu_delay=5.504115018993616, ms=00078}
22:49:29.628834 run                             mass: MS performed LU  {at=21293875.332066704, lu_delay=5.116303242743015, ms=00079}
22:49:29.693931 run                             mass: MS performed LU  {at=21293875.397186693, lu_delay=6.063608784228563, ms=00077}
22:49:29.799442 run                             mass: MS performed LU  {at=21293875.502692036, lu_delay=4.744057320058346, ms=00080}
22:49:29.823401 run                osmo-ms-mob/00089: Starting mobile
22:49:29.837138 run       osmo-ms-mob/00089(pid=224): Launched
22:49:29.847945 run                             mass: MS start registered  {at=21293875.551297832, delay=0.00471627339720726, ms=00089}
22:49:30.502858 run                osmo-ms-mob/00090: Starting mobile
22:49:30.517567 run       osmo-ms-mob/00090(pid=225): Launched
22:49:30.528639 run                             mass: MS start registered  {at=21293876.231986746, delay=0.004568509757518768, ms=00090}
22:49:31.204381 run                osmo-ms-mob/00091: Starting mobile
22:49:31.218693 run       osmo-ms-mob/00091(pid=226): Launched
22:49:31.229825 run                             mass: MS start registered  {at=21293876.93316718, delay=0.0048375800251960754, ms=00091}
22:49:31.530140 run                             mass: MS performed LU  {at=21293877.233393177, lu_delay=4.99974612891674, ms=00083}
22:49:31.556839 run                             mass: MS performed LU  {at=21293877.26016138, lu_delay=4.5300379656255245, ms=00084}
22:49:31.645616 run                             mass: MS performed LU  {at=21293877.3488684, lu_delay=6.116995055228472, ms=00081}
22:49:31.702189 run                             mass: MS performed LU  {at=21293877.405439895, lu_delay=5.787092994898558, ms=00082}
22:49:31.727816 run                osmo-ms-mob/00092: Starting mobile
22:49:31.741463 run       osmo-ms-mob/00092(pid=227): Launched
22:49:31.752546 run                             mass: MS start registered  {at=21293877.45589701, delay=0.0046861432492733, ms=00092}
22:49:32.688030 run                osmo-ms-mob/00093: Starting mobile
22:49:32.701736 run       osmo-ms-mob/00093(pid=228): Launched
22:49:32.712455 run                             mass: MS start registered  {at=21293878.41580652, delay=0.004487168043851852, ms=00093}
22:49:33.311423 run                             mass: MS performed LU  {at=21293879.014671337, lu_delay=4.584620963782072, ms=00087}
22:49:33.394675 run                             mass: MS performed LU  {at=21293879.09789631, lu_delay=5.862972773611546, ms=00085}
22:49:33.459292 run                             mass: MS performed LU  {at=21293879.162557874, lu_delay=5.485993277281523, ms=00086}
22:49:33.484533 run                osmo-ms-mob/00094: Starting mobile
22:49:33.498076 run       osmo-ms-mob/00094(pid=229): Launched
22:49:33.509313 run                             mass: MS start registered  {at=21293879.21265887, delay=0.0037411190569400787, ms=00094}
22:49:34.509951 run                osmo-ms-mob/00095: Starting mobile
22:49:34.528528 run       osmo-ms-mob/00095(pid=230): Launched
22:49:34.541097 run                             mass: MS start registered  {at=21293880.24440679, delay=0.005932368338108063, ms=00095}
22:49:35.295404 run                             mass: MS performed LU  {at=21293880.99874201, lu_delay=4.766755264252424, ms=00090}
22:49:35.323641 run                             mass: MS performed LU  {at=21293881.026914917, lu_delay=5.475617084652185, ms=00089}
22:49:35.346014 run                osmo-ms-mob/00096: Starting mobile
22:49:35.358978 run       osmo-ms-mob/00096(pid=231): Launched
22:49:35.369851 run                             mass: MS start registered  {at=21293881.073207438, delay=0.004797238856554031, ms=00096}
22:49:35.411368 run                             mass: MS performed LU  {at=21293881.114630014, lu_delay=6.089415520429611, ms=00088}
22:49:36.594347 run                osmo-ms-mob/00097: Starting mobile
22:49:36.608217 run       osmo-ms-mob/00097(pid=232): Launched
22:49:36.620000 run                             mass: MS start registered  {at=21293882.32334806, delay=0.00538373738527298, ms=00097}
22:49:37.077403 run                             mass: MS performed LU  {at=21293882.78065169, lu_delay=22.119392793625593, ms=00054}
22:49:37.160065 run                             mass: MS performed LU  {at=21293882.8634008, lu_delay=5.930233620107174, ms=00091}
22:49:37.225491 run                             mass: MS performed LU  {at=21293882.928761333, lu_delay=5.47286432236433, ms=00092}
22:49:37.331390 run                             mass: MS performed LU  {at=21293883.034647316, lu_delay=4.618840795010328, ms=00093}
22:49:37.901539 run                osmo-ms-mob/00098: Starting mobile
22:49:37.915826 run       osmo-ms-mob/00098(pid=233): Launched
22:49:37.926728 run                             mass: MS start registered  {at=21293883.630078312, delay=0.004701878875494003, ms=00098}
22:49:39.060550 run                             mass: MS performed LU  {at=21293884.763880715, lu_delay=5.551221843808889, ms=00094}
22:49:39.088320 run                             mass: MS performed LU  {at=21293884.791648824, lu_delay=4.547242034226656, ms=00095}
22:49:39.686417 run                osmo-ms-mob/00099: Starting mobile
22:49:39.700616 run       osmo-ms-mob/00099(pid=234): Launched
22:49:39.707714 run                             mass: All started... {duration=55.727402940392494, too_slow=15}
22:49:39.713952 run                             mass: MS start registered  {at=21293885.41730917, delay=0.006232280284166336, ms=00099}
22:49:40.925869 run                             mass: MS performed LU  {at=21293886.629155148, lu_delay=5.555947709828615, ms=00096}
22:49:41.225593 run                             mass: MS performed LU  {at=21293886.92892688, lu_delay=22.27461340278387, ms=00065}
22:49:42.826790 run                             mass: MS performed LU  {at=21293888.530119233, lu_delay=6.206771172583103, ms=00097}
22:49:42.854706 run                             mass: MS performed LU  {at=21293888.55805503, lu_delay=4.927976716309786, ms=00098}
22:49:44.691766 run                             mass: MS performed LU  {at=21293890.395100635, lu_delay=4.977791465818882, ms=00099}
22:49:44.698153 run                             mass: Tests done {all_completed=True, max=22.27461340278387, min=3.6095718331635}
22:49:44.704775 tst         register_default_mass.py: Test passed (87.7 sec)
22:49:44.710250 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:44.713792 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:44.717141 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:44.720566 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:44.724412 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:44.727908 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:44.731410 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:44.734902 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:44.738346 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:44.741770 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:44.746959 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:44.750465 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:44.753916 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:44.757435 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:44.760881 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:44.764312 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:44.767831 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:44.771335 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:44.774867 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:44.780946 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:44.784593 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:44.788141 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:44.791659 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:44.795115 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:44.798559 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:44.802319 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:44.805778 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:44.809217 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:44.812699 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:44.816155 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:44.819693 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:44.823148 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:44.826607 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:44.830714 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:44.834632 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:44.838518 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:44.841968 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:44.845476 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:44.848952 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:44.852587 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:44.856086 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:44.859591 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:44.863050 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:44.866520 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:44.869994 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:44.873448 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:44.876920 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:44.880824 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:44.884299 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:44.888077 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:44.891545 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:44.895006 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:44.898594 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:44.902176 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:44.905668 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:44.909132 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:44.912597 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:44.916296 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:44.919769 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:44.923243 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:44.926850 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:44.930291 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:44.933727 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:44.937177 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:44.940615 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:44.944244 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:44.948558 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:44.952121 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:44.955724 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:44.959860 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:44.963341 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:44.966791 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:44.970174 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:44.973623 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:44.977079 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:44.980523 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:44.983974 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:44.987438 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:44.990850 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:44.994272 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:44.997715 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:45.001150 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:45.007418 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:45.011734 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:45.015300 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:45.018757 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:45.022223 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:45.027716 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:45.034124 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:45.038250 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:45.042628 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:45.046395 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:45.049846 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:45.053304 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:45.056767 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:45.060202 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:45.063892 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:45.067425 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:45.071176 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:45.074677 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:45.078158 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:45.081626 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:45.085634 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:45.089143 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:45.092706 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:45.096830 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:45.100313 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:45.104977 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:45.108417 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:45.111862 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:45.115354 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:45.119350 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:45.122826 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:45.126260 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:45.129820 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:45.133316 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:45.136789 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:45.140208 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:45.143625 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:45.147039 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:45.150466 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:45.153881 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:45.157307 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:45.160735 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:45.164647 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:45.168081 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:45.171510 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:45.174941 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:45.178354 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:45.182340 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:45.185871 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:45.189415 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:45.192950 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:45.196552 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:45.200110 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:45.203646 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:45.207224 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:45.210739 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:45.214293 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:45.217837 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:45.221361 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:45.224911 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:45.228428 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:45.231956 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:45.235750 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:45.239309 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:45.242844 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:45.246784 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:45.252177 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:45.256068 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:45.259625 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:45.263119 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:45.266591 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:45.270036 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:45.273472 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:45.276904 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:45.280329 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:45.283747 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:45.287179 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:45.292192 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:45.295633 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:45.299052 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:45.302498 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:45.305929 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:45.309369 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:45.312793 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:45.316215 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:45.319645 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:45.323059 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:45.326483 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:45.329900 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:45.333345 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:45.336767 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:45.340185 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:45.343602 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:45.347227 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:45.350786 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:45.354311 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:45.358013 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:45.361427 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:45.364847 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:45.368270 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:45.371703 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:45.375109 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:45.378525 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:45.381934 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:45.385362 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:45.388772 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:45.392223 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:45.395675 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:45.399086 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:45.402791 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:45.406229 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:45.409639 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:45.413068 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:45.416501 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:45.421704 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:45.426790 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:45.430436 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:45.434027 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:45.437603 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:45.441145 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:45.444708 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:45.448258 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:45.451811 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:45.455357 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:45.458984 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:45.462553 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:45.466114 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:45.469644 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:45.473194 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:45.476753 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:45.480304 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:45.483873 ---      ParallelTerminationStrategy: PID 22 died...
22:49:45.485495 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:45.489417 ---      ParallelTerminationStrategy: PID 23 died...
22:49:45.491051 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:45.494968 ---      ParallelTerminationStrategy: PID 24 died...
22:49:45.496570 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:45.500482 ---      ParallelTerminationStrategy: PID 25 died...
22:49:45.502075 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:45.505895 ---      ParallelTerminationStrategy: PID 26 died...
22:49:45.507453 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:45.511288 ---      ParallelTerminationStrategy: PID 27 died...
22:49:45.512839 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:45.516648 ---      ParallelTerminationStrategy: PID 28 died...
22:49:45.518206 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:45.522034 ---      ParallelTerminationStrategy: PID 29 died...
22:49:45.523615 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:45.527733 ---      ParallelTerminationStrategy: PID 30 died...
22:49:45.529277 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:45.533057 ---      ParallelTerminationStrategy: PID 31 died...
22:49:45.534609 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:45.538419 ---      ParallelTerminationStrategy: PID 32 died...
22:49:45.539962 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:45.543636 ---      ParallelTerminationStrategy: PID 33 died...
22:49:45.545127 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:45.548773 ---      ParallelTerminationStrategy: PID 35 died...
22:49:45.550254 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:45.553882 ---      ParallelTerminationStrategy: PID 36 died...
22:49:45.555363 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:45.559198 ---      ParallelTerminationStrategy: PID 37 died...
22:49:45.560677 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:45.564342 ---      ParallelTerminationStrategy: PID 38 died...
22:49:45.565844 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:45.569493 ---      ParallelTerminationStrategy: PID 39 died...
22:49:45.570971 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:45.574604 ---      ParallelTerminationStrategy: PID 40 died...
22:49:45.576083 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:45.579734 ---      ParallelTerminationStrategy: PID 41 died...
22:49:45.581245 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:45.584885 ---      ParallelTerminationStrategy: PID 42 died...
22:49:45.586364 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:45.589998 ---      ParallelTerminationStrategy: PID 43 died...
22:49:45.591508 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:45.595205 ---      ParallelTerminationStrategy: PID 44 died...
22:49:45.596747 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:45.600472 ---      ParallelTerminationStrategy: PID 45 died...
22:49:45.601958 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:45.605697 ---      ParallelTerminationStrategy: PID 46 died...
22:49:45.607192 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:45.610924 ---      ParallelTerminationStrategy: PID 47 died...
22:49:45.612440 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:45.616223 ---      ParallelTerminationStrategy: PID 48 died...
22:49:45.617768 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:45.621556 ---      ParallelTerminationStrategy: PID 49 died...
22:49:45.623086 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:45.626855 ---      ParallelTerminationStrategy: PID 50 died...
22:49:45.628386 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:45.632167 ---      ParallelTerminationStrategy: PID 51 died...
22:49:45.633730 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:45.637497 ---      ParallelTerminationStrategy: PID 52 died...
22:49:45.639033 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:45.642856 ---      ParallelTerminationStrategy: PID 53 died...
22:49:45.644394 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:45.648217 ---      ParallelTerminationStrategy: PID 54 died...
22:49:45.649761 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:45.653544 ---      ParallelTerminationStrategy: PID 55 died...
22:49:45.655082 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:45.658857 ---      ParallelTerminationStrategy: PID 56 died...
22:49:45.660397 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:45.664217 ---      ParallelTerminationStrategy: PID 57 died...
22:49:45.665764 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:45.669551 ---      ParallelTerminationStrategy: PID 58 died...
22:49:45.671091 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:45.674884 ---      ParallelTerminationStrategy: PID 59 died...
22:49:45.676415 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:45.680195 ---      ParallelTerminationStrategy: PID 60 died...
22:49:45.681729 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:45.685507 ---      ParallelTerminationStrategy: PID 61 died...
22:49:45.687036 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:45.690795 ---      ParallelTerminationStrategy: PID 62 died...
22:49:45.692356 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:45.696183 ---      ParallelTerminationStrategy: PID 63 died...
22:49:45.697718 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:45.701487 ---      ParallelTerminationStrategy: PID 64 died...
22:49:45.703015 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:45.706791 ---      ParallelTerminationStrategy: PID 65 died...
22:49:45.708320 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:45.712107 ---      ParallelTerminationStrategy: PID 66 died...
22:49:45.713649 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:45.717363 ---      ParallelTerminationStrategy: PID 67 died...
22:49:45.718904 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:45.722596 ---      ParallelTerminationStrategy: PID 68 died...
22:49:45.724100 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:45.727897 ---      ParallelTerminationStrategy: PID 69 died...
22:49:45.729434 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:45.733187 ---      ParallelTerminationStrategy: PID 70 died...
22:49:45.734714 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:45.738486 ---      ParallelTerminationStrategy: PID 71 died...
22:49:45.740020 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:45.743816 ---      ParallelTerminationStrategy: PID 72 died...
22:49:45.745354 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:45.749147 ---      ParallelTerminationStrategy: PID 73 died...
22:49:45.750689 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:45.754472 ---      ParallelTerminationStrategy: PID 74 died...
22:49:45.756012 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:45.759817 ---      ParallelTerminationStrategy: PID 75 died...
22:49:45.761364 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:45.765148 ---      ParallelTerminationStrategy: PID 76 died...
22:49:45.766689 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:45.770486 ---      ParallelTerminationStrategy: PID 77 died...
22:49:45.772022 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:45.775864 ---      ParallelTerminationStrategy: PID 78 died...
22:49:45.777417 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:45.781221 ---      ParallelTerminationStrategy: PID 79 died...
22:49:45.782771 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:45.786563 ---      ParallelTerminationStrategy: PID 80 died...
22:49:45.788109 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:45.791911 ---      ParallelTerminationStrategy: PID 81 died...
22:49:45.793484 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:45.797279 ---      ParallelTerminationStrategy: PID 82 died...
22:49:45.798829 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:45.802608 ---      ParallelTerminationStrategy: PID 83 died...
22:49:45.804145 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:45.807951 ---      ParallelTerminationStrategy: PID 84 died...
22:49:45.809519 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:45.813309 ---      ParallelTerminationStrategy: PID 85 died...
22:49:45.814861 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:45.818651 ---      ParallelTerminationStrategy: PID 86 died...
22:49:45.820192 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:45.823993 ---      ParallelTerminationStrategy: PID 87 died...
22:49:45.825580 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:45.829393 ---      ParallelTerminationStrategy: PID 88 died...
22:49:45.830937 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:45.834748 ---      ParallelTerminationStrategy: PID 89 died...
22:49:45.836293 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:45.840087 ---      ParallelTerminationStrategy: PID 90 died...
22:49:45.841662 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:45.845463 ---      ParallelTerminationStrategy: PID 91 died...
22:49:45.847018 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:45.851129 ---      ParallelTerminationStrategy: PID 92 died...
22:49:45.852716 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:45.856566 ---      ParallelTerminationStrategy: PID 93 died...
22:49:45.858156 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:45.861993 ---      ParallelTerminationStrategy: PID 94 died...
22:49:45.863558 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:45.867452 ---      ParallelTerminationStrategy: PID 95 died...
22:49:45.869004 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:45.872811 ---      ParallelTerminationStrategy: PID 96 died...
22:49:45.874366 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:45.878178 ---      ParallelTerminationStrategy: PID 97 died...
22:49:45.879733 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:45.883529 ---      ParallelTerminationStrategy: PID 98 died...
22:49:45.885156 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:45.888950 ---      ParallelTerminationStrategy: PID 99 died...
22:49:45.890489 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:45.894274 ---      ParallelTerminationStrategy: PID 100 died...
22:49:45.895813 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:45.899630 ---      ParallelTerminationStrategy: PID 101 died...
22:49:45.901226 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:45.905042 ---      ParallelTerminationStrategy: PID 102 died...
22:49:45.906587 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:45.910402 ---      ParallelTerminationStrategy: PID 103 died...
22:49:45.911951 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:45.915811 ---      ParallelTerminationStrategy: PID 104 died...
22:49:45.917383 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:45.921181 ---      ParallelTerminationStrategy: PID 105 died...
22:49:45.922726 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:45.926516 ---      ParallelTerminationStrategy: PID 106 died...
22:49:45.928056 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:45.931896 ---      ParallelTerminationStrategy: PID 107 died...
22:49:45.933449 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:45.937246 ---      ParallelTerminationStrategy: PID 108 died...
22:49:45.938796 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:45.942567 ---      ParallelTerminationStrategy: PID 109 died...
22:49:45.944108 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:45.947944 ---      ParallelTerminationStrategy: PID 110 died...
22:49:45.949497 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:45.953302 ---      ParallelTerminationStrategy: PID 111 died...
22:49:45.954870 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:45.958682 ---      ParallelTerminationStrategy: PID 112 died...
22:49:45.960230 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:45.964077 ---      ParallelTerminationStrategy: PID 113 died...
22:49:45.965639 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:45.969442 ---      ParallelTerminationStrategy: PID 114 died...
22:49:45.970983 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:45.974777 ---      ParallelTerminationStrategy: PID 115 died...
22:49:45.976325 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:45.980108 ---      ParallelTerminationStrategy: PID 116 died...
22:49:45.981710 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:45.985502 ---      ParallelTerminationStrategy: PID 117 died...
22:49:45.987034 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:45.990808 ---      ParallelTerminationStrategy: PID 118 died...
22:49:45.992348 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:45.996131 ---      ParallelTerminationStrategy: PID 119 died...
22:49:45.997687 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:46.001508 ---      ParallelTerminationStrategy: PID 120 died...
22:49:46.003066 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:46.006913 ---      ParallelTerminationStrategy: PID 121 died...
22:49:46.008455 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:46.012280 ---      ParallelTerminationStrategy: PID 122 died...
22:49:46.013836 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:46.017672 ---      ParallelTerminationStrategy: PID 123 died...
22:49:46.019226 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:46.023076 ---      ParallelTerminationStrategy: PID 124 died...
22:49:46.024621 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:46.028438 ---      ParallelTerminationStrategy: PID 125 died...
22:49:46.029989 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:46.033876 ---      ParallelTerminationStrategy: PID 126 died...
22:49:46.035423 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:46.039255 ---      ParallelTerminationStrategy: PID 127 died...
22:49:46.040801 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:46.117100 ---      ParallelTerminationStrategy: PID 128 died...
22:49:46.123991 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:46.135491 ---      ParallelTerminationStrategy: PID 129 died...
22:49:46.142440 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:46.156941 ---      ParallelTerminationStrategy: PID 130 died...
22:49:46.161484 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:46.169596 ---      ParallelTerminationStrategy: PID 131 died...
22:49:46.174203 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:46.187630 ---      ParallelTerminationStrategy: PID 132 died...
22:49:46.191495 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:46.199534 ---      ParallelTerminationStrategy: PID 133 died...
22:49:46.202976 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:46.211353 ---      ParallelTerminationStrategy: PID 134 died...
22:49:46.214655 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:46.220427 ---      ParallelTerminationStrategy: PID 135 died...
22:49:46.222060 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:46.226038 ---      ParallelTerminationStrategy: PID 136 died...
22:49:46.228745 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:46.233068 ---      ParallelTerminationStrategy: PID 137 died...
22:49:46.234645 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:46.238509 ---      ParallelTerminationStrategy: PID 138 died...
22:49:46.240078 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:46.243947 ---      ParallelTerminationStrategy: PID 139 died...
22:49:46.245553 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:46.249549 ---      ParallelTerminationStrategy: PID 140 died...
22:49:46.251177 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:46.255201 ---      ParallelTerminationStrategy: PID 141 died...
22:49:46.256784 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:46.260611 ---      ParallelTerminationStrategy: PID 142 died...
22:49:46.262217 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:46.266048 ---      ParallelTerminationStrategy: PID 143 died...
22:49:46.267599 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:46.271406 ---      ParallelTerminationStrategy: PID 144 died...
22:49:46.272914 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:46.276639 ---      ParallelTerminationStrategy: PID 145 died...
22:49:46.278145 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:46.281882 ---      ParallelTerminationStrategy: PID 146 died...
22:49:46.283396 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:46.287176 ---      ParallelTerminationStrategy: PID 147 died...
22:49:46.288756 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:46.292585 ---      ParallelTerminationStrategy: PID 148 died...
22:49:46.294149 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:46.297979 ---      ParallelTerminationStrategy: PID 149 died...
22:49:46.299523 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:46.303388 ---      ParallelTerminationStrategy: PID 150 died...
22:49:46.304942 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:46.308816 ---      ParallelTerminationStrategy: PID 151 died...
22:49:46.310369 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:46.314155 ---      ParallelTerminationStrategy: PID 152 died...
22:49:46.315697 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:46.319523 ---      ParallelTerminationStrategy: PID 153 died...
22:49:46.321081 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:46.324895 ---      ParallelTerminationStrategy: PID 154 died...
22:49:46.326434 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:46.330242 ---      ParallelTerminationStrategy: PID 155 died...
22:49:46.331788 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:46.335534 ---      ParallelTerminationStrategy: PID 156 died...
22:49:46.337099 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:46.340933 ---      ParallelTerminationStrategy: PID 157 died...
22:49:46.342473 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:46.346305 ---      ParallelTerminationStrategy: PID 158 died...
22:49:46.347855 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:46.351666 ---      ParallelTerminationStrategy: PID 159 died...
22:49:46.353221 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:46.357068 ---      ParallelTerminationStrategy: PID 160 died...
22:49:46.358603 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:46.362417 ---      ParallelTerminationStrategy: PID 161 died...
22:49:46.363964 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:46.367791 ---      ParallelTerminationStrategy: PID 162 died...
22:49:46.369334 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:46.373160 ---      ParallelTerminationStrategy: PID 163 died...
22:49:46.374719 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:46.378554 ---      ParallelTerminationStrategy: PID 164 died...
22:49:46.380110 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:46.383939 ---      ParallelTerminationStrategy: PID 165 died...
22:49:46.385496 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:46.389339 ---      ParallelTerminationStrategy: PID 166 died...
22:49:46.390878 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:46.394725 ---      ParallelTerminationStrategy: PID 167 died...
22:49:46.396286 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:46.400271 ---      ParallelTerminationStrategy: PID 168 died...
22:49:46.401842 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:46.405731 ---      ParallelTerminationStrategy: PID 169 died...
22:49:46.407293 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:46.411120 ---      ParallelTerminationStrategy: PID 170 died...
22:49:46.412677 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:46.416485 ---      ParallelTerminationStrategy: PID 171 died...
22:49:46.418040 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:46.421880 ---      ParallelTerminationStrategy: PID 172 died...
22:49:46.423426 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:46.427232 ---      ParallelTerminationStrategy: PID 173 died...
22:49:46.428835 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:46.432650 ---      ParallelTerminationStrategy: PID 174 died...
22:49:46.434213 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:46.438053 ---      ParallelTerminationStrategy: PID 175 died...
22:49:46.439590 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:46.443421 ---      ParallelTerminationStrategy: PID 176 died...
22:49:46.445015 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:46.448844 ---      ParallelTerminationStrategy: PID 177 died...
22:49:46.450385 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:46.454212 ---      ParallelTerminationStrategy: PID 178 died...
22:49:46.455761 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:46.459595 ---      ParallelTerminationStrategy: PID 179 died...
22:49:46.461148 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:46.464968 ---      ParallelTerminationStrategy: PID 180 died...
22:49:46.466497 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:46.470313 ---      ParallelTerminationStrategy: PID 181 died...
22:49:46.471854 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:46.475676 ---      ParallelTerminationStrategy: PID 182 died...
22:49:46.477218 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:46.481192 ---      ParallelTerminationStrategy: PID 183 died...
22:49:46.482739 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:46.486570 ---      ParallelTerminationStrategy: PID 184 died...
22:49:46.488121 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:46.491953 ---      ParallelTerminationStrategy: PID 185 died...
22:49:46.493512 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:46.497356 ---      ParallelTerminationStrategy: PID 186 died...
22:49:46.498906 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:46.502736 ---      ParallelTerminationStrategy: PID 187 died...
22:49:46.504270 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:46.508111 ---      ParallelTerminationStrategy: PID 188 died...
22:49:46.509666 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:46.513490 ---      ParallelTerminationStrategy: PID 189 died...
22:49:46.515033 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:46.518881 ---      ParallelTerminationStrategy: PID 190 died...
22:49:46.520425 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:46.524277 ---      ParallelTerminationStrategy: PID 191 died...
22:49:46.525831 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:46.529667 ---      ParallelTerminationStrategy: PID 192 died...
22:49:46.531221 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:46.535109 ---      ParallelTerminationStrategy: PID 193 died...
22:49:46.536660 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:46.540505 ---      ParallelTerminationStrategy: PID 194 died...
22:49:46.542056 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:46.545875 ---      ParallelTerminationStrategy: PID 195 died...
22:49:46.547425 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:46.551254 ---      ParallelTerminationStrategy: PID 196 died...
22:49:46.552826 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:46.556655 ---      ParallelTerminationStrategy: PID 197 died...
22:49:46.558208 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:46.562027 ---      ParallelTerminationStrategy: PID 198 died...
22:49:46.563625 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:46.567450 ---      ParallelTerminationStrategy: PID 199 died...
22:49:46.569018 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:46.572839 ---      ParallelTerminationStrategy: PID 200 died...
22:49:46.574389 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:46.578205 ---      ParallelTerminationStrategy: PID 201 died...
22:49:46.579742 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:46.583598 ---      ParallelTerminationStrategy: PID 202 died...
22:49:46.585139 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:46.588942 ---      ParallelTerminationStrategy: PID 203 died...
22:49:46.590500 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:46.594367 ---      ParallelTerminationStrategy: PID 204 died...
22:49:46.595921 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:46.599748 ---      ParallelTerminationStrategy: PID 205 died...
22:49:46.601291 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:46.605141 ---      ParallelTerminationStrategy: PID 206 died...
22:49:46.606689 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:46.610547 ---      ParallelTerminationStrategy: PID 207 died...
22:49:46.612186 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:46.616045 ---      ParallelTerminationStrategy: PID 208 died...
22:49:46.617604 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:46.621453 ---      ParallelTerminationStrategy: PID 209 died...
22:49:46.622997 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:46.626892 ---      ParallelTerminationStrategy: PID 210 died...
22:49:46.628464 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:46.632313 ---      ParallelTerminationStrategy: PID 211 died...
22:49:46.633870 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:46.637759 ---      ParallelTerminationStrategy: PID 212 died...
22:49:46.639306 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:46.643125 ---      ParallelTerminationStrategy: PID 213 died...
22:49:46.644687 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:46.648530 ---      ParallelTerminationStrategy: PID 214 died...
22:49:46.650088 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:46.653974 ---      ParallelTerminationStrategy: PID 215 died...
22:49:46.655527 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:46.659385 ---      ParallelTerminationStrategy: PID 216 died...
22:49:46.660955 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:46.664800 ---      ParallelTerminationStrategy: PID 217 died...
22:49:46.666355 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:46.670239 ---      ParallelTerminationStrategy: PID 218 died...
22:49:46.671785 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:46.675637 ---      ParallelTerminationStrategy: PID 219 died...
22:49:46.677206 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:46.681060 ---      ParallelTerminationStrategy: PID 220 died...
22:49:46.682619 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:46.686512 ---      ParallelTerminationStrategy: PID 221 died...
22:49:46.688069 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:46.691941 ---      ParallelTerminationStrategy: PID 222 died...
22:49:46.693548 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:46.697429 ---      ParallelTerminationStrategy: PID 223 died...
22:49:46.698996 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:46.702990 ---      ParallelTerminationStrategy: PID 224 died...
22:49:46.704558 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:46.708414 ---      ParallelTerminationStrategy: PID 225 died...
22:49:46.710009 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:46.713862 ---      ParallelTerminationStrategy: PID 226 died...
22:49:46.715421 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:46.719277 ---      ParallelTerminationStrategy: PID 227 died...
22:49:46.720836 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:46.724675 ---      ParallelTerminationStrategy: PID 228 died...
22:49:46.726434 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:46.730364 ---      ParallelTerminationStrategy: PID 229 died...
22:49:46.731937 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:46.735792 ---      ParallelTerminationStrategy: PID 230 died...
22:49:46.737351 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:46.741185 ---      ParallelTerminationStrategy: PID 231 died...
22:49:46.742746 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:46.746578 ---      ParallelTerminationStrategy: PID 232 died...
22:49:46.748148 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:46.752032 ---      ParallelTerminationStrategy: PID 233 died...
22:49:46.753592 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:46.757411 ---      ParallelTerminationStrategy: PID 234 died...
22:49:46.758965 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:50.162433 ---      ParallelTerminationStrategy: PID 34 died...
22:49:50.164151 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8091 netreg_mass PASS
---------------------------------------------------------------------
22:49:50.248182 tst                       trial-8091: Storing JUnit report in /build/trial-8091/run.2025-09-16_22-48-16/trial-8091.xml

--------------------------------------------------------------------------------------------
trial-8091 PASS
--------------------------------------------------------------------------------------------
22:49:50.259775 tst                       trial-8091: trial-8091: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (87.7 sec)
+ exit_code=0
+ rm -rf trial-8091/inst
+ cd trial-8091
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-09-16 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8091-run.tgz run.2025-09-16_22-48-16
+ tar czf /build/trial-8091-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-09-16_13_26_37.tgz osmo-bts-oc2g.build-2025-09-16_00_51_43.tgz osmo-bts-sysmo.build-2025-09-16_00_51_37.tgz osmo-bts.build-2025-09-16_00_51_44.tgz osmo-ggsn.build-2025-09-16_20_43_09.tgz osmo-hlr.build-2025-09-16_16_36_49.tgz osmo-hnbgw.build-2025-09-16_13_28_33.tgz osmo-mgw.build-2025-09-16_08_33_16.tgz osmo-msc.build-2025-09-16_13_32_27.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-09-16_07_35_57.tgz osmo-pcu-sysmo.build-2025-09-16_07_36_01.tgz osmo-pcu.build-2025-09-16_07_36_09.tgz osmo-sgsn.build-2025-09-16_20_48_52.tgz osmo-stp.build-2025-09-16_13_25_24.tgz osmo-trx.build-2025-09-16_14_25_42.tgz osmocom-bb.build-2025-09-16_21_17_14.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