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/jenkins3446448499949381625.sh
+ rm -rf trial-8168-bin.tgz trial-8168-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 24982
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11014
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10421
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12852
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13176
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12762
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 41134
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7552
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 43257
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8365
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 13156
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7464
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11539
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7592
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9037
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6312
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 7464
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins3138799083627276781.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-8168
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
bce9627 nplab-m3ua-test: Configure Network Indicator as International
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

#8 [23/28] RUN	CD osmo-gsm-tester && 	git fetch && git checkout master && 	(git symbolic-ref -q HEAD && git reset --hard origin/master || exit 1); 	git rev-parse --abbrev-ref HEAD && git rev-parse HEAD
#8 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:7239cf711c39d62cd9360d3c4d3dc5b04a2cf4836adb2923629611a35a5a0468 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8169 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-12-03 22:48:36
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8169
+ mkdir -p trial-8169
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-12-03_19_07_52.tgz osmo-bts-oc2g.build-2025-12-03_19_04_10.tgz osmo-bts-sysmo.build-2025-12-03_19_03_50.tgz osmo-bts.build-2025-12-03_19_04_03.tgz osmo-ggsn.build-2025-12-03_20_42_50.tgz osmo-hlr.build-2025-12-03_18_21_59.tgz osmo-hnbgw.build-2025-12-03_19_08_32.tgz osmo-mgw.build-2025-12-03_18_58_14.tgz osmo-msc.build-2025-12-03_19_06_23.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-03_07_37_42.tgz osmo-pcu-sysmo.build-2025-12-03_07_36_15.tgz osmo-pcu.build-2025-12-03_07_37_48.tgz osmo-sgsn.build-2025-12-03_20_48_19.tgz osmo-stp.build-2025-12-03_18_06_37.tgz osmo-trx.build-2025-12-03_19_01_22.tgz osmocom-bb.build-2025-12-03_21_17_22.tgz srslte.build-19.tgz trial-8169
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-12-03_19_07_52.md5 osmo-bts-oc2g.build-2025-12-03_19_04_10.md5 osmo-bts-sysmo.build-2025-12-03_19_03_50.md5 osmo-bts.build-2025-12-03_19_04_03.md5 osmo-ggsn.build-2025-12-03_20_42_50.md5 osmo-hlr.build-2025-12-03_18_21_59.md5 osmo-hnbgw.build-2025-12-03_19_08_32.md5 osmo-mgw.build-2025-12-03_18_58_14.md5 osmo-msc.build-2025-12-03_19_06_23.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-03_07_37_42.md5 osmo-pcu-sysmo.build-2025-12-03_07_36_15.md5 osmo-pcu.build-2025-12-03_07_37_48.md5 osmo-sgsn.build-2025-12-03_20_48_19.md5 osmo-stp.build-2025-12-03_18_06_37.md5 osmo-trx.build-2025-12-03_19_01_22.md5 osmocom-bb.build-2025-12-03_21_17_22.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-12-03_19_07_52.md5 osmo-bts-oc2g.build-2025-12-03_19_04_10.md5 osmo-bts-sysmo.build-2025-12-03_19_03_50.md5 osmo-bts.build-2025-12-03_19_04_03.md5 osmo-ggsn.build-2025-12-03_20_42_50.md5 osmo-hlr.build-2025-12-03_18_21_59.md5 osmo-hnbgw.build-2025-12-03_19_08_32.md5 osmo-mgw.build-2025-12-03_18_58_14.md5 osmo-msc.build-2025-12-03_19_06_23.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-03_07_37_42.md5 osmo-pcu-sysmo.build-2025-12-03_07_36_15.md5 osmo-pcu.build-2025-12-03_07_37_48.md5 osmo-sgsn.build-2025-12-03_20_48_19.md5 osmo-stp.build-2025-12-03_18_06_37.md5 osmo-trx.build-2025-12-03_19_01_22.md5 osmocom-bb.build-2025-12-03_21_17_22.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-8169 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8169'
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-8169
--------------------------------------------------------------------------------------------
22:48:37.042026 tst                       trial-8169: Detailed log at /build/trial-8169/run.2025-12-03_22-48-37/log

---------------------------------------------------------------------
trial-8169 netreg_mass
---------------------------------------------------------------------
22:48:37.254387 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:37.254735 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:37.255492 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:37.256655 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:37.302225 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:37.303641 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:37.305370 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:37.377836 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-8169 netreg_mass register_default_mass.py
----------------------------------------------
22:48:37.378735 tst       register_default_mass.py:9: Claiming resources for the test
22:48:37.398271 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:37.398854 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:37.399326 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:37.399783 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:37.400239 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:37.400713 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:37.401172 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:37.518565 tst         register_default_mass.py: using LAC 2
22:48:37.553656 tst         register_default_mass.py: using RAC 2
22:48:37.588729 tst         register_default_mass.py: using CellId 2
22:48:37.627478 tst         register_default_mass.py: using BVCI 3
22:48:37.637876 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.639024 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.640054 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.641085 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.641652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.642160 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.642651 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.643151 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.643673 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.644172 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.644684 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.645183 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.645717 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.646248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.646773 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.647304 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.647826 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.648339 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.648892 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.649412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.649924 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.650447 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.650968 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.651489 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.651996 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.652515 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.653034 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.653542 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.654052 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.654579 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.655088 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.655600 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.656114 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.656660 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.657186 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.657700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.658223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.658745 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.659257 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.659775 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.660289 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.660807 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.661322 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.661834 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.662350 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.662861 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.663363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.663901 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.664425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.664946 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.665478 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.665989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.666502 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.667023 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.667531 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.668044 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.668578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.669109 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.669618 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.670118 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.670633 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.671136 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.671642 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.672161 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.672669 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.673183 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.673692 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.674199 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.674709 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.675223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.675724 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.676231 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.676839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.677353 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.677865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.678370 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.678877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.679387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.679907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.680416 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.680918 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.681423 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.681933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.682434 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.682931 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.683434 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.683937 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.684453 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.684971 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.685474 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.685968 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.686477 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.686989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.687495 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.687994 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.688500 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.689019 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.689543 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.690056 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.690562 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.691052 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:37.691633 tst      register_default_mass.py:21: Launching a simple network
22:48:37.701888 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:37.825646 run            create_hlr_db(pid=20): Launched
22:48:38.835856 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:38.855819 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:38.872530 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:38.878626 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:39.076596 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:39.092359 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:39.098207 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:39.550932 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:39.566893 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:42.580860 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:42.915711 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:42.931707 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:42.939535 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:42.976261 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:43.001491 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:43.010750 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:43.727810 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:43.774662 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:49.806132 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:49.974219 run         osmo-bts-virtual(pid=34): Launched
22:48:51.017514 tst         register_default_mass.py: using MSISDN 1001
22:48:51.023686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:51.132512 tst         register_default_mass.py: using MSISDN 1002
22:48:51.139138 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:51.231687 tst         register_default_mass.py: using MSISDN 1003
22:48:51.237853 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:51.310146 tst         register_default_mass.py: using MSISDN 1004
22:48:51.316267 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:51.393191 tst         register_default_mass.py: using MSISDN 1005
22:48:51.399349 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:51.476424 tst         register_default_mass.py: using MSISDN 1006
22:48:51.483149 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:51.565884 tst         register_default_mass.py: using MSISDN 1007
22:48:51.575674 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:51.666865 tst         register_default_mass.py: using MSISDN 1008
22:48:51.731321 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:51.830699 tst         register_default_mass.py: using MSISDN 1009
22:48:51.836620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:51.904340 tst         register_default_mass.py: using MSISDN 1010
22:48:51.910531 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:52.060547 tst         register_default_mass.py: using MSISDN 1011
22:48:52.066713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:52.137395 tst         register_default_mass.py: using MSISDN 1012
22:48:52.143501 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:52.218476 tst         register_default_mass.py: using MSISDN 1013
22:48:52.225666 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:52.297191 tst         register_default_mass.py: using MSISDN 1014
22:48:52.305020 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:52.369457 tst         register_default_mass.py: using MSISDN 1015
22:48:52.375557 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:52.454211 tst         register_default_mass.py: using MSISDN 1016
22:48:52.461687 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:52.540256 tst         register_default_mass.py: using MSISDN 1017
22:48:52.546958 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:52.625594 tst         register_default_mass.py: using MSISDN 1018
22:48:52.634840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:52.712373 tst         register_default_mass.py: using MSISDN 1019
22:48:52.721466 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:52.798032 tst         register_default_mass.py: using MSISDN 1020
22:48:52.808138 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:52.879266 tst         register_default_mass.py: using MSISDN 1021
22:48:52.886485 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:52.964033 tst         register_default_mass.py: using MSISDN 1022
22:48:52.974266 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:53.040942 tst         register_default_mass.py: using MSISDN 1023
22:48:53.050575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:53.110095 tst         register_default_mass.py: using MSISDN 1024
22:48:53.116955 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:53.192079 tst         register_default_mass.py: using MSISDN 1025
22:48:53.200464 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:53.271517 tst         register_default_mass.py: using MSISDN 1026
22:48:53.277686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:53.340069 tst         register_default_mass.py: using MSISDN 1027
22:48:53.346062 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:53.418257 tst         register_default_mass.py: using MSISDN 1028
22:48:53.424391 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:53.496770 tst         register_default_mass.py: using MSISDN 1029
22:48:53.502626 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:53.583325 tst         register_default_mass.py: using MSISDN 1030
22:48:53.589266 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:53.664855 tst         register_default_mass.py: using MSISDN 1031
22:48:53.672783 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:53.754301 tst         register_default_mass.py: using MSISDN 1032
22:48:53.764873 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:53.844264 tst         register_default_mass.py: using MSISDN 1033
22:48:53.854252 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:53.927560 tst         register_default_mass.py: using MSISDN 1034
22:48:53.933804 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:54.015146 tst         register_default_mass.py: using MSISDN 1035
22:48:54.028302 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:54.146990 tst         register_default_mass.py: using MSISDN 1036
22:48:54.159023 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:54.238054 tst         register_default_mass.py: using MSISDN 1037
22:48:54.250182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:54.317157 tst         register_default_mass.py: using MSISDN 1038
22:48:54.324835 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:54.608942 tst         register_default_mass.py: using MSISDN 1039
22:48:54.614868 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:54.686000 tst         register_default_mass.py: using MSISDN 1040
22:48:54.692109 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:54.763910 tst         register_default_mass.py: using MSISDN 1041
22:48:54.770093 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:54.839767 tst         register_default_mass.py: using MSISDN 1042
22:48:54.845658 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:54.927619 tst         register_default_mass.py: using MSISDN 1043
22:48:54.934119 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:54.999701 tst         register_default_mass.py: using MSISDN 1044
22:48:55.006421 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:55.086845 tst         register_default_mass.py: using MSISDN 1045
22:48:55.093045 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:55.160315 tst         register_default_mass.py: using MSISDN 1046
22:48:55.166222 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:55.230194 tst         register_default_mass.py: using MSISDN 1047
22:48:55.239171 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:55.314621 tst         register_default_mass.py: using MSISDN 1048
22:48:55.320762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:55.390481 tst         register_default_mass.py: using MSISDN 1049
22:48:55.396437 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:55.475113 tst         register_default_mass.py: using MSISDN 1050
22:48:55.481184 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:55.558028 tst         register_default_mass.py: using MSISDN 1051
22:48:55.564049 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:55.631761 tst         register_default_mass.py: using MSISDN 1052
22:48:55.637619 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:55.712324 tst         register_default_mass.py: using MSISDN 1053
22:48:55.718330 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:55.806256 tst         register_default_mass.py: using MSISDN 1054
22:48:55.812264 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:55.875490 tst         register_default_mass.py: using MSISDN 1055
22:48:55.881410 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:55.949484 tst         register_default_mass.py: using MSISDN 1056
22:48:55.956957 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:56.020037 tst         register_default_mass.py: using MSISDN 1057
22:48:56.026506 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:56.110864 tst         register_default_mass.py: using MSISDN 1058
22:48:56.117020 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:56.192810 tst         register_default_mass.py: using MSISDN 1059
22:48:56.198769 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:56.284565 tst         register_default_mass.py: using MSISDN 1060
22:48:56.290639 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:56.356958 tst         register_default_mass.py: using MSISDN 1061
22:48:56.364791 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:56.432413 tst         register_default_mass.py: using MSISDN 1062
22:48:56.438981 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:56.528875 tst         register_default_mass.py: using MSISDN 1063
22:48:56.536747 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:56.617596 tst         register_default_mass.py: using MSISDN 1064
22:48:56.624155 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:56.707346 tst         register_default_mass.py: using MSISDN 1065
22:48:56.713792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:56.789742 tst         register_default_mass.py: using MSISDN 1066
22:48:56.797201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:56.972476 tst         register_default_mass.py: using MSISDN 1067
22:48:56.978523 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:57.081848 tst         register_default_mass.py: using MSISDN 1068
22:48:57.087821 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:57.162934 tst         register_default_mass.py: using MSISDN 1069
22:48:57.170123 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:57.256492 tst         register_default_mass.py: using MSISDN 1070
22:48:57.262972 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:57.326904 tst         register_default_mass.py: using MSISDN 1071
22:48:57.333264 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:57.510294 tst         register_default_mass.py: using MSISDN 1072
22:48:57.516348 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:57.689085 tst         register_default_mass.py: using MSISDN 1073
22:48:57.696830 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:57.770204 tst         register_default_mass.py: using MSISDN 1074
22:48:57.777676 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:57.857499 tst         register_default_mass.py: using MSISDN 1075
22:48:57.864981 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:57.941730 tst         register_default_mass.py: using MSISDN 1076
22:48:57.948316 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:58.026257 tst         register_default_mass.py: using MSISDN 1077
22:48:58.032588 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:58.113389 tst         register_default_mass.py: using MSISDN 1078
22:48:58.119657 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:58.192970 tst         register_default_mass.py: using MSISDN 1079
22:48:58.199125 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:58.283044 tst         register_default_mass.py: using MSISDN 1080
22:48:58.289350 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:58.356528 tst         register_default_mass.py: using MSISDN 1081
22:48:58.364727 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:58.445773 tst         register_default_mass.py: using MSISDN 1082
22:48:58.457020 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:58.525945 tst         register_default_mass.py: using MSISDN 1083
22:48:58.532069 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:58.611465 tst         register_default_mass.py: using MSISDN 1084
22:48:58.617871 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:58.704247 tst         register_default_mass.py: using MSISDN 1085
22:48:58.710792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:58.781022 tst         register_default_mass.py: using MSISDN 1086
22:48:58.790688 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:58.861954 tst         register_default_mass.py: using MSISDN 1087
22:48:58.867775 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:58.950663 tst         register_default_mass.py: using MSISDN 1088
22:48:58.957596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:59.024241 tst         register_default_mass.py: using MSISDN 1089
22:48:59.030487 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:59.134828 tst         register_default_mass.py: using MSISDN 1090
22:48:59.141236 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:59.228531 tst         register_default_mass.py: using MSISDN 1091
22:48:59.234839 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:59.311062 tst         register_default_mass.py: using MSISDN 1092
22:48:59.321675 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:59.390330 tst         register_default_mass.py: using MSISDN 1093
22:48:59.396779 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:59.469723 tst         register_default_mass.py: using MSISDN 1094
22:48:59.479076 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:59.563047 tst         register_default_mass.py: using MSISDN 1095
22:48:59.569212 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:59.657544 tst         register_default_mass.py: using MSISDN 1096
22:48:59.664080 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:59.750817 tst         register_default_mass.py: using MSISDN 1097
22:48:59.760574 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:59.829901 tst         register_default_mass.py: using MSISDN 1098
22:48:59.836770 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:59.911514 tst         register_default_mass.py: using MSISDN 1099
22:48:59.918294 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:49:00.103207 tst         register_default_mass.py: using MSISDN 1100
22:49:00.109939 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:49:00.221891 run                             mass: Starting testcase
22:49:00.228047 run                             mass: Pre-launching all virtphy's
22:49:00.233978 run           osmo-ms-virt-phy/00000: Starting virtphy
22:49:00.247906 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:49:00.254522 run           osmo-ms-virt-phy/00001: Starting virtphy
22:49:00.268336 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:49:00.274645 run           osmo-ms-virt-phy/00002: Starting virtphy
22:49:00.288373 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:49:00.294781 run           osmo-ms-virt-phy/00003: Starting virtphy
22:49:00.309082 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:49:00.315911 run           osmo-ms-virt-phy/00004: Starting virtphy
22:49:00.330472 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:49:00.337121 run           osmo-ms-virt-phy/00005: Starting virtphy
22:49:00.351995 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:49:00.359024 run           osmo-ms-virt-phy/00006: Starting virtphy
22:49:00.374777 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:49:00.382042 run           osmo-ms-virt-phy/00007: Starting virtphy
22:49:00.397795 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:49:00.404989 run           osmo-ms-virt-phy/00008: Starting virtphy
22:49:00.420260 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:49:00.427028 run           osmo-ms-virt-phy/00009: Starting virtphy
22:49:00.441494 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:49:00.448214 run           osmo-ms-virt-phy/00010: Starting virtphy
22:49:00.462862 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:49:00.469735 run           osmo-ms-virt-phy/00011: Starting virtphy
22:49:00.484585 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:49:00.491194 run           osmo-ms-virt-phy/00012: Starting virtphy
22:49:00.505477 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:49:00.512141 run           osmo-ms-virt-phy/00013: Starting virtphy
22:49:00.527097 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:49:00.535333 run           osmo-ms-virt-phy/00014: Starting virtphy
22:49:00.552127 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:49:00.559776 run           osmo-ms-virt-phy/00015: Starting virtphy
22:49:00.576734 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:49:00.589965 run           osmo-ms-virt-phy/00016: Starting virtphy
22:49:00.606606 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:49:00.614174 run           osmo-ms-virt-phy/00017: Starting virtphy
22:49:00.629758 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:49:00.636812 run           osmo-ms-virt-phy/00018: Starting virtphy
22:49:00.651992 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:49:00.659087 run           osmo-ms-virt-phy/00019: Starting virtphy
22:49:00.674823 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:49:00.682165 run           osmo-ms-virt-phy/00020: Starting virtphy
22:49:00.698231 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:49:00.705988 run           osmo-ms-virt-phy/00021: Starting virtphy
22:49:00.722512 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:49:00.729734 run           osmo-ms-virt-phy/00022: Starting virtphy
22:49:00.745362 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:49:00.752791 run           osmo-ms-virt-phy/00023: Starting virtphy
22:49:00.768620 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:49:00.775974 run           osmo-ms-virt-phy/00024: Starting virtphy
22:49:00.792136 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:49:00.799344 run           osmo-ms-virt-phy/00025: Starting virtphy
22:49:00.814348 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:49:00.820998 run           osmo-ms-virt-phy/00026: Starting virtphy
22:49:00.835250 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:49:00.841714 run           osmo-ms-virt-phy/00027: Starting virtphy
22:49:00.855891 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:49:00.862482 run           osmo-ms-virt-phy/00028: Starting virtphy
22:49:00.876664 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:49:00.883375 run           osmo-ms-virt-phy/00029: Starting virtphy
22:49:00.898332 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:49:00.905024 run           osmo-ms-virt-phy/00030: Starting virtphy
22:49:00.919674 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:49:00.926554 run           osmo-ms-virt-phy/00031: Starting virtphy
22:49:00.941674 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:49:00.948453 run           osmo-ms-virt-phy/00032: Starting virtphy
22:49:00.963013 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:49:00.969814 run           osmo-ms-virt-phy/00033: Starting virtphy
22:49:00.984834 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:49:00.992047 run           osmo-ms-virt-phy/00034: Starting virtphy
22:49:01.007573 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:49:01.014819 run           osmo-ms-virt-phy/00035: Starting virtphy
22:49:01.030414 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:49:01.037314 run           osmo-ms-virt-phy/00036: Starting virtphy
22:49:01.052290 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:49:01.059486 run           osmo-ms-virt-phy/00037: Starting virtphy
22:49:01.075382 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:49:01.082692 run           osmo-ms-virt-phy/00038: Starting virtphy
22:49:01.098904 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:49:01.107204 run           osmo-ms-virt-phy/00039: Starting virtphy
22:49:01.124062 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:49:01.132461 run           osmo-ms-virt-phy/00040: Starting virtphy
22:49:01.149561 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:49:01.157162 run           osmo-ms-virt-phy/00041: Starting virtphy
22:49:01.173628 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:49:01.181186 run           osmo-ms-virt-phy/00042: Starting virtphy
22:49:01.197477 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:49:01.205057 run           osmo-ms-virt-phy/00043: Starting virtphy
22:49:01.221395 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:49:01.228926 run           osmo-ms-virt-phy/00044: Starting virtphy
22:49:01.245203 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:49:01.252702 run           osmo-ms-virt-phy/00045: Starting virtphy
22:49:01.268658 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:49:01.275950 run           osmo-ms-virt-phy/00046: Starting virtphy
22:49:01.291992 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:49:01.299684 run           osmo-ms-virt-phy/00047: Starting virtphy
22:49:01.316185 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:49:01.323817 run           osmo-ms-virt-phy/00048: Starting virtphy
22:49:01.340074 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:49:01.347820 run           osmo-ms-virt-phy/00049: Starting virtphy
22:49:01.364211 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:49:01.371710 run           osmo-ms-virt-phy/00050: Starting virtphy
22:49:01.388072 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:49:01.395680 run           osmo-ms-virt-phy/00051: Starting virtphy
22:49:01.412005 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:49:01.419477 run           osmo-ms-virt-phy/00052: Starting virtphy
22:49:01.434904 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:49:01.441916 run           osmo-ms-virt-phy/00053: Starting virtphy
22:49:01.456372 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:49:01.463064 run           osmo-ms-virt-phy/00054: Starting virtphy
22:49:01.477467 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:49:01.484105 run           osmo-ms-virt-phy/00055: Starting virtphy
22:49:01.498595 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:49:01.505265 run           osmo-ms-virt-phy/00056: Starting virtphy
22:49:01.519711 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:49:01.526480 run           osmo-ms-virt-phy/00057: Starting virtphy
22:49:01.541105 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:49:01.547773 run           osmo-ms-virt-phy/00058: Starting virtphy
22:49:01.562200 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:49:01.568708 run           osmo-ms-virt-phy/00059: Starting virtphy
22:49:01.583426 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:49:01.590337 run           osmo-ms-virt-phy/00060: Starting virtphy
22:49:01.605168 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:49:01.611912 run           osmo-ms-virt-phy/00061: Starting virtphy
22:49:01.626551 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:49:01.633440 run           osmo-ms-virt-phy/00062: Starting virtphy
22:49:01.648298 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:49:01.655118 run           osmo-ms-virt-phy/00063: Starting virtphy
22:49:01.669617 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:49:01.676255 run           osmo-ms-virt-phy/00064: Starting virtphy
22:49:01.690821 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:49:01.697809 run           osmo-ms-virt-phy/00065: Starting virtphy
22:49:01.712383 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:49:01.719050 run           osmo-ms-virt-phy/00066: Starting virtphy
22:49:01.732820 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:49:01.739279 run           osmo-ms-virt-phy/00067: Starting virtphy
22:49:01.754119 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:49:01.761455 run           osmo-ms-virt-phy/00068: Starting virtphy
22:49:01.777606 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:49:01.784606 run           osmo-ms-virt-phy/00069: Starting virtphy
22:49:01.799523 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:49:01.806150 run           osmo-ms-virt-phy/00070: Starting virtphy
22:49:01.820187 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:49:01.826554 run           osmo-ms-virt-phy/00071: Starting virtphy
22:49:01.840411 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:49:01.847160 run           osmo-ms-virt-phy/00072: Starting virtphy
22:49:01.861051 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:49:01.867416 run           osmo-ms-virt-phy/00073: Starting virtphy
22:49:01.881132 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:49:01.887670 run           osmo-ms-virt-phy/00074: Starting virtphy
22:49:02.091550 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:49:02.097943 run           osmo-ms-virt-phy/00075: Starting virtphy
22:49:02.111640 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:49:02.117969 run           osmo-ms-virt-phy/00076: Starting virtphy
22:49:02.131414 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:49:02.137719 run           osmo-ms-virt-phy/00077: Starting virtphy
22:49:02.151689 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:49:02.158103 run           osmo-ms-virt-phy/00078: Starting virtphy
22:49:02.171739 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:49:02.178108 run           osmo-ms-virt-phy/00079: Starting virtphy
22:49:02.191787 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:49:02.198167 run           osmo-ms-virt-phy/00080: Starting virtphy
22:49:02.211981 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:49:02.218358 run           osmo-ms-virt-phy/00081: Starting virtphy
22:49:02.232078 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:49:02.238405 run           osmo-ms-virt-phy/00082: Starting virtphy
22:49:02.251932 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:49:02.258216 run           osmo-ms-virt-phy/00083: Starting virtphy
22:49:02.271711 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:49:02.277907 run           osmo-ms-virt-phy/00084: Starting virtphy
22:49:02.291232 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:49:02.297530 run           osmo-ms-virt-phy/00085: Starting virtphy
22:49:02.311047 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:49:02.317476 run           osmo-ms-virt-phy/00086: Starting virtphy
22:49:02.331355 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:49:02.337884 run           osmo-ms-virt-phy/00087: Starting virtphy
22:49:02.351854 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:49:02.358300 run           osmo-ms-virt-phy/00088: Starting virtphy
22:49:02.371994 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:49:02.378677 run           osmo-ms-virt-phy/00089: Starting virtphy
22:49:02.392152 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:49:02.398336 run           osmo-ms-virt-phy/00090: Starting virtphy
22:49:02.411784 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:49:02.417912 run           osmo-ms-virt-phy/00091: Starting virtphy
22:49:02.431040 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:49:02.437332 run           osmo-ms-virt-phy/00092: Starting virtphy
22:49:02.450662 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:49:02.456822 run           osmo-ms-virt-phy/00093: Starting virtphy
22:49:02.469912 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:49:02.476206 run           osmo-ms-virt-phy/00094: Starting virtphy
22:49:02.489236 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:49:02.495703 run           osmo-ms-virt-phy/00095: Starting virtphy
22:49:02.509627 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:49:02.516069 run           osmo-ms-virt-phy/00096: Starting virtphy
22:49:02.530127 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:49:02.536607 run           osmo-ms-virt-phy/00097: Starting virtphy
22:49:02.550631 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:49:02.556779 run           osmo-ms-virt-phy/00098: Starting virtphy
22:49:02.570231 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:49:02.576325 run           osmo-ms-virt-phy/00099: Starting virtphy
22:49:02.589483 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:49:02.595509 run                             mass: Checking if sockets are in the filesystem
22:49:02.607741 run                osmo-ms-mob/00000: Starting mobile
22:49:02.620897 run       osmo-ms-mob/00000(pid=135): Launched
22:49:02.633426 run                             mass: MS start registered  {at=28033048.33677089, delay=0.00635145977139473, ms=00000}
22:49:06.808903 run                osmo-ms-mob/00001: Starting mobile
22:49:06.822633 run       osmo-ms-mob/00001(pid=136): Launched
22:49:06.833855 run                             mass: MS start registered  {at=28033052.537204754, delay=0.004772856831550598, ms=00001}
22:49:09.064583 run                osmo-ms-mob/00002: Starting mobile
22:49:09.164228 run       osmo-ms-mob/00002(pid=137): Launched
22:49:09.170222 run                             mass: Starting too slowly. Moving on {now=28033054.873592064, sleep=-0.46895620226860046, target=28033054.40463586}
22:49:09.175907 run                             mass: MS start registered  {at=28033054.87926404, delay=0.005674451589584351, ms=00002}
22:49:09.181720 run                             mass: Starting too slowly. Moving on {now=28033054.88509035, sleep=-0.38045448809862137, target=28033054.504635863}
22:49:09.187271 run                             mass: Starting too slowly. Moving on {now=28033054.890642416, sleep=-0.28600655123591423, target=28033054.604635864}
22:49:09.192783 run                             mass: Starting too slowly. Moving on {now=28033054.896155432, sleep=-0.19151956588029861, target=28033054.704635866}
22:49:09.198242 run                             mass: Starting too slowly. Moving on {now=28033054.901614252, sleep=-0.09697838500142097, target=28033054.804635867}
22:49:09.203699 run                             mass: Starting too slowly. Moving on {now=28033054.907070912, sleep=-0.002435043454170227, target=28033054.90463587}
22:49:10.425829 run                osmo-ms-mob/00003: Starting mobile
22:49:11.075119 run       osmo-ms-mob/00003(pid=138): Launched
22:49:11.081168 run                             mass: Starting too slowly. Moving on {now=28033056.784537587, sleep=-1.0799017064273357, target=28033055.70463588}
22:49:11.086735 run                             mass: MS start registered  {at=28033056.79009031, delay=0.005554765462875366, ms=00003}
22:49:11.092480 run                             mass: Starting too slowly. Moving on {now=28033056.795851354, sleep=-0.9912154711782932, target=28033055.804635882}
22:49:11.098047 run                             mass: Starting too slowly. Moving on {now=28033056.801419143, sleep=-0.8967832587659359, target=28033055.904635884}
22:49:11.103591 run                             mass: Starting too slowly. Moving on {now=28033056.806963783, sleep=-0.8023278973996639, target=28033056.004635885}
22:49:11.109068 run                             mass: Starting too slowly. Moving on {now=28033056.81243969, sleep=-0.7078038044273853, target=28033056.104635887}
22:49:11.114490 run                             mass: Starting too slowly. Moving on {now=28033056.81786227, sleep=-0.613226380199194, target=28033056.20463589}
22:49:11.119971 run                             mass: Starting too slowly. Moving on {now=28033056.82334342, sleep=-0.5187075287103653, target=28033056.30463589}
22:49:11.125508 run                             mass: Starting too slowly. Moving on {now=28033056.828881036, sleep=-0.4242451451718807, target=28033056.40463589}
22:49:11.131023 run                             mass: Starting too slowly. Moving on {now=28033056.834395017, sleep=-0.3297591246664524, target=28033056.504635893}
22:49:11.136534 run                             mass: Starting too slowly. Moving on {now=28033056.83990687, sleep=-0.23527097702026367, target=28033056.604635894}
22:49:11.142052 run                             mass: Starting too slowly. Moving on {now=28033056.845423877, sleep=-0.1407879814505577, target=28033056.704635896}
22:49:11.152619 run                osmo-ms-mob/00004: Starting mobile
22:49:11.165689 run       osmo-ms-mob/00004(pid=139): Launched
22:49:11.171742 run                             mass: Starting too slowly. Moving on {now=28033056.875111323, sleep=-0.07047542557120323, target=28033056.804635897}
22:49:11.177395 run                             mass: MS start registered  {at=28033056.88075347, delay=0.005644325166940689, ms=00004}
22:49:12.007620 run                osmo-ms-mob/00005: Starting mobile
22:49:12.021292 run       osmo-ms-mob/00005(pid=140): Launched
22:49:12.032132 run                             mass: MS start registered  {at=28033057.735484097, delay=0.004596997052431107, ms=00005}
22:49:12.688561 run                             mass: MS performed LU  {at=28033058.3918895, lu_delay=10.05511861294508, ms=00000}
22:49:12.706724 run                             mass: MS performed LU  {at=28033058.410075814, lu_delay=5.872871059924364, ms=00001}
22:49:12.907681 run                osmo-ms-mob/00006: Starting mobile
22:49:12.921147 run       osmo-ms-mob/00006(pid=141): Launched
22:49:12.932643 run                             mass: MS start registered  {at=28033058.63598601, delay=0.004990763962268829, ms=00006}
22:49:13.807795 run                osmo-ms-mob/00007: Starting mobile
22:49:13.821428 run       osmo-ms-mob/00007(pid=142): Launched
22:49:13.832233 run                             mass: MS start registered  {at=28033059.53559118, delay=0.004708889871835709, ms=00007}
22:49:14.146257 run                             mass: MS performed LU  {at=28033059.8495934, lu_delay=4.970329359173775, ms=00002}
22:49:14.607731 run                osmo-ms-mob/00008: Starting mobile
22:49:14.621243 run       osmo-ms-mob/00008(pid=143): Launched
22:49:14.631989 run                             mass: MS start registered  {at=28033060.335343264, delay=0.004691481590270996, ms=00008}
22:49:15.307377 run                osmo-ms-mob/00009: Starting mobile
22:49:15.320812 run       osmo-ms-mob/00009(pid=144): Launched
22:49:15.331811 run                             mass: MS start registered  {at=28033061.035161924, delay=0.004599068313837051, ms=00009}
22:49:15.983612 run                             mass: MS performed LU  {at=28033061.68694114, lu_delay=4.896850828081369, ms=00003}
22:49:15.994780 run                osmo-ms-mob/00010: Starting mobile
22:49:16.008197 run       osmo-ms-mob/00010(pid=145): Launched
22:49:16.014302 run                             mass: MS performed LU  {at=28033061.717659596, lu_delay=4.836906127631664, ms=00004}
22:49:16.020275 run                             mass: MS start registered  {at=28033061.723641694, delay=0.005999777466058731, ms=00010}
22:49:16.607298 run                osmo-ms-mob/00011: Starting mobile
22:49:16.621035 run       osmo-ms-mob/00011(pid=146): Launched
22:49:16.632327 run                             mass: MS start registered  {at=28033062.33565998, delay=0.005067974328994751, ms=00011}
22:49:17.207335 run                osmo-ms-mob/00012: Starting mobile
22:49:17.221246 run       osmo-ms-mob/00012(pid=147): Launched
22:49:17.232696 run                             mass: MS start registered  {at=28033062.936022077, delay=0.0046838074922561646, ms=00012}
22:49:17.807343 run                osmo-ms-mob/00013: Starting mobile
22:49:17.821686 run       osmo-ms-mob/00013(pid=148): Launched
22:49:17.833071 run                             mass: MS start registered  {at=28033063.536419712, delay=0.00492960587143898, ms=00013}
22:49:17.912823 run                             mass: MS performed LU  {at=28033063.616134424, lu_delay=5.8806503266096115, ms=00005}
22:49:17.931408 run                             mass: MS performed LU  {at=28033063.634731233, lu_delay=4.99874522164464, ms=00006}
22:49:18.407733 run                osmo-ms-mob/00014: Starting mobile
22:49:18.421267 run       osmo-ms-mob/00014(pid=149): Launched
22:49:18.432421 run                             mass: MS start registered  {at=28033064.13577094, delay=0.004868127405643463, ms=00014}
22:49:19.007932 run                osmo-ms-mob/00015: Starting mobile
22:49:19.021893 run       osmo-ms-mob/00015(pid=150): Launched
22:49:19.033117 run                             mass: MS start registered  {at=28033064.73646787, delay=0.004977434873580933, ms=00015}
22:49:19.507676 run                osmo-ms-mob/00016: Starting mobile
22:49:19.521655 run       osmo-ms-mob/00016(pid=151): Launched
22:49:19.533106 run                             mass: MS start registered  {at=28033065.23645452, delay=0.004895307123661041, ms=00016}
22:49:19.749030 run                             mass: MS performed LU  {at=28033065.45236025, lu_delay=5.117016986012459, ms=00008}
22:49:19.767236 run                             mass: MS performed LU  {at=28033065.470588647, lu_delay=5.9349974654614925, ms=00007}
22:49:20.007503 run                osmo-ms-mob/00017: Starting mobile
22:49:20.021152 run       osmo-ms-mob/00017(pid=152): Launched
22:49:20.032322 run                             mass: MS start registered  {at=28033065.73567487, delay=0.004658341407775879, ms=00017}
22:49:20.117878 run                             mass: MS performed LU  {at=28033065.821213793, lu_delay=4.786051869392395, ms=00009}
22:49:20.607515 run                osmo-ms-mob/00018: Starting mobile
22:49:20.621174 run       osmo-ms-mob/00018(pid=153): Launched
22:49:20.632124 run                             mass: MS start registered  {at=28033066.33547115, delay=0.004841554909944534, ms=00018}
22:49:21.022265 run                osmo-ms-mob/00019: Starting mobile
22:49:21.057907 run       osmo-ms-mob/00019(pid=154): Launched
22:49:21.075886 run                             mass: MS start registered  {at=28033066.77922214, delay=0.004847634583711624, ms=00019}
22:49:21.507811 run                osmo-ms-mob/00020: Starting mobile
22:49:21.521848 run       osmo-ms-mob/00020(pid=155): Launched
22:49:21.533257 run                             mass: MS start registered  {at=28033067.236599706, delay=0.004867184907197952, ms=00020}
22:49:21.549228 run                             mass: MS performed LU  {at=28033067.25257427, lu_delay=5.528932575136423, ms=00010}
22:49:21.678318 run                             mass: MS performed LU  {at=28033067.381652758, lu_delay=4.445630680769682, ms=00012}
22:49:21.696679 run                             mass: MS performed LU  {at=28033067.39998882, lu_delay=5.064328838139772, ms=00011}
22:49:22.007841 run                osmo-ms-mob/00021: Starting mobile
22:49:22.023896 run       osmo-ms-mob/00021(pid=156): Launched
22:49:22.035199 run                             mass: MS start registered  {at=28033067.73854508, delay=0.0044425055384635925, ms=00021}
22:49:22.407706 run                osmo-ms-mob/00022: Starting mobile
22:49:22.421214 run       osmo-ms-mob/00022(pid=157): Launched
22:49:22.432830 run                             mass: MS start registered  {at=28033068.136162218, delay=0.005274485796689987, ms=00022}
22:49:22.907102 run                osmo-ms-mob/00023: Starting mobile
22:49:22.920285 run       osmo-ms-mob/00023(pid=158): Launched
22:49:22.931365 run                             mass: MS start registered  {at=28033068.63471316, delay=0.004968337714672089, ms=00023}
22:49:23.319981 run                osmo-ms-mob/00024: Starting mobile
22:49:23.334149 run       osmo-ms-mob/00024(pid=159): Launched
22:49:23.345009 run                             mass: MS start registered  {at=28033069.04836031, delay=0.004870694130659103, ms=00024}
22:49:23.514723 run                             mass: MS performed LU  {at=28033069.218045987, lu_delay=5.0822750478982925, ms=00014}
22:49:23.532999 run                             mass: MS performed LU  {at=28033069.236345388, lu_delay=5.699925675988197, ms=00013}
22:49:23.807244 run                osmo-ms-mob/00025: Starting mobile
22:49:23.821076 run       osmo-ms-mob/00025(pid=160): Launched
22:49:23.832461 run                             mass: MS start registered  {at=28033069.53580928, delay=0.004879646003246307, ms=00025}
22:49:23.884142 run                             mass: MS performed LU  {at=28033069.587475695, lu_delay=4.8510078229010105, ms=00015}
22:49:24.207707 run                osmo-ms-mob/00026: Starting mobile
22:49:24.222050 run       osmo-ms-mob/00026(pid=161): Launched
22:49:24.233405 run                             mass: MS start registered  {at=28033069.93675473, delay=0.004963412880897522, ms=00026}
22:49:24.608050 run                osmo-ms-mob/00027: Starting mobile
22:49:24.622347 run       osmo-ms-mob/00027(pid=162): Launched
22:49:24.633610 run                             mass: MS start registered  {at=28033070.33695812, delay=0.004854772239923477, ms=00027}
22:49:25.007326 run                osmo-ms-mob/00028: Starting mobile
22:49:25.021038 run       osmo-ms-mob/00028(pid=163): Launched
22:49:25.032104 run                             mass: MS start registered  {at=28033070.735455897, delay=0.004940323531627655, ms=00028}
22:49:25.407356 run                osmo-ms-mob/00029: Starting mobile
22:49:25.421207 run       osmo-ms-mob/00029(pid=164): Launched
22:49:25.432471 run                             mass: MS start registered  {at=28033071.135818277, delay=0.004891291260719299, ms=00029}
22:49:25.443933 run                             mass: MS performed LU  {at=28033071.147279203, lu_delay=4.811808053404093, ms=00018}
22:49:25.550681 run                             mass: MS performed LU  {at=28033071.254011028, lu_delay=5.518336158245802, ms=00017}
22:49:25.697423 run                             mass: MS performed LU  {at=28033071.400758438, lu_delay=6.164303917437792, ms=00016}
22:49:25.766099 run                osmo-ms-mob/00030: Starting mobile
22:49:25.809044 run       osmo-ms-mob/00030(pid=165): Launched
22:49:25.821170 run                             mass: MS start registered  {at=28033071.524518773, delay=0.005780383944511414, ms=00030}
22:49:26.213207 run                osmo-ms-mob/00031: Starting mobile
22:49:26.232862 run       osmo-ms-mob/00031(pid=166): Launched
22:49:26.245831 run                             mass: MS start registered  {at=28033071.94917139, delay=0.006297197192907333, ms=00031}
22:49:26.507758 run                osmo-ms-mob/00032: Starting mobile
22:49:26.522138 run       osmo-ms-mob/00032(pid=167): Launched
22:49:26.534013 run                             mass: MS start registered  {at=28033072.237357616, delay=0.005300994962453842, ms=00032}
22:49:26.907622 run                osmo-ms-mob/00033: Starting mobile
22:49:26.922080 run       osmo-ms-mob/00033(pid=168): Launched
22:49:26.933295 run                             mass: MS start registered  {at=28033072.636639424, delay=0.004732783883810043, ms=00033}
22:49:27.312605 run                osmo-ms-mob/00034: Starting mobile
22:49:27.326937 run       osmo-ms-mob/00034(pid=169): Launched
22:49:27.340671 run                             mass: MS start registered  {at=28033073.043999854, delay=0.006419185549020767, ms=00034}
22:49:27.516906 run                             mass: MS performed LU  {at=28033073.22021421, lu_delay=5.983614504337311, ms=00020}
22:49:27.545719 run                osmo-ms-mob/00035: Starting mobile
22:49:27.579061 run       osmo-ms-mob/00035(pid=170): Launched
22:49:27.594460 run                             mass: MS performed LU  {at=28033073.297798578, lu_delay=6.518576439470053, ms=00019}
22:49:27.609565 run                             mass: MS start registered  {at=28033073.312917534, delay=0.015162020921707153, ms=00035}
22:49:27.650748 run                             mass: MS performed LU  {at=28033073.354055274, lu_delay=5.217893056571484, ms=00022}
22:49:27.687568 run                             mass: MS performed LU  {at=28033073.390858855, lu_delay=5.652313776314259, ms=00021}
22:49:27.722053 run                osmo-ms-mob/00036: Starting mobile
22:49:27.752390 run       osmo-ms-mob/00036(pid=171): Launched
22:49:27.766520 run                             mass: MS performed LU  {at=28033073.46986018, lu_delay=4.8351470194756985, ms=00023}
22:49:27.776966 run                             mass: MS start registered  {at=28033073.480325513, delay=0.0105021633207798, ms=00036}
22:49:28.409044 run                osmo-ms-mob/00037: Starting mobile
22:49:28.424042 run       osmo-ms-mob/00037(pid=172): Launched
22:49:28.444828 run                             mass: MS start registered  {at=28033074.148135073, delay=0.013155657798051834, ms=00037}
22:49:28.714389 run                osmo-ms-mob/00038: Starting mobile
22:49:28.746380 run       osmo-ms-mob/00038(pid=173): Launched
22:49:28.770522 run                             mass: MS start registered  {at=28033074.473835036, delay=0.005716186016798019, ms=00038}
22:49:29.010788 run                osmo-ms-mob/00039: Starting mobile
22:49:29.038365 run       osmo-ms-mob/00039(pid=174): Launched
22:49:29.055024 run                             mass: MS start registered  {at=28033074.758362986, delay=3.9983540773391724e-05, ms=00039}
22:49:29.080990 run                             mass: MS performed LU  {at=28033074.78431951, lu_delay=5.248510230332613, ms=00025}
22:49:29.209700 run                             mass: MS performed LU  {at=28033074.913018912, lu_delay=4.9762641824781895, ms=00026}
22:49:29.228089 run                             mass: MS performed LU  {at=28033074.931432474, lu_delay=4.5944743528962135, ms=00027}
22:49:29.240099 run                osmo-ms-mob/00040: Starting mobile
22:49:29.254000 run       osmo-ms-mob/00040(pid=175): Launched
22:49:29.303074 run                             mass: MS start registered  {at=28033075.006390173, delay=0.04183836281299591, ms=00040}
22:49:29.372369 run                             mass: MS performed LU  {at=28033075.075668577, lu_delay=6.027308266609907, ms=00024}
22:49:29.707976 run                osmo-ms-mob/00041: Starting mobile
22:49:29.722566 run       osmo-ms-mob/00041(pid=176): Launched
22:49:29.734786 run                             mass: MS start registered  {at=28033075.438133202, delay=0.0050134919583797455, ms=00041}
22:49:30.007714 run                osmo-ms-mob/00042: Starting mobile
22:49:30.022365 run       osmo-ms-mob/00042(pid=177): Launched
22:49:30.034753 run                             mass: MS start registered  {at=28033075.7380839, delay=0.005905482918024063, ms=00042}
22:49:30.408037 run                osmo-ms-mob/00043: Starting mobile
22:49:30.421883 run       osmo-ms-mob/00043(pid=178): Launched
22:49:30.433249 run                             mass: MS start registered  {at=28033076.13659183, delay=0.004883714020252228, ms=00043}
22:49:30.707909 run                osmo-ms-mob/00044: Starting mobile
22:49:30.724147 run       osmo-ms-mob/00044(pid=179): Launched
22:49:30.736617 run                             mass: MS start registered  {at=28033076.439953554, delay=0.0052235983312129974, ms=00044}
22:49:31.060697 run                osmo-ms-mob/00045: Starting mobile
22:49:31.075118 run       osmo-ms-mob/00045(pid=180): Launched
22:49:31.086781 run                             mass: MS start registered  {at=28033076.79012079, delay=0.005094759166240692, ms=00045}
22:49:31.217120 run                             mass: MS performed LU  {at=28033076.92045496, lu_delay=6.184999063611031, ms=00028}
22:49:31.229229 run                osmo-ms-mob/00046: Starting mobile
22:49:31.243873 run       osmo-ms-mob/00046(pid=181): Launched
22:49:31.255945 run                             mass: MS start registered  {at=28033076.95928165, delay=0.00563054159283638, ms=00046}
22:49:31.281924 run                             mass: MS performed LU  {at=28033076.98525941, lu_delay=5.036088019609451, ms=00031}
22:49:31.300140 run                             mass: MS performed LU  {at=28033077.003473144, lu_delay=5.478954371064901, ms=00030}
22:49:31.312280 run                osmo-ms-mob/00047: Starting mobile
22:49:31.326292 run       osmo-ms-mob/00047(pid=182): Launched
22:49:31.338755 run                             mass: MS start registered  {at=28033077.042085256, delay=0.005921579897403717, ms=00047}
22:49:31.471753 run                             mass: MS performed LU  {at=28033077.17507778, lu_delay=4.937720164656639, ms=00032}
22:49:31.947407 run                osmo-ms-mob/00048: Starting mobile
22:49:31.961495 run       osmo-ms-mob/00048(pid=183): Launched
22:49:31.973531 run                             mass: MS start registered  {at=28033077.676879205, delay=0.0055639371275901794, ms=00048}
22:49:32.208997 run                osmo-ms-mob/00049: Starting mobile
22:49:32.223401 run       osmo-ms-mob/00049(pid=184): Launched
22:49:32.234962 run                             mass: MS start registered  {at=28033077.938307304, delay=0.004136860370635986, ms=00049}
22:49:32.514025 run                osmo-ms-mob/00050: Starting mobile
22:49:32.540257 run       osmo-ms-mob/00050(pid=185): Launched
22:49:32.558403 run                             mass: MS start registered  {at=28033078.261739377, delay=0.004055533558130264, ms=00050}
22:49:33.152760 run                osmo-ms-mob/00051: Starting mobile
22:49:33.166928 run       osmo-ms-mob/00051(pid=186): Launched
22:49:33.173327 run                             mass: Starting too slowly. Moving on {now=28033078.876695346, sleep=-0.17205912247300148, target=28033078.704636224}
22:49:33.179248 run                             mass: MS performed LU  {at=28033078.882602766, lu_delay=5.4022772535681725, ms=00036}
22:49:33.185335 run                             mass: Starting too slowly. Moving on {now=28033078.888704553, sleep=-0.08406832814216614, target=28033078.804636225}
22:49:33.191215 run                             mass: MS performed LU  {at=28033078.894572694, lu_delay=5.5816551595926285, ms=00035}
22:49:33.197345 run                             mass: MS performed LU  {at=28033078.90070926, lu_delay=5.856709405779839, ms=00034}
22:49:33.208773 run                osmo-ms-mob/00052: Starting mobile
22:49:33.222730 run       osmo-ms-mob/00052(pid=187): Launched
22:49:33.229273 run                             mass: MS start registered  {at=28033078.932627548, delay=0.0559353232383728, ms=00051}
22:49:33.235558 run                             mass: MS start registered  {at=28033078.93891607, delay=0.006314292550086975, ms=00052}
22:49:33.373596 run                             mass: MS performed LU  {at=28033079.076927762, lu_delay=6.4402883388102055, ms=00033}
22:49:33.385996 run                osmo-ms-mob/00053: Starting mobile
22:49:33.401402 run       osmo-ms-mob/00053(pid=188): Launched
22:49:33.408106 run                             mass: MS performed LU  {at=28033079.111454926, lu_delay=4.963319852948189, ms=00037}
22:49:33.414656 run                             mass: MS start registered  {at=28033079.118019905, delay=0.006589137017726898, ms=00053}
22:49:33.809313 run                osmo-ms-mob/00054: Starting mobile
22:49:33.823648 run       osmo-ms-mob/00054(pid=189): Launched
22:49:33.837111 run                             mass: MS start registered  {at=28033079.54045386, delay=0.0060428716242313385, ms=00054}
22:49:34.108589 run                osmo-ms-mob/00055: Starting mobile
22:49:34.124846 run       osmo-ms-mob/00055(pid=190): Launched
22:49:34.138161 run                             mass: MS start registered  {at=28033079.841497283, delay=0.005815446376800537, ms=00055}
22:49:34.408994 run                osmo-ms-mob/00056: Starting mobile
22:49:34.438156 run       osmo-ms-mob/00056(pid=191): Launched
22:49:34.459962 run                             mass: MS start registered  {at=28033080.16327125, delay=0.01219196617603302, ms=00056}
22:49:34.708597 run                osmo-ms-mob/00057: Starting mobile
22:49:34.726181 run       osmo-ms-mob/00057(pid=192): Launched
22:49:34.740492 run                             mass: MS start registered  {at=28033080.443811387, delay=0.0063640885055065155, ms=00057}
22:49:34.754555 run                             mass: MS performed LU  {at=28033080.457901433, lu_delay=5.699538446962833, ms=00039}
22:49:34.812885 run                             mass: MS performed LU  {at=28033080.51620412, lu_delay=5.509813945740461, ms=00040}
22:49:34.831386 run                             mass: MS performed LU  {at=28033080.534727264, lu_delay=5.09659406170249, ms=00041}
22:49:34.888210 run                osmo-ms-mob/00058: Starting mobile
22:49:34.902166 run       osmo-ms-mob/00058(pid=193): Launched
22:49:34.913979 run                             mass: MS start registered  {at=28033080.61732823, delay=0.005374796688556671, ms=00058}
22:49:35.001750 run                             mass: MS performed LU  {at=28033080.705081876, lu_delay=4.966997977346182, ms=00042}
22:49:35.057154 run                             mass: MS performed LU  {at=28033080.760465194, lu_delay=6.286630157381296, ms=00038}
22:49:35.070017 run                osmo-ms-mob/00059: Starting mobile
22:49:35.085103 run       osmo-ms-mob/00059(pid=194): Launched
22:49:35.098066 run                             mass: MS start registered  {at=28033080.801405184, delay=0.005762819200754166, ms=00059}
22:49:35.310903 run                             mass: MS performed LU  {at=28033081.014234886, lu_delay=4.877643056213856, ms=00043}
22:49:35.708326 run                osmo-ms-mob/00060: Starting mobile
22:49:35.722422 run       osmo-ms-mob/00060(pid=195): Launched
22:49:35.734473 run                             mass: MS start registered  {at=28033081.4378208, delay=0.005156431347131729, ms=00060}
22:49:35.888044 run                             mass: MS performed LU  {at=28033081.591376588, lu_delay=5.151423033326864, ms=00044}
22:49:36.107763 run                osmo-ms-mob/00061: Starting mobile
22:49:36.121225 run       osmo-ms-mob/00061(pid=196): Launched
22:49:36.133303 run                             mass: MS start registered  {at=28033081.836636484, delay=0.005714245140552521, ms=00061}
22:49:36.407924 run                osmo-ms-mob/00062: Starting mobile
22:49:36.422501 run       osmo-ms-mob/00062(pid=197): Launched
22:49:36.434211 run                             mass: MS start registered  {at=28033082.137548324, delay=0.005293399095535278, ms=00062}
22:49:36.611980 run                             mass: MS performed LU  {at=28033082.31530945, lu_delay=4.638430245220661, ms=00048}
22:49:36.624454 run                osmo-ms-mob/00063: Starting mobile
22:49:36.638832 run       osmo-ms-mob/00063(pid=198): Launched
22:49:36.650524 run                             mass: MS start registered  {at=28033082.353860803, delay=0.005157101899385452, ms=00063}
22:49:36.667853 run                             mass: MS performed LU  {at=28033082.371188603, lu_delay=5.5810678116977215, ms=00045}
22:49:36.879558 run                             mass: MS performed LU  {at=28033082.58278588, lu_delay=5.540700621902943, ms=00047}
22:49:36.922673 run                             mass: MS performed LU  {at=28033082.625929926, lu_delay=4.687622621655464, ms=00049}
22:49:37.136922 run                osmo-ms-mob/00064: Starting mobile
22:49:37.151863 run       osmo-ms-mob/00064(pid=199): Launched
22:49:37.164195 run                             mass: MS start registered  {at=28033082.867538836, delay=0.005615979433059692, ms=00064}
22:49:37.512378 run                osmo-ms-mob/00065: Starting mobile
22:49:37.527594 run       osmo-ms-mob/00065(pid=200): Launched
22:49:37.539061 run                             mass: MS start registered  {at=28033083.242401887, delay=0.004278969019651413, ms=00065}
22:49:37.636653 run                             mass: MS performed LU  {at=28033083.339978702, lu_delay=6.380697052925825, ms=00046}
22:49:37.809141 run                osmo-ms-mob/00066: Starting mobile
22:49:37.823895 run       osmo-ms-mob/00066(pid=201): Launched
22:49:37.835707 run                             mass: MS start registered  {at=28033083.539052572, delay=0.004960004240274429, ms=00066}
22:49:38.207276 run                osmo-ms-mob/00067: Starting mobile
22:49:38.221215 run       osmo-ms-mob/00067(pid=202): Launched
22:49:38.232656 run                             mass: MS start registered  {at=28033083.93599504, delay=0.0050135329365730286, ms=00067}
22:49:38.476375 run                             mass: MS performed LU  {at=28033084.179707956, lu_delay=5.247080408036709, ms=00051}
22:49:38.488581 run                osmo-ms-mob/00068: Starting mobile
22:49:38.502400 run       osmo-ms-mob/00068(pid=203): Launched
22:49:38.514624 run                             mass: MS start registered  {at=28033084.217962038, delay=0.005414463579654694, ms=00068}
22:49:38.596601 run                             mass: MS performed LU  {at=28033084.299927685, lu_delay=4.759473826736212, ms=00054}
22:49:38.767709 run                             mass: MS performed LU  {at=28033084.47102145, lu_delay=5.353001546114683, ms=00053}
22:49:38.822465 run                             mass: MS performed LU  {at=28033084.525800034, lu_delay=6.264060657471418, ms=00050}
22:49:38.834321 run                osmo-ms-mob/00069: Starting mobile
22:49:38.848228 run       osmo-ms-mob/00069(pid=204): Launched
22:49:38.854787 run                             mass: MS performed LU  {at=28033084.55814009, lu_delay=4.7166428081691265, ms=00055}
22:49:38.861528 run                             mass: MS start registered  {at=28033084.564891964, delay=0.006778426468372345, ms=00069}
22:49:39.314046 run                osmo-ms-mob/00070: Starting mobile
22:49:39.336537 run       osmo-ms-mob/00070(pid=205): Launched
22:49:39.349715 run                             mass: MS start registered  {at=28033085.053049576, delay=0.004887361079454422, ms=00070}
22:49:39.709207 run                osmo-ms-mob/00071: Starting mobile
22:49:39.722689 run       osmo-ms-mob/00071(pid=206): Launched
22:49:39.734283 run                             mass: MS start registered  {at=28033085.437629957, delay=0.0047951191663742065, ms=00071}
22:49:40.233180 run                osmo-ms-mob/00072: Starting mobile
22:49:40.250544 run       osmo-ms-mob/00072(pid=207): Launched
22:49:40.257042 run                             mass: Starting too slowly. Moving on {now=28033085.96041007, sleep=-0.05577373877167702, target=28033085.90463633}
22:49:40.263030 run                             mass: MS start registered  {at=28033085.966387603, delay=0.005979672074317932, ms=00072}
22:49:40.514510 run                osmo-ms-mob/00073: Starting mobile
22:49:40.547128 run       osmo-ms-mob/00073(pid=208): Launched
22:49:40.567556 run                             mass: MS start registered  {at=28033086.27083616, delay=0.005798459053039551, ms=00073}
22:49:40.911522 run                osmo-ms-mob/00074: Starting mobile
22:49:40.928475 run       osmo-ms-mob/00074(pid=209): Launched
22:49:40.951889 run                             mass: MS start registered  {at=28033086.65519567, delay=0.014590516686439514, ms=00074}
22:49:41.316049 run                osmo-ms-mob/00075: Starting mobile
22:49:41.350158 run       osmo-ms-mob/00075(pid=210): Launched
22:49:41.369346 run                             mass: MS start registered  {at=28033087.072678987, delay=0.0036779046058654785, ms=00075}
22:49:41.383615 run                             mass: MS performed LU  {at=28033087.08694342, lu_delay=6.285538237541914, ms=00059}
22:49:41.397238 run                             mass: MS performed LU  {at=28033087.100596774, lu_delay=5.6627759747207165, ms=00060}
22:49:41.405962 run                             mass: MS performed LU  {at=28033087.10932033, lu_delay=6.491992101073265, ms=00058}
22:49:41.467264 run                             mass: MS performed LU  {at=28033087.170555606, lu_delay=6.726744219660759, ms=00057}
22:49:41.482449 run                osmo-ms-mob/00076: Starting mobile
22:49:41.500825 run       osmo-ms-mob/00076(pid=211): Launched
22:49:41.521548 run                             mass: MS start registered  {at=28033087.224863023, delay=0.012015819549560547, ms=00076}
22:49:42.275676 run                osmo-ms-mob/00077: Starting mobile
22:49:42.310923 run       osmo-ms-mob/00077(pid=212): Launched
22:49:42.325415 run                             mass: Starting too slowly. Moving on {now=28033088.02876291, sleep=-0.024126548320055008, target=28033088.004636362}
22:49:42.345222 run                             mass: MS performed LU  {at=28033088.048541453, lu_delay=4.806139566004276, ms=00065}
22:49:42.363741 run                             mass: MS start registered  {at=28033088.06708502, delay=0.03832846134901047, ms=00077}
22:49:42.381791 run                             mass: MS performed LU  {at=28033088.08512478, lu_delay=5.217585943639278, ms=00064}
22:49:42.589465 run                             mass: MS performed LU  {at=28033088.292773064, lu_delay=6.1552247405052185, ms=00062}
22:49:42.607573 run                             mass: MS performed LU  {at=28033088.310883667, lu_delay=5.957022864371538, ms=00063}
22:49:42.629964 run                osmo-ms-mob/00078: Starting mobile
22:49:42.655126 run       osmo-ms-mob/00078(pid=213): Launched
22:49:42.682670 run                             mass: MS start registered  {at=28033088.38595746, delay=0.010627362877130508, ms=00078}
22:49:43.127688 run                osmo-ms-mob/00079: Starting mobile
22:49:43.166917 run       osmo-ms-mob/00079(pid=214): Launched
22:49:43.190934 run                             mass: MS start registered  {at=28033088.894234464, delay=0.003498312085866928, ms=00079}
22:49:43.624170 run                osmo-ms-mob/00080: Starting mobile
22:49:43.648868 run       osmo-ms-mob/00080(pid=215): Launched
22:49:43.685176 run                             mass: MS start registered  {at=28033089.38850186, delay=0.027540042996406555, ms=00080}
22:49:44.111581 run                osmo-ms-mob/00081: Starting mobile
22:49:44.127392 run       osmo-ms-mob/00081(pid=216): Launched
22:49:44.148419 run                             mass: MS start registered  {at=28033089.85174115, delay=0.009889166802167892, ms=00081}
22:49:44.199587 run                             mass: MS performed LU  {at=28033089.902914, lu_delay=5.966918960213661, ms=00067}
22:49:44.227233 run                             mass: MS performed LU  {at=28033089.93052321, lu_delay=5.365631245076656, ms=00069}
22:49:44.273043 run                             mass: MS performed LU  {at=28033089.976367474, lu_delay=5.758405435830355, ms=00068}
22:49:44.288802 run                osmo-ms-mob/00082: Starting mobile
22:49:44.306982 run       osmo-ms-mob/00082(pid=217): Launched
22:49:44.323764 run                             mass: MS start registered  {at=28033090.027067043, delay=0.009047131985425949, ms=00082}
22:49:44.453378 run                             mass: MS performed LU  {at=28033090.156689566, lu_delay=5.103639990091324, ms=00070}
22:49:44.527576 run                             mass: MS performed LU  {at=28033090.230894532, lu_delay=4.793264575302601, ms=00071}
22:49:45.114797 run                osmo-ms-mob/00083: Starting mobile
22:49:45.142143 run       osmo-ms-mob/00083(pid=218): Launched
22:49:45.156791 run                             mass: MS start registered  {at=28033090.860128354, delay=0.001472238451242447, ms=00083}
22:49:45.611063 run                osmo-ms-mob/00084: Starting mobile
22:49:45.633510 run       osmo-ms-mob/00084(pid=219): Launched
22:49:45.653050 run                             mass: MS start registered  {at=28033091.35635004, delay=0.011094402521848679, ms=00084}
22:49:46.009007 run                             mass: MS performed LU  {at=28033091.71232306, lu_delay=5.745935454964638, ms=00072}
22:49:46.034729 run                osmo-ms-mob/00085: Starting mobile
22:49:46.083958 run       osmo-ms-mob/00085(pid=220): Launched
22:49:46.092591 run                             mass: MS performed LU  {at=28033091.795942564, lu_delay=5.140746895223856, ms=00074}
22:49:46.101228 run                             mass: MS start registered  {at=28033091.804574385, delay=0.00865992158651352, ms=00085}
22:49:46.128790 run                             mass: MS performed LU  {at=28033091.832120065, lu_delay=5.561283905059099, ms=00073}
22:49:46.354784 run                             mass: MS performed LU  {at=28033092.05811567, lu_delay=4.98543668165803, ms=00075}
22:49:46.372938 run                             mass: MS performed LU  {at=28033092.076262873, lu_delay=4.851399850100279, ms=00076}
22:49:46.712574 run                osmo-ms-mob/00086: Starting mobile
22:49:46.729990 run       osmo-ms-mob/00086(pid=221): Launched
22:49:46.745107 run                             mass: MS start registered  {at=28033092.44843544, delay=0.007299382239580154, ms=00086}
22:49:47.307995 run                osmo-ms-mob/00087: Starting mobile
22:49:47.322263 run       osmo-ms-mob/00087(pid=222): Launched
22:49:47.333931 run                             mass: MS start registered  {at=28033093.03727097, delay=0.005260832607746124, ms=00087}
22:49:52.212585 run                osmo-ms-mob/00088: Starting mobile
22:49:52.226536 run       osmo-ms-mob/00088(pid=223): Launched
22:49:52.234093 run                             mass: Starting too slowly. Moving on {now=28033097.937461495, sleep=-4.232825048267841, target=28033093.704636447}
22:49:52.240214 run                             mass: MS performed LU  {at=28033097.943571582, lu_delay=9.04933711886406, ms=00079}
22:49:52.246354 run                             mass: Starting too slowly. Moving on {now=28033097.94972303, sleep=-4.145086582750082, target=28033093.80463645}
22:49:52.252293 run                             mass: MS performed LU  {at=28033097.95565459, lu_delay=9.888569571077824, ms=00077}
22:49:52.258511 run                             mass: Starting too slowly. Moving on {now=28033097.961880516, sleep=-4.057244066148996, target=28033093.90463645}
22:49:52.264384 run                             mass: MS performed LU  {at=28033097.967746716, lu_delay=9.581789255142212, ms=00078}
22:49:52.270181 run                             mass: Starting too slowly. Moving on {now=28033097.973552182, sleep=-3.968915730714798, target=28033094.00463645}
22:49:52.275908 run                             mass: MS start registered  {at=28033097.979272164, delay=0.04181252047419548, ms=00088}
22:49:52.281758 run                             mass: Starting too slowly. Moving on {now=28033097.985129166, sleep=-3.880492713302374, target=28033094.104636453}
22:49:52.287390 run                             mass: Starting too slowly. Moving on {now=28033097.99076246, sleep=-3.7861260063946247, target=28033094.204636455}
22:49:52.421509 run                osmo-ms-mob/00089: Starting mobile
22:49:52.449476 run       osmo-ms-mob/00089(pid=224): Launched
22:49:52.455779 run                             mass: Starting too slowly. Moving on {now=28033098.159146983, sleep=-3.8545105271041393, target=28033094.304636456}
22:49:52.461692 run                             mass: MS start registered  {at=28033098.16504964, delay=0.005905598402023315, ms=00089}
22:49:52.467735 run                             mass: Starting too slowly. Moving on {now=28033098.171105012, sleep=-3.7664685547351837, target=28033094.404636458}
22:49:52.473581 run                             mass: Starting too slowly. Moving on {now=28033098.176952533, sleep=-3.672316074371338, target=28033094.50463646}
22:49:52.479421 run                             mass: Starting too slowly. Moving on {now=28033098.182792876, sleep=-3.578156415373087, target=28033094.60463646}
22:49:52.485151 run                             mass: Starting too slowly. Moving on {now=28033098.188522965, sleep=-3.4838865026831627, target=28033094.704636462}
22:49:52.490855 run                             mass: Starting too slowly. Moving on {now=28033098.194226682, sleep=-3.3895902186632156, target=28033094.804636464}
22:49:52.501602 run                osmo-ms-mob/00090: Starting mobile
22:49:52.514922 run       osmo-ms-mob/00090(pid=225): Launched
22:49:52.521184 run                             mass: Starting too slowly. Moving on {now=28033098.22455368, sleep=-3.3199172131717205, target=28033094.904636465}
22:49:52.527058 run                             mass: MS start registered  {at=28033098.230417296, delay=0.005865462124347687, ms=00090}
22:49:52.532868 run                             mass: Starting too slowly. Moving on {now=28033098.236238506, sleep=-3.2316020391881466, target=28033095.004636467}
22:49:52.538552 run                             mass: Starting too slowly. Moving on {now=28033098.241922896, sleep=-3.137286428362131, target=28033095.104636468}
22:49:52.544240 run                             mass: Starting too slowly. Moving on {now=28033098.247610852, sleep=-3.0429743826389313, target=28033095.20463647}
22:49:52.549939 run                             mass: Starting too slowly. Moving on {now=28033098.253309418, sleep=-2.9486729465425014, target=28033095.30463647}
22:49:52.555591 run                             mass: Starting too slowly. Moving on {now=28033098.258961987, sleep=-2.8543255142867565, target=28033095.404636472}
22:49:52.561194 run                             mass: Starting too slowly. Moving on {now=28033098.26456576, sleep=-2.759929284453392, target=28033095.504636474}
22:49:52.572474 run                osmo-ms-mob/00091: Starting mobile
22:49:52.585946 run       osmo-ms-mob/00091(pid=226): Launched
22:49:52.592053 run                             mass: Starting too slowly. Moving on {now=28033098.295421187, sleep=-2.6907847113907337, target=28033095.604636475}
22:49:52.597729 run                             mass: MS start registered  {at=28033098.30108688, delay=0.005667991936206818, ms=00091}
22:49:52.603668 run                             mass: Starting too slowly. Moving on {now=28033098.30703693, sleep=-2.602400451898575, target=28033095.704636477}
22:49:52.609720 run                             mass: Starting too slowly. Moving on {now=28033098.31308781, sleep=-2.5084513314068317, target=28033095.80463648}
22:49:52.615403 run                             mass: Starting too slowly. Moving on {now=28033098.318771478, sleep=-2.4141349978744984, target=28033095.90463648}
22:49:52.621052 run                             mass: Starting too slowly. Moving on {now=28033098.32442136, sleep=-2.3197848796844482, target=28033096.00463648}
22:49:52.627068 run                             mass: Starting too slowly. Moving on {now=28033098.330435526, sleep=-2.2257990427315235, target=28033096.104636483}
22:49:52.632748 run                             mass: Starting too slowly. Moving on {now=28033098.336117085, sleep=-2.131480600684881, target=28033096.204636484}
22:49:52.643534 run                osmo-ms-mob/00092: Starting mobile
22:49:52.657262 run       osmo-ms-mob/00092(pid=227): Launched
22:49:52.663626 run                             mass: Starting too slowly. Moving on {now=28033098.366994258, sleep=-2.062357772141695, target=28033096.304636486}
22:49:52.669537 run                             mass: MS start registered  {at=28033098.372895185, delay=0.005904104560613632, ms=00092}
22:49:52.675893 run                             mass: Starting too slowly. Moving on {now=28033098.37925915, sleep=-1.9746226631104946, target=28033096.404636487}
22:49:52.681566 run                             mass: Starting too slowly. Moving on {now=28033098.38493505, sleep=-1.880298562347889, target=28033096.50463649}
22:49:52.687164 run                             mass: Starting too slowly. Moving on {now=28033098.390534207, sleep=-1.7858977168798447, target=28033096.60463649}
22:49:52.692801 run                             mass: Starting too slowly. Moving on {now=28033098.39617095, sleep=-1.6915344595909119, target=28033096.70463649}
22:49:52.698461 run                             mass: Starting too slowly. Moving on {now=28033098.40183044, sleep=-1.5971939451992512, target=28033096.804636493}
22:49:52.704271 run                             mass: Starting too slowly. Moving on {now=28033098.407640476, sleep=-1.5030039809644222, target=28033096.904636495}
22:49:52.709947 run                             mass: Starting too slowly. Moving on {now=28033098.413316812, sleep=-1.4086803160607815, target=28033097.004636496}
22:49:52.720933 run                osmo-ms-mob/00093: Starting mobile
22:49:52.734182 run       osmo-ms-mob/00093(pid=228): Launched
22:49:52.740472 run                             mass: Starting too slowly. Moving on {now=28033098.44384015, sleep=-1.3392036519944668, target=28033097.104636498}
22:49:52.746344 run                             mass: MS start registered  {at=28033098.449700665, delay=0.005863141268491745, ms=00093}
22:49:52.752426 run                             mass: Starting too slowly. Moving on {now=28033098.45579304, sleep=-1.2511565424501896, target=28033097.2046365}
22:49:52.758181 run                             mass: Starting too slowly. Moving on {now=28033098.461549368, sleep=-1.1569128669798374, target=28033097.3046365}
22:49:52.763912 run                             mass: Starting too slowly. Moving on {now=28033098.467279747, sleep=-1.0626432448625565, target=28033097.404636502}
22:49:52.769537 run                             mass: Starting too slowly. Moving on {now=28033098.47290685, sleep=-0.9682703465223312, target=28033097.504636504}
22:49:52.775354 run                             mass: Starting too slowly. Moving on {now=28033098.478721905, sleep=-0.8740854002535343, target=28033097.604636505}
22:49:52.781078 run                             mass: Starting too slowly. Moving on {now=28033098.484446965, sleep=-0.7798104584217072, target=28033097.704636507}
22:49:52.786996 run                             mass: Starting too slowly. Moving on {now=28033098.490361467, sleep=-0.6857249587774277, target=28033097.80463651}
22:49:52.792886 run                             mass: Starting too slowly. Moving on {now=28033098.49625522, sleep=-0.5916187092661858, target=28033097.90463651}
22:49:52.804096 run                osmo-ms-mob/00094: Starting mobile
22:49:52.817876 run       osmo-ms-mob/00094(pid=229): Launched
22:49:52.824150 run                             mass: Starting too slowly. Moving on {now=28033098.52751635, sleep=-0.5228798389434814, target=28033098.00463651}
22:49:52.830030 run                             mass: MS start registered  {at=28033098.533383325, delay=0.005869720131158829, ms=00094}
22:49:52.836121 run                             mass: Starting too slowly. Moving on {now=28033098.5394871, sleep=-0.4348505884408951, target=28033098.104636513}
22:49:52.842030 run                             mass: Starting too slowly. Moving on {now=28033098.545398213, sleep=-0.340761698782444, target=28033098.204636514}
22:49:52.848198 run                             mass: Starting too slowly. Moving on {now=28033098.551565643, sleep=-0.2469291277229786, target=28033098.304636516}
22:49:52.854029 run                             mass: Starting too slowly. Moving on {now=28033098.55739676, sleep=-0.15276024118065834, target=28033098.404636517}
22:49:52.859934 run                             mass: Starting too slowly. Moving on {now=28033098.563302778, sleep=-0.05866625905036926, target=28033098.50463652}
22:49:53.110595 run                osmo-ms-mob/00095: Starting mobile
22:49:53.124684 run       osmo-ms-mob/00095(pid=230): Launched
22:49:53.135860 run                             mass: MS start registered  {at=28033098.839207605, delay=0.00454302504658699, ms=00095}
22:49:53.692293 run                             mass: MS performed LU  {at=28033099.395610612, lu_delay=28.25979233533144, ms=00029}
22:49:54.115960 run                osmo-ms-mob/00096: Starting mobile
22:49:54.131583 run       osmo-ms-mob/00096(pid=231): Launched
22:49:54.142862 run                             mass: MS start registered  {at=28033099.84620983, delay=0.0049253106117248535, ms=00096}
22:49:55.209476 run                osmo-ms-mob/00097: Starting mobile
22:49:55.224197 run       osmo-ms-mob/00097(pid=232): Launched
22:49:55.236125 run                             mass: MS start registered  {at=28033100.939459253, delay=0.005461480468511581, ms=00097}
22:49:56.129413 run                             mass: MS performed LU  {at=28033101.83274442, lu_delay=12.444242559373379, ms=00080}
22:49:56.147379 run                             mass: MS performed LU  {at=28033101.850700933, lu_delay=10.990572579205036, ms=00083}
22:49:56.231122 run                             mass: MS performed LU  {at=28033101.93441709, lu_delay=8.897146120667458, ms=00087}
22:49:56.249774 run                             mass: MS performed LU  {at=28033101.953066252, lu_delay=23.01415018364787, ms=00052}
22:49:56.263548 run                osmo-ms-mob/00098: Starting mobile
22:49:56.277993 run       osmo-ms-mob/00098(pid=233): Launched
22:49:56.284365 run                             mass: MS performed LU  {at=28033101.98772106, lu_delay=11.960654016584158, ms=00082}
22:49:56.291522 run                             mass: MS start registered  {at=28033101.99488425, delay=0.007183291018009186, ms=00098}
22:49:56.297914 run                             mass: MS performed LU  {at=28033102.001269553, lu_delay=12.14952840283513, ms=00081}
22:49:56.863608 run                             mass: MS performed LU  {at=28033102.56689844, lu_delay=4.033515114337206, ms=00094}
22:49:56.886768 run                             mass: MS performed LU  {at=28033102.59009319, lu_delay=20.753456708043814, ms=00061}
22:49:57.342749 run                             mass: MS performed LU  {at=28033103.046067063, lu_delay=5.066794898360968, ms=00088}
22:49:57.362043 run                             mass: MS performed LU  {at=28033103.065373886, lu_delay=4.764287006109953, ms=00091}
22:49:57.380066 run                             mass: MS performed LU  {at=28033103.083372418, lu_delay=4.710477232933044, ms=00092}
22:49:57.633607 run                             mass: MS performed LU  {at=28033103.336938143, lu_delay=5.106520846486092, ms=00090}
22:49:57.651636 run                             mass: MS performed LU  {at=28033103.354977034, lu_delay=5.1899273954331875, ms=00089}
22:49:57.670346 run                             mass: MS performed LU  {at=28033103.37368172, lu_delay=23.210410472005606, ms=00056}
22:49:58.308286 run                osmo-ms-mob/00099: Starting mobile
22:49:58.322846 run       osmo-ms-mob/00099(pid=234): Launched
22:49:58.329708 run                             mass: All started... {duration=55.728438805788755, too_slow=71}
22:49:58.335748 run                             mass: MS start registered  {at=28033104.03910372, delay=0.006033230572938919, ms=00099}
22:49:59.290318 run                             mass: MS performed LU  {at=28033104.993601236, lu_delay=13.189026851207018, ms=00085}
22:49:59.308784 run                             mass: MS performed LU  {at=28033105.01211911, lu_delay=12.563683670014143, ms=00086}
22:49:59.336375 run                             mass: MS performed LU  {at=28033105.039698876, lu_delay=5.193489044904709, ms=00096}
22:49:59.424117 run                             mass: MS performed LU  {at=28033105.127450496, lu_delay=13.771100457757711, ms=00084}
22:49:59.442678 run                             mass: MS performed LU  {at=28033105.14601979, lu_delay=21.606967218220234, ms=00066}
22:49:59.590626 run                             mass: MS performed LU  {at=28033105.293956682, lu_delay=6.4547490775585175, ms=00095}
22:50:01.109037 run                             mass: MS performed LU  {at=28033106.812358215, lu_delay=5.8728989623487, ms=00097}
22:50:01.128041 run                             mass: MS performed LU  {at=28033106.831376858, lu_delay=4.836492609232664, ms=00098}
22:50:03.056278 run                             mass: MS performed LU  {at=28033108.759614855, lu_delay=4.720511134713888, ms=00099}
22:50:39.067097 run                             mass: MS performed LU  {at=28033144.77038971, lu_delay=46.32068904489279, ms=00093}
22:50:39.073651 run                             mass: Tests done {all_completed=True, max=46.32068904489279, min=4.033515114337206}
22:50:39.079424 tst         register_default_mass.py: Test passed (121.7 sec)
22:50:39.085189 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:50:39.088678 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:50:39.092120 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:50:39.095573 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:50:39.099038 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:50:39.102499 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:50:39.105958 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:50:39.109426 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:50:39.112865 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:50:39.116324 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:50:39.119772 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:50:39.123234 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:50:39.126714 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:50:39.130182 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:50:39.133651 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:50:39.137117 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:50:39.140578 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:50:39.144106 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:50:39.147681 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:50:39.151149 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:50:39.154621 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:50:39.158085 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:50:39.161596 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:50:39.165080 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:50:39.168562 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:50:39.172086 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:50:39.175555 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:50:39.179026 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:50:39.182519 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:50:39.185988 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:50:39.189480 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:50:39.193544 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:50:39.197044 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:50:39.200509 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:50:39.203967 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:50:39.207436 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:50:39.211121 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:50:39.214614 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:50:39.218090 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:50:39.221575 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:50:39.225041 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:50:39.228745 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:50:39.232232 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:50:39.235704 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:50:39.239187 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:50:39.242654 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:50:39.246103 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:50:39.249590 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:50:39.253044 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:50:39.256582 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:50:39.260206 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:50:39.263697 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:50:39.267178 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:50:39.270675 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:50:39.274138 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:50:39.277884 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:50:39.281374 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:50:39.285045 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:50:39.288605 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:50:39.292104 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:50:39.295579 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:50:39.299628 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:50:39.303256 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:50:39.307063 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:50:39.310554 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:50:39.314023 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:50:39.317503 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:50:39.320985 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:50:39.324452 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:50:39.327986 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:50:39.331488 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:50:39.334967 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:50:39.338437 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:50:39.341936 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:50:39.345374 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:50:39.348846 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:50:39.352300 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:50:39.355772 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:50:39.359235 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:50:39.362715 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:50:39.366354 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:50:39.369844 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:50:39.373326 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:50:39.376833 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:50:39.380321 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:50:39.383786 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:50:39.387916 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:50:39.391494 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:50:39.395358 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:50:39.398861 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:50:39.402380 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:50:39.405933 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:50:39.409455 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:50:39.412923 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:50:39.416378 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:50:39.419848 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:50:39.423316 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:50:39.426803 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:50:39.430304 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:50:39.433782 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:50:39.437230 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:50:39.441427 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:50:39.445610 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:50:39.449705 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:50:39.453305 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:50:39.456998 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:50:39.460577 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:50:39.464179 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:50:39.467780 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:50:39.471371 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:50:39.474960 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:50:39.478550 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:50:39.482129 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:50:39.485732 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:50:39.489316 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:50:39.492921 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:50:39.496471 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:50:39.499891 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:50:39.503400 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:50:39.506981 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:50:39.510537 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:50:39.514117 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:50:39.517636 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:50:39.521032 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:50:39.524419 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:50:39.527838 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:50:39.531251 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:50:39.534663 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:50:39.538062 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:50:39.541485 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:50:39.544897 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:50:39.548297 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:50:39.551646 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:50:39.555000 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:50:39.558352 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:50:39.561780 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:50:39.565186 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:50:39.568602 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:50:39.572023 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:50:39.575422 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:50:39.578854 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:50:39.582271 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:50:39.585692 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:50:39.589098 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:50:39.592526 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:50:39.595945 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:50:39.599336 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:50:39.602703 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:50:39.606138 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:50:39.609553 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:50:39.612956 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:50:39.616373 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:50:39.619778 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:50:39.623174 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:50:39.626648 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:50:39.630085 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:50:39.633502 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:50:39.636942 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:50:39.640366 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:50:39.643833 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:50:39.647335 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:50:39.650802 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:50:39.654220 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:50:39.657632 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:50:39.661031 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:50:39.664452 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:50:39.667860 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:50:39.671268 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:50:39.674797 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:50:39.678329 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:50:39.681731 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:50:39.685295 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:50:39.688886 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:50:39.692466 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:50:39.696042 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:50:39.699640 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:50:39.703097 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:50:39.706537 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:50:39.709953 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:50:39.713355 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:50:39.716654 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:50:39.719939 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:50:39.723234 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:50:39.726537 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:50:39.729841 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:50:39.733150 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:50:39.736439 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:50:39.739741 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:50:39.743037 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:50:39.746318 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:50:39.749614 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:50:39.752931 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:50:39.756227 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:50:39.759518 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:50:39.762833 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:50:39.766133 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:50:39.769436 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:50:39.772746 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:50:39.776026 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:50:39.779376 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:50:39.782728 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:50:39.786063 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:50:39.789522 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:50:39.792980 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:50:39.796429 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:50:39.799809 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:50:39.803137 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:50:39.806431 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:50:39.809717 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:50:39.813015 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:50:39.816307 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:50:39.819618 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:50:39.822914 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:50:39.826225 ---      ParallelTerminationStrategy: PID 22 died...
22:50:39.827727 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:50:39.831529 ---      ParallelTerminationStrategy: PID 23 died...
22:50:39.833106 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:50:39.836890 ---      ParallelTerminationStrategy: PID 24 died...
22:50:39.838443 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:50:39.842254 ---      ParallelTerminationStrategy: PID 25 died...
22:50:39.843803 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:50:39.847629 ---      ParallelTerminationStrategy: PID 26 died...
22:50:39.849189 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:50:39.853062 ---      ParallelTerminationStrategy: PID 27 died...
22:50:39.854624 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:50:39.858460 ---      ParallelTerminationStrategy: PID 28 died...
22:50:39.860010 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:50:39.863701 ---      ParallelTerminationStrategy: PID 29 died...
22:50:39.865191 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:50:39.868867 ---      ParallelTerminationStrategy: PID 30 died...
22:50:39.870343 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:50:39.874019 ---      ParallelTerminationStrategy: PID 31 died...
22:50:39.875509 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:50:39.879203 ---      ParallelTerminationStrategy: PID 32 died...
22:50:39.880704 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:50:39.884387 ---      ParallelTerminationStrategy: PID 33 died...
22:50:39.885891 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:50:39.889587 ---      ParallelTerminationStrategy: PID 35 died...
22:50:39.891094 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:50:39.894808 ---      ParallelTerminationStrategy: PID 36 died...
22:50:39.896310 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:50:39.900011 ---      ParallelTerminationStrategy: PID 37 died...
22:50:39.901545 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:50:39.905283 ---      ParallelTerminationStrategy: PID 38 died...
22:50:39.906854 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:50:39.910747 ---      ParallelTerminationStrategy: PID 39 died...
22:50:39.912245 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:50:39.915917 ---      ParallelTerminationStrategy: PID 40 died...
22:50:39.917428 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:50:39.921172 ---      ParallelTerminationStrategy: PID 41 died...
22:50:39.922662 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:50:39.926322 ---      ParallelTerminationStrategy: PID 42 died...
22:50:39.927818 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:50:39.931530 ---      ParallelTerminationStrategy: PID 43 died...
22:50:39.933027 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:50:39.936677 ---      ParallelTerminationStrategy: PID 44 died...
22:50:39.938233 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:50:39.942034 ---      ParallelTerminationStrategy: PID 45 died...
22:50:39.943578 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:50:39.947404 ---      ParallelTerminationStrategy: PID 46 died...
22:50:39.948980 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:50:39.952794 ---      ParallelTerminationStrategy: PID 47 died...
22:50:39.954343 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:50:39.958160 ---      ParallelTerminationStrategy: PID 48 died...
22:50:39.959711 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:50:39.963525 ---      ParallelTerminationStrategy: PID 49 died...
22:50:39.965065 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:50:39.968982 ---      ParallelTerminationStrategy: PID 50 died...
22:50:39.970526 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:50:39.974348 ---      ParallelTerminationStrategy: PID 51 died...
22:50:39.975890 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:50:39.979707 ---      ParallelTerminationStrategy: PID 52 died...
22:50:39.981269 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:50:39.985065 ---      ParallelTerminationStrategy: PID 53 died...
22:50:39.986600 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:50:39.990408 ---      ParallelTerminationStrategy: PID 54 died...
22:50:39.991946 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:50:39.995806 ---      ParallelTerminationStrategy: PID 55 died...
22:50:39.997361 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:50:40.001187 ---      ParallelTerminationStrategy: PID 56 died...
22:50:40.002727 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:50:40.006517 ---      ParallelTerminationStrategy: PID 57 died...
22:50:40.008056 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:50:40.011872 ---      ParallelTerminationStrategy: PID 58 died...
22:50:40.013417 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:50:40.017200 ---      ParallelTerminationStrategy: PID 59 died...
22:50:40.018683 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:50:40.022328 ---      ParallelTerminationStrategy: PID 60 died...
22:50:40.023802 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:50:40.027485 ---      ParallelTerminationStrategy: PID 61 died...
22:50:40.028980 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:50:40.032654 ---      ParallelTerminationStrategy: PID 62 died...
22:50:40.034140 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:50:40.037876 ---      ParallelTerminationStrategy: PID 63 died...
22:50:40.039432 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:50:40.043249 ---      ParallelTerminationStrategy: PID 64 died...
22:50:40.044811 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:50:40.048614 ---      ParallelTerminationStrategy: PID 65 died...
22:50:40.050161 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:50:40.053981 ---      ParallelTerminationStrategy: PID 66 died...
22:50:40.055524 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:50:40.059349 ---      ParallelTerminationStrategy: PID 67 died...
22:50:40.060905 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:50:40.064710 ---      ParallelTerminationStrategy: PID 68 died...
22:50:40.066255 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:50:40.070062 ---      ParallelTerminationStrategy: PID 69 died...
22:50:40.071608 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:50:40.075428 ---      ParallelTerminationStrategy: PID 70 died...
22:50:40.076996 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:50:40.080818 ---      ParallelTerminationStrategy: PID 71 died...
22:50:40.082373 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:50:40.086181 ---      ParallelTerminationStrategy: PID 72 died...
22:50:40.087722 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:50:40.091530 ---      ParallelTerminationStrategy: PID 73 died...
22:50:40.093065 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:50:40.096903 ---      ParallelTerminationStrategy: PID 74 died...
22:50:40.098443 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:50:40.102245 ---      ParallelTerminationStrategy: PID 75 died...
22:50:40.103783 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:50:40.107947 ---      ParallelTerminationStrategy: PID 76 died...
22:50:40.109577 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:50:40.113511 ---      ParallelTerminationStrategy: PID 77 died...
22:50:40.115127 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:50:40.119069 ---      ParallelTerminationStrategy: PID 78 died...
22:50:40.120709 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:50:40.124527 ---      ParallelTerminationStrategy: PID 79 died...
22:50:40.126152 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:50:40.129982 ---      ParallelTerminationStrategy: PID 80 died...
22:50:40.131522 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:50:40.135341 ---      ParallelTerminationStrategy: PID 81 died...
22:50:40.136840 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:50:40.140661 ---      ParallelTerminationStrategy: PID 82 died...
22:50:40.142149 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:50:40.145889 ---      ParallelTerminationStrategy: PID 83 died...
22:50:40.147435 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:50:40.151267 ---      ParallelTerminationStrategy: PID 84 died...
22:50:40.152823 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:50:40.156609 ---      ParallelTerminationStrategy: PID 85 died...
22:50:40.158169 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:50:40.161997 ---      ParallelTerminationStrategy: PID 86 died...
22:50:40.163547 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:50:40.167346 ---      ParallelTerminationStrategy: PID 87 died...
22:50:40.168903 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:50:40.172723 ---      ParallelTerminationStrategy: PID 88 died...
22:50:40.174274 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:50:40.178072 ---      ParallelTerminationStrategy: PID 89 died...
22:50:40.179602 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:50:40.183429 ---      ParallelTerminationStrategy: PID 90 died...
22:50:40.184977 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:50:40.188823 ---      ParallelTerminationStrategy: PID 91 died...
22:50:40.190368 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:50:40.194195 ---      ParallelTerminationStrategy: PID 92 died...
22:50:40.195742 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:50:40.199591 ---      ParallelTerminationStrategy: PID 93 died...
22:50:40.201147 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:50:40.204967 ---      ParallelTerminationStrategy: PID 94 died...
22:50:40.206507 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:50:40.210329 ---      ParallelTerminationStrategy: PID 95 died...
22:50:40.211878 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:50:40.215695 ---      ParallelTerminationStrategy: PID 96 died...
22:50:40.217242 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:50:40.221091 ---      ParallelTerminationStrategy: PID 97 died...
22:50:40.222637 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:50:40.226463 ---      ParallelTerminationStrategy: PID 98 died...
22:50:40.228022 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:50:40.231828 ---      ParallelTerminationStrategy: PID 99 died...
22:50:40.233373 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:50:40.237177 ---      ParallelTerminationStrategy: PID 100 died...
22:50:40.238721 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:50:40.242530 ---      ParallelTerminationStrategy: PID 101 died...
22:50:40.244067 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:50:40.247869 ---      ParallelTerminationStrategy: PID 102 died...
22:50:40.249419 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:50:40.253226 ---      ParallelTerminationStrategy: PID 103 died...
22:50:40.254770 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:50:40.258587 ---      ParallelTerminationStrategy: PID 104 died...
22:50:40.260129 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:50:40.263922 ---      ParallelTerminationStrategy: PID 105 died...
22:50:40.265468 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:50:40.269287 ---      ParallelTerminationStrategy: PID 106 died...
22:50:40.270842 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:50:40.274671 ---      ParallelTerminationStrategy: PID 107 died...
22:50:40.276225 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:50:40.280032 ---      ParallelTerminationStrategy: PID 108 died...
22:50:40.281598 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:50:40.285454 ---      ParallelTerminationStrategy: PID 109 died...
22:50:40.286993 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:50:40.290801 ---      ParallelTerminationStrategy: PID 110 died...
22:50:40.292343 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:50:40.296152 ---      ParallelTerminationStrategy: PID 111 died...
22:50:40.297707 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:50:40.301574 ---      ParallelTerminationStrategy: PID 112 died...
22:50:40.303120 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:50:40.306931 ---      ParallelTerminationStrategy: PID 113 died...
22:50:40.308469 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:50:40.312276 ---      ParallelTerminationStrategy: PID 114 died...
22:50:40.313839 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:50:40.317699 ---      ParallelTerminationStrategy: PID 115 died...
22:50:40.319236 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:50:40.323032 ---      ParallelTerminationStrategy: PID 116 died...
22:50:40.324563 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:50:40.328363 ---      ParallelTerminationStrategy: PID 117 died...
22:50:40.329903 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:50:40.333736 ---      ParallelTerminationStrategy: PID 118 died...
22:50:40.335291 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:50:40.339009 ---      ParallelTerminationStrategy: PID 119 died...
22:50:40.340478 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:50:40.344119 ---      ParallelTerminationStrategy: PID 120 died...
22:50:40.345591 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:50:40.349190 ---      ParallelTerminationStrategy: PID 121 died...
22:50:40.350626 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:50:40.354205 ---      ParallelTerminationStrategy: PID 122 died...
22:50:40.355635 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:50:40.359272 ---      ParallelTerminationStrategy: PID 123 died...
22:50:40.360725 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:50:40.364298 ---      ParallelTerminationStrategy: PID 124 died...
22:50:40.365768 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:50:40.369369 ---      ParallelTerminationStrategy: PID 125 died...
22:50:40.370809 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:50:40.374389 ---      ParallelTerminationStrategy: PID 126 died...
22:50:40.375861 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:50:40.379470 ---      ParallelTerminationStrategy: PID 127 died...
22:50:40.380960 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:50:40.384535 ---      ParallelTerminationStrategy: PID 128 died...
22:50:40.385988 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:50:40.389551 ---      ParallelTerminationStrategy: PID 129 died...
22:50:40.390993 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:50:40.394560 ---      ParallelTerminationStrategy: PID 130 died...
22:50:40.396038 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:50:40.399743 ---      ParallelTerminationStrategy: PID 131 died...
22:50:40.401265 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:50:40.404921 ---      ParallelTerminationStrategy: PID 132 died...
22:50:40.406397 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:50:40.410066 ---      ParallelTerminationStrategy: PID 133 died...
22:50:40.411557 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:50:40.415220 ---      ParallelTerminationStrategy: PID 134 died...
22:50:40.416680 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:50:40.420329 ---      ParallelTerminationStrategy: PID 135 died...
22:50:40.421809 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:50:40.425450 ---      ParallelTerminationStrategy: PID 136 died...
22:50:40.426924 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:50:40.430599 ---      ParallelTerminationStrategy: PID 137 died...
22:50:40.432068 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:50:40.435756 ---      ParallelTerminationStrategy: PID 138 died...
22:50:40.437249 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:50:40.440897 ---      ParallelTerminationStrategy: PID 139 died...
22:50:40.442365 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:50:40.446023 ---      ParallelTerminationStrategy: PID 140 died...
22:50:40.447499 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:50:40.451146 ---      ParallelTerminationStrategy: PID 141 died...
22:50:40.452627 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:50:40.456235 ---      ParallelTerminationStrategy: PID 142 died...
22:50:40.457696 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:50:40.461398 ---      ParallelTerminationStrategy: PID 143 died...
22:50:40.462851 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:50:40.466461 ---      ParallelTerminationStrategy: PID 144 died...
22:50:40.467915 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:50:40.471513 ---      ParallelTerminationStrategy: PID 145 died...
22:50:40.472975 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:50:40.476623 ---      ParallelTerminationStrategy: PID 146 died...
22:50:40.478104 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:50:40.481708 ---      ParallelTerminationStrategy: PID 147 died...
22:50:40.483181 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:50:40.486835 ---      ParallelTerminationStrategy: PID 148 died...
22:50:40.488308 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:50:40.491989 ---      ParallelTerminationStrategy: PID 149 died...
22:50:40.493484 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:50:40.497208 ---      ParallelTerminationStrategy: PID 150 died...
22:50:40.498735 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:50:40.502551 ---      ParallelTerminationStrategy: PID 151 died...
22:50:40.504035 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:50:40.507980 ---      ParallelTerminationStrategy: PID 152 died...
22:50:40.509478 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:50:40.513089 ---      ParallelTerminationStrategy: PID 153 died...
22:50:40.514556 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:50:40.518160 ---      ParallelTerminationStrategy: PID 154 died...
22:50:40.519622 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:50:40.523297 ---      ParallelTerminationStrategy: PID 155 died...
22:50:40.524768 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:50:40.528371 ---      ParallelTerminationStrategy: PID 156 died...
22:50:40.529848 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:50:40.533514 ---      ParallelTerminationStrategy: PID 157 died...
22:50:40.535334 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:50:40.539323 ---      ParallelTerminationStrategy: PID 158 died...
22:50:40.540924 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:50:40.544864 ---      ParallelTerminationStrategy: PID 159 died...
22:50:40.546439 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:50:40.550386 ---      ParallelTerminationStrategy: PID 160 died...
22:50:40.551969 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:50:40.555869 ---      ParallelTerminationStrategy: PID 161 died...
22:50:40.557450 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:50:40.561354 ---      ParallelTerminationStrategy: PID 162 died...
22:50:40.562933 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:50:40.566880 ---      ParallelTerminationStrategy: PID 163 died...
22:50:40.568467 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:50:40.572389 ---      ParallelTerminationStrategy: PID 164 died...
22:50:40.573972 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:50:40.577878 ---      ParallelTerminationStrategy: PID 165 died...
22:50:40.579441 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:50:40.583360 ---      ParallelTerminationStrategy: PID 166 died...
22:50:40.584941 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:50:40.588844 ---      ParallelTerminationStrategy: PID 167 died...
22:50:40.590414 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:50:40.594362 ---      ParallelTerminationStrategy: PID 168 died...
22:50:40.595937 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:50:40.599862 ---      ParallelTerminationStrategy: PID 169 died...
22:50:40.601452 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:50:40.605379 ---      ParallelTerminationStrategy: PID 170 died...
22:50:40.606953 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:50:40.610877 ---      ParallelTerminationStrategy: PID 171 died...
22:50:40.612450 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:50:40.616356 ---      ParallelTerminationStrategy: PID 172 died...
22:50:40.617917 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:50:40.621824 ---      ParallelTerminationStrategy: PID 173 died...
22:50:40.623399 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:50:40.627315 ---      ParallelTerminationStrategy: PID 174 died...
22:50:40.628897 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:50:40.632790 ---      ParallelTerminationStrategy: PID 175 died...
22:50:40.634360 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:50:40.638296 ---      ParallelTerminationStrategy: PID 176 died...
22:50:40.639877 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:50:40.643846 ---      ParallelTerminationStrategy: PID 177 died...
22:50:40.645419 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:50:40.649326 ---      ParallelTerminationStrategy: PID 178 died...
22:50:40.650903 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:50:40.654845 ---      ParallelTerminationStrategy: PID 179 died...
22:50:40.656425 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:50:40.660328 ---      ParallelTerminationStrategy: PID 180 died...
22:50:40.661908 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:50:40.665874 ---      ParallelTerminationStrategy: PID 181 died...
22:50:40.667449 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:50:40.671391 ---      ParallelTerminationStrategy: PID 182 died...
22:50:40.672971 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:50:40.676862 ---      ParallelTerminationStrategy: PID 183 died...
22:50:40.678435 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:50:40.682349 ---      ParallelTerminationStrategy: PID 184 died...
22:50:40.683920 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:50:40.687808 ---      ParallelTerminationStrategy: PID 185 died...
22:50:40.689383 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:50:40.693313 ---      ParallelTerminationStrategy: PID 186 died...
22:50:40.694892 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:50:40.698822 ---      ParallelTerminationStrategy: PID 187 died...
22:50:40.700394 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:50:40.704356 ---      ParallelTerminationStrategy: PID 188 died...
22:50:40.705991 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:50:40.709773 ---      ParallelTerminationStrategy: PID 189 died...
22:50:40.711299 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:50:40.715086 ---      ParallelTerminationStrategy: PID 190 died...
22:50:40.716613 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:50:40.720391 ---      ParallelTerminationStrategy: PID 191 died...
22:50:40.721867 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:50:40.725480 ---      ParallelTerminationStrategy: PID 192 died...
22:50:40.726944 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:50:40.730699 ---      ParallelTerminationStrategy: PID 193 died...
22:50:40.732181 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:50:40.735815 ---      ParallelTerminationStrategy: PID 194 died...
22:50:40.737327 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:50:40.740939 ---      ParallelTerminationStrategy: PID 195 died...
22:50:40.742403 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:50:40.746042 ---      ParallelTerminationStrategy: PID 196 died...
22:50:40.747508 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:50:40.751178 ---      ParallelTerminationStrategy: PID 197 died...
22:50:40.752704 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:50:40.756317 ---      ParallelTerminationStrategy: PID 198 died...
22:50:40.757807 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:50:40.761435 ---      ParallelTerminationStrategy: PID 199 died...
22:50:40.763081 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:50:40.766737 ---      ParallelTerminationStrategy: PID 200 died...
22:50:40.768208 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:50:40.771852 ---      ParallelTerminationStrategy: PID 201 died...
22:50:40.773356 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:50:40.777183 ---      ParallelTerminationStrategy: PID 202 died...
22:50:40.778713 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:50:40.782491 ---      ParallelTerminationStrategy: PID 203 died...
22:50:40.784021 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:50:40.787798 ---      ParallelTerminationStrategy: PID 204 died...
22:50:40.789339 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:50:40.793139 ---      ParallelTerminationStrategy: PID 205 died...
22:50:40.794663 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:50:40.798437 ---      ParallelTerminationStrategy: PID 206 died...
22:50:40.799950 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:50:40.803725 ---      ParallelTerminationStrategy: PID 207 died...
22:50:40.805262 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:50:40.809060 ---      ParallelTerminationStrategy: PID 208 died...
22:50:40.810583 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:50:40.814361 ---      ParallelTerminationStrategy: PID 209 died...
22:50:40.815876 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:50:40.819653 ---      ParallelTerminationStrategy: PID 210 died...
22:50:40.821174 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:50:40.824927 ---      ParallelTerminationStrategy: PID 211 died...
22:50:40.826453 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:50:40.830215 ---      ParallelTerminationStrategy: PID 212 died...
22:50:40.831733 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:50:40.835510 ---      ParallelTerminationStrategy: PID 213 died...
22:50:40.837046 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:50:40.840813 ---      ParallelTerminationStrategy: PID 214 died...
22:50:40.842330 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:50:40.846089 ---      ParallelTerminationStrategy: PID 215 died...
22:50:40.847602 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:50:40.851370 ---      ParallelTerminationStrategy: PID 216 died...
22:50:40.852899 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:50:40.856665 ---      ParallelTerminationStrategy: PID 217 died...
22:50:40.858181 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:50:40.861991 ---      ParallelTerminationStrategy: PID 218 died...
22:50:40.863532 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:50:40.867377 ---      ParallelTerminationStrategy: PID 219 died...
22:50:40.868916 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:50:40.872712 ---      ParallelTerminationStrategy: PID 220 died...
22:50:40.874241 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:50:40.878035 ---      ParallelTerminationStrategy: PID 221 died...
22:50:40.879564 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:50:40.883398 ---      ParallelTerminationStrategy: PID 222 died...
22:50:40.884920 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:50:40.888596 ---      ParallelTerminationStrategy: PID 223 died...
22:50:40.890132 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:50:40.893927 ---      ParallelTerminationStrategy: PID 224 died...
22:50:40.895455 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:50:40.899265 ---      ParallelTerminationStrategy: PID 225 died...
22:50:40.900926 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:50:40.904717 ---      ParallelTerminationStrategy: PID 226 died...
22:50:40.906190 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:50:40.909865 ---      ParallelTerminationStrategy: PID 227 died...
22:50:40.911402 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:50:40.915240 ---      ParallelTerminationStrategy: PID 228 died...
22:50:40.916765 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:50:40.920567 ---      ParallelTerminationStrategy: PID 229 died...
22:50:40.922127 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:50:40.925922 ---      ParallelTerminationStrategy: PID 230 died...
22:50:40.927461 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:50:40.931246 ---      ParallelTerminationStrategy: PID 231 died...
22:50:40.932782 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:50:40.936596 ---      ParallelTerminationStrategy: PID 232 died...
22:50:40.938144 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:50:40.941943 ---      ParallelTerminationStrategy: PID 233 died...
22:50:40.943471 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:50:40.947282 ---      ParallelTerminationStrategy: PID 234 died...
22:50:40.948839 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:50:44.352509 ---      ParallelTerminationStrategy: PID 34 died...
22:50:44.354181 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8169 netreg_mass PASS
---------------------------------------------------------------------
22:50:44.439817 tst                       trial-8169: Storing JUnit report in /build/trial-8169/run.2025-12-03_22-48-37/trial-8169.xml

--------------------------------------------------------------------------------------------
trial-8169 PASS
--------------------------------------------------------------------------------------------
22:50:44.451471 tst                       trial-8169: trial-8169: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (121.7 sec)
+ exit_code=0
+ rm -rf trial-8169/inst
+ cd trial-8169
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-12-03 22:48:36
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8169-run.tgz run.2025-12-03_22-48-37
+ tar czf /build/trial-8169-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-12-03_19_07_52.tgz osmo-bts-oc2g.build-2025-12-03_19_04_10.tgz osmo-bts-sysmo.build-2025-12-03_19_03_50.tgz osmo-bts.build-2025-12-03_19_04_03.tgz osmo-ggsn.build-2025-12-03_20_42_50.tgz osmo-hlr.build-2025-12-03_18_21_59.tgz osmo-hnbgw.build-2025-12-03_19_08_32.tgz osmo-mgw.build-2025-12-03_18_58_14.tgz osmo-msc.build-2025-12-03_19_06_23.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-03_07_37_42.tgz osmo-pcu-sysmo.build-2025-12-03_07_36_15.tgz osmo-pcu.build-2025-12-03_07_37_48.tgz osmo-sgsn.build-2025-12-03_20_48_19.tgz osmo-stp.build-2025-12-03_18_06_37.tgz osmo-trx.build-2025-12-03_19_01_22.tgz osmocom-bb.build-2025-12-03_21_17_22.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