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/jenkins1531508618697642858.sh
+ rm -rf trial-8042-bin.tgz trial-8042-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 24402
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10768
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10026
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12593
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 12916
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 11926
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 39997
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7302
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 41977
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 7975
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 12973
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7199
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11293
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7342
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 8791
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6061
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 7199
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins16062904476091025840.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-8042
+ 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
5342050 Revert "ttcn3-bts-test: do not use respawn.sh"
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:e90fe754788e917b45d14cc93a6e096217a68d94a266e507e977ceb01d4eced6 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s

 2 warnings found (use docker --debug to expand):
 - InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
 - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
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=8043 -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-07-30 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8043
+ mkdir -p trial-8043
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-07-30_13_27_09.tgz osmo-bts-oc2g.build-2025-07-30_00_51_33.tgz osmo-bts-sysmo.build-2025-07-30_00_51_37.tgz osmo-bts.build-2025-07-30_00_51_44.tgz osmo-ggsn.build-2025-07-30_20_42_26.tgz osmo-hlr.build-2025-07-30_16_36_52.tgz osmo-hnbgw.build-2025-07-30_13_29_47.tgz osmo-mgw.build-2025-07-30_08_33_12.tgz osmo-msc.build-2025-07-30_13_34_05.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-30_07_33_59.tgz osmo-pcu-sysmo.build-2025-07-30_07_36_01.tgz osmo-pcu.build-2025-07-30_07_36_09.tgz osmo-sgsn.build-2025-07-30_20_48_21.tgz osmo-stp.build-2025-07-30_13_23_01.tgz osmo-trx.build-2025-07-30_14_29_51.tgz osmocom-bb.build-2025-07-30_21_17_12.tgz srslte.build-19.tgz trial-8043
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-07-30_13_27_09.md5 osmo-bts-oc2g.build-2025-07-30_00_51_33.md5 osmo-bts-sysmo.build-2025-07-30_00_51_37.md5 osmo-bts.build-2025-07-30_00_51_44.md5 osmo-ggsn.build-2025-07-30_20_42_26.md5 osmo-hlr.build-2025-07-30_16_36_52.md5 osmo-hnbgw.build-2025-07-30_13_29_47.md5 osmo-mgw.build-2025-07-30_08_33_12.md5 osmo-msc.build-2025-07-30_13_34_05.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-30_07_33_59.md5 osmo-pcu-sysmo.build-2025-07-30_07_36_01.md5 osmo-pcu.build-2025-07-30_07_36_09.md5 osmo-sgsn.build-2025-07-30_20_48_21.md5 osmo-stp.build-2025-07-30_13_23_01.md5 osmo-trx.build-2025-07-30_14_29_51.md5 osmocom-bb.build-2025-07-30_21_17_12.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-07-30_13_27_09.md5 osmo-bts-oc2g.build-2025-07-30_00_51_33.md5 osmo-bts-sysmo.build-2025-07-30_00_51_37.md5 osmo-bts.build-2025-07-30_00_51_44.md5 osmo-ggsn.build-2025-07-30_20_42_26.md5 osmo-hlr.build-2025-07-30_16_36_52.md5 osmo-hnbgw.build-2025-07-30_13_29_47.md5 osmo-mgw.build-2025-07-30_08_33_12.md5 osmo-msc.build-2025-07-30_13_34_05.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-07-30_07_33_59.md5 osmo-pcu-sysmo.build-2025-07-30_07_36_01.md5 osmo-pcu.build-2025-07-30_07_36_09.md5 osmo-sgsn.build-2025-07-30_20_48_21.md5 osmo-stp.build-2025-07-30_13_23_01.md5 osmo-trx.build-2025-07-30_14_29_51.md5 osmocom-bb.build-2025-07-30_21_17_12.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-8043 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8043'
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-8043
--------------------------------------------------------------------------------------------
22:48:16.747597 tst                       trial-8043: Detailed log at /build/trial-8043/run.2025-07-30_22-48-16/log

---------------------------------------------------------------------
trial-8043 netreg_mass
---------------------------------------------------------------------
22:48:16.963444 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:16.963885 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:16.964691 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:16.965838 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.007455 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.008331 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.009512 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.083090 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-8043 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.083922 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.099634 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.100205 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.100710 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.101155 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.101602 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.102055 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.102493 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.146165 tst         register_default_mass.py: using LAC 2
22:48:17.183419 tst         register_default_mass.py: using RAC 2
22:48:17.216880 tst         register_default_mass.py: using CellId 2
22:48:17.268241 tst         register_default_mass.py: using BVCI 3
22:48:17.276064 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.276724 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.277258 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.277935 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.278449 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.278953 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.279456 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.279968 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.280495 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.281025 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.281524 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.282025 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.282569 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.283104 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.283644 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.284164 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.284706 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.285223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.285731 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.286261 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.286780 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.287302 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.287833 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.288352 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.288862 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.289389 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.289905 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.290417 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.290929 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.291462 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.291974 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.292487 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.293026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.293559 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.294134 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.294673 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.295192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.295729 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.296264 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.296781 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.297312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.297844 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.298374 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.298889 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.299398 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.299921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.300432 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.300964 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.301481 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.301995 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.302511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.303046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.303555 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.304058 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.304576 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.305096 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.305597 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.306104 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.306619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.307119 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.307610 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.308124 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.308641 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.309153 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.309667 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.310183 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.310695 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.311225 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.311740 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.312247 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.312777 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.313288 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.313884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.314404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.314913 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.315410 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.315919 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.316429 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.316958 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.317472 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.317973 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.318482 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.318992 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.319504 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.320007 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.320525 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.321038 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.321541 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.322049 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.322583 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.323091 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.323595 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.324130 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.324645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.325153 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.325657 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.326162 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.326687 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.327202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.327707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.328202 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.328790 tst      register_default_mass.py:21: Launching a simple network
22:48:17.339021 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.474119 run            create_hlr_db(pid=20): Launched
22:48:18.485220 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.502004 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.518458 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.524529 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.705280 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.721729 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.727704 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.151646 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.168630 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.179934 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.298013 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.314493 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.320431 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.345964 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.361911 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.367929 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.693317 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.709836 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.727916 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:28.884111 run         osmo-bts-virtual(pid=34): Launched
22:48:29.945704 tst         register_default_mass.py: using MSISDN 1001
22:48:29.955308 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.056670 tst         register_default_mass.py: using MSISDN 1002
22:48:30.065938 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.126396 tst         register_default_mass.py: using MSISDN 1003
22:48:30.141791 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.234511 tst         register_default_mass.py: using MSISDN 1004
22:48:30.243231 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.305260 tst         register_default_mass.py: using MSISDN 1005
22:48:30.315885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.388958 tst         register_default_mass.py: using MSISDN 1006
22:48:30.405459 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.486007 tst         register_default_mass.py: using MSISDN 1007
22:48:30.501681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.596795 tst         register_default_mass.py: using MSISDN 1008
22:48:30.606259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.678491 tst         register_default_mass.py: using MSISDN 1009
22:48:30.693250 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.779989 tst         register_default_mass.py: using MSISDN 1010
22:48:30.790423 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.871754 tst         register_default_mass.py: using MSISDN 1011
22:48:30.887308 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.970078 tst         register_default_mass.py: using MSISDN 1012
22:48:30.978532 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.044705 tst         register_default_mass.py: using MSISDN 1013
22:48:31.052603 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.159366 tst         register_default_mass.py: using MSISDN 1014
22:48:31.165736 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.234233 tst         register_default_mass.py: using MSISDN 1015
22:48:31.240936 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.308550 tst         register_default_mass.py: using MSISDN 1016
22:48:31.315325 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.378829 tst         register_default_mass.py: using MSISDN 1017
22:48:31.387568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.466995 tst         register_default_mass.py: using MSISDN 1018
22:48:31.475686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.570889 tst         register_default_mass.py: using MSISDN 1019
22:48:31.586878 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.669727 tst         register_default_mass.py: using MSISDN 1020
22:48:31.685083 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.779219 tst         register_default_mass.py: using MSISDN 1021
22:48:31.795001 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.873325 tst         register_default_mass.py: using MSISDN 1022
22:48:31.889851 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.971246 tst         register_default_mass.py: using MSISDN 1023
22:48:31.986681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.075631 tst         register_default_mass.py: using MSISDN 1024
22:48:32.085257 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.165456 tst         register_default_mass.py: using MSISDN 1025
22:48:32.172731 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.237716 tst         register_default_mass.py: using MSISDN 1026
22:48:32.252510 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.349029 tst         register_default_mass.py: using MSISDN 1027
22:48:32.364240 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.444352 tst         register_default_mass.py: using MSISDN 1028
22:48:32.458837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.534816 tst         register_default_mass.py: using MSISDN 1029
22:48:32.549464 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.628125 tst         register_default_mass.py: using MSISDN 1030
22:48:32.639363 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.727962 tst         register_default_mass.py: using MSISDN 1031
22:48:32.742752 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.838859 tst         register_default_mass.py: using MSISDN 1032
22:48:32.853491 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.940545 tst         register_default_mass.py: using MSISDN 1033
22:48:32.953642 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.023082 tst         register_default_mass.py: using MSISDN 1034
22:48:33.037641 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.123878 tst         register_default_mass.py: using MSISDN 1035
22:48:33.138797 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.225450 tst         register_default_mass.py: using MSISDN 1036
22:48:33.240368 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.337362 tst         register_default_mass.py: using MSISDN 1037
22:48:33.351947 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.430745 tst         register_default_mass.py: using MSISDN 1038
22:48:33.444607 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.531537 tst         register_default_mass.py: using MSISDN 1039
22:48:33.545200 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.638292 tst         register_default_mass.py: using MSISDN 1040
22:48:33.653464 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.732685 tst         register_default_mass.py: using MSISDN 1041
22:48:33.746813 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.830637 tst         register_default_mass.py: using MSISDN 1042
22:48:33.845952 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.930585 tst         register_default_mass.py: using MSISDN 1043
22:48:33.945528 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:34.047032 tst         register_default_mass.py: using MSISDN 1044
22:48:34.062814 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:34.176527 tst         register_default_mass.py: using MSISDN 1045
22:48:34.185632 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:34.268157 tst         register_default_mass.py: using MSISDN 1046
22:48:34.280313 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.359771 tst         register_default_mass.py: using MSISDN 1047
22:48:34.368778 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:34.435004 tst         register_default_mass.py: using MSISDN 1048
22:48:34.445752 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:34.535828 tst         register_default_mass.py: using MSISDN 1049
22:48:34.544469 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:34.613336 tst         register_default_mass.py: using MSISDN 1050
22:48:34.622023 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:34.700456 tst         register_default_mass.py: using MSISDN 1051
22:48:34.709420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.783960 tst         register_default_mass.py: using MSISDN 1052
22:48:34.799013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:34.894535 tst         register_default_mass.py: using MSISDN 1053
22:48:34.902595 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.978445 tst         register_default_mass.py: using MSISDN 1054
22:48:34.989002 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:35.080479 tst         register_default_mass.py: using MSISDN 1055
22:48:35.089497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:35.165089 tst         register_default_mass.py: using MSISDN 1056
22:48:35.179902 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:35.265449 tst         register_default_mass.py: using MSISDN 1057
22:48:35.280722 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:35.368141 tst         register_default_mass.py: using MSISDN 1058
22:48:35.383209 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:35.459864 tst         register_default_mass.py: using MSISDN 1059
22:48:35.473420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:35.556952 tst         register_default_mass.py: using MSISDN 1060
22:48:35.568587 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:35.648360 tst         register_default_mass.py: using MSISDN 1061
22:48:35.656702 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:35.740970 tst         register_default_mass.py: using MSISDN 1062
22:48:35.753181 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:35.824615 tst         register_default_mass.py: using MSISDN 1063
22:48:35.839746 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:35.922869 tst         register_default_mass.py: using MSISDN 1064
22:48:35.935919 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:36.027509 tst         register_default_mass.py: using MSISDN 1065
22:48:36.036277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:36.116646 tst         register_default_mass.py: using MSISDN 1066
22:48:36.125145 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:36.202806 tst         register_default_mass.py: using MSISDN 1067
22:48:36.218424 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:36.362217 tst         register_default_mass.py: using MSISDN 1068
22:48:36.377253 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:36.475076 tst         register_default_mass.py: using MSISDN 1069
22:48:36.484259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:36.576380 tst         register_default_mass.py: using MSISDN 1070
22:48:36.643110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:36.733911 tst         register_default_mass.py: using MSISDN 1071
22:48:36.749422 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:36.847120 tst         register_default_mass.py: using MSISDN 1072
22:48:36.855930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:36.931513 tst         register_default_mass.py: using MSISDN 1073
22:48:36.947264 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:37.038180 tst         register_default_mass.py: using MSISDN 1074
22:48:37.050153 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:37.448172 tst         register_default_mass.py: using MSISDN 1075
22:48:37.460091 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:37.552341 tst         register_default_mass.py: using MSISDN 1076
22:48:37.562384 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:37.629481 tst         register_default_mass.py: using MSISDN 1077
22:48:37.638948 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:37.709407 tst         register_default_mass.py: using MSISDN 1078
22:48:37.723825 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:37.799145 tst         register_default_mass.py: using MSISDN 1079
22:48:37.813720 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:37.897921 tst         register_default_mass.py: using MSISDN 1080
22:48:37.913732 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:37.994640 tst         register_default_mass.py: using MSISDN 1081
22:48:38.006130 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:38.091093 tst         register_default_mass.py: using MSISDN 1082
22:48:38.099284 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:38.172833 tst         register_default_mass.py: using MSISDN 1083
22:48:38.182478 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:38.294794 tst         register_default_mass.py: using MSISDN 1084
22:48:38.305592 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:38.394752 tst         register_default_mass.py: using MSISDN 1085
22:48:38.409253 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:38.503376 tst         register_default_mass.py: using MSISDN 1086
22:48:38.512012 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:38.586771 tst         register_default_mass.py: using MSISDN 1087
22:48:38.597420 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:38.685038 tst         register_default_mass.py: using MSISDN 1088
22:48:38.701470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:38.776713 tst         register_default_mass.py: using MSISDN 1089
22:48:38.791672 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:38.865720 tst         register_default_mass.py: using MSISDN 1090
22:48:38.880621 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:38.972932 tst         register_default_mass.py: using MSISDN 1091
22:48:38.987923 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:39.067972 tst         register_default_mass.py: using MSISDN 1092
22:48:39.082872 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:39.157799 tst         register_default_mass.py: using MSISDN 1093
22:48:39.167145 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:39.229966 tst         register_default_mass.py: using MSISDN 1094
22:48:39.239488 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:39.320829 tst         register_default_mass.py: using MSISDN 1095
22:48:39.336037 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:39.428404 tst         register_default_mass.py: using MSISDN 1096
22:48:39.444320 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:39.528651 tst         register_default_mass.py: using MSISDN 1097
22:48:39.543984 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:39.629251 tst         register_default_mass.py: using MSISDN 1098
22:48:39.637648 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:39.711063 tst         register_default_mass.py: using MSISDN 1099
22:48:39.726398 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:39.818693 tst         register_default_mass.py: using MSISDN 1100
22:48:39.832932 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:39.986254 run                             mass: Starting testcase
22:48:39.994377 run                             mass: Pre-launching all virtphy's
22:48:40.002146 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:40.021080 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:40.038405 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:40.070189 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:40.079503 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:40.098353 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:40.108413 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:40.127619 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:40.137070 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:40.156656 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:40.174097 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:40.209237 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:40.226465 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:40.261853 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:40.278504 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:40.314176 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:40.331861 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:40.370348 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:40.386782 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:40.420766 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:40.436903 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:40.470909 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:40.487099 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:40.522572 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:40.539122 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:40.573606 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:40.590683 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:40.626310 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:40.643942 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:40.679779 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:40.695234 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:40.714116 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:40.722897 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:40.741784 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:40.750596 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:40.769160 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:40.777943 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:40.796858 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:40.806143 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:40.824958 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:40.841315 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:40.876580 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:40.893470 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:40.929849 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:40.942575 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:40.961532 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:40.970987 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:40.990036 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:40.999817 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:41.019029 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:41.028701 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:41.047367 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:41.056130 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:41.076323 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:41.086094 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:41.106874 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:41.116283 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:41.135703 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:41.144673 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:41.163646 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:41.172560 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:41.198024 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:41.214766 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:41.241547 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:41.257598 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:41.292492 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:41.309356 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:41.343744 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:41.360213 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:41.394604 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:41.410995 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:41.447012 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:41.464207 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:41.500641 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:41.518440 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:41.555257 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:41.572078 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:41.606723 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:41.622099 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:41.656206 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:41.673203 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:41.697907 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:41.705930 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:41.721830 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:41.728350 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:41.742133 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:41.748369 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:41.762059 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:41.769059 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:41.794086 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:41.809594 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:41.844441 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:41.861442 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:41.896663 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:41.914071 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:41.949161 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:41.966060 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:42.002794 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:42.018815 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:42.040325 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:42.048455 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:42.065484 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:42.073264 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:42.090513 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:42.098151 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:42.114596 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:42.122007 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:42.138042 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:42.145288 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:42.161733 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:42.169078 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:42.184909 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:42.192053 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:42.207478 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:42.214572 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:42.229931 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:42.237099 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:42.253228 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:42.260869 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:42.277008 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:42.284526 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:42.300801 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:42.308389 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:42.323634 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:42.330605 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:42.345186 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:42.351899 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:42.366380 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:42.373269 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:42.387692 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:42.394590 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:42.409169 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:42.415880 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:42.430275 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:42.437005 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:42.550054 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:42.556657 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:42.571053 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:42.577577 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:42.591964 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:42.598496 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:42.613269 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:42.619723 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:42.633755 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:42.640132 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:42.654089 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:42.660473 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:42.674378 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:42.680736 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:42.694541 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:42.700906 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:42.714864 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:42.721237 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:42.734985 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:42.741323 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:42.755093 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:42.761523 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:42.775344 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:42.781708 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:42.795596 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:42.802101 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:42.816137 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:42.823309 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:42.837604 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:42.844343 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:42.858419 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:42.865046 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:42.878926 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:42.885287 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:42.899082 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:42.905502 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:42.919537 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:42.926422 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:42.941756 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:42.948818 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:42.964285 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:42.971534 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:42.987385 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:42.994719 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:43.010397 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:43.017695 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:43.033491 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:43.040734 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:43.056475 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:43.063693 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:43.079409 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:43.086643 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:43.102526 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:43.109798 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:43.125685 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:43.133329 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:43.150428 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:43.158188 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:43.175030 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:43.182797 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:43.199175 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:43.206485 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:43.222284 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:43.229903 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:43.246014 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:43.253627 run                             mass: Checking if sockets are in the filesystem
22:48:43.268430 run                osmo-ms-mob/00000: Starting mobile
22:48:43.284383 run       osmo-ms-mob/00000(pid=135): Launched
22:48:43.301984 run                             mass: MS start registered  {at=17146629.005298894, delay=0.009540904313325882, ms=00000}
22:48:47.468545 run                osmo-ms-mob/00001: Starting mobile
22:48:47.485394 run       osmo-ms-mob/00001(pid=136): Launched
22:48:47.497142 run                             mass: MS start registered  {at=17146633.20047416, delay=0.005160000175237656, ms=00001}
22:48:49.243013 run                             mass: MS performed LU  {at=17146634.94632866, lu_delay=5.941029764711857, ms=00000}
22:48:49.258834 run                osmo-ms-mob/00002: Starting mobile
22:48:49.272962 run       osmo-ms-mob/00002(pid=137): Launched
22:48:49.284476 run                             mass: MS start registered  {at=17146634.987809498, delay=0.005014728754758835, ms=00002}
22:48:50.567448 run                osmo-ms-mob/00003: Starting mobile
22:48:50.580866 run       osmo-ms-mob/00003(pid=138): Launched
22:48:50.591902 run                             mass: MS start registered  {at=17146636.295250073, delay=0.004528742283582687, ms=00003}
22:48:51.673650 run                osmo-ms-mob/00004: Starting mobile
22:48:51.693505 run       osmo-ms-mob/00004(pid=139): Launched
22:48:51.707942 run                             mass: MS start registered  {at=17146637.4112773, delay=3.3877789974212646e-05, ms=00004}
22:48:52.669451 run                osmo-ms-mob/00005: Starting mobile
22:48:52.690583 run       osmo-ms-mob/00005(pid=140): Launched
22:48:52.707071 run                             mass: MS start registered  {at=17146638.410394922, delay=0.007157478481531143, ms=00005}
22:48:53.009048 run                             mass: MS performed LU  {at=17146638.712363116, lu_delay=5.511888954788446, ms=00001}
22:48:53.568263 run                osmo-ms-mob/00006: Starting mobile
22:48:53.584014 run       osmo-ms-mob/00006(pid=141): Launched
22:48:53.597430 run                             mass: MS start registered  {at=17146639.30076111, delay=0.005509939044713974, ms=00006}
22:48:54.469574 run                osmo-ms-mob/00007: Starting mobile
22:48:54.485916 run       osmo-ms-mob/00007(pid=142): Launched
22:48:54.499316 run                             mass: MS start registered  {at=17146640.20264735, delay=0.0055554769933223724, ms=00007}
22:48:54.910666 run                             mass: MS performed LU  {at=17146640.613975406, lu_delay=5.62616590783, ms=00002}
22:48:55.269908 run                osmo-ms-mob/00008: Starting mobile
22:48:55.286617 run       osmo-ms-mob/00008(pid=143): Launched
22:48:55.302600 run                             mass: MS start registered  {at=17146641.005931247, delay=0.007959768176078796, ms=00008}
22:48:55.976327 run                osmo-ms-mob/00009: Starting mobile
22:48:55.999650 run       osmo-ms-mob/00009(pid=144): Launched
22:48:56.018877 run                             mass: MS start registered  {at=17146641.72220979, delay=4.616379737854004e-05, ms=00009}
22:48:56.673091 run                osmo-ms-mob/00010: Starting mobile
22:48:56.709267 run       osmo-ms-mob/00010(pid=145): Launched
22:48:56.731726 run                             mass: MS start registered  {at=17146642.435040075, delay=0.005514305084943771, ms=00010}
22:48:56.775252 run                             mass: MS performed LU  {at=17146642.478564885, lu_delay=5.0672875829041, ms=00004}
22:48:56.821803 run                             mass: MS performed LU  {at=17146642.525132146, lu_delay=6.229882072657347, ms=00003}
22:48:57.267720 run                osmo-ms-mob/00011: Starting mobile
22:48:57.283887 run       osmo-ms-mob/00011(pid=146): Launched
22:48:57.296992 run                             mass: MS start registered  {at=17146643.000332188, delay=0.005366630852222443, ms=00011}
22:48:57.869355 run                osmo-ms-mob/00012: Starting mobile
22:48:57.886346 run       osmo-ms-mob/00012(pid=147): Launched
22:48:57.899632 run                             mass: MS start registered  {at=17146643.602976274, delay=0.005605179816484451, ms=00012}
22:48:58.472344 run                osmo-ms-mob/00013: Starting mobile
22:48:58.490292 run       osmo-ms-mob/00013(pid=148): Launched
22:48:58.503380 run                             mass: MS start registered  {at=17146644.206719477, delay=0.005338381975889206, ms=00013}
22:48:58.676474 run                             mass: MS performed LU  {at=17146644.37978251, lu_delay=5.969387587159872, ms=00005}
22:48:58.722420 run                             mass: MS performed LU  {at=17146644.425704237, lu_delay=5.124943125993013, ms=00006}
22:48:59.074316 run                osmo-ms-mob/00014: Starting mobile
22:48:59.096749 run       osmo-ms-mob/00014(pid=149): Launched
22:48:59.112265 run                             mass: MS start registered  {at=17146644.81560246, delay=0.00022815167903900146, ms=00014}
22:48:59.673955 run                osmo-ms-mob/00015: Starting mobile
22:48:59.697773 run       osmo-ms-mob/00015(pid=150): Launched
22:48:59.711559 run                             mass: MS start registered  {at=17146645.414900865, delay=0.00554497167468071, ms=00015}
22:49:00.170240 run                osmo-ms-mob/00016: Starting mobile
22:49:00.187212 run       osmo-ms-mob/00016(pid=151): Launched
22:49:00.200649 run                             mass: MS start registered  {at=17146645.903963413, delay=0.005679264664649963, ms=00016}
22:49:00.541268 run                             mass: MS performed LU  {at=17146646.24457758, lu_delay=5.23864633217454, ms=00008}
22:49:00.587049 run                             mass: MS performed LU  {at=17146646.29036786, lu_delay=6.087720509618521, ms=00007}
22:49:00.604254 run                osmo-ms-mob/00017: Starting mobile
22:49:00.625661 run       osmo-ms-mob/00017(pid=152): Launched
22:49:00.640767 run                             mass: MS start registered  {at=17146646.344106913, delay=4.0102750062942505e-05, ms=00017}
22:49:00.910696 run                             mass: MS performed LU  {at=17146646.6140093, lu_delay=4.891799509525299, ms=00009}
22:49:01.269779 run                osmo-ms-mob/00018: Starting mobile
22:49:01.287302 run       osmo-ms-mob/00018(pid=153): Launched
22:49:01.301741 run                             mass: MS start registered  {at=17146647.005081076, delay=0.0061539411544799805, ms=00018}
22:49:01.668361 run                osmo-ms-mob/00019: Starting mobile
22:49:01.685835 run       osmo-ms-mob/00019(pid=154): Launched
22:49:01.699654 run                             mass: MS start registered  {at=17146647.40299529, delay=0.005473915487527847, ms=00019}
22:49:02.168090 run                osmo-ms-mob/00020: Starting mobile
22:49:02.185153 run       osmo-ms-mob/00020(pid=155): Launched
22:49:02.198737 run                             mass: MS start registered  {at=17146647.90208007, delay=0.005636550486087799, ms=00020}
22:49:02.442158 run                             mass: MS performed LU  {at=17146648.145474568, lu_delay=5.145142380148172, ms=00011}
22:49:02.489043 run                             mass: MS performed LU  {at=17146648.19237287, lu_delay=5.757332794368267, ms=00010}
22:49:02.576385 run                             mass: MS performed LU  {at=17146648.27971797, lu_delay=4.676741696894169, ms=00012}
22:49:02.591097 run                osmo-ms-mob/00021: Starting mobile
22:49:02.607909 run       osmo-ms-mob/00021(pid=156): Launched
22:49:02.621971 run                             mass: MS start registered  {at=17146648.325291812, delay=0.0013519413769245148, ms=00021}
22:49:03.069208 run                osmo-ms-mob/00022: Starting mobile
22:49:03.085646 run       osmo-ms-mob/00022(pid=157): Launched
22:49:03.098925 run                             mass: MS start registered  {at=17146648.802248146, delay=0.004387836903333664, ms=00022}
22:49:03.567262 run                osmo-ms-mob/00023: Starting mobile
22:49:03.582952 run       osmo-ms-mob/00023(pid=158): Launched
22:49:03.595680 run                             mass: MS start registered  {at=17146649.299025968, delay=0.005243360996246338, ms=00023}
22:49:03.967656 run                osmo-ms-mob/00024: Starting mobile
22:49:03.983637 run       osmo-ms-mob/00024(pid=159): Launched
22:49:03.996406 run                             mass: MS start registered  {at=17146649.699750252, delay=0.005509614944458008, ms=00024}
22:49:04.307001 run                             mass: MS performed LU  {at=17146650.01033086, lu_delay=5.194728400558233, ms=00014}
22:49:04.352824 run                             mass: MS performed LU  {at=17146650.05615366, lu_delay=4.641252793371677, ms=00015}
22:49:04.365842 run                osmo-ms-mob/00025: Starting mobile
22:49:04.381293 run       osmo-ms-mob/00025(pid=160): Launched
22:49:04.393743 run                             mass: MS start registered  {at=17146650.097090203, delay=0.005451258271932602, ms=00025}
22:49:04.441144 run                             mass: MS performed LU  {at=17146650.144464176, lu_delay=5.937744699418545, ms=00013}
22:49:04.870517 run                osmo-ms-mob/00026: Starting mobile
22:49:04.893382 run       osmo-ms-mob/00026(pid=161): Launched
22:49:04.907059 run                             mass: MS start registered  {at=17146650.610375423, delay=0.00567297637462616, ms=00026}
22:49:05.270224 run                osmo-ms-mob/00027: Starting mobile
22:49:05.287332 run       osmo-ms-mob/00027(pid=162): Launched
22:49:05.304728 run                             mass: MS start registered  {at=17146651.00806183, delay=0.008177261799573898, ms=00027}
22:49:05.667163 run                osmo-ms-mob/00028: Starting mobile
22:49:05.683984 run       osmo-ms-mob/00028(pid=163): Launched
22:49:05.698266 run                             mass: MS start registered  {at=17146651.40159827, delay=0.006202578544616699, ms=00028}
22:49:06.067965 run                osmo-ms-mob/00029: Starting mobile
22:49:06.082790 run       osmo-ms-mob/00029(pid=164): Launched
22:49:06.094933 run                             mass: MS start registered  {at=17146651.798281323, delay=0.0052572935819625854, ms=00029}
22:49:06.106348 run                             mass: MS performed LU  {at=17146651.80969746, lu_delay=5.465590547770262, ms=00017}
22:49:06.207746 run                             mass: MS performed LU  {at=17146651.911079213, lu_delay=4.905998136848211, ms=00018}
22:49:06.254424 run                             mass: MS performed LU  {at=17146651.95776013, lu_delay=6.053796716034412, ms=00016}
22:49:06.266286 run                osmo-ms-mob/00030: Starting mobile
22:49:06.280159 run       osmo-ms-mob/00030(pid=165): Launched
22:49:06.291611 run                             mass: MS start registered  {at=17146651.99496071, delay=0.004801269620656967, ms=00030}
22:49:06.360696 run                             mass: MS performed LU  {at=17146652.06403239, lu_delay=4.661037102341652, ms=00019}
22:49:06.866721 run                osmo-ms-mob/00031: Starting mobile
22:49:06.881744 run       osmo-ms-mob/00031(pid=166): Launched
22:49:06.893758 run                             mass: MS start registered  {at=17146652.597109813, delay=0.0050049275159835815, ms=00031}
22:49:07.167265 run                osmo-ms-mob/00032: Starting mobile
22:49:07.184612 run       osmo-ms-mob/00032(pid=167): Launched
22:49:07.197156 run                             mass: MS start registered  {at=17146652.90049774, delay=0.005452696233987808, ms=00032}
22:49:07.566556 run                osmo-ms-mob/00033: Starting mobile
22:49:07.580914 run       osmo-ms-mob/00033(pid=168): Launched
22:49:07.592377 run                             mass: MS start registered  {at=17146653.29572723, delay=0.004929281771183014, ms=00033}
22:49:07.966832 run                osmo-ms-mob/00034: Starting mobile
22:49:07.983635 run       osmo-ms-mob/00034(pid=169): Launched
22:49:07.995177 run                             mass: MS start registered  {at=17146653.69852252, delay=0.004282969981431961, ms=00034}
22:49:08.072623 run                             mass: MS performed LU  {at=17146653.775956735, lu_delay=4.973708588629961, ms=00022}
22:49:08.119158 run                             mass: MS performed LU  {at=17146653.822494227, lu_delay=5.497202415019274, ms=00021}
22:49:08.131170 run                osmo-ms-mob/00035: Starting mobile
22:49:08.145419 run       osmo-ms-mob/00035(pid=170): Launched
22:49:08.156623 run                             mass: MS start registered  {at=17146653.859972764, delay=0.004814572632312775, ms=00035}
22:49:08.206807 run                             mass: MS performed LU  {at=17146653.910143446, lu_delay=6.00806337594986, ms=00020}
22:49:08.497573 run                             mass: MS performed LU  {at=17146654.200841952, lu_delay=4.901815984398127, ms=00023}
22:49:08.667096 run                osmo-ms-mob/00036: Starting mobile
22:49:08.680806 run       osmo-ms-mob/00036(pid=171): Launched
22:49:08.693666 run                             mass: MS start registered  {at=17146654.39700713, delay=0.006338372826576233, ms=00036}
22:49:09.067451 run                osmo-ms-mob/00037: Starting mobile
22:49:09.082218 run       osmo-ms-mob/00037(pid=172): Launched
22:49:09.093876 run                             mass: MS start registered  {at=17146654.797215674, delay=0.00517379492521286, ms=00037}
22:49:09.366708 run                osmo-ms-mob/00038: Starting mobile
22:49:09.380552 run       osmo-ms-mob/00038(pid=173): Launched
22:49:09.392583 run                             mass: MS start registered  {at=17146655.09591991, delay=0.005446840077638626, ms=00038}
22:49:09.669264 run                osmo-ms-mob/00039: Starting mobile
22:49:09.684064 run       osmo-ms-mob/00039(pid=174): Launched
22:49:09.695555 run                             mass: MS start registered  {at=17146655.39889612, delay=0.004993066191673279, ms=00039}
22:49:09.872199 run                             mass: MS performed LU  {at=17146655.575535744, lu_delay=5.875785492360592, ms=00024}
22:49:09.973629 run                             mass: MS performed LU  {at=17146655.676962793, lu_delay=4.668900962918997, ms=00027}
22:49:09.985711 run                osmo-ms-mob/00040: Starting mobile
22:49:09.999901 run       osmo-ms-mob/00040(pid=175): Launched
22:49:10.011207 run                             mass: MS start registered  {at=17146655.71455427, delay=0.004866395145654678, ms=00040}
22:49:10.020152 run                             mass: MS performed LU  {at=17146655.723506387, lu_delay=5.1131309643387794, ms=00026}
22:49:10.126960 run                             mass: MS performed LU  {at=17146655.830219608, lu_delay=5.733129404485226, ms=00025}
22:49:10.151606 run                osmo-ms-mob/00041: Starting mobile
22:49:10.165889 run       osmo-ms-mob/00041(pid=176): Launched
22:49:10.177461 run                             mass: MS start registered  {at=17146655.880802657, delay=0.004974260926246643, ms=00041}
22:49:10.667628 run                osmo-ms-mob/00042: Starting mobile
22:49:10.681998 run       osmo-ms-mob/00042(pid=177): Launched
22:49:10.693518 run                             mass: MS start registered  {at=17146656.39686422, delay=0.005045600235462189, ms=00042}
22:49:11.067298 run                osmo-ms-mob/00043: Starting mobile
22:49:11.081830 run       osmo-ms-mob/00043(pid=178): Launched
22:49:11.093552 run                             mass: MS start registered  {at=17146656.796883147, delay=0.0049607157707214355, ms=00043}
22:49:11.368602 run                osmo-ms-mob/00044: Starting mobile
22:49:11.382732 run       osmo-ms-mob/00044(pid=179): Launched
22:49:11.394152 run                             mass: MS start registered  {at=17146657.097498063, delay=0.005002960562705994, ms=00044}
22:49:11.666384 run                osmo-ms-mob/00045: Starting mobile
22:49:11.680185 run       osmo-ms-mob/00045(pid=180): Launched
22:49:11.691657 run                             mass: MS start registered  {at=17146657.394998793, delay=0.005097050219774246, ms=00045}
22:49:11.838448 run                             mass: MS performed LU  {at=17146657.541780457, lu_delay=4.641282718628645, ms=00032}
22:49:11.885092 run                             mass: MS performed LU  {at=17146657.588398665, lu_delay=5.59343795478344, ms=00030}
22:49:11.897839 run                osmo-ms-mob/00046: Starting mobile
22:49:11.911600 run       osmo-ms-mob/00046(pid=181): Launched
22:49:11.922820 run                             mass: MS start registered  {at=17146657.62617259, delay=0.004855208098888397, ms=00046}
22:49:11.973488 run                             mass: MS performed LU  {at=17146657.67671608, lu_delay=5.878434758633375, ms=00029}
22:49:12.029446 run                             mass: MS performed LU  {at=17146657.732701264, lu_delay=5.135591451078653, ms=00031}
22:49:12.043348 run                osmo-ms-mob/00047: Starting mobile
22:49:12.058051 run       osmo-ms-mob/00047(pid=182): Launched
22:49:12.064422 run                             mass: MS performed LU  {at=17146657.767781638, lu_delay=6.366183366626501, ms=00028}
22:49:12.070583 run                             mass: MS start registered  {at=17146657.77394876, delay=0.006186202168464661, ms=00047}
22:49:12.570881 run                osmo-ms-mob/00048: Starting mobile
22:49:12.584648 run       osmo-ms-mob/00048(pid=183): Launched
22:49:12.596519 run                             mass: MS start registered  {at=17146658.299857397, delay=0.005324117839336395, ms=00048}
22:49:13.000985 run                osmo-ms-mob/00049: Starting mobile
22:49:13.015467 run       osmo-ms-mob/00049(pid=184): Launched
22:49:13.021858 run                             mass: Starting too slowly. Moving on {now=17146658.725226074, sleep=-0.06123395636677742, target=17146658.663992118}
22:49:13.027788 run                             mass: MS start registered  {at=17146658.731147345, delay=0.005923323333263397, ms=00049}
22:49:13.569096 run                osmo-ms-mob/00050: Starting mobile
22:49:13.586944 run       osmo-ms-mob/00050(pid=185): Launched
22:49:13.593097 run                             mass: Starting too slowly. Moving on {now=17146659.296466675, sleep=-0.33247455209493637, target=17146658.963992123}
22:49:13.599092 run                             mass: MS start registered  {at=17146659.30245182, delay=0.005986962467432022, ms=00050}
22:49:13.604956 run                             mass: Starting too slowly. Moving on {now=17146659.308326237, sleep=-0.2443341128528118, target=17146659.063992124}
22:49:13.610656 run                             mass: Starting too slowly. Moving on {now=17146659.314025387, sleep=-0.15003326162695885, target=17146659.163992126}
22:49:13.616346 run                             mass: Starting too slowly. Moving on {now=17146659.31971522, sleep=-0.05572309345006943, target=17146659.263992127}
22:49:14.141361 run                osmo-ms-mob/00051: Starting mobile
22:49:14.173463 run       osmo-ms-mob/00051(pid=186): Launched
22:49:14.179726 run                             mass: Starting too slowly. Moving on {now=17146659.88309601, sleep=-0.5191038809716702, target=17146659.36399213}
22:49:14.185756 run                             mass: MS start registered  {at=17146659.88911668, delay=0.006022989749908447, ms=00051}
22:49:14.191949 run                             mass: Starting too slowly. Moving on {now=17146659.895317573, sleep=-0.43132544308900833, target=17146659.46399213}
22:49:14.197794 run                             mass: Starting too slowly. Moving on {now=17146659.9011649, sleep=-0.337172769010067, target=17146659.56399213}
22:49:14.378374 run                osmo-ms-mob/00052: Starting mobile
22:49:14.392797 run       osmo-ms-mob/00052(pid=187): Launched
22:49:14.399094 run                             mass: Starting too slowly. Moving on {now=17146660.102462664, sleep=-0.4384705312550068, target=17146659.663992133}
22:49:14.405588 run                             mass: MS start registered  {at=17146660.108945932, delay=0.0064858682453632355, ms=00052}
22:49:14.411536 run                             mass: Starting too slowly. Moving on {now=17146660.114906173, sleep=-0.35091403871774673, target=17146659.763992134}
22:49:14.417696 run                             mass: Starting too slowly. Moving on {now=17146660.121065963, sleep=-0.2570738270878792, target=17146659.863992136}
22:49:14.657164 run                osmo-ms-mob/00053: Starting mobile
22:49:14.675877 run       osmo-ms-mob/00053(pid=188): Launched
22:49:14.682648 run                             mass: Starting too slowly. Moving on {now=17146660.38601664, sleep=-0.4220245033502579, target=17146659.963992137}
22:49:14.688684 run                             mass: MS start registered  {at=17146660.392043456, delay=0.006029952317476273, ms=00053}
22:49:14.694668 run                             mass: Starting too slowly. Moving on {now=17146660.39803684, sleep=-0.3340447023510933, target=17146660.06399214}
22:49:14.700405 run                             mass: Starting too slowly. Moving on {now=17146660.403776105, sleep=-0.23978396505117416, target=17146660.16399214}
22:49:14.938571 run                osmo-ms-mob/00054: Starting mobile
22:49:15.211133 run       osmo-ms-mob/00054(pid=189): Launched
22:49:15.309216 run                             mass: Starting too slowly. Moving on {now=17146661.0125235, sleep=-0.7485313564538956, target=17146660.263992142}
22:49:15.331594 run                             mass: MS start registered  {at=17146661.034949858, delay=0.022439487278461456, ms=00054}
22:49:15.337668 run                             mass: Starting too slowly. Moving on {now=17146661.041037016, sleep=-0.6770448721945286, target=17146660.363992143}
22:49:15.343616 run                             mass: Starting too slowly. Moving on {now=17146661.046985302, sleep=-0.5829931572079659, target=17146660.463992145}
22:49:15.504020 run                osmo-ms-mob/00055: Starting mobile
22:49:15.521928 run       osmo-ms-mob/00055(pid=190): Launched
22:49:15.528455 run                             mass: Starting too slowly. Moving on {now=17146661.23182386, sleep=-0.6678317151963711, target=17146660.563992146}
22:49:15.535532 run                             mass: MS start registered  {at=17146661.238891046, delay=0.007069207727909088, ms=00055}
22:49:15.541962 run                             mass: Starting too slowly. Moving on {now=17146661.245330524, sleep=-0.5813383758068085, target=17146660.663992148}
22:49:15.547883 run                             mass: Starting too slowly. Moving on {now=17146661.251253, sleep=-0.487260852009058, target=17146660.76399215}
22:49:15.787021 run                osmo-ms-mob/00056: Starting mobile
22:49:15.847310 run       osmo-ms-mob/00056(pid=191): Launched
22:49:15.854042 run                             mass: Starting too slowly. Moving on {now=17146661.557410937, sleep=-0.6934187859296799, target=17146660.86399215}
22:49:15.860242 run                             mass: MS start registered  {at=17146661.563600004, delay=0.006191585212945938, ms=00056}
22:49:15.866429 run                             mass: Starting too slowly. Moving on {now=17146661.569796845, sleep=-0.605804692953825, target=17146660.963992152}
22:49:15.872350 run                             mass: Starting too slowly. Moving on {now=17146661.575720247, sleep=-0.5117280930280685, target=17146661.063992154}
22:49:15.883411 run                osmo-ms-mob/00057: Starting mobile
22:49:15.897709 run       osmo-ms-mob/00057(pid=192): Launched
22:49:15.904128 run                             mass: Starting too slowly. Moving on {now=17146661.60749248, sleep=-0.4435003250837326, target=17146661.163992155}
22:49:15.910250 run                             mass: MS start registered  {at=17146661.61360717, delay=0.006118509918451309, ms=00057}
22:49:15.916376 run                             mass: Starting too slowly. Moving on {now=17146661.619745895, sleep=-0.35575373843312263, target=17146661.263992157}
22:49:15.922386 run                             mass: Starting too slowly. Moving on {now=17146661.625756174, sleep=-0.2617640160024166, target=17146661.36399216}
22:49:15.928159 run                             mass: Starting too slowly. Moving on {now=17146661.63153051, sleep=-0.1675383485853672, target=17146661.46399216}
22:49:15.939304 run                osmo-ms-mob/00058: Starting mobile
22:49:15.952812 run       osmo-ms-mob/00058(pid=193): Launched
22:49:15.959002 run                             mass: Starting too slowly. Moving on {now=17146661.662371773, sleep=-0.09837961196899414, target=17146661.56399216}
22:49:15.965092 run                             mass: MS start registered  {at=17146661.668450873, delay=0.006081417202949524, ms=00058}
22:49:15.971127 run                             mass: Starting too slowly. Moving on {now=17146661.67449631, sleep=-0.01050414890050888, target=17146661.663992163}
22:49:16.067003 run                osmo-ms-mob/00059: Starting mobile
22:49:16.080841 run       osmo-ms-mob/00059(pid=194): Launched
22:49:16.092386 run                             mass: MS start registered  {at=17146661.79573552, delay=0.00486551970243454, ms=00059}
22:49:16.367301 run                osmo-ms-mob/00060: Starting mobile
22:49:16.382271 run       osmo-ms-mob/00060(pid=195): Launched
22:49:16.394774 run                             mass: MS start registered  {at=17146662.09810723, delay=0.006041940301656723, ms=00060}
22:49:16.494655 run                             mass: MS performed LU  {at=17146662.197975744, lu_delay=3.89811834692955, ms=00048}
22:49:16.513956 run                             mass: MS performed LU  {at=17146662.217287242, lu_delay=4.822288449853659, ms=00045}
22:49:16.633723 run                             mass: MS performed LU  {at=17146662.33705624, lu_delay=4.710883647203445, ms=00046}
22:49:16.645797 run                osmo-ms-mob/00061: Starting mobile
22:49:16.660005 run       osmo-ms-mob/00061(pid=196): Launched
22:49:16.671764 run                             mass: MS start registered  {at=17146662.375106752, delay=0.005388736724853516, ms=00061}
22:49:16.717305 run                             mass: MS performed LU  {at=17146662.420636114, lu_delay=5.323138050734997, ms=00044}
22:49:16.915436 run                             mass: MS performed LU  {at=17146662.61873379, lu_delay=6.737931132316589, ms=00041}
22:49:16.928677 run                osmo-ms-mob/00062: Starting mobile
22:49:16.943322 run       osmo-ms-mob/00062(pid=197): Launched
22:49:16.952148 run                             mass: MS performed LU  {at=17146662.65549395, lu_delay=9.359766718000174, ms=00033}
22:49:16.958966 run                             mass: MS start registered  {at=17146662.662329897, delay=0.009117573499679565, ms=00062}
22:49:16.970328 run                             mass: MS performed LU  {at=17146662.673661496, lu_delay=6.276797275990248, ms=00042}
22:49:16.984300 run                osmo-ms-mob/00063: Starting mobile
22:49:16.999036 run       osmo-ms-mob/00063(pid=198): Launched
22:49:17.005456 run                             mass: MS performed LU  {at=17146662.70881254, lu_delay=6.994258269667625, ms=00040}
22:49:17.011944 run                             mass: MS performed LU  {at=17146662.715307318, lu_delay=9.01678479835391, ms=00034}
22:49:17.018647 run                             mass: MS start registered  {at=17146662.722010713, delay=0.01322050392627716, ms=00063}
22:49:17.025010 run                             mass: MS performed LU  {at=17146662.7283717, lu_delay=7.6324517875909805, ms=00038}
22:49:17.037193 run                osmo-ms-mob/00064: Starting mobile
22:49:17.051404 run       osmo-ms-mob/00064(pid=199): Launched
22:49:17.058104 run                             mass: MS performed LU  {at=17146662.761460785, lu_delay=8.36445365473628, ms=00036}
22:49:17.064451 run                             mass: MS performed LU  {at=17146662.767814547, lu_delay=7.368918426334858, ms=00039}
22:49:17.070594 run                             mass: MS start registered  {at=17146662.7739595, delay=0.012519948184490204, ms=00064}
22:49:17.081055 run                             mass: MS performed LU  {at=17146662.784404933, lu_delay=7.987189259380102, ms=00037}
22:49:17.092889 run                osmo-ms-mob/00065: Starting mobile
22:49:17.107680 run       osmo-ms-mob/00065(pid=200): Launched
22:49:17.120954 run                             mass: MS start registered  {at=17146662.824302495, delay=0.00654849037528038, ms=00065}
22:49:17.514564 run                             mass: MS performed LU  {at=17146663.217868734, lu_delay=5.443919975310564, ms=00047}
22:49:18.468023 run                osmo-ms-mob/00066: Starting mobile
22:49:18.483470 run       osmo-ms-mob/00066(pid=201): Launched
22:49:18.495784 run                             mass: MS start registered  {at=17146664.19911953, delay=0.005724679678678513, ms=00066}
22:49:18.866812 run                osmo-ms-mob/00067: Starting mobile
22:49:18.881505 run       osmo-ms-mob/00067(pid=202): Launched
22:49:18.893366 run                             mass: MS start registered  {at=17146664.59671333, delay=0.005342215299606323, ms=00067}
22:49:19.166849 run                osmo-ms-mob/00068: Starting mobile
22:49:19.183149 run       osmo-ms-mob/00068(pid=203): Launched
22:49:19.194832 run                             mass: MS start registered  {at=17146664.89818018, delay=0.005020074546337128, ms=00068}
22:49:19.577045 run                osmo-ms-mob/00069: Starting mobile
22:49:19.597993 run       osmo-ms-mob/00069(pid=204): Launched
22:49:19.610198 run                             mass: MS start registered  {at=17146665.313540097, delay=0.005649149417877197, ms=00069}
22:49:19.972975 run                osmo-ms-mob/00070: Starting mobile
22:49:19.988242 run       osmo-ms-mob/00070(pid=205): Launched
22:49:20.003449 run                             mass: MS start registered  {at=17146665.706784766, delay=0.008569382131099701, ms=00070}
22:49:20.311993 run                             mass: MS performed LU  {at=17146666.0153265, lu_delay=6.712874680757523, ms=00050}
22:49:20.324578 run                osmo-ms-mob/00071: Starting mobile
22:49:20.338781 run       osmo-ms-mob/00071(pid=206): Launched
22:49:20.345319 run                             mass: MS performed LU  {at=17146666.048674557, lu_delay=5.9397286251187325, ms=00052}
22:49:20.351474 run                             mass: MS start registered  {at=17146666.05483877, delay=0.006186824291944504, ms=00071}
22:49:20.358132 run                             mass: MS performed LU  {at=17146666.06146587, lu_delay=5.669422414153814, ms=00053}
22:49:20.611781 run                             mass: MS performed LU  {at=17146666.315104052, lu_delay=6.425987374037504, ms=00051}
22:49:20.626529 run                osmo-ms-mob/00072: Starting mobile
22:49:20.641159 run       osmo-ms-mob/00072(pid=207): Launched
22:49:20.652689 run                             mass: MS start registered  {at=17146666.356031995, delay=0.005056191235780716, ms=00072}
22:49:21.156695 run                             mass: MS performed LU  {at=17146666.860015277, lu_delay=4.761908046901226, ms=00060}
22:49:21.177545 run                osmo-ms-mob/00073: Starting mobile
22:49:21.192469 run       osmo-ms-mob/00073(pid=208): Launched
22:49:21.200003 run                             mass: MS performed LU  {at=17146666.9033593, lu_delay=4.528252549469471, ms=00061}
22:49:21.206622 run                             mass: MS performed LU  {at=17146666.909983627, lu_delay=5.1142481081187725, ms=00059}
22:49:21.213013 run                             mass: MS start registered  {at=17146666.916379835, delay=0.013043083250522614, ms=00073}
22:49:21.219420 run                             mass: MS performed LU  {at=17146666.922779705, lu_delay=5.683888658881187, ms=00055}
22:49:21.231352 run                osmo-ms-mob/00074: Starting mobile
22:49:21.245668 run       osmo-ms-mob/00074(pid=209): Launched
22:49:21.257965 run                             mass: MS start registered  {at=17146666.961307265, delay=0.005849950015544891, ms=00074}
22:49:21.462452 run                             mass: MS performed LU  {at=17146667.16570846, lu_delay=5.552101291716099, ms=00057}
22:49:21.482387 run                             mass: MS performed LU  {at=17146667.18574935, lu_delay=6.150799490511417, ms=00054}
22:49:21.516516 run                             mass: MS performed LU  {at=17146667.219833653, lu_delay=5.551382780075073, ms=00058}
22:49:21.528693 run                osmo-ms-mob/00075: Starting mobile
22:49:21.543315 run       osmo-ms-mob/00075(pid=210): Launched
22:49:21.555084 run                             mass: MS start registered  {at=17146667.258417293, delay=0.005279570817947388, ms=00075}
22:49:22.332635 run                             mass: MS performed LU  {at=17146668.035947196, lu_delay=5.313936483114958, ms=00063}
22:49:22.341255 run                             mass: MS performed LU  {at=17146668.044617943, lu_delay=5.2203154489398, ms=00065}
22:49:22.353148 run                osmo-ms-mob/00076: Starting mobile
22:49:22.367706 run       osmo-ms-mob/00076(pid=211): Launched
22:49:22.379256 run                             mass: MS start registered  {at=17146668.08260273, delay=0.00513109564781189, ms=00076}
22:49:22.867267 run                osmo-ms-mob/00077: Starting mobile
22:49:22.882446 run       osmo-ms-mob/00077(pid=212): Launched
22:49:22.893715 run                             mass: MS start registered  {at=17146668.597059496, delay=0.004639524966478348, ms=00077}
22:49:23.135841 run                             mass: MS performed LU  {at=17146668.839113902, lu_delay=6.1767840050160885, ms=00062}
22:49:23.154990 run                             mass: MS performed LU  {at=17146668.858298294, lu_delay=4.659178763628006, ms=00066}
22:49:23.374932 run                osmo-ms-mob/00078: Starting mobile
22:49:23.389179 run       osmo-ms-mob/00078(pid=213): Launched
22:49:23.400572 run                             mass: MS start registered  {at=17146669.10392438, delay=0.0047590471804142, ms=00078}
22:49:23.767427 run                osmo-ms-mob/00079: Starting mobile
22:49:23.782268 run       osmo-ms-mob/00079(pid=214): Launched
22:49:23.793397 run                             mass: MS start registered  {at=17146669.49675009, delay=0.00493713840842247, ms=00079}
22:49:24.124791 run                             mass: MS performed LU  {at=17146669.827963077, lu_delay=7.054003577679396, ms=00064}
22:49:24.284113 run                osmo-ms-mob/00080: Starting mobile
22:49:24.300100 run       osmo-ms-mob/00080(pid=215): Launched
22:49:24.312305 run                             mass: MS start registered  {at=17146670.015618823, delay=0.00532221794128418, ms=00080}
22:49:24.768289 run                osmo-ms-mob/00081: Starting mobile
22:49:24.782429 run       osmo-ms-mob/00081(pid=216): Launched
22:49:24.794517 run                             mass: MS start registered  {at=17146670.497861274, delay=0.005287338048219681, ms=00081}
22:49:24.936605 run                             mass: MS performed LU  {at=17146670.63983282, lu_delay=4.283800825476646, ms=00072}
22:49:24.964198 run                             mass: MS performed LU  {at=17146670.66755041, lu_delay=5.76937023177743, ms=00068}
22:49:25.084214 run                             mass: MS performed LU  {at=17146670.787470564, lu_delay=4.732631795108318, ms=00071}
22:49:25.112479 run                osmo-ms-mob/00082: Starting mobile
22:49:25.126262 run       osmo-ms-mob/00082(pid=217): Launched
22:49:25.137349 run                             mass: MS start registered  {at=17146670.840701718, delay=0.00468016043305397, ms=00082}
22:49:25.209906 run                             mass: MS performed LU  {at=17146670.91315583, lu_delay=6.316442500799894, ms=00067}
22:49:25.227316 run                             mass: MS performed LU  {at=17146670.930661574, lu_delay=5.61712147668004, ms=00069}
22:49:25.245296 run                             mass: MS performed LU  {at=17146670.94863921, lu_delay=5.241854444146156, ms=00070}
22:49:25.767235 run                osmo-ms-mob/00083: Starting mobile
22:49:25.781493 run       osmo-ms-mob/00083(pid=218): Launched
22:49:25.794618 run                             mass: MS start registered  {at=17146671.497946642, delay=0.006601050496101379, ms=00083}
22:49:26.266712 run                osmo-ms-mob/00084: Starting mobile
22:49:26.280796 run       osmo-ms-mob/00084(pid=219): Launched
22:49:26.292160 run                             mass: MS start registered  {at=17146671.995510038, delay=0.0046707987785339355, ms=00084}
22:49:26.778337 run                osmo-ms-mob/00085: Starting mobile
22:49:26.792358 run       osmo-ms-mob/00085(pid=220): Launched
22:49:26.803663 run                             mass: MS start registered  {at=17146672.507013734, delay=0.005102790892124176, ms=00085}
22:49:26.901571 run                             mass: MS performed LU  {at=17146672.604858626, lu_delay=5.3464413322508335, ms=00075}
22:49:26.910707 run                             mass: MS performed LU  {at=17146672.614062212, lu_delay=5.697682376950979, ms=00073}
22:49:27.368841 run                osmo-ms-mob/00086: Starting mobile
22:49:27.383948 run       osmo-ms-mob/00086(pid=221): Launched
22:49:27.396744 run                             mass: MS start registered  {at=17146673.10008355, delay=0.00622081384062767, ms=00086}
22:49:27.419160 run                             mass: MS performed LU  {at=17146673.12250585, lu_delay=5.039903122931719, ms=00076}
22:49:27.968235 run                osmo-ms-mob/00087: Starting mobile
22:49:27.984544 run       osmo-ms-mob/00087(pid=222): Launched
22:49:27.996743 run                             mass: MS start registered  {at=17146673.700083412, delay=0.004823718219995499, ms=00087}
22:49:28.567378 run                osmo-ms-mob/00088: Starting mobile
22:49:28.580785 run       osmo-ms-mob/00088(pid=223): Launched
22:49:28.592255 run                             mass: MS start registered  {at=17146674.295600276, delay=0.005153149366378784, ms=00088}
22:49:28.684008 run                             mass: MS performed LU  {at=17146674.38726352, lu_delay=5.283339142799377, ms=00078}
22:49:28.707682 run                             mass: MS performed LU  {at=17146674.41104174, lu_delay=5.813982244580984, ms=00077}
22:49:28.850687 run                             mass: MS performed LU  {at=17146674.553935446, lu_delay=5.057185355573893, ms=00079}
22:49:28.955544 run                             mass: MS performed LU  {at=17146674.658878446, lu_delay=4.64325962215662, ms=00080}
22:49:29.168182 run                osmo-ms-mob/00089: Starting mobile
22:49:29.182071 run       osmo-ms-mob/00089(pid=224): Launched
22:49:29.193273 run                             mass: MS start registered  {at=17146674.896625027, delay=0.005012307316064835, ms=00089}
22:49:29.767231 run                osmo-ms-mob/00090: Starting mobile
22:49:29.781371 run       osmo-ms-mob/00090(pid=225): Launched
22:49:29.792668 run                             mass: MS start registered  {at=17146675.496017717, delay=0.004951778799295425, ms=00090}
22:49:30.466762 run                osmo-ms-mob/00091: Starting mobile
22:49:30.481020 run       osmo-ms-mob/00091(pid=226): Launched
22:49:30.492314 run                             mass: MS start registered  {at=17146676.195660897, delay=0.004872161895036697, ms=00091}
22:49:30.621628 run                             mass: MS performed LU  {at=17146676.324948866, lu_delay=5.484247148036957, ms=00082}
22:49:30.667872 run                             mass: MS performed LU  {at=17146676.37111712, lu_delay=4.873170476406813, ms=00083}
22:49:30.715056 run                             mass: MS performed LU  {at=17146676.418313567, lu_delay=5.920452293008566, ms=00081}
22:49:30.876782 run                             mass: MS performed LU  {at=17146676.580031343, lu_delay=22.72005857899785, ms=00035}
22:49:31.178231 run                osmo-ms-mob/00092: Starting mobile
22:49:31.192657 run       osmo-ms-mob/00092(pid=227): Launched
22:49:31.204215 run                             mass: MS start registered  {at=17146676.907561757, delay=0.005298182368278503, ms=00092}
22:49:31.983694 run                osmo-ms-mob/00093: Starting mobile
22:49:31.998547 run       osmo-ms-mob/00093(pid=228): Launched
22:49:32.010087 run                             mass: MS start registered  {at=17146677.713424914, delay=0.0052169375121593475, ms=00093}
22:49:32.448703 run                             mass: MS performed LU  {at=17146678.15203319, lu_delay=6.156523153185844, ms=00084}
22:49:32.467267 run                             mass: MS performed LU  {at=17146678.170613337, lu_delay=5.070529788732529, ms=00086}
22:49:32.615349 run                             mass: MS performed LU  {at=17146678.31868096, lu_delay=5.81166722625494, ms=00085}
22:49:32.777521 run                             mass: MS performed LU  {at=17146678.480766103, lu_delay=21.68388295546174, ms=00043}
22:49:32.790995 run                osmo-ms-mob/00094: Starting mobile
22:49:32.804193 run       osmo-ms-mob/00094(pid=229): Launched
22:49:32.815427 run                             mass: MS start registered  {at=17146678.518774945, delay=0.005028989166021347, ms=00094}
22:49:33.782345 run                osmo-ms-mob/00095: Starting mobile
22:49:33.796223 run       osmo-ms-mob/00095(pid=230): Launched
22:49:33.807304 run                             mass: MS start registered  {at=17146679.510653995, delay=0.004867415875196457, ms=00095}
22:49:34.435148 run                             mass: MS performed LU  {at=17146680.138396606, lu_delay=4.642378889024258, ms=00090}
22:49:34.454120 run                             mass: MS performed LU  {at=17146680.157481235, lu_delay=5.260856207460165, ms=00089}
22:49:34.479622 run                             mass: MS performed LU  {at=17146680.1829495, lu_delay=5.887349221855402, ms=00088}
22:49:34.779179 run                osmo-ms-mob/00096: Starting mobile
22:49:34.793329 run       osmo-ms-mob/00096(pid=231): Launched
22:49:34.804957 run                             mass: MS start registered  {at=17146680.508303966, delay=0.005294974893331528, ms=00096}
22:49:35.867421 run                osmo-ms-mob/00097: Starting mobile
22:49:35.881617 run       osmo-ms-mob/00097(pid=232): Launched
22:49:35.892793 run                             mass: MS start registered  {at=17146681.596145403, delay=0.004764147102832794, ms=00097}
22:49:36.215043 run                             mass: MS performed LU  {at=17146681.91836605, lu_delay=4.204941134899855, ms=00093}
22:49:36.232803 run                             mass: MS performed LU  {at=17146681.93614479, lu_delay=5.028583034873009, ms=00092}
22:49:36.380681 run                             mass: MS performed LU  {at=17146682.084014125, lu_delay=5.888353228569031, ms=00091}
22:49:37.167058 run                osmo-ms-mob/00098: Starting mobile
22:49:37.180580 run       osmo-ms-mob/00098(pid=233): Launched
22:49:37.192179 run                             mass: MS start registered  {at=17146682.895527422, delay=0.005129147320985794, ms=00098}
22:49:38.199297 run                             mass: MS performed LU  {at=17146683.902631775, lu_delay=5.383856829255819, ms=00094}
22:49:38.453424 run                             mass: MS performed LU  {at=17146684.156759135, lu_delay=4.646105140447617, ms=00095}
22:49:38.481045 run                             mass: MS performed LU  {at=17146684.184380535, lu_delay=22.620780531316996, ms=00056}
22:49:38.966786 run                osmo-ms-mob/00099: Starting mobile
22:49:38.980900 run       osmo-ms-mob/00099(pid=234): Launched
22:49:38.987185 run                             mass: All started... {duration=55.72656196728349, too_slow=29}
22:49:38.993181 run                             mass: MS start registered  {at=17146684.696539063, delay=0.005988724529743195, ms=00099}
22:49:40.146857 run                             mass: MS performed LU  {at=17146685.85016772, lu_delay=5.341863755136728, ms=00096}
22:49:43.142351 run                             mass: MS performed LU  {at=17146688.845617484, lu_delay=7.249472081661224, ms=00097}
22:49:43.159840 run                             mass: MS performed LU  {at=17146688.863185793, lu_delay=5.967658370733261, ms=00098}
22:49:44.364990 run                             mass: MS performed LU  {at=17146690.06827514, lu_delay=23.106967873871326, ms=00074}
22:49:44.452507 run                             mass: MS performed LU  {at=17146690.155827515, lu_delay=5.459288451820612, ms=00099}
22:49:49.496468 run                             mass: MS performed LU  {at=17146695.199759617, lu_delay=21.49967620521784, ms=00087}
22:50:38.217849 run                             mass: MS performed LU  {at=17146743.92113703, lu_delay=85.18998968601227, ms=00049}
22:50:38.224606 run                             mass: Tests done {all_completed=True, max=85.18998968601227, min=3.89811834692955}
22:50:38.230394 tst         register_default_mass.py: Test passed (141.1 sec)
22:50:38.236091 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:50:38.239565 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:50:38.243045 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:50:38.246631 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:50:38.250374 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:50:38.254227 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:50:38.258107 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:50:38.261958 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:50:38.265814 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:50:38.269713 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:50:38.273667 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:50:38.277654 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:50:38.281535 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:50:38.285412 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:50:38.289305 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:50:38.293261 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:50:38.297376 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:50:38.301649 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:50:38.305976 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:50:38.310357 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:50:38.314809 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:50:38.319266 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:50:38.323719 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:50:38.328118 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:50:38.332418 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:50:38.336729 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:50:38.341065 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:50:38.345423 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:50:38.349970 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:50:38.354542 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:50:38.359174 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:50:38.363986 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:50:38.368286 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:50:38.372592 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:50:38.376908 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:50:38.381528 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:50:38.385848 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:50:38.390280 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:50:38.394799 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:50:38.399291 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:50:38.403736 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:50:38.408872 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:50:38.413470 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:50:38.418902 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:50:38.423739 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:50:38.428844 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:50:38.433346 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:50:38.437938 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:50:38.442494 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:50:38.447066 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:50:38.451660 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:50:38.456474 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:50:38.461187 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:50:38.465999 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:50:38.470771 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:50:38.475969 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:50:38.480537 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:50:38.485087 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:50:38.489545 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:50:38.493994 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:50:38.498456 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:50:38.503195 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:50:38.508012 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:50:38.512621 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:50:38.517263 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:50:38.521848 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:50:38.526461 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:50:38.531069 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:50:38.535647 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:50:38.540922 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:50:38.545453 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:50:38.549888 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:50:38.554231 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:50:38.558531 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:50:38.562850 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:50:38.567177 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:50:38.571508 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:50:38.575738 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:50:38.580700 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:50:38.584993 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:50:38.589291 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:50:38.593534 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:50:38.597857 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:50:38.602183 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:50:38.606378 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:50:38.610694 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:50:38.615163 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:50:38.619427 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:50:38.623751 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:50:38.628225 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:50:38.632562 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:50:38.636918 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:50:38.641378 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:50:38.645763 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:50:38.650730 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:50:38.655087 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:50:38.659512 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:50:38.663956 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:50:38.668290 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:50:38.672585 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:50:38.676873 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:50:38.681089 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:50:38.685291 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:50:38.690004 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:50:38.694339 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:50:38.698640 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:50:38.703175 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:50:38.707730 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:50:38.712106 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:50:38.716497 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:50:38.721004 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:50:38.725316 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:50:38.729822 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:50:38.734047 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:50:38.738317 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:50:38.742509 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:50:38.746704 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:50:38.750856 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:50:38.754982 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:50:38.759119 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:50:38.763205 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:50:38.767279 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:50:38.771328 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:50:38.775443 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:50:38.779754 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:50:38.783838 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:50:38.787982 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:50:38.792051 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:50:38.796178 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:50:38.800238 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:50:38.804295 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:50:38.808272 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:50:38.812218 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:50:38.816134 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:50:38.820262 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:50:38.824183 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:50:38.828033 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:50:38.831803 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:50:38.835586 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:50:38.839360 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:50:38.843120 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:50:38.846831 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:50:38.850509 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:50:38.854195 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:50:38.857835 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:50:38.861443 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:50:38.865040 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:50:38.868630 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:50:38.872205 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:50:38.875805 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:50:38.879583 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:50:38.883190 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:50:38.886781 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:50:38.890370 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:50:38.893949 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:50:38.897535 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:50:38.901120 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:50:38.904780 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:50:38.908482 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:50:38.912252 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:50:38.916021 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:50:38.919790 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:50:38.923586 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:50:38.927429 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:50:38.931286 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:50:38.935165 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:50:38.939157 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:50:38.943221 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:50:38.947289 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:50:38.951370 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:50:38.955333 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:50:38.959475 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:50:38.963394 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:50:38.967293 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:50:38.971239 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:50:38.975183 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:50:38.979014 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:50:38.982853 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:50:38.986667 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:50:38.990518 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:50:38.994344 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:50:38.998189 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:50:39.002024 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:50:39.005871 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:50:39.009707 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:50:39.013539 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:50:39.017374 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:50:39.021201 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:50:39.024981 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:50:39.028784 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:50:39.032663 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:50:39.036543 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:50:39.040489 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:50:39.044348 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:50:39.048213 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:50:39.052035 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:50:39.055789 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:50:39.059516 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:50:39.063193 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:50:39.066850 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:50:39.070539 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:50:39.074339 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:50:39.078309 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:50:39.082402 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:50:39.086476 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:50:39.090563 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:50:39.094655 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:50:39.098720 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:50:39.102727 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:50:39.106688 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:50:39.110641 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:50:39.114586 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:50:39.118553 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:50:39.122451 ---      ParallelTerminationStrategy: PID 22 died...
22:50:39.124232 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:50:39.128519 ---      ParallelTerminationStrategy: PID 23 died...
22:50:39.130227 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:50:39.134504 ---      ParallelTerminationStrategy: PID 24 died...
22:50:39.136309 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:50:39.140735 ---      ParallelTerminationStrategy: PID 25 died...
22:50:39.142531 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:50:39.146908 ---      ParallelTerminationStrategy: PID 26 died...
22:50:39.148680 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:50:39.153004 ---      ParallelTerminationStrategy: PID 27 died...
22:50:39.154800 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:50:39.159064 ---      ParallelTerminationStrategy: PID 28 died...
22:50:39.160803 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:50:39.165147 ---      ParallelTerminationStrategy: PID 29 died...
22:50:39.166940 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:50:39.171365 ---      ParallelTerminationStrategy: PID 30 died...
22:50:39.173139 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:50:39.177531 ---      ParallelTerminationStrategy: PID 31 died...
22:50:39.179318 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:50:39.183730 ---      ParallelTerminationStrategy: PID 32 died...
22:50:39.185511 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:50:39.189843 ---      ParallelTerminationStrategy: PID 33 died...
22:50:39.191599 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:50:39.195923 ---      ParallelTerminationStrategy: PID 35 died...
22:50:39.197681 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:50:39.202089 ---      ParallelTerminationStrategy: PID 36 died...
22:50:39.203873 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:50:39.208299 ---      ParallelTerminationStrategy: PID 37 died...
22:50:39.210042 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:50:39.214332 ---      ParallelTerminationStrategy: PID 38 died...
22:50:39.216082 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:50:39.220371 ---      ParallelTerminationStrategy: PID 39 died...
22:50:39.222118 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:50:39.226463 ---      ParallelTerminationStrategy: PID 40 died...
22:50:39.228173 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:50:39.232380 ---      ParallelTerminationStrategy: PID 41 died...
22:50:39.234086 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:50:39.238416 ---      ParallelTerminationStrategy: PID 42 died...
22:50:39.240160 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:50:39.244449 ---      ParallelTerminationStrategy: PID 43 died...
22:50:39.246176 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:50:39.250478 ---      ParallelTerminationStrategy: PID 44 died...
22:50:39.252218 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:50:39.258495 ---      ParallelTerminationStrategy: PID 45 died...
22:50:39.260199 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:50:39.264392 ---      ParallelTerminationStrategy: PID 46 died...
22:50:39.266139 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:50:39.270421 ---      ParallelTerminationStrategy: PID 47 died...
22:50:39.272144 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:50:39.276306 ---      ParallelTerminationStrategy: PID 48 died...
22:50:39.278014 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:50:39.282181 ---      ParallelTerminationStrategy: PID 49 died...
22:50:39.283831 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:50:39.287901 ---      ParallelTerminationStrategy: PID 50 died...
22:50:39.289570 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:50:39.293651 ---      ParallelTerminationStrategy: PID 51 died...
22:50:39.295259 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:50:39.299281 ---      ParallelTerminationStrategy: PID 52 died...
22:50:39.300889 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:50:39.304924 ---      ParallelTerminationStrategy: PID 53 died...
22:50:39.306563 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:50:39.310672 ---      ParallelTerminationStrategy: PID 54 died...
22:50:39.312351 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:50:39.316518 ---      ParallelTerminationStrategy: PID 55 died...
22:50:39.318221 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:50:39.322420 ---      ParallelTerminationStrategy: PID 56 died...
22:50:39.324104 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:50:39.328269 ---      ParallelTerminationStrategy: PID 57 died...
22:50:39.329941 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:50:39.334022 ---      ParallelTerminationStrategy: PID 58 died...
22:50:39.335663 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:50:39.339615 ---      ParallelTerminationStrategy: PID 59 died...
22:50:39.341221 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:50:39.345198 ---      ParallelTerminationStrategy: PID 60 died...
22:50:39.346813 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:50:39.350796 ---      ParallelTerminationStrategy: PID 61 died...
22:50:39.352393 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:50:39.356372 ---      ParallelTerminationStrategy: PID 62 died...
22:50:39.357983 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:50:39.362017 ---      ParallelTerminationStrategy: PID 63 died...
22:50:39.363678 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:50:39.367808 ---      ParallelTerminationStrategy: PID 64 died...
22:50:39.369513 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:50:39.373693 ---      ParallelTerminationStrategy: PID 65 died...
22:50:39.375418 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:50:39.379725 ---      ParallelTerminationStrategy: PID 66 died...
22:50:39.381514 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:50:39.385912 ---      ParallelTerminationStrategy: PID 67 died...
22:50:39.387679 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:50:39.392068 ---      ParallelTerminationStrategy: PID 68 died...
22:50:39.393862 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:50:39.398241 ---      ParallelTerminationStrategy: PID 69 died...
22:50:39.400010 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:50:39.404415 ---      ParallelTerminationStrategy: PID 70 died...
22:50:39.406280 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:50:39.410798 ---      ParallelTerminationStrategy: PID 71 died...
22:50:39.412623 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:50:39.417143 ---      ParallelTerminationStrategy: PID 72 died...
22:50:39.418976 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:50:39.423524 ---      ParallelTerminationStrategy: PID 73 died...
22:50:39.425353 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:50:39.429879 ---      ParallelTerminationStrategy: PID 74 died...
22:50:39.431706 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:50:39.436352 ---      ParallelTerminationStrategy: PID 75 died...
22:50:39.438244 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:50:39.442824 ---      ParallelTerminationStrategy: PID 76 died...
22:50:39.444657 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:50:39.449155 ---      ParallelTerminationStrategy: PID 77 died...
22:50:39.450933 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:50:39.455285 ---      ParallelTerminationStrategy: PID 78 died...
22:50:39.457042 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:50:39.461336 ---      ParallelTerminationStrategy: PID 79 died...
22:50:39.463076 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:50:39.467348 ---      ParallelTerminationStrategy: PID 80 died...
22:50:39.469085 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:50:39.473385 ---      ParallelTerminationStrategy: PID 81 died...
22:50:39.475123 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:50:39.479455 ---      ParallelTerminationStrategy: PID 82 died...
22:50:39.481213 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:50:39.485599 ---      ParallelTerminationStrategy: PID 83 died...
22:50:39.487383 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:50:39.491753 ---      ParallelTerminationStrategy: PID 84 died...
22:50:39.493481 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:50:39.497761 ---      ParallelTerminationStrategy: PID 85 died...
22:50:39.499495 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:50:39.503750 ---      ParallelTerminationStrategy: PID 86 died...
22:50:39.505461 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:50:39.509650 ---      ParallelTerminationStrategy: PID 87 died...
22:50:39.511348 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:50:39.515565 ---      ParallelTerminationStrategy: PID 88 died...
22:50:39.517304 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:50:39.521705 ---      ParallelTerminationStrategy: PID 89 died...
22:50:39.523495 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:50:39.527915 ---      ParallelTerminationStrategy: PID 90 died...
22:50:39.529698 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:50:39.534127 ---      ParallelTerminationStrategy: PID 91 died...
22:50:39.535867 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:50:39.540262 ---      ParallelTerminationStrategy: PID 92 died...
22:50:39.542057 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:50:39.546551 ---      ParallelTerminationStrategy: PID 93 died...
22:50:39.548406 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:50:39.553013 ---      ParallelTerminationStrategy: PID 94 died...
22:50:39.554864 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:50:39.559297 ---      ParallelTerminationStrategy: PID 95 died...
22:50:39.561080 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:50:39.565433 ---      ParallelTerminationStrategy: PID 96 died...
22:50:39.567180 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:50:39.571510 ---      ParallelTerminationStrategy: PID 97 died...
22:50:39.573259 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:50:39.577641 ---      ParallelTerminationStrategy: PID 98 died...
22:50:39.579447 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:50:39.583954 ---      ParallelTerminationStrategy: PID 99 died...
22:50:39.585740 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:50:39.590115 ---      ParallelTerminationStrategy: PID 100 died...
22:50:39.591890 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:50:39.596277 ---      ParallelTerminationStrategy: PID 101 died...
22:50:39.598055 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:50:39.602428 ---      ParallelTerminationStrategy: PID 102 died...
22:50:39.604200 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:50:39.608602 ---      ParallelTerminationStrategy: PID 103 died...
22:50:39.610415 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:50:39.614798 ---      ParallelTerminationStrategy: PID 104 died...
22:50:39.616562 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:50:39.620945 ---      ParallelTerminationStrategy: PID 105 died...
22:50:39.622676 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:50:39.626965 ---      ParallelTerminationStrategy: PID 106 died...
22:50:39.628721 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:50:39.633013 ---      ParallelTerminationStrategy: PID 107 died...
22:50:39.634757 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:50:39.639026 ---      ParallelTerminationStrategy: PID 108 died...
22:50:39.640772 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:50:39.645032 ---      ParallelTerminationStrategy: PID 109 died...
22:50:39.646761 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:50:39.650979 ---      ParallelTerminationStrategy: PID 110 died...
22:50:39.652672 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:50:39.656838 ---      ParallelTerminationStrategy: PID 111 died...
22:50:39.658519 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:50:39.662689 ---      ParallelTerminationStrategy: PID 112 died...
22:50:39.664375 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:50:39.668559 ---      ParallelTerminationStrategy: PID 113 died...
22:50:39.670242 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:50:39.674588 ---      ParallelTerminationStrategy: PID 114 died...
22:50:39.676363 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:50:39.680758 ---      ParallelTerminationStrategy: PID 115 died...
22:50:39.682544 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:50:39.687042 ---      ParallelTerminationStrategy: PID 116 died...
22:50:39.688863 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:50:39.693341 ---      ParallelTerminationStrategy: PID 117 died...
22:50:39.695164 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:50:39.699782 ---      ParallelTerminationStrategy: PID 118 died...
22:50:39.701604 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:50:39.706032 ---      ParallelTerminationStrategy: PID 119 died...
22:50:39.707801 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:50:39.712175 ---      ParallelTerminationStrategy: PID 120 died...
22:50:39.713926 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:50:39.718199 ---      ParallelTerminationStrategy: PID 121 died...
22:50:39.719928 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:50:39.724207 ---      ParallelTerminationStrategy: PID 122 died...
22:50:39.725938 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:50:39.730142 ---      ParallelTerminationStrategy: PID 123 died...
22:50:39.731831 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:50:39.735991 ---      ParallelTerminationStrategy: PID 124 died...
22:50:39.737677 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:50:39.741828 ---      ParallelTerminationStrategy: PID 125 died...
22:50:39.743508 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:50:39.747699 ---      ParallelTerminationStrategy: PID 126 died...
22:50:39.749428 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:50:39.753681 ---      ParallelTerminationStrategy: PID 127 died...
22:50:39.755425 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:50:39.759800 ---      ParallelTerminationStrategy: PID 128 died...
22:50:39.761604 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:50:39.766023 ---      ParallelTerminationStrategy: PID 129 died...
22:50:39.767840 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:50:39.772354 ---      ParallelTerminationStrategy: PID 130 died...
22:50:39.774182 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:50:39.778554 ---      ParallelTerminationStrategy: PID 131 died...
22:50:39.780328 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:50:39.784680 ---      ParallelTerminationStrategy: PID 132 died...
22:50:39.786422 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:50:39.790700 ---      ParallelTerminationStrategy: PID 133 died...
22:50:39.792426 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:50:39.796623 ---      ParallelTerminationStrategy: PID 134 died...
22:50:39.798314 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:50:39.802481 ---      ParallelTerminationStrategy: PID 135 died...
22:50:39.804163 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:50:39.808292 ---      ParallelTerminationStrategy: PID 136 died...
22:50:39.809944 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:50:39.813973 ---      ParallelTerminationStrategy: PID 137 died...
22:50:39.815599 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:50:39.819652 ---      ParallelTerminationStrategy: PID 138 died...
22:50:39.821293 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:50:39.825314 ---      ParallelTerminationStrategy: PID 139 died...
22:50:39.826940 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:50:39.831051 ---      ParallelTerminationStrategy: PID 140 died...
22:50:39.832718 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:50:39.836840 ---      ParallelTerminationStrategy: PID 141 died...
22:50:39.838499 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:50:39.842877 ---      ParallelTerminationStrategy: PID 142 died...
22:50:39.844638 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:50:39.849081 ---      ParallelTerminationStrategy: PID 143 died...
22:50:39.850874 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:50:39.855327 ---      ParallelTerminationStrategy: PID 144 died...
22:50:39.857123 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:50:39.861642 ---      ParallelTerminationStrategy: PID 145 died...
22:50:39.863449 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:50:39.867906 ---      ParallelTerminationStrategy: PID 146 died...
22:50:39.869712 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:50:39.874208 ---      ParallelTerminationStrategy: PID 147 died...
22:50:39.876008 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:50:39.880486 ---      ParallelTerminationStrategy: PID 148 died...
22:50:39.882342 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:50:39.886933 ---      ParallelTerminationStrategy: PID 149 died...
22:50:39.888803 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:50:39.893381 ---      ParallelTerminationStrategy: PID 150 died...
22:50:39.895232 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:50:39.899700 ---      ParallelTerminationStrategy: PID 151 died...
22:50:39.901504 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:50:39.905962 ---      ParallelTerminationStrategy: PID 152 died...
22:50:39.907750 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:50:39.912218 ---      ParallelTerminationStrategy: PID 153 died...
22:50:39.914011 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:50:39.918500 ---      ParallelTerminationStrategy: PID 154 died...
22:50:39.920288 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:50:39.924770 ---      ParallelTerminationStrategy: PID 155 died...
22:50:39.926564 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:50:39.931031 ---      ParallelTerminationStrategy: PID 156 died...
22:50:39.932834 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:50:39.937312 ---      ParallelTerminationStrategy: PID 157 died...
22:50:39.939106 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:50:39.943577 ---      ParallelTerminationStrategy: PID 158 died...
22:50:39.945427 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:50:39.949928 ---      ParallelTerminationStrategy: PID 159 died...
22:50:39.951715 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:50:39.956139 ---      ParallelTerminationStrategy: PID 160 died...
22:50:39.957905 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:50:39.962279 ---      ParallelTerminationStrategy: PID 161 died...
22:50:39.964034 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:50:39.968416 ---      ParallelTerminationStrategy: PID 162 died...
22:50:39.970184 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:50:39.974598 ---      ParallelTerminationStrategy: PID 163 died...
22:50:39.976368 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:50:39.980967 ---      ParallelTerminationStrategy: PID 164 died...
22:50:39.982791 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:50:39.987265 ---      ParallelTerminationStrategy: PID 165 died...
22:50:39.989062 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:50:39.993464 ---      ParallelTerminationStrategy: PID 166 died...
22:50:39.995205 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:50:39.999563 ---      ParallelTerminationStrategy: PID 167 died...
22:50:40.001322 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:50:40.005707 ---      ParallelTerminationStrategy: PID 168 died...
22:50:40.007510 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:50:40.011995 ---      ParallelTerminationStrategy: PID 169 died...
22:50:40.013791 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:50:40.018245 ---      ParallelTerminationStrategy: PID 170 died...
22:50:40.020053 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:50:40.024639 ---      ParallelTerminationStrategy: PID 171 died...
22:50:40.026513 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:50:40.031164 ---      ParallelTerminationStrategy: PID 172 died...
22:50:40.033034 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:50:40.037634 ---      ParallelTerminationStrategy: PID 173 died...
22:50:40.039495 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:50:40.044097 ---      ParallelTerminationStrategy: PID 174 died...
22:50:40.045953 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:50:40.050536 ---      ParallelTerminationStrategy: PID 175 died...
22:50:40.052386 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:50:40.057000 ---      ParallelTerminationStrategy: PID 176 died...
22:50:40.058851 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:50:40.063470 ---      ParallelTerminationStrategy: PID 177 died...
22:50:40.065340 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:50:40.069968 ---      ParallelTerminationStrategy: PID 178 died...
22:50:40.071885 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:50:40.076713 ---      ParallelTerminationStrategy: PID 179 died...
22:50:40.078633 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:50:40.127594 ---      ParallelTerminationStrategy: PID 180 died...
22:50:40.129335 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:50:40.133282 ---      ParallelTerminationStrategy: PID 181 died...
22:50:40.134980 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:50:40.139419 ---      ParallelTerminationStrategy: PID 182 died...
22:50:40.141289 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:50:40.158242 ---      ParallelTerminationStrategy: PID 183 died...
22:50:40.160167 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:50:40.164693 ---      ParallelTerminationStrategy: PID 184 died...
22:50:40.166541 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:50:40.171197 ---      ParallelTerminationStrategy: PID 185 died...
22:50:40.173109 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:50:40.177852 ---      ParallelTerminationStrategy: PID 186 died...
22:50:40.179818 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:50:40.184718 ---      ParallelTerminationStrategy: PID 187 died...
22:50:40.186684 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:50:40.191562 ---      ParallelTerminationStrategy: PID 188 died...
22:50:40.193525 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:50:40.198431 ---      ParallelTerminationStrategy: PID 189 died...
22:50:40.200409 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:50:40.205334 ---      ParallelTerminationStrategy: PID 190 died...
22:50:40.207295 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:50:40.212166 ---      ParallelTerminationStrategy: PID 191 died...
22:50:40.214129 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:50:40.219033 ---      ParallelTerminationStrategy: PID 192 died...
22:50:40.221065 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:50:40.225952 ---      ParallelTerminationStrategy: PID 193 died...
22:50:40.227923 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:50:40.232809 ---      ParallelTerminationStrategy: PID 194 died...
22:50:40.234775 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:50:40.239689 ---      ParallelTerminationStrategy: PID 195 died...
22:50:40.241662 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:50:40.246576 ---      ParallelTerminationStrategy: PID 196 died...
22:50:40.248488 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:50:40.253240 ---      ParallelTerminationStrategy: PID 197 died...
22:50:40.255153 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:50:40.259915 ---      ParallelTerminationStrategy: PID 198 died...
22:50:40.261870 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:50:40.266627 ---      ParallelTerminationStrategy: PID 199 died...
22:50:40.268553 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:50:40.273308 ---      ParallelTerminationStrategy: PID 200 died...
22:50:40.275228 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:50:40.280154 ---      ParallelTerminationStrategy: PID 201 died...
22:50:40.282027 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:50:40.286655 ---      ParallelTerminationStrategy: PID 202 died...
22:50:40.288523 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:50:40.293163 ---      ParallelTerminationStrategy: PID 203 died...
22:50:40.295325 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:50:40.299899 ---      ParallelTerminationStrategy: PID 204 died...
22:50:40.301781 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:50:40.306404 ---      ParallelTerminationStrategy: PID 205 died...
22:50:40.308533 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:50:40.313198 ---      ParallelTerminationStrategy: PID 206 died...
22:50:40.315058 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:50:40.319561 ---      ParallelTerminationStrategy: PID 207 died...
22:50:40.321393 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:50:40.325889 ---      ParallelTerminationStrategy: PID 208 died...
22:50:40.327719 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:50:40.332238 ---      ParallelTerminationStrategy: PID 209 died...
22:50:40.334053 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:50:40.338547 ---      ParallelTerminationStrategy: PID 210 died...
22:50:40.340342 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:50:40.344730 ---      ParallelTerminationStrategy: PID 211 died...
22:50:40.346509 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:50:40.351033 ---      ParallelTerminationStrategy: PID 212 died...
22:50:40.352873 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:50:40.357452 ---      ParallelTerminationStrategy: PID 213 died...
22:50:40.359267 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:50:40.363956 ---      ParallelTerminationStrategy: PID 214 died...
22:50:40.365842 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:50:40.370502 ---      ParallelTerminationStrategy: PID 215 died...
22:50:40.372346 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:50:40.376867 ---      ParallelTerminationStrategy: PID 216 died...
22:50:40.378685 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:50:40.383162 ---      ParallelTerminationStrategy: PID 217 died...
22:50:40.384947 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:50:40.389487 ---      ParallelTerminationStrategy: PID 218 died...
22:50:40.391326 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:50:40.395836 ---      ParallelTerminationStrategy: PID 219 died...
22:50:40.397627 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:50:40.402039 ---      ParallelTerminationStrategy: PID 220 died...
22:50:40.403798 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:50:40.408207 ---      ParallelTerminationStrategy: PID 221 died...
22:50:40.409985 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:50:40.414359 ---      ParallelTerminationStrategy: PID 222 died...
22:50:40.416146 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:50:40.420890 ---      ParallelTerminationStrategy: PID 223 died...
22:50:40.422767 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:50:40.427287 ---      ParallelTerminationStrategy: PID 224 died...
22:50:40.429107 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:50:40.433492 ---      ParallelTerminationStrategy: PID 225 died...
22:50:40.435263 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:50:40.439640 ---      ParallelTerminationStrategy: PID 226 died...
22:50:40.441415 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:50:40.445787 ---      ParallelTerminationStrategy: PID 227 died...
22:50:40.447578 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:50:40.451982 ---      ParallelTerminationStrategy: PID 228 died...
22:50:40.453784 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:50:40.458272 ---      ParallelTerminationStrategy: PID 229 died...
22:50:40.460087 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:50:40.464680 ---      ParallelTerminationStrategy: PID 230 died...
22:50:40.466498 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:50:40.470973 ---      ParallelTerminationStrategy: PID 231 died...
22:50:40.472808 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:50:40.477306 ---      ParallelTerminationStrategy: PID 232 died...
22:50:40.479347 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:50:40.483755 ---      ParallelTerminationStrategy: PID 233 died...
22:50:40.485572 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:50:40.489989 ---      ParallelTerminationStrategy: PID 234 died...
22:50:40.491822 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:50:43.895872 ---      ParallelTerminationStrategy: PID 34 died...
22:50:43.897567 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8043 netreg_mass PASS
---------------------------------------------------------------------
22:50:43.982770 tst                       trial-8043: Storing JUnit report in /build/trial-8043/run.2025-07-30_22-48-16/trial-8043.xml

--------------------------------------------------------------------------------------------
trial-8043 PASS
--------------------------------------------------------------------------------------------
22:50:43.994158 tst                       trial-8043: trial-8043: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (141.1 sec)
+ exit_code=0
+ rm -rf trial-8043/inst
+ cd trial-8043
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-07-30 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8043-run.tgz run.2025-07-30_22-48-16
+ tar czf /build/trial-8043-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-07-30_13_27_09.tgz osmo-bts-oc2g.build-2025-07-30_00_51_33.tgz osmo-bts-sysmo.build-2025-07-30_00_51_37.tgz osmo-bts.build-2025-07-30_00_51_44.tgz osmo-ggsn.build-2025-07-30_20_42_26.tgz osmo-hlr.build-2025-07-30_16_36_52.tgz osmo-hnbgw.build-2025-07-30_13_29_47.tgz osmo-mgw.build-2025-07-30_08_33_12.tgz osmo-msc.build-2025-07-30_13_34_05.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-07-30_07_33_59.tgz osmo-pcu-sysmo.build-2025-07-30_07_36_01.tgz osmo-pcu.build-2025-07-30_07_36_09.tgz osmo-sgsn.build-2025-07-30_20_48_21.tgz osmo-stp.build-2025-07-30_13_23_01.tgz osmo-trx.build-2025-07-30_14_29_51.tgz osmocom-bb.build-2025-07-30_21_17_12.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