Skip to content
Success

Console Output

Started by user Oliver Smith
Running as SYSTEM
Building remotely on build4-deb12build-ansible (ttcn3 obs osmo-gsm-tester-build ttcn3_with_linux_6.1_or_higher qemu 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
Cloning the remote Git repository
Cloning repository https://gerrit.osmocom.org/osmo-gsm-tester
 > git init /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/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.2'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-gsm-tester +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gerrit.osmocom.org/osmo-gsm-tester # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > 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/jenkins14252570035853439590.sh
+ rm -rf *.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 23519
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10360
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 9403
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12183
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 12495
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 10634
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 38289
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 6905
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 40049
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 7363
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 12721
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 6774
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 10884
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 6945
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 8382
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 5664
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 6774
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins885655497850488774.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-*
+ 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
1cd38f2 redmine: upgrade to 5.1.5
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_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 .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s

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

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

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

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

#6 https://gerrit.osmocom.org/plugins/gitiles/osmo-gsm-tester/+/master?format=TEXT
#6 DONE 0.1s

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

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

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

#10 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen &&     dpkg-reconfigure --frontend=noninteractive locales &&     update-locale LANG=en_US.UTF-8
#10 CACHED

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

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

#13 [13/28] RUN	CHOWN -R jenkins:jenkins                  /osmo-gsm-tester-*
#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 [ 6/28] RUN	PIP3 install --break-system-packages 		"git+https://github.com/podshumok/python-smpplib.git@master#egg=smpplib" 		pydbus 		pyusb 		pysispm 		pymongo
#16 CACHED

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

#18 [15/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		telnet 		libosmocore-dev 		libosmo-abis-dev 		libosmo-gsup-client-dev 		libosmo-netif-dev 		libosmo-ranap-dev 		libosmo-sigtran-dev 		libsmpp34-dev 		libgtp-dev 		libasn1c-dev && 	apt-get clean
#18 CACHED

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

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

#21 [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://security.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
#21 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:03ae5c5748fd6edecd4e45aa0d7d1b52a93df42fd5197635c79083a25799cee1 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
unlink: cannot unlink 'osmo-gsm-tester/sysmocom/resources.conf': No such file or directory
+ true
+ 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=7846 -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-01-15 09:45:06
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-7846
+ mkdir -p trial-7846
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-01-15_09_39_21.tgz osmo-bts-oc2g.build-2025-01-14_00_51_34.tgz osmo-bts-sysmo.build-2025-01-14_00_51_23.tgz osmo-bts.build-2025-01-14_00_51_40.tgz osmo-ggsn.build-2025-01-15_09_43_35.tgz osmo-hlr.build-2025-01-14_00_49_58.tgz osmo-hnbgw.build-2025-01-13_13_34_34.tgz osmo-mgw.build-2025-01-15_08_33_06.tgz osmo-msc.build-2025-01-15_09_19_40.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-15_09_43_51.tgz osmo-pcu-sysmo.build-2025-01-15_09_43_44.tgz osmo-pcu.build-2025-01-15_09_43_50.tgz osmo-sgsn.build-2025-01-14_00_53_11.tgz osmo-stp.build-2025-01-15_09_44_49.tgz osmo-trx.build-2025-01-15_09_44_47.tgz osmocom-bb.build-2025-01-15_09_44_51.tgz srslte.build-19.tgz trial-7846
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-01-15_09_39_21.md5 osmo-bts-oc2g.build-2025-01-14_00_51_34.md5 osmo-bts-sysmo.build-2025-01-14_00_51_23.md5 osmo-bts.build-2025-01-14_00_51_40.md5 osmo-ggsn.build-2025-01-15_09_43_35.md5 osmo-hlr.build-2025-01-14_00_49_58.md5 osmo-hnbgw.build-2025-01-13_13_34_34.md5 osmo-mgw.build-2025-01-15_08_33_06.md5 osmo-msc.build-2025-01-15_09_19_40.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-15_09_43_51.md5 osmo-pcu-sysmo.build-2025-01-15_09_43_44.md5 osmo-pcu.build-2025-01-15_09_43_50.md5 osmo-sgsn.build-2025-01-14_00_53_11.md5 osmo-stp.build-2025-01-15_09_44_49.md5 osmo-trx.build-2025-01-15_09_44_47.md5 osmocom-bb.build-2025-01-15_09_44_51.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-01-15_09_39_21.md5 osmo-bts-oc2g.build-2025-01-14_00_51_34.md5 osmo-bts-sysmo.build-2025-01-14_00_51_23.md5 osmo-bts.build-2025-01-14_00_51_40.md5 osmo-ggsn.build-2025-01-15_09_43_35.md5 osmo-hlr.build-2025-01-14_00_49_58.md5 osmo-hnbgw.build-2025-01-13_13_34_34.md5 osmo-mgw.build-2025-01-15_08_33_06.md5 osmo-msc.build-2025-01-15_09_19_40.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-01-15_09_43_51.md5 osmo-pcu-sysmo.build-2025-01-15_09_43_44.md5 osmo-pcu.build-2025-01-15_09_43_50.md5 osmo-sgsn.build-2025-01-14_00_53_11.md5 osmo-stp.build-2025-01-15_09_44_49.md5 osmo-trx.build-2025-01-15_09_44_47.md5 osmocom-bb.build-2025-01-15_09_44_51.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-7846 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-7846'
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-7846
--------------------------------------------------------------------------------------------
09:45:06.931080 tst                       trial-7846: Detailed log at /build/trial-7846/run.2025-01-15_09-45-06/log

---------------------------------------------------------------------
trial-7846 netreg_mass
---------------------------------------------------------------------
09:45:07.160373 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
09:45:07.160769 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
09:45:07.161649 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
09:45:07.162945 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
09:45:07.203157 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
09:45:07.204333 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
09:45:07.205588 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
09:45:07.288000 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-7846 netreg_mass register_default_mass.py
----------------------------------------------
09:45:07.288975 tst       register_default_mass.py:9: Claiming resources for the test
09:45:07.305157 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
09:45:07.305830 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
09:45:07.306380 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
09:45:07.306881 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
09:45:07.307388 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
09:45:07.307902 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
09:45:07.308398 tst                      netreg_mass: Using 1 x bts (candidates: 1)
09:45:07.345883 tst         register_default_mass.py: using LAC 2
09:45:07.372803 tst         register_default_mass.py: using RAC 2
09:45:07.396572 tst         register_default_mass.py: using CellId 2
09:45:07.422182 tst         register_default_mass.py: using BVCI 3
09:45:07.428578 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.429294 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.429910 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.430508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.431095 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.431660 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.432209 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.432790 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.433378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.433935 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.434512 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.435079 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.435650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.436236 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.436807 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.437373 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.437935 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.438537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.439119 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.439696 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.440272 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.440843 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.441412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.442007 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.442715 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.443287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.443891 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.444471 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.445048 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.445641 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.446219 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.446809 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.447400 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.448000 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.448588 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.449184 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.449777 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.450373 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.450978 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.451566 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.452134 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.452708 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.453312 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.453897 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.454485 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.455086 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.455681 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.456282 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.456874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.457483 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.458080 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.458672 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.459283 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.459883 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.460466 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.461070 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.461662 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.462274 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.462962 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.463533 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.464120 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.464720 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.465317 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.465916 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.466531 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.467126 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.467717 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.468326 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.468919 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.469498 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.470099 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.470701 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.471404 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.472006 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.472591 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.473166 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.473757 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.474359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.474927 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.475491 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.476065 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.476638 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.477224 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.477815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.478418 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.479019 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.479605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.480184 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.480762 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.481358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.481948 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.482548 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.483169 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.483763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.484364 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.484953 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.485522 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.486097 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.486707 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.487287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.487853 tst                      netreg_mass: Using 1 x modem (candidates: 100)
09:45:07.488502 tst      register_default_mass.py:21: Launching a simple network
09:45:07.499842 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
09:45:07.635987 run            create_hlr_db(pid=20): Launched
09:45:08.647809 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
09:45:08.667311 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
09:45:08.709574 run      osmo-hlr_127.0.42.2(pid=23): Launched
09:45:08.722626 run              osmo-stp_127.0.42.5: Starting osmo-stp
09:45:08.999703 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
09:45:09.019671 run      osmo-stp_127.0.42.5(pid=25): Launched
09:45:09.027142 run              osmo-msc_127.0.42.6: Starting osmo-msc
09:45:10.505457 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
09:45:10.546259 run      osmo-msc_127.0.42.6(pid=27): Launched
09:45:13.570304 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
09:45:13.846994 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
09:45:13.882450 run      osmo-mgw_127.0.42.3(pid=29): Launched
09:45:13.897443 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
09:45:14.043086 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
09:45:14.079317 run      osmo-mgw_127.0.42.4(pid=31): Launched
09:45:14.094476 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
09:45:14.784095 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
09:45:14.823809 run      osmo-bsc_127.0.42.7(pid=33): Launched
09:45:20.858141 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
09:45:21.215702 run         osmo-bts-virtual(pid=34): Launched
09:45:22.269562 tst         register_default_mass.py: using MSISDN 1001
09:45:22.281445 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
09:45:22.339995 tst         register_default_mass.py: using MSISDN 1002
09:45:22.348910 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
09:45:22.388047 tst         register_default_mass.py: using MSISDN 1003
09:45:22.394127 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
09:45:22.432345 tst         register_default_mass.py: using MSISDN 1004
09:45:22.441885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
09:45:22.495996 tst         register_default_mass.py: using MSISDN 1005
09:45:22.504412 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
09:45:22.544373 tst         register_default_mass.py: using MSISDN 1006
09:45:22.550915 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
09:45:22.589010 tst         register_default_mass.py: using MSISDN 1007
09:45:22.597792 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
09:45:22.637883 tst         register_default_mass.py: using MSISDN 1008
09:45:22.644140 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
09:45:22.693627 tst         register_default_mass.py: using MSISDN 1009
09:45:22.699781 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
09:45:22.731151 tst         register_default_mass.py: using MSISDN 1010
09:45:22.743335 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
09:45:22.779469 tst         register_default_mass.py: using MSISDN 1011
09:45:22.791422 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
09:45:22.835419 tst         register_default_mass.py: using MSISDN 1012
09:45:22.852582 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
09:45:22.896432 tst         register_default_mass.py: using MSISDN 1013
09:45:22.916835 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
09:45:23.170715 tst         register_default_mass.py: using MSISDN 1014
09:45:23.178954 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
09:45:23.227776 tst         register_default_mass.py: using MSISDN 1015
09:45:23.235151 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
09:45:23.278147 tst         register_default_mass.py: using MSISDN 1016
09:45:23.284405 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
09:45:23.393275 tst         register_default_mass.py: using MSISDN 1017
09:45:23.399998 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
09:45:23.437914 tst         register_default_mass.py: using MSISDN 1018
09:45:23.443913 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
09:45:23.481680 tst         register_default_mass.py: using MSISDN 1019
09:45:23.487722 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
09:45:23.541371 tst         register_default_mass.py: using MSISDN 1020
09:45:23.547034 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
09:45:23.595876 tst         register_default_mass.py: using MSISDN 1021
09:45:23.601623 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
09:45:23.640833 tst         register_default_mass.py: using MSISDN 1022
09:45:23.657256 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
09:45:23.701476 tst         register_default_mass.py: using MSISDN 1023
09:45:23.711375 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
09:45:23.756612 tst         register_default_mass.py: using MSISDN 1024
09:45:23.762550 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
09:45:23.802253 tst         register_default_mass.py: using MSISDN 1025
09:45:23.807817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
09:45:23.837514 tst         register_default_mass.py: using MSISDN 1026
09:45:23.843014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
09:45:23.886480 tst         register_default_mass.py: using MSISDN 1027
09:45:23.892007 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
09:45:23.921811 tst         register_default_mass.py: using MSISDN 1028
09:45:23.927304 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
09:45:23.957065 tst         register_default_mass.py: using MSISDN 1029
09:45:23.962515 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
09:45:23.992144 tst         register_default_mass.py: using MSISDN 1030
09:45:23.997555 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
09:45:24.031370 tst         register_default_mass.py: using MSISDN 1031
09:45:24.036861 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
09:45:24.066576 tst         register_default_mass.py: using MSISDN 1032
09:45:24.072007 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
09:45:24.109946 tst         register_default_mass.py: using MSISDN 1033
09:45:24.115760 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
09:45:24.158978 tst         register_default_mass.py: using MSISDN 1034
09:45:24.164870 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
09:45:24.203910 tst         register_default_mass.py: using MSISDN 1035
09:45:24.209724 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
09:45:24.251878 tst         register_default_mass.py: using MSISDN 1036
09:45:24.257850 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
09:45:24.296046 tst         register_default_mass.py: using MSISDN 1037
09:45:24.301930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
09:45:24.340380 tst         register_default_mass.py: using MSISDN 1038
09:45:24.346191 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
09:45:24.389650 tst         register_default_mass.py: using MSISDN 1039
09:45:24.395602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
09:45:24.425828 tst         register_default_mass.py: using MSISDN 1040
09:45:24.431707 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
09:45:24.461753 tst         register_default_mass.py: using MSISDN 1041
09:45:24.467610 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
09:45:25.256821 tst         register_default_mass.py: using MSISDN 1042
09:45:25.262711 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
09:45:26.349091 tst         register_default_mass.py: using MSISDN 1043
09:45:26.357507 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
09:45:26.396540 tst         register_default_mass.py: using MSISDN 1044
09:45:26.402718 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
09:45:26.444618 tst         register_default_mass.py: using MSISDN 1045
09:45:26.453573 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
09:45:26.503718 tst         register_default_mass.py: using MSISDN 1046
09:45:26.509680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
09:45:26.547694 tst         register_default_mass.py: using MSISDN 1047
09:45:26.553799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
09:45:26.649098 tst         register_default_mass.py: using MSISDN 1048
09:45:26.656095 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
09:45:26.697075 tst         register_default_mass.py: using MSISDN 1049
09:45:26.707412 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
09:45:26.752737 tst         register_default_mass.py: using MSISDN 1050
09:45:26.758973 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
09:45:26.804076 tst         register_default_mass.py: using MSISDN 1051
09:45:26.811673 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
09:45:26.850472 tst         register_default_mass.py: using MSISDN 1052
09:45:26.856900 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
09:45:26.895078 tst         register_default_mass.py: using MSISDN 1053
09:45:26.904489 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
09:45:26.948727 tst         register_default_mass.py: using MSISDN 1054
09:45:26.959768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
09:45:26.992643 tst         register_default_mass.py: using MSISDN 1055
09:45:26.998565 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
09:45:27.035143 tst         register_default_mass.py: using MSISDN 1056
09:45:27.044422 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
09:45:27.074582 tst         register_default_mass.py: using MSISDN 1057
09:45:27.080561 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
09:45:27.110261 tst         register_default_mass.py: using MSISDN 1058
09:45:27.116124 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
09:45:27.145826 tst         register_default_mass.py: using MSISDN 1059
09:45:27.152429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
09:45:27.190706 tst         register_default_mass.py: using MSISDN 1060
09:45:27.196638 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
09:45:27.241583 tst         register_default_mass.py: using MSISDN 1061
09:45:27.247467 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
09:45:27.277930 tst         register_default_mass.py: using MSISDN 1062
09:45:27.283668 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
09:45:27.332310 tst         register_default_mass.py: using MSISDN 1063
09:45:27.339184 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
09:45:27.381614 tst         register_default_mass.py: using MSISDN 1064
09:45:27.388074 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
09:45:27.417632 tst         register_default_mass.py: using MSISDN 1065
09:45:27.423559 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
09:45:27.465360 tst         register_default_mass.py: using MSISDN 1066
09:45:27.471325 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
09:45:27.510620 tst         register_default_mass.py: using MSISDN 1067
09:45:27.520106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
09:45:27.565448 tst         register_default_mass.py: using MSISDN 1068
09:45:27.571587 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
09:45:27.601182 tst         register_default_mass.py: using MSISDN 1069
09:45:27.607142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
09:45:27.644806 tst         register_default_mass.py: using MSISDN 1070
09:45:27.650849 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
09:45:27.688812 tst         register_default_mass.py: using MSISDN 1071
09:45:27.695030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
09:45:27.727808 tst         register_default_mass.py: using MSISDN 1072
09:45:27.733921 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
09:45:27.763937 tst         register_default_mass.py: using MSISDN 1073
09:45:27.770234 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
09:45:27.811742 tst         register_default_mass.py: using MSISDN 1074
09:45:27.817750 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
09:45:27.855744 tst         register_default_mass.py: using MSISDN 1075
09:45:27.861704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
09:45:27.891608 tst         register_default_mass.py: using MSISDN 1076
09:45:27.897588 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
09:45:27.928016 tst         register_default_mass.py: using MSISDN 1077
09:45:27.934215 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
09:45:27.972237 tst         register_default_mass.py: using MSISDN 1078
09:45:27.978206 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
09:45:28.016158 tst         register_default_mass.py: using MSISDN 1079
09:45:28.022007 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
09:45:28.071546 tst         register_default_mass.py: using MSISDN 1080
09:45:28.077162 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
09:45:28.114864 tst         register_default_mass.py: using MSISDN 1081
09:45:28.120572 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
09:45:28.727581 tst         register_default_mass.py: using MSISDN 1082
09:45:28.733405 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
09:45:28.775750 tst         register_default_mass.py: using MSISDN 1083
09:45:28.786307 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
09:45:28.832005 tst         register_default_mass.py: using MSISDN 1084
09:45:28.839152 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
09:45:28.881647 tst         register_default_mass.py: using MSISDN 1085
09:45:28.887664 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
09:45:28.931797 tst         register_default_mass.py: using MSISDN 1086
09:45:28.942799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
09:45:28.984169 tst         register_default_mass.py: using MSISDN 1087
09:45:28.990221 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
09:45:29.056033 tst         register_default_mass.py: using MSISDN 1088
09:45:29.062224 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
09:45:29.111847 tst         register_default_mass.py: using MSISDN 1089
09:45:29.118039 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
09:45:29.210317 tst         register_default_mass.py: using MSISDN 1090
09:45:29.216344 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
09:45:29.509426 tst         register_default_mass.py: using MSISDN 1091
09:45:29.515449 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
09:45:29.562882 tst         register_default_mass.py: using MSISDN 1092
09:45:29.570708 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
09:45:29.611067 tst         register_default_mass.py: using MSISDN 1093
09:45:29.617061 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
09:45:29.670807 tst         register_default_mass.py: using MSISDN 1094
09:45:29.676451 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
09:45:29.713155 tst         register_default_mass.py: using MSISDN 1095
09:45:29.719071 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
09:45:29.757652 tst         register_default_mass.py: using MSISDN 1096
09:45:29.763657 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
09:45:29.830078 tst         register_default_mass.py: using MSISDN 1097
09:45:29.836373 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
09:45:29.873373 tst         register_default_mass.py: using MSISDN 1098
09:45:29.881684 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
09:45:29.929268 tst         register_default_mass.py: using MSISDN 1099
09:45:29.934865 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
09:45:31.304488 tst         register_default_mass.py: using MSISDN 1100
09:45:31.320058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
09:45:31.457095 run                             mass: Starting testcase
09:45:31.463703 run                             mass: Pre-launching all virtphy's
09:45:31.469634 run           osmo-ms-virt-phy/00000: Starting virtphy
09:45:31.484067 run   osmo-ms-virt-phy/00000(pid=35): Launched
09:45:31.490336 run           osmo-ms-virt-phy/00001: Starting virtphy
09:45:31.503907 run   osmo-ms-virt-phy/00001(pid=36): Launched
09:45:31.511504 run           osmo-ms-virt-phy/00002: Starting virtphy
09:45:31.525037 run   osmo-ms-virt-phy/00002(pid=37): Launched
09:45:31.531306 run           osmo-ms-virt-phy/00003: Starting virtphy
09:45:31.544842 run   osmo-ms-virt-phy/00003(pid=38): Launched
09:45:31.551649 run           osmo-ms-virt-phy/00004: Starting virtphy
09:45:31.565175 run   osmo-ms-virt-phy/00004(pid=39): Launched
09:45:31.571711 run           osmo-ms-virt-phy/00005: Starting virtphy
09:45:31.585410 run   osmo-ms-virt-phy/00005(pid=40): Launched
09:45:31.591795 run           osmo-ms-virt-phy/00006: Starting virtphy
09:45:31.605421 run   osmo-ms-virt-phy/00006(pid=41): Launched
09:45:31.611631 run           osmo-ms-virt-phy/00007: Starting virtphy
09:45:31.625246 run   osmo-ms-virt-phy/00007(pid=42): Launched
09:45:31.631527 run           osmo-ms-virt-phy/00008: Starting virtphy
09:45:31.644925 run   osmo-ms-virt-phy/00008(pid=43): Launched
09:45:31.651099 run           osmo-ms-virt-phy/00009: Starting virtphy
09:45:31.664495 run   osmo-ms-virt-phy/00009(pid=44): Launched
09:45:31.670778 run           osmo-ms-virt-phy/00010: Starting virtphy
09:45:31.684262 run   osmo-ms-virt-phy/00010(pid=45): Launched
09:45:31.690503 run           osmo-ms-virt-phy/00011: Starting virtphy
09:45:31.703968 run   osmo-ms-virt-phy/00011(pid=46): Launched
09:45:31.710204 run           osmo-ms-virt-phy/00012: Starting virtphy
09:45:31.723684 run   osmo-ms-virt-phy/00012(pid=47): Launched
09:45:31.729869 run           osmo-ms-virt-phy/00013: Starting virtphy
09:45:31.743408 run   osmo-ms-virt-phy/00013(pid=48): Launched
09:45:31.749731 run           osmo-ms-virt-phy/00014: Starting virtphy
09:45:31.763324 run   osmo-ms-virt-phy/00014(pid=49): Launched
09:45:31.769641 run           osmo-ms-virt-phy/00015: Starting virtphy
09:45:31.783142 run   osmo-ms-virt-phy/00015(pid=50): Launched
09:45:31.789383 run           osmo-ms-virt-phy/00016: Starting virtphy
09:45:31.803009 run   osmo-ms-virt-phy/00016(pid=51): Launched
09:45:31.809247 run           osmo-ms-virt-phy/00017: Starting virtphy
09:45:31.822729 run   osmo-ms-virt-phy/00017(pid=52): Launched
09:45:31.828925 run           osmo-ms-virt-phy/00018: Starting virtphy
09:45:31.842058 run   osmo-ms-virt-phy/00018(pid=53): Launched
09:45:31.848262 run           osmo-ms-virt-phy/00019: Starting virtphy
09:45:31.861694 run   osmo-ms-virt-phy/00019(pid=54): Launched
09:45:31.867909 run           osmo-ms-virt-phy/00020: Starting virtphy
09:45:31.881427 run   osmo-ms-virt-phy/00020(pid=55): Launched
09:45:31.887914 run           osmo-ms-virt-phy/00021: Starting virtphy
09:45:31.901745 run   osmo-ms-virt-phy/00021(pid=56): Launched
09:45:31.908072 run           osmo-ms-virt-phy/00022: Starting virtphy
09:45:31.921614 run   osmo-ms-virt-phy/00022(pid=57): Launched
09:45:31.928284 run           osmo-ms-virt-phy/00023: Starting virtphy
09:45:31.942972 run   osmo-ms-virt-phy/00023(pid=58): Launched
09:45:31.949290 run           osmo-ms-virt-phy/00024: Starting virtphy
09:45:31.962722 run   osmo-ms-virt-phy/00024(pid=59): Launched
09:45:31.968998 run           osmo-ms-virt-phy/00025: Starting virtphy
09:45:31.982227 run   osmo-ms-virt-phy/00025(pid=60): Launched
09:45:31.988368 run           osmo-ms-virt-phy/00026: Starting virtphy
09:45:32.001641 run   osmo-ms-virt-phy/00026(pid=61): Launched
09:45:32.007879 run           osmo-ms-virt-phy/00027: Starting virtphy
09:45:32.021138 run   osmo-ms-virt-phy/00027(pid=62): Launched
09:45:32.027285 run           osmo-ms-virt-phy/00028: Starting virtphy
09:45:32.040605 run   osmo-ms-virt-phy/00028(pid=63): Launched
09:45:32.046815 run           osmo-ms-virt-phy/00029: Starting virtphy
09:45:32.078808 run   osmo-ms-virt-phy/00029(pid=64): Launched
09:45:32.085122 run           osmo-ms-virt-phy/00030: Starting virtphy
09:45:32.098639 run   osmo-ms-virt-phy/00030(pid=65): Launched
09:45:32.104863 run           osmo-ms-virt-phy/00031: Starting virtphy
09:45:32.118269 run   osmo-ms-virt-phy/00031(pid=66): Launched
09:45:32.124458 run           osmo-ms-virt-phy/00032: Starting virtphy
09:45:32.137900 run   osmo-ms-virt-phy/00032(pid=67): Launched
09:45:32.144058 run           osmo-ms-virt-phy/00033: Starting virtphy
09:45:32.157536 run   osmo-ms-virt-phy/00033(pid=68): Launched
09:45:32.163683 run           osmo-ms-virt-phy/00034: Starting virtphy
09:45:32.177084 run   osmo-ms-virt-phy/00034(pid=69): Launched
09:45:32.183263 run           osmo-ms-virt-phy/00035: Starting virtphy
09:45:32.196639 run   osmo-ms-virt-phy/00035(pid=70): Launched
09:45:32.202786 run           osmo-ms-virt-phy/00036: Starting virtphy
09:45:32.215952 run   osmo-ms-virt-phy/00036(pid=71): Launched
09:45:32.221942 run           osmo-ms-virt-phy/00037: Starting virtphy
09:45:32.234912 run   osmo-ms-virt-phy/00037(pid=72): Launched
09:45:32.241019 run           osmo-ms-virt-phy/00038: Starting virtphy
09:45:32.254432 run   osmo-ms-virt-phy/00038(pid=73): Launched
09:45:32.260645 run           osmo-ms-virt-phy/00039: Starting virtphy
09:45:32.274067 run   osmo-ms-virt-phy/00039(pid=74): Launched
09:45:32.280233 run           osmo-ms-virt-phy/00040: Starting virtphy
09:45:32.293573 run   osmo-ms-virt-phy/00040(pid=75): Launched
09:45:32.299776 run           osmo-ms-virt-phy/00041: Starting virtphy
09:45:32.313115 run   osmo-ms-virt-phy/00041(pid=76): Launched
09:45:32.319286 run           osmo-ms-virt-phy/00042: Starting virtphy
09:45:32.332581 run   osmo-ms-virt-phy/00042(pid=77): Launched
09:45:32.338682 run           osmo-ms-virt-phy/00043: Starting virtphy
09:45:32.351697 run   osmo-ms-virt-phy/00043(pid=78): Launched
09:45:32.357586 run           osmo-ms-virt-phy/00044: Starting virtphy
09:45:32.370512 run   osmo-ms-virt-phy/00044(pid=79): Launched
09:45:32.376619 run           osmo-ms-virt-phy/00045: Starting virtphy
09:45:32.390041 run   osmo-ms-virt-phy/00045(pid=80): Launched
09:45:32.396215 run           osmo-ms-virt-phy/00046: Starting virtphy
09:45:32.409354 run   osmo-ms-virt-phy/00046(pid=81): Launched
09:45:32.415530 run           osmo-ms-virt-phy/00047: Starting virtphy
09:45:32.428791 run   osmo-ms-virt-phy/00047(pid=82): Launched
09:45:32.435000 run           osmo-ms-virt-phy/00048: Starting virtphy
09:45:32.448395 run   osmo-ms-virt-phy/00048(pid=83): Launched
09:45:32.454611 run           osmo-ms-virt-phy/00049: Starting virtphy
09:45:32.467998 run   osmo-ms-virt-phy/00049(pid=84): Launched
09:45:32.474207 run           osmo-ms-virt-phy/00050: Starting virtphy
09:45:32.487945 run   osmo-ms-virt-phy/00050(pid=85): Launched
09:45:32.494116 run           osmo-ms-virt-phy/00051: Starting virtphy
09:45:32.507485 run   osmo-ms-virt-phy/00051(pid=86): Launched
09:45:32.515137 run           osmo-ms-virt-phy/00052: Starting virtphy
09:45:32.528689 run   osmo-ms-virt-phy/00052(pid=87): Launched
09:45:32.534923 run           osmo-ms-virt-phy/00053: Starting virtphy
09:45:32.548310 run   osmo-ms-virt-phy/00053(pid=88): Launched
09:45:32.554633 run           osmo-ms-virt-phy/00054: Starting virtphy
09:45:32.568281 run   osmo-ms-virt-phy/00054(pid=89): Launched
09:45:32.574542 run           osmo-ms-virt-phy/00055: Starting virtphy
09:45:32.588688 run   osmo-ms-virt-phy/00055(pid=90): Launched
09:45:32.594917 run           osmo-ms-virt-phy/00056: Starting virtphy
09:45:32.608566 run   osmo-ms-virt-phy/00056(pid=91): Launched
09:45:32.614779 run           osmo-ms-virt-phy/00057: Starting virtphy
09:45:32.628214 run   osmo-ms-virt-phy/00057(pid=92): Launched
09:45:32.634451 run           osmo-ms-virt-phy/00058: Starting virtphy
09:45:32.647800 run   osmo-ms-virt-phy/00058(pid=93): Launched
09:45:32.654000 run           osmo-ms-virt-phy/00059: Starting virtphy
09:45:32.667374 run   osmo-ms-virt-phy/00059(pid=94): Launched
09:45:32.673589 run           osmo-ms-virt-phy/00060: Starting virtphy
09:45:32.687395 run   osmo-ms-virt-phy/00060(pid=95): Launched
09:45:32.693590 run           osmo-ms-virt-phy/00061: Starting virtphy
09:45:32.706944 run   osmo-ms-virt-phy/00061(pid=96): Launched
09:45:32.713104 run           osmo-ms-virt-phy/00062: Starting virtphy
09:45:32.726369 run   osmo-ms-virt-phy/00062(pid=97): Launched
09:45:32.732498 run           osmo-ms-virt-phy/00063: Starting virtphy
09:45:32.745251 run   osmo-ms-virt-phy/00063(pid=98): Launched
09:45:32.751487 run           osmo-ms-virt-phy/00064: Starting virtphy
09:45:32.764845 run   osmo-ms-virt-phy/00064(pid=99): Launched
09:45:32.771005 run           osmo-ms-virt-phy/00065: Starting virtphy
09:45:32.784274 run  osmo-ms-virt-phy/00065(pid=100): Launched
09:45:32.790506 run           osmo-ms-virt-phy/00066: Starting virtphy
09:45:32.804075 run  osmo-ms-virt-phy/00066(pid=101): Launched
09:45:32.810315 run           osmo-ms-virt-phy/00067: Starting virtphy
09:45:32.823770 run  osmo-ms-virt-phy/00067(pid=102): Launched
09:45:32.829945 run           osmo-ms-virt-phy/00068: Starting virtphy
09:45:32.843533 run  osmo-ms-virt-phy/00068(pid=103): Launched
09:45:32.849841 run           osmo-ms-virt-phy/00069: Starting virtphy
09:45:32.863461 run  osmo-ms-virt-phy/00069(pid=104): Launched
09:45:32.869735 run           osmo-ms-virt-phy/00070: Starting virtphy
09:45:32.883559 run  osmo-ms-virt-phy/00070(pid=105): Launched
09:45:32.889765 run           osmo-ms-virt-phy/00071: Starting virtphy
09:45:32.903176 run  osmo-ms-virt-phy/00071(pid=106): Launched
09:45:32.909311 run           osmo-ms-virt-phy/00072: Starting virtphy
09:45:32.922553 run  osmo-ms-virt-phy/00072(pid=107): Launched
09:45:32.928710 run           osmo-ms-virt-phy/00073: Starting virtphy
09:45:32.942067 run  osmo-ms-virt-phy/00073(pid=108): Launched
09:45:32.948260 run           osmo-ms-virt-phy/00074: Starting virtphy
09:45:32.961688 run  osmo-ms-virt-phy/00074(pid=109): Launched
09:45:32.967864 run           osmo-ms-virt-phy/00075: Starting virtphy
09:45:32.981174 run  osmo-ms-virt-phy/00075(pid=110): Launched
09:45:32.987340 run           osmo-ms-virt-phy/00076: Starting virtphy
09:45:33.000895 run  osmo-ms-virt-phy/00076(pid=111): Launched
09:45:33.009680 run           osmo-ms-virt-phy/00077: Starting virtphy
09:45:33.023203 run  osmo-ms-virt-phy/00077(pid=112): Launched
09:45:33.029667 run           osmo-ms-virt-phy/00078: Starting virtphy
09:45:33.043208 run  osmo-ms-virt-phy/00078(pid=113): Launched
09:45:33.050219 run           osmo-ms-virt-phy/00079: Starting virtphy
09:45:33.064155 run  osmo-ms-virt-phy/00079(pid=114): Launched
09:45:33.071466 run           osmo-ms-virt-phy/00080: Starting virtphy
09:45:33.085340 run  osmo-ms-virt-phy/00080(pid=115): Launched
09:45:33.092045 run           osmo-ms-virt-phy/00081: Starting virtphy
09:45:33.111517 run  osmo-ms-virt-phy/00081(pid=116): Launched
09:45:33.125106 run           osmo-ms-virt-phy/00082: Starting virtphy
09:45:33.155955 run  osmo-ms-virt-phy/00082(pid=117): Launched
09:45:33.169740 run           osmo-ms-virt-phy/00083: Starting virtphy
09:45:33.202307 run  osmo-ms-virt-phy/00083(pid=118): Launched
09:45:33.216631 run           osmo-ms-virt-phy/00084: Starting virtphy
09:45:33.248811 run  osmo-ms-virt-phy/00084(pid=119): Launched
09:45:33.262252 run           osmo-ms-virt-phy/00085: Starting virtphy
09:45:33.291704 run  osmo-ms-virt-phy/00085(pid=120): Launched
09:45:33.304928 run           osmo-ms-virt-phy/00086: Starting virtphy
09:45:33.333800 run  osmo-ms-virt-phy/00086(pid=121): Launched
09:45:33.347354 run           osmo-ms-virt-phy/00087: Starting virtphy
09:45:33.376026 run  osmo-ms-virt-phy/00087(pid=122): Launched
09:45:33.389840 run           osmo-ms-virt-phy/00088: Starting virtphy
09:45:33.418725 run  osmo-ms-virt-phy/00088(pid=123): Launched
09:45:33.434367 run           osmo-ms-virt-phy/00089: Starting virtphy
09:45:33.462741 run  osmo-ms-virt-phy/00089(pid=124): Launched
09:45:33.476176 run           osmo-ms-virt-phy/00090: Starting virtphy
09:45:33.504294 run  osmo-ms-virt-phy/00090(pid=125): Launched
09:45:33.518916 run           osmo-ms-virt-phy/00091: Starting virtphy
09:45:33.548363 run  osmo-ms-virt-phy/00091(pid=126): Launched
09:45:33.561717 run           osmo-ms-virt-phy/00092: Starting virtphy
09:45:33.589903 run  osmo-ms-virt-phy/00092(pid=127): Launched
09:45:33.603575 run           osmo-ms-virt-phy/00093: Starting virtphy
09:45:33.633895 run  osmo-ms-virt-phy/00093(pid=128): Launched
09:45:33.646711 run           osmo-ms-virt-phy/00094: Starting virtphy
09:45:33.675564 run  osmo-ms-virt-phy/00094(pid=129): Launched
09:45:33.690269 run           osmo-ms-virt-phy/00095: Starting virtphy
09:45:33.721760 run  osmo-ms-virt-phy/00095(pid=130): Launched
09:45:33.736437 run           osmo-ms-virt-phy/00096: Starting virtphy
09:45:33.767278 run  osmo-ms-virt-phy/00096(pid=131): Launched
09:45:33.781912 run           osmo-ms-virt-phy/00097: Starting virtphy
09:45:33.804093 run  osmo-ms-virt-phy/00097(pid=132): Launched
09:45:33.811836 run           osmo-ms-virt-phy/00098: Starting virtphy
09:45:33.826091 run  osmo-ms-virt-phy/00098(pid=133): Launched
09:45:33.873182 run           osmo-ms-virt-phy/00099: Starting virtphy
09:45:33.887529 run  osmo-ms-virt-phy/00099(pid=134): Launched
09:45:33.895268 run                             mass: Checking if sockets are in the filesystem
09:45:34.041194 run                osmo-ms-mob/00000: Starting mobile
09:45:34.055484 run       osmo-ms-mob/00000(pid=135): Launched
09:45:34.063572 run                             mass: Starting too slowly. Moving on {now=39462533.36926134, sleep=-0.062186047434806824, target=39462533.30707529}
09:45:34.078262 run                             mass: MS start registered  {at=39462533.38389425, delay=0.014641597867012024, ms=00000}
09:45:38.116355 run                osmo-ms-mob/00001: Starting mobile
09:45:38.150730 run       osmo-ms-mob/00001(pid=136): Launched
09:45:38.175821 run                             mass: MS start registered  {at=39462537.48145136, delay=0.007904872298240662, ms=00001}
09:45:39.714885 run                             mass: MS performed LU  {at=39462539.02005869, lu_delay=5.63616444170475, ms=00000}
09:45:39.909665 run                osmo-ms-mob/00002: Starting mobile
09:45:39.927672 run       osmo-ms-mob/00002(pid=137): Launched
09:45:39.954649 run                             mass: MS start registered  {at=39462539.26027467, delay=0.01893112063407898, ms=00002}
09:45:41.211943 run                osmo-ms-mob/00003: Starting mobile
09:45:41.230949 run       osmo-ms-mob/00003(pid=138): Launched
09:45:41.247977 run                             mass: MS start registered  {at=39462540.553590395, delay=0.00715385377407074, ms=00003}
09:45:42.311826 run                osmo-ms-mob/00004: Starting mobile
09:45:42.329201 run       osmo-ms-mob/00004(pid=139): Launched
09:45:42.351539 run                             mass: MS start registered  {at=39462541.657169595, delay=0.011759564280509949, ms=00004}
09:45:43.423148 run                osmo-ms-mob/00005: Starting mobile
09:45:43.442260 run       osmo-ms-mob/00005(pid=140): Launched
09:45:43.452814 run                             mass: Starting too slowly. Moving on {now=39462542.75850146, sleep=-0.051426030695438385, target=39462542.70707543}
09:45:43.470718 run                             mass: MS start registered  {at=39462542.776366346, delay=0.017869681119918823, ms=00005}
09:45:43.479833 run                             mass: MS performed LU  {at=39462542.78550336, lu_delay=5.304051995277405, ms=00001}
09:45:44.216430 run                osmo-ms-mob/00006: Starting mobile
09:45:44.252367 run       osmo-ms-mob/00006(pid=141): Launched
09:45:44.276442 run                             mass: MS start registered  {at=39462543.58207496, delay=0.007402695715427399, ms=00006}
09:45:45.892899 run                osmo-ms-mob/00007: Starting mobile
09:45:45.906781 run       osmo-ms-mob/00007(pid=142): Launched
09:45:45.915063 run                             mass: Starting too slowly. Moving on {now=39462545.22075413, sleep=-0.7136786729097366, target=39462544.50707546}
09:45:45.921069 run                             mass: MS performed LU  {at=39462545.226750165, lu_delay=5.966475494205952, ms=00002}
09:45:45.928945 run                             mass: Starting too slowly. Moving on {now=39462545.23463882, sleep=-0.6275633573532104, target=39462544.60707546}
09:45:45.934991 run                             mass: MS start registered  {at=39462545.24067422, delay=0.019925005733966827, ms=00007}
09:45:45.941045 run                             mass: Starting too slowly. Moving on {now=39462545.24674017, sleep=-0.5396647080779076, target=39462544.70707546}
09:45:45.947001 run                             mass: Starting too slowly. Moving on {now=39462545.25269808, sleep=-0.44562261551618576, target=39462544.80707546}
09:45:45.952810 run                             mass: Starting too slowly. Moving on {now=39462545.258508414, sleep=-0.3514329493045807, target=39462544.907075465}
09:45:45.958573 run                             mass: Starting too slowly. Moving on {now=39462545.264270104, sleep=-0.2571946382522583, target=39462545.007075466}
09:45:45.964307 run                             mass: Starting too slowly. Moving on {now=39462545.270004556, sleep=-0.16292908787727356, target=39462545.10707547}
09:45:45.970100 run                             mass: Starting too slowly. Moving on {now=39462545.27579756, sleep=-0.06872209161520004, target=39462545.20707547}
09:45:46.394413 run                osmo-ms-mob/00008: Starting mobile
09:45:47.492825 run       osmo-ms-mob/00008(pid=143): Launched
09:45:47.503328 run                             mass: Starting too slowly. Moving on {now=39462546.80902217, sleep=-1.5019467025995255, target=39462545.30707547}
09:45:47.509561 run                             mass: MS start registered  {at=39462546.81524311, delay=0.006223857402801514, ms=00008}
09:45:47.515651 run                             mass: Starting too slowly. Moving on {now=39462546.821344435, sleep=-1.4142689630389214, target=39462545.40707547}
09:45:47.521599 run                             mass: Starting too slowly. Moving on {now=39462546.82729416, sleep=-1.3202186897397041, target=39462545.50707547}
09:45:47.527809 run                             mass: Starting too slowly. Moving on {now=39462546.833503604, sleep=-1.2264281287789345, target=39462545.607075475}
09:45:47.533732 run                             mass: Starting too slowly. Moving on {now=39462546.83942447, sleep=-1.1323489919304848, target=39462545.70707548}
09:45:47.539522 run                             mass: Starting too slowly. Moving on {now=39462546.84521772, sleep=-1.038142241537571, target=39462545.80707548}
09:45:47.545309 run                             mass: Starting too slowly. Moving on {now=39462546.85100458, sleep=-0.943929098546505, target=39462545.90707548}
09:45:47.556477 run                osmo-ms-mob/00009: Starting mobile
09:45:47.570454 run       osmo-ms-mob/00009(pid=144): Launched
09:45:47.579141 run                             mass: Starting too slowly. Moving on {now=39462546.8848345, sleep=-0.8777590170502663, target=39462546.00707548}
09:45:47.585129 run                             mass: MS start registered  {at=39462546.89081303, delay=0.0059809088706970215, ms=00009}
09:45:47.591106 run                             mass: Starting too slowly. Moving on {now=39462546.89680176, sleep=-0.7897262796759605, target=39462546.10707548}
09:45:47.596889 run                             mass: Starting too slowly. Moving on {now=39462546.90258552, sleep=-0.6955100372433662, target=39462546.207075484}
09:45:47.602609 run                             mass: Starting too slowly. Moving on {now=39462546.90830714, sleep=-0.6012316569685936, target=39462546.307075486}
09:45:47.608337 run                             mass: Starting too slowly. Moving on {now=39462546.91403521, sleep=-0.5069597214460373, target=39462546.40707549}
09:45:47.614085 run                             mass: Starting too slowly. Moving on {now=39462546.91978241, sleep=-0.4127069190144539, target=39462546.50707549}
09:45:47.619858 run                             mass: Starting too slowly. Moving on {now=39462546.925554834, sleep=-0.31847934424877167, target=39462546.60707549}
09:45:47.632073 run                osmo-ms-mob/00010: Starting mobile
09:45:47.646151 run       osmo-ms-mob/00010(pid=145): Launched
09:45:47.652533 run                             mass: Starting too slowly. Moving on {now=39462546.958227806, sleep=-0.25115231424570084, target=39462546.70707549}
09:45:47.658489 run                             mass: MS start registered  {at=39462546.96417165, delay=0.005946986377239227, ms=00010}
09:45:47.664418 run                             mass: Starting too slowly. Moving on {now=39462546.97011349, sleep=-0.1630380004644394, target=39462546.80707549}
09:45:47.670547 run                             mass: Starting too slowly. Moving on {now=39462546.97624098, sleep=-0.06916548311710358, target=39462546.907075495}
09:45:50.131122 run                osmo-ms-mob/00011: Starting mobile
09:45:50.146249 run       osmo-ms-mob/00011(pid=146): Launched
09:45:50.152608 run                             mass: Starting too slowly. Moving on {now=39462549.458301134, sleep=-2.151225633919239, target=39462547.3070755}
09:45:50.159555 run                             mass: MS start registered  {at=39462549.46523489, delay=0.006936758756637573, ms=00011}
09:45:50.165907 run                             mass: Starting too slowly. Moving on {now=39462549.47160035, sleep=-2.0645248517394066, target=39462547.4070755}
09:45:50.171738 run                             mass: Starting too slowly. Moving on {now=39462549.47743202, sleep=-1.9703565165400505, target=39462547.5070755}
09:45:50.177578 run                             mass: Starting too slowly. Moving on {now=39462549.483273596, sleep=-1.8761980906128883, target=39462547.607075505}
09:45:50.184218 run                             mass: Starting too slowly. Moving on {now=39462549.48990789, sleep=-1.782832384109497, target=39462547.70707551}
09:45:50.190147 run                             mass: Starting too slowly. Moving on {now=39462549.49584162, sleep=-1.6887661144137383, target=39462547.80707551}
09:45:50.201748 run                osmo-ms-mob/00012: Starting mobile
09:45:50.215948 run       osmo-ms-mob/00012(pid=147): Launched
09:45:50.223555 run                             mass: Starting too slowly. Moving on {now=39462549.52924733, sleep=-1.6221718192100525, target=39462547.90707551}
09:45:50.229538 run                             mass: Starting too slowly. Moving on {now=39462549.53522867, sleep=-1.528153158724308, target=39462548.00707551}
09:45:50.235494 run                             mass: Starting too slowly. Moving on {now=39462549.541188106, sleep=-1.4341125935316086, target=39462548.10707551}
09:45:50.241559 run                             mass: MS start registered  {at=39462549.54724059, delay=0.017996475100517273, ms=00012}
09:45:50.247641 run                             mass: Starting too slowly. Moving on {now=39462549.55333323, sleep=-1.3462577164173126, target=39462548.207075514}
09:45:50.253478 run                             mass: Starting too slowly. Moving on {now=39462549.55917134, sleep=-1.2520958259701729, target=39462548.307075515}
09:45:50.259469 run                             mass: Starting too slowly. Moving on {now=39462549.56516346, sleep=-1.1580879464745522, target=39462548.40707552}
09:45:50.270728 run                osmo-ms-mob/00013: Starting mobile
09:45:50.284724 run       osmo-ms-mob/00013(pid=148): Launched
09:45:50.291895 run                             mass: Starting too slowly. Moving on {now=39462549.59758624, sleep=-1.090510718524456, target=39462548.50707552}
09:45:50.297750 run                             mass: Starting too slowly. Moving on {now=39462549.603442505, sleep=-0.996366985142231, target=39462548.60707552}
09:45:50.303741 run                             mass: Starting too slowly. Moving on {now=39462549.609431095, sleep=-0.9023555740714073, target=39462548.70707552}
09:45:50.309591 run                             mass: MS start registered  {at=39462549.615271784, delay=0.017688244581222534, ms=00013}
09:45:50.315629 run                             mass: Starting too slowly. Moving on {now=39462549.621321894, sleep=-0.8142463713884354, target=39462548.80707552}
09:45:50.321666 run                             mass: Starting too slowly. Moving on {now=39462549.6273586, sleep=-0.7202830761671066, target=39462548.907075524}
09:45:50.327674 run                             mass: Starting too slowly. Moving on {now=39462549.63336861, sleep=-0.6262930855154991, target=39462549.007075526}
09:45:50.339069 run                osmo-ms-mob/00014: Starting mobile
09:45:50.352943 run       osmo-ms-mob/00014(pid=149): Launched
09:45:50.359941 run                             mass: Starting too slowly. Moving on {now=39462549.66563355, sleep=-0.5585580244660378, target=39462549.10707553}
09:45:50.365852 run                             mass: MS start registered  {at=39462549.671529785, delay=0.005899511277675629, ms=00014}
09:45:50.372127 run                             mass: Starting too slowly. Moving on {now=39462549.67782056, sleep=-0.4707450345158577, target=39462549.20707553}
09:45:50.378050 run                             mass: Starting too slowly. Moving on {now=39462549.68374388, sleep=-0.3766683489084244, target=39462549.30707553}
09:45:50.383938 run                             mass: Starting too slowly. Moving on {now=39462549.68963328, sleep=-0.28255774825811386, target=39462549.40707553}
09:45:50.389753 run                             mass: Starting too slowly. Moving on {now=39462549.69544823, sleep=-0.18837269395589828, target=39462549.50707553}
09:45:50.395747 run                             mass: Starting too slowly. Moving on {now=39462549.70144216, sleep=-0.09436662495136261, target=39462549.607075535}
09:45:50.406926 run                osmo-ms-mob/00015: Starting mobile
09:45:50.420823 run       osmo-ms-mob/00015(pid=150): Launched
09:45:50.427873 run                             mass: Starting too slowly. Moving on {now=39462549.73356561, sleep=-0.02649007737636566, target=39462549.707075536}
09:45:50.438477 run                             mass: MS start registered  {at=39462549.744145244, delay=0.010583750903606415, ms=00015}
09:45:50.809671 run                osmo-ms-mob/00016: Starting mobile
09:45:50.825429 run       osmo-ms-mob/00016(pid=151): Launched
09:45:50.841506 run                             mass: MS start registered  {at=39462550.14713851, delay=0.007105477154254913, ms=00016}
09:45:51.316521 run                osmo-ms-mob/00017: Starting mobile
09:45:51.337761 run       osmo-ms-mob/00017(pid=152): Launched
09:45:51.357460 run                             mass: MS start registered  {at=39462550.66309118, delay=0.01186339557170868, ms=00017}
09:45:51.479541 run                             mass: MS performed LU  {at=39462550.785189584, lu_delay=9.128019988536835, ms=00004}
09:45:51.498242 run                             mass: MS performed LU  {at=39462550.803859964, lu_delay=7.2217850014567375, ms=00006}
09:45:51.526241 run                             mass: MS performed LU  {at=39462550.83187206, lu_delay=10.278281666338444, ms=00003}
09:45:51.545084 run                             mass: MS performed LU  {at=39462550.850719176, lu_delay=8.074352830648422, ms=00005}
09:45:51.614168 run                             mass: MS performed LU  {at=39462550.91979402, lu_delay=5.679119803011417, ms=00007}
09:45:51.641291 run                osmo-ms-mob/00018: Starting mobile
09:45:51.673105 run       osmo-ms-mob/00018(pid=153): Launched
09:45:51.687926 run                             mass: MS start registered  {at=39462550.99358861, delay=0.00016082823276519775, ms=00018}
09:45:52.313199 run                osmo-ms-mob/00019: Starting mobile
09:45:52.342682 run       osmo-ms-mob/00019(pid=154): Launched
09:45:52.376226 run                             mass: MS start registered  {at=39462551.681863844, delay=0.02044946700334549, ms=00019}
09:45:52.820573 run                osmo-ms-mob/00020: Starting mobile
09:45:52.862425 run       osmo-ms-mob/00020(pid=155): Launched
09:45:52.881253 run                             mass: MS performed LU  {at=39462552.18691298, lu_delay=5.222741335630417, ms=00010}
09:45:52.898847 run                             mass: MS performed LU  {at=39462552.204521306, lu_delay=5.313708275556564, ms=00009}
09:45:52.917225 run                             mass: MS performed LU  {at=39462552.222900555, lu_delay=5.407657444477081, ms=00008}
09:45:52.934630 run                             mass: MS start registered  {at=39462552.240305856, delay=0.05343613773584366, ms=00020}
09:45:53.319286 run                osmo-ms-mob/00021: Starting mobile
09:45:53.358477 run       osmo-ms-mob/00021(pid=156): Launched
09:45:53.379451 run                             mass: MS start registered  {at=39462552.684963524, delay=0.0015258342027664185, ms=00021}
09:45:53.719834 run                osmo-ms-mob/00022: Starting mobile
09:45:53.756379 run       osmo-ms-mob/00022(pid=157): Launched
09:45:53.785797 run                             mass: MS start registered  {at=39462553.091440156, delay=0.011603519320487976, ms=00022}
09:45:54.216975 run                osmo-ms-mob/00023: Starting mobile
09:45:54.252701 run       osmo-ms-mob/00023(pid=158): Launched
09:45:54.278179 run                             mass: MS start registered  {at=39462553.58381329, delay=0.008456632494926453, ms=00023}
09:45:54.612409 run                osmo-ms-mob/00024: Starting mobile
09:45:54.631784 run       osmo-ms-mob/00024(pid=159): Launched
09:45:54.655865 run                             mass: MS start registered  {at=39462553.96148793, delay=0.01289716362953186, ms=00024}
09:45:54.774962 run                             mass: MS performed LU  {at=39462554.08056745, lu_delay=4.533326856791973, ms=00012}
09:45:54.793560 run                             mass: MS performed LU  {at=39462554.09921503, lu_delay=4.633980140089989, ms=00011}
09:45:55.056688 run                             mass: MS performed LU  {at=39462554.362321995, lu_delay=4.7470502108335495, ms=00013}
09:45:55.087160 run                osmo-ms-mob/00025: Starting mobile
09:45:55.106438 run       osmo-ms-mob/00025(pid=160): Launched
09:45:55.124058 run                             mass: MS performed LU  {at=39462554.429712676, lu_delay=4.685567431151867, ms=00015}
09:45:55.142050 run                             mass: MS start registered  {at=39462554.447723076, delay=0.018055811524391174, ms=00025}
09:45:55.159485 run                             mass: MS performed LU  {at=39462554.465147845, lu_delay=4.793618060648441, ms=00014}
09:45:55.523442 run                osmo-ms-mob/00026: Starting mobile
09:45:55.542839 run       osmo-ms-mob/00026(pid=161): Launched
09:45:55.563581 run                             mass: MS start registered  {at=39462554.86922769, delay=0.009850338101387024, ms=00026}
09:45:55.912807 run                osmo-ms-mob/00027: Starting mobile
09:45:55.938511 run       osmo-ms-mob/00027(pid=162): Launched
09:45:55.954810 run                             mass: MS start registered  {at=39462555.26047473, delay=0.0070158615708351135, ms=00027}
09:45:56.315522 run                osmo-ms-mob/00028: Starting mobile
09:45:56.337382 run       osmo-ms-mob/00028(pid=163): Launched
09:45:56.361340 run                             mass: MS start registered  {at=39462555.66698449, delay=0.01398787647485733, ms=00028}
09:45:56.594152 run                             mass: MS performed LU  {at=39462555.89979738, lu_delay=5.23670619726181, ms=00017}
09:45:56.612202 run                             mass: MS performed LU  {at=39462555.91783338, lu_delay=4.924244768917561, ms=00018}
09:45:56.642323 run                osmo-ms-mob/00029: Starting mobile
09:45:56.676988 run       osmo-ms-mob/00029(pid=164): Launched
09:45:56.701831 run                             mass: MS start registered  {at=39462556.0074848, delay=5.270540714263916e-05, ms=00029}
09:45:56.810574 run                             mass: MS performed LU  {at=39462556.11620376, lu_delay=5.969065248966217, ms=00016}
09:45:57.116573 run                osmo-ms-mob/00030: Starting mobile
09:45:57.151910 run       osmo-ms-mob/00030(pid=165): Launched
09:45:57.176616 run                             mass: MS start registered  {at=39462556.48225937, delay=0.008663743734359741, ms=00030}
09:45:57.509908 run                osmo-ms-mob/00031: Starting mobile
09:45:57.523849 run       osmo-ms-mob/00031(pid=166): Launched
09:45:57.536177 run                             mass: MS start registered  {at=39462556.84184861, delay=0.005902610719203949, ms=00031}
09:45:57.807696 run                osmo-ms-mob/00032: Starting mobile
09:45:57.821360 run       osmo-ms-mob/00032(pid=167): Launched
09:45:57.833475 run                             mass: MS start registered  {at=39462557.13914285, delay=0.0057642459869384766, ms=00032}
09:45:58.214751 run                osmo-ms-mob/00033: Starting mobile
09:45:58.229638 run       osmo-ms-mob/00033(pid=168): Launched
09:45:58.243810 run                             mass: MS start registered  {at=39462557.54946573, delay=0.006894908845424652, ms=00033}
09:45:58.616605 run                osmo-ms-mob/00034: Starting mobile
09:45:58.651808 run       osmo-ms-mob/00034(pid=169): Launched
09:45:58.671637 run                             mass: MS start registered  {at=39462557.97728158, delay=0.004463121294975281, ms=00034}
09:45:58.917005 run                osmo-ms-mob/00035: Starting mobile
09:45:58.950753 run       osmo-ms-mob/00035(pid=170): Launched
09:45:58.976717 run                             mass: MS start registered  {at=39462558.282345094, delay=0.008590899407863617, ms=00035}
09:45:59.077550 run                             mass: MS performed LU  {at=39462558.38316397, lu_delay=5.291723817586899, ms=00022}
09:45:59.247340 run                             mass: MS performed LU  {at=39462558.55297197, lu_delay=6.8711081221699715, ms=00019}
09:45:59.261367 run                osmo-ms-mob/00036: Starting mobile
09:45:59.278439 run       osmo-ms-mob/00036(pid=171): Launched
09:45:59.292394 run                             mass: MS performed LU  {at=39462558.59806093, lu_delay=5.913097403943539, ms=00021}
09:45:59.302571 run                             mass: MS start registered  {at=39462558.608261265, delay=0.01023729145526886, ms=00036}
09:45:59.309792 run                             mass: MS performed LU  {at=39462558.61547345, lu_delay=6.375167593359947, ms=00020}
09:45:59.880272 run                osmo-ms-mob/00037: Starting mobile
09:45:59.911108 run       osmo-ms-mob/00037(pid=172): Launched
09:45:59.923934 run                             mass: Starting too slowly. Moving on {now=39462559.22962256, sleep=-0.12254688143730164, target=39462559.10707568}
09:45:59.935930 run                             mass: MS start registered  {at=39462559.241600156, delay=0.011981986463069916, ms=00037}
09:45:59.948318 run                             mass: Starting too slowly. Moving on {now=39462559.254001744, sleep=-0.046926066279411316, target=39462559.20707568}
09:46:00.010689 run                osmo-ms-mob/00038: Starting mobile
09:46:00.036345 run       osmo-ms-mob/00038(pid=173): Launched
09:46:00.062116 run                             mass: MS start registered  {at=39462559.367762536, delay=0.006351366639137268, ms=00038}
09:46:00.317082 run                osmo-ms-mob/00039: Starting mobile
09:46:00.355127 run       osmo-ms-mob/00039(pid=174): Launched
09:46:00.381321 run                             mass: MS start registered  {at=39462559.68694861, delay=0.008355863392353058, ms=00039}
09:46:00.717887 run                osmo-ms-mob/00040: Starting mobile
09:46:00.755900 run       osmo-ms-mob/00040(pid=175): Launched
09:46:00.789856 run                             mass: MS start registered  {at=39462560.095458455, delay=0.016652218997478485, ms=00040}
09:46:01.019095 run                osmo-ms-mob/00041: Starting mobile
09:46:01.056904 run       osmo-ms-mob/00041(pid=176): Launched
09:46:01.074722 run                             mass: MS performed LU  {at=39462560.380386375, lu_delay=5.511158682405949, ms=00026}
09:46:01.091628 run                             mass: MS performed LU  {at=39462560.397303395, lu_delay=6.435815468430519, ms=00024}
09:46:01.107672 run                             mass: MS start registered  {at=39462560.413345486, delay=0.032999373972415924, ms=00041}
09:46:01.139619 run                osmo-ms-mob/00042: Starting mobile
09:46:01.174621 run       osmo-ms-mob/00042(pid=177): Launched
09:46:01.190634 run                             mass: MS performed LU  {at=39462560.49629762, lu_delay=6.048574544489384, ms=00025}
09:46:01.206431 run                             mass: MS performed LU  {at=39462560.512103066, lu_delay=5.251628339290619, ms=00027}
09:46:01.221769 run                             mass: MS start registered  {at=39462560.52744392, delay=0.03118586540222168, ms=00042}
09:46:01.264017 run                             mass: MS performed LU  {at=39462560.569656715, lu_delay=6.985843427479267, ms=00023}
09:46:01.288455 run                osmo-ms-mob/00043: Starting mobile
09:46:01.307148 run       osmo-ms-mob/00043(pid=178): Launched
09:46:01.322616 run                             mass: MS start registered  {at=39462560.62825065, delay=0.007492072880268097, ms=00043}
09:46:02.016935 run                osmo-ms-mob/00044: Starting mobile
09:46:02.051130 run       osmo-ms-mob/00044(pid=179): Launched
09:46:02.066646 run                             mass: MS start registered  {at=39462561.37230958, delay=4.0821731090545654e-05, ms=00044}
09:46:02.315977 run                osmo-ms-mob/00045: Starting mobile
09:46:02.349367 run       osmo-ms-mob/00045(pid=180): Launched
09:46:02.365697 run                             mass: MS performed LU  {at=39462561.67135932, lu_delay=4.82951071113348, ms=00031}
09:46:02.381234 run                             mass: MS performed LU  {at=39462561.68691127, lu_delay=5.204651899635792, ms=00030}
09:46:02.395912 run                             mass: MS performed LU  {at=39462561.70158871, lu_delay=6.034604221582413, ms=00028}
09:46:02.422940 run                osmo-ms-mob/00046: Starting mobile
09:46:02.455895 run       osmo-ms-mob/00046(pid=181): Launched
09:46:02.471548 run                             mass: MS start registered  {at=39462561.77721259, delay=0.10589207708835602, ms=00045}
09:46:02.486563 run                             mass: MS start registered  {at=39462561.79222876, delay=0.01505480706691742, ms=00046}
09:46:02.532745 run                             mass: MS performed LU  {at=39462561.8383682, lu_delay=4.699225351214409, ms=00032}
09:46:02.569204 run                osmo-ms-mob/00047: Starting mobile
09:46:02.612771 run       osmo-ms-mob/00047(pid=182): Launched
09:46:02.632780 run                             mass: MS performed LU  {at=39462561.93843964, lu_delay=5.930954836308956, ms=00029}
09:46:02.651844 run                             mass: MS start registered  {at=39462561.95751502, delay=0.019118092954158783, ms=00047}
09:46:03.214374 run                osmo-ms-mob/00048: Starting mobile
09:46:03.241787 run       osmo-ms-mob/00048(pid=183): Launched
09:46:03.256435 run                             mass: MS start registered  {at=39462562.56206769, delay=0.0061936452984809875, ms=00048}
09:46:03.748797 run                             mass: Starting too slowly. Moving on {now=39462563.05448605, sleep=-0.34741032123565674, target=39462562.70707573}
09:46:03.754900 run                             mass: Starting too slowly. Moving on {now=39462563.060593165, sleep=-0.25351743400096893, target=39462562.80707573}
09:46:03.766449 run                osmo-ms-mob/00049: Starting mobile
09:46:03.780506 run       osmo-ms-mob/00049(pid=184): Launched
09:46:03.793630 run                             mass: Starting too slowly. Moving on {now=39462563.0993168, sleep=-0.19224106520414352, target=39462562.90707573}
09:46:03.805706 run                             mass: MS start registered  {at=39462563.11137658, delay=0.012064307928085327, ms=00049}
09:46:03.817931 run                             mass: Starting too slowly. Moving on {now=39462563.12362031, sleep=-0.11654457449913025, target=39462563.007075734}
09:46:03.829627 run                             mass: Starting too slowly. Moving on {now=39462563.13531625, sleep=-0.028240516781806946, target=39462563.107075736}
09:46:03.852578 run                osmo-ms-mob/00050: Starting mobile
09:46:03.876035 run       osmo-ms-mob/00050(pid=185): Launched
09:46:03.888444 run                             mass: MS start registered  {at=39462563.194097854, delay=0.00577196478843689, ms=00050}
09:46:04.212985 run                osmo-ms-mob/00051: Starting mobile
09:46:04.240866 run       osmo-ms-mob/00051(pid=186): Launched
09:46:04.264936 run                             mass: MS start registered  {at=39462563.57056052, delay=0.007257573306560516, ms=00051}
09:46:04.516023 run                osmo-ms-mob/00052: Starting mobile
09:46:04.551892 run       osmo-ms-mob/00052(pid=187): Launched
09:46:04.578499 run                             mass: MS start registered  {at=39462563.88412516, delay=0.00902257114648819, ms=00052}
09:46:04.811945 run                osmo-ms-mob/00053: Starting mobile
09:46:04.831797 run       osmo-ms-mob/00053(pid=188): Launched
09:46:04.853367 run                             mass: MS start registered  {at=39462564.15899748, delay=0.006171755492687225, ms=00053}
09:46:05.115953 run                osmo-ms-mob/00054: Starting mobile
09:46:05.150761 run       osmo-ms-mob/00054(pid=189): Launched
09:46:05.166640 run                             mass: MS start registered  {at=39462564.4723048, delay=7.110834121704102e-05, ms=00054}
09:46:05.271148 run                             mass: MS performed LU  {at=39462564.576773204, lu_delay=5.968511939048767, ms=00036}
09:46:05.313947 run                             mass: MS performed LU  {at=39462564.61961121, lu_delay=7.070145480334759, ms=00033}
09:46:05.339727 run                osmo-ms-mob/00055: Starting mobile
09:46:05.361979 run       osmo-ms-mob/00055(pid=190): Launched
09:46:05.372671 run                             mass: MS performed LU  {at=39462564.67834533, lu_delay=6.396000236272812, ms=00035}
09:46:05.382314 run                             mass: MS performed LU  {at=39462564.68798832, lu_delay=6.710706740617752, ms=00034}
09:46:05.391177 run                             mass: MS start registered  {at=39462564.69686256, delay=0.018546506762504578, ms=00055}
09:46:05.406720 run                osmo-ms-mob/00056: Starting mobile
09:46:05.426524 run       osmo-ms-mob/00056(pid=191): Launched
09:46:05.444476 run                             mass: MS start registered  {at=39462564.75013758, delay=4.153698682785034e-05, ms=00056}
09:46:06.021625 run                osmo-ms-mob/00057: Starting mobile
09:46:06.070817 run       osmo-ms-mob/00057(pid=192): Launched
09:46:06.087783 run                             mass: MS performed LU  {at=39462565.39344738, lu_delay=6.025684840977192, ms=00038}
09:46:06.099398 run                             mass: MS performed LU  {at=39462565.40507978, lu_delay=5.309621326625347, ms=00040}
09:46:06.111166 run                             mass: MS start registered  {at=39462565.41684495, delay=0.023429766297340393, ms=00057}
09:46:06.122044 run                             mass: MS performed LU  {at=39462565.42771617, lu_delay=5.740767560899258, ms=00039}
09:46:06.142119 run                osmo-ms-mob/00058: Starting mobile
09:46:06.165385 run       osmo-ms-mob/00058(pid=193): Launched
09:46:06.190593 run                             mass: MS start registered  {at=39462565.49623498, delay=0.01350954920053482, ms=00058}
09:46:06.280152 run                             mass: MS performed LU  {at=39462565.58577756, lu_delay=4.957526907324791, ms=00043}
09:46:06.298926 run                             mass: MS performed LU  {at=39462565.60457088, lu_delay=5.077126957476139, ms=00042}
09:46:06.326945 run                osmo-ms-mob/00059: Starting mobile
09:46:06.358101 run       osmo-ms-mob/00059(pid=194): Launched
09:46:06.382090 run                             mass: MS start registered  {at=39462565.6877233, delay=0.00823451578617096, ms=00059}
09:46:06.552572 run                             mass: MS performed LU  {at=39462565.85819567, lu_delay=5.44485018402338, ms=00041}
09:46:06.945313 run                             mass: MS performed LU  {at=39462566.25094417, lu_delay=4.458715409040451, ms=00046}
09:46:06.976119 run                osmo-ms-mob/00060: Starting mobile
09:46:07.012054 run       osmo-ms-mob/00060(pid=195): Launched
09:46:07.030340 run                             mass: MS performed LU  {at=39462566.335988455, lu_delay=4.3784734308719635, ms=00047}
09:46:07.046378 run                             mass: MS performed LU  {at=39462566.35204018, lu_delay=4.979730598628521, ms=00044}
09:46:07.063089 run                             mass: MS start registered  {at=39462566.368760206, delay=0.03281271457672119, ms=00060}
09:46:07.107322 run                             mass: MS performed LU  {at=39462566.41294957, lu_delay=3.8508818820118904, ms=00048}
09:46:07.138212 run                osmo-ms-mob/00061: Starting mobile
09:46:07.176833 run       osmo-ms-mob/00061(pid=196): Launched
09:46:07.200711 run                             mass: MS start registered  {at=39462566.50634058, delay=0.007397249341011047, ms=00061}
09:46:07.721781 run                osmo-ms-mob/00062: Starting mobile
09:46:07.758546 run       osmo-ms-mob/00062(pid=197): Launched
09:46:07.782893 run                             mass: MS start registered  {at=39462567.0885281, delay=0.006082296371459961, ms=00062}
09:46:08.019411 run                osmo-ms-mob/00063: Starting mobile
09:46:08.055825 run       osmo-ms-mob/00063(pid=198): Launched
09:46:08.080967 run                             mass: MS start registered  {at=39462567.386590496, delay=0.007021903991699219, ms=00063}
09:46:08.416545 run                osmo-ms-mob/00064: Starting mobile
09:46:08.452608 run       osmo-ms-mob/00064(pid=199): Launched
09:46:08.477353 run                             mass: MS start registered  {at=39462567.78299319, delay=0.0076591745018959045, ms=00064}
09:46:08.813492 run                osmo-ms-mob/00065: Starting mobile
09:46:08.837215 run       osmo-ms-mob/00065(pid=200): Launched
09:46:08.861802 run                             mass: MS start registered  {at=39462568.167445615, delay=0.014721289277076721, ms=00065}
09:46:08.897519 run                             mass: MS performed LU  {at=39462568.20313704, lu_delay=6.425924450159073, ms=00045}
09:46:09.117518 run                osmo-ms-mob/00066: Starting mobile
09:46:09.158512 run       osmo-ms-mob/00066(pid=201): Launched
09:46:09.181465 run                             mass: MS start registered  {at=39462568.487082794, delay=0.003871150314807892, ms=00066}
09:46:09.521164 run                osmo-ms-mob/00067: Starting mobile
09:46:09.555180 run       osmo-ms-mob/00067(pid=202): Launched
09:46:09.572486 run                             mass: MS start registered  {at=39462568.87813336, delay=0.006799459457397461, ms=00067}
09:46:09.813211 run                osmo-ms-mob/00068: Starting mobile
09:46:09.834069 run       osmo-ms-mob/00068(pid=203): Launched
09:46:09.851718 run                             mass: MS start registered  {at=39462569.1573469, delay=0.0054116398096084595, ms=00068}
09:46:09.862835 run                             mass: MS performed LU  {at=39462569.16850241, lu_delay=5.009504929184914, ms=00053}
09:46:09.884582 run                             mass: MS performed LU  {at=39462569.19020035, lu_delay=5.306075192987919, ms=00052}
09:46:09.972732 run                             mass: MS performed LU  {at=39462569.278357685, lu_delay=5.707797162234783, ms=00051}
09:46:10.004039 run                osmo-ms-mob/00069: Starting mobile
09:46:10.039698 run       osmo-ms-mob/00069(pid=204): Launched
09:46:10.056359 run                             mass: MS performed LU  {at=39462569.36201764, lu_delay=6.167919784784317, ms=00050}
09:46:10.073284 run                             mass: MS performed LU  {at=39462569.378953226, lu_delay=4.906648427248001, ms=00054}
09:46:10.089147 run                             mass: MS performed LU  {at=39462569.394823134, lu_delay=6.283446550369263, ms=00049}
09:46:10.104894 run                             mass: MS start registered  {at=39462569.41056833, delay=0.04859307408332825, ms=00069}
09:46:10.135207 run                osmo-ms-mob/00070: Starting mobile
09:46:10.170595 run       osmo-ms-mob/00070(pid=205): Launched
09:46:10.188572 run                             mass: MS start registered  {at=39462569.49423355, delay=4.239380359649658e-05, ms=00070}
09:46:10.282338 run                             mass: MS performed LU  {at=39462569.587903015, lu_delay=4.891040451824665, ms=00055}
09:46:10.300234 run                             mass: MS performed LU  {at=39462569.60589066, lu_delay=4.85575307905674, ms=00056}
09:46:10.724973 run                             mass: MS performed LU  {at=39462570.03060209, lu_delay=4.534367106854916, ms=00058}
09:46:10.758059 run                osmo-ms-mob/00071: Starting mobile
09:46:10.797452 run       osmo-ms-mob/00071(pid=206): Launched
09:46:10.823761 run                             mass: MS start registered  {at=39462570.12941546, delay=0.00870756059885025, ms=00071}
09:46:10.886069 run                             mass: MS performed LU  {at=39462570.19169907, lu_delay=3.8229388669133186, ms=00060}
09:46:10.946647 run                             mass: MS performed LU  {at=39462570.252281874, lu_delay=3.7459412962198257, ms=00061}
09:46:11.420559 run                osmo-ms-mob/00072: Starting mobile
09:46:11.481581 run       osmo-ms-mob/00072(pid=207): Launched
09:46:11.507421 run                             mass: MS start registered  {at=39462570.81304957, delay=0.011928200721740723, ms=00072}
09:46:11.722008 run                             mass: MS performed LU  {at=39462571.027620785, lu_delay=5.339897483587265, ms=00059}
09:46:11.751180 run                osmo-ms-mob/00073: Starting mobile
09:46:11.786221 run       osmo-ms-mob/00073(pid=208): Launched
09:46:11.796742 run                             mass: MS performed LU  {at=39462571.102413714, lu_delay=5.685568764805794, ms=00057}
09:46:11.810473 run                             mass: MS start registered  {at=39462571.11609678, delay=0.013714037835597992, ms=00073}
09:46:12.213137 run                osmo-ms-mob/00074: Starting mobile
09:46:12.239859 run       osmo-ms-mob/00074(pid=209): Launched
09:46:12.256493 run                             mass: MS start registered  {at=39462571.56211311, delay=0.0026727914810180664, ms=00074}
09:46:12.617767 run                osmo-ms-mob/00075: Starting mobile
09:46:12.653633 run       osmo-ms-mob/00075(pid=210): Launched
09:46:12.678746 run                             mass: MS start registered  {at=39462571.98438271, delay=0.005974031984806061, ms=00075}
09:46:13.116582 run                osmo-ms-mob/00076: Starting mobile
09:46:13.150874 run       osmo-ms-mob/00076(pid=211): Launched
09:46:13.169354 run                             mass: MS start registered  {at=39462572.47499385, delay=0.002259649336338043, ms=00076}
09:46:13.526592 run                osmo-ms-mob/00077: Starting mobile
09:46:13.577280 run       osmo-ms-mob/00077(pid=212): Launched
09:46:13.606748 run                             mass: Starting too slowly. Moving on {now=39462572.91243538, sleep=-0.0053595006465911865, target=39462572.90707588}
09:46:13.621344 run                             mass: MS start registered  {at=39462572.9269795, delay=0.014547072350978851, ms=00077}
09:46:13.650662 run                             mass: MS performed LU  {at=39462572.95628924, lu_delay=4.788843624293804, ms=00065}
09:46:13.669462 run                             mass: MS performed LU  {at=39462572.97510354, lu_delay=5.588513046503067, ms=00063}
09:46:13.738764 run                             mass: MS performed LU  {at=39462573.04441076, lu_delay=4.557327963411808, ms=00066}
09:46:13.756325 run                osmo-ms-mob/00078: Starting mobile
09:46:13.777606 run       osmo-ms-mob/00078(pid=213): Launched
09:46:13.787344 run                             mass: MS performed LU  {at=39462573.0930147, lu_delay=6.004486605525017, ms=00062}
09:46:13.809166 run                             mass: MS start registered  {at=39462573.11480944, delay=0.021827027201652527, ms=00078}
09:46:14.409349 run                osmo-ms-mob/00079: Starting mobile
09:46:14.426568 run       osmo-ms-mob/00079(pid=214): Launched
09:46:14.448116 run                             mass: MS start registered  {at=39462573.75375818, delay=0.011759921908378601, ms=00079}
09:46:14.908259 run                osmo-ms-mob/00080: Starting mobile
09:46:14.925061 run       osmo-ms-mob/00080(pid=215): Launched
09:46:14.939316 run                             mass: MS start registered  {at=39462574.244973585, delay=0.006105177104473114, ms=00080}
09:46:15.413748 run                osmo-ms-mob/00081: Starting mobile
09:46:15.429852 run       osmo-ms-mob/00081(pid=216): Launched
09:46:15.437099 run                             mass: MS performed LU  {at=39462574.74277812, lu_delay=5.332209795713425, ms=00069}
09:46:15.445503 run                             mass: MS start registered  {at=39462574.75116093, delay=0.008408986032009125, ms=00081}
09:46:15.487408 run                             mass: MS performed LU  {at=39462574.79301418, lu_delay=5.298780634999275, ms=00070}
09:46:15.695056 run                             mass: MS performed LU  {at=39462575.00068862, lu_delay=5.84334172308445, ms=00068}
09:46:15.710541 run                osmo-ms-mob/00082: Starting mobile
09:46:15.727644 run       osmo-ms-mob/00082(pid=217): Launched
09:46:15.735514 run                             mass: MS performed LU  {at=39462575.041190095, lu_delay=6.163056738674641, ms=00067}
09:46:15.743542 run                             mass: MS start registered  {at=39462575.04921258, delay=0.008053518831729889, ms=00082}
09:46:16.413083 run                osmo-ms-mob/00083: Starting mobile
09:46:16.439011 run       osmo-ms-mob/00083(pid=218): Launched
09:46:16.459903 run                             mass: MS start registered  {at=39462575.765562154, delay=0.011821337044239044, ms=00083}
09:46:16.908393 run                osmo-ms-mob/00084: Starting mobile
09:46:16.923781 run       osmo-ms-mob/00084(pid=219): Launched
09:46:16.937251 run                             mass: MS start registered  {at=39462576.24289711, delay=0.006379649043083191, ms=00084}
09:46:17.413075 run                osmo-ms-mob/00085: Starting mobile
09:46:17.435106 run       osmo-ms-mob/00085(pid=220): Launched
09:46:17.445590 run                             mass: MS performed LU  {at=39462576.751255184, lu_delay=4.766872473061085, ms=00075}
09:46:17.455902 run                             mass: MS performed LU  {at=39462576.76158268, lu_delay=5.199469566345215, ms=00074}
09:46:17.464828 run                             mass: MS start registered  {at=39462576.77051265, delay=0.01929345726966858, ms=00085}
09:46:17.504106 run                             mass: MS performed LU  {at=39462576.809732676, lu_delay=5.693635895848274, ms=00073}
09:46:17.522265 run                             mass: MS performed LU  {at=39462576.827920884, lu_delay=6.014871314167976, ms=00072}
09:46:18.016619 run                osmo-ms-mob/00086: Starting mobile
09:46:18.053433 run       osmo-ms-mob/00086(pid=221): Launched
09:46:18.070938 run                             mass: MS start registered  {at=39462577.37658856, delay=0.0003558695316314697, ms=00086}
09:46:18.618628 run                osmo-ms-mob/00087: Starting mobile
09:46:18.655078 run       osmo-ms-mob/00087(pid=222): Launched
09:46:18.673135 run                             mass: MS start registered  {at=39462577.97879116, delay=0.0001247003674507141, ms=00087}
09:46:19.189190 run                             mass: MS performed LU  {at=39462578.494824015, lu_delay=6.019830167293549, ms=00076}
09:46:19.223156 run                osmo-ms-mob/00088: Starting mobile
09:46:19.263502 run       osmo-ms-mob/00088(pid=223): Launched
09:46:19.287793 run                             mass: MS performed LU  {at=39462578.59345571, lu_delay=5.478646270930767, ms=00078}
09:46:19.305339 run                             mass: MS performed LU  {at=39462578.61101681, lu_delay=5.684037312865257, ms=00077}
09:46:19.321084 run                             mass: MS start registered  {at=39462578.62676148, delay=0.033346548676490784, ms=00088}
09:46:19.479574 run                             mass: MS performed LU  {at=39462578.78518364, lu_delay=5.031425461173058, ms=00079}
09:46:19.812451 run                osmo-ms-mob/00089: Starting mobile
09:46:19.834654 run       osmo-ms-mob/00089(pid=224): Launched
09:46:19.859181 run                             mass: MS start registered  {at=39462579.16481221, delay=0.014466777443885803, ms=00089}
09:46:20.409702 run                osmo-ms-mob/00090: Starting mobile
09:46:20.427019 run       osmo-ms-mob/00090(pid=225): Launched
09:46:20.444851 run                             mass: MS start registered  {at=39462579.750507675, delay=0.008355408906936646, ms=00090}
09:46:21.162476 run                osmo-ms-mob/00091: Starting mobile
09:46:21.198710 run       osmo-ms-mob/00091(pid=226): Launched
09:46:21.216021 run                             mass: Starting too slowly. Moving on {now=39462580.521702625, sleep=-0.014626629650592804, target=39462580.507075995}
09:46:21.232381 run                             mass: MS performed LU  {at=39462580.53804123, lu_delay=4.772479072213173, ms=00083}
09:46:21.249301 run                             mass: MS performed LU  {at=39462580.55497375, lu_delay=6.310000166296959, ms=00080}
09:46:21.265971 run                             mass: MS performed LU  {at=39462580.57164154, lu_delay=5.522428959608078, ms=00082}
09:46:21.284004 run                             mass: MS start registered  {at=39462580.58967745, delay=0.06798051297664642, ms=00091}
09:46:21.300237 run                             mass: MS performed LU  {at=39462580.60589271, lu_delay=5.854731783270836, ms=00081}
09:46:21.817411 run                osmo-ms-mob/00092: Starting mobile
09:46:21.852930 run       osmo-ms-mob/00092(pid=227): Launched
09:46:21.870846 run                             mass: MS start registered  {at=39462581.17650759, delay=3.9614737033843994e-05, ms=00092}
09:46:22.615262 run                osmo-ms-mob/00093: Starting mobile
09:46:22.647859 run       osmo-ms-mob/00093(pid=228): Launched
09:46:22.671974 run                             mass: MS start registered  {at=39462581.97760561, delay=0.007542528212070465, ms=00093}
09:46:22.936993 run                             mass: MS performed LU  {at=39462582.24262938, lu_delay=4.86604081839323, ms=00086}
09:46:22.954249 run                             mass: MS performed LU  {at=39462582.25990251, lu_delay=5.489389859139919, ms=00085}
09:46:23.018828 run                             mass: MS performed LU  {at=39462582.32439303, lu_delay=6.08149591833353, ms=00084}
09:46:23.208523 run                             mass: MS performed LU  {at=39462582.514132045, lu_delay=23.272531889379025, ms=00037}
09:46:23.510838 run                osmo-ms-mob/00094: Starting mobile
09:46:23.527275 run       osmo-ms-mob/00094(pid=229): Launched
09:46:23.545364 run                             mass: MS start registered  {at=39462582.851003766, delay=0.008186832070350647, ms=00094}
09:46:24.409276 run                osmo-ms-mob/00095: Starting mobile
09:46:24.425596 run       osmo-ms-mob/00095(pid=230): Launched
09:46:24.440324 run                             mass: MS start registered  {at=39462583.745963134, delay=0.006619393825531006, ms=00095}
09:46:24.920233 run                             mass: MS performed LU  {at=39462584.22584323, lu_delay=6.247052066028118, ms=00087}
09:46:24.948409 run                             mass: MS performed LU  {at=39462584.25404797, lu_delay=4.50354029238224, ms=00090}
09:46:24.966008 run                             mass: MS performed LU  {at=39462584.271648265, lu_delay=5.106836058199406, ms=00089}
09:46:25.035513 run                             mass: MS performed LU  {at=39462584.3411688, lu_delay=5.714407317340374, ms=00088}
09:46:25.414625 run                osmo-ms-mob/00096: Starting mobile
09:46:25.431145 run       osmo-ms-mob/00096(pid=231): Launched
09:46:25.445172 run                             mass: MS start registered  {at=39462584.75082006, delay=0.006229288876056671, ms=00096}
09:46:26.510101 run                osmo-ms-mob/00097: Starting mobile
09:46:26.526219 run       osmo-ms-mob/00097(pid=232): Launched
09:46:26.544035 run                             mass: MS start registered  {at=39462585.84969262, delay=0.010240718722343445, ms=00097}
09:46:26.701613 run                             mass: MS performed LU  {at=39462586.007259324, lu_delay=4.830751731991768, ms=00092}
09:46:26.785016 run                             mass: MS performed LU  {at=39462586.09061614, lu_delay=5.500938683748245, ms=00091}
09:46:27.813203 run                osmo-ms-mob/00098: Starting mobile
09:46:27.830525 run       osmo-ms-mob/00098(pid=233): Launched
09:46:27.844983 run                             mass: MS start registered  {at=39462587.15062706, delay=0.007487185299396515, ms=00098}
09:46:28.685790 run                             mass: MS performed LU  {at=39462587.991443254, lu_delay=5.140439487993717, ms=00094}
09:46:28.713351 run                             mass: MS performed LU  {at=39462588.01899228, lu_delay=6.041386671364307, ms=00093}
09:46:29.610797 run                osmo-ms-mob/00099: Starting mobile
09:46:29.626100 run       osmo-ms-mob/00099(pid=234): Launched
09:46:29.633695 run                             mass: All started... {duration=55.73231069743633, too_slow=61}
09:46:29.648726 run                             mass: MS start registered  {at=39462588.95436429, delay=0.01498299092054367, ms=00099}
09:46:30.550886 run                             mass: MS performed LU  {at=39462589.85651955, lu_delay=6.110556416213512, ms=00095}
09:46:30.615328 run                             mass: MS performed LU  {at=39462589.920966044, lu_delay=5.170145981013775, ms=00096}
09:46:30.685388 run                             mass: MS performed LU  {at=39462589.99101304, lu_delay=22.208019852638245, ms=00064}
09:46:32.452050 run                             mass: MS performed LU  {at=39462591.75766931, lu_delay=5.907976686954498, ms=00097}
09:46:32.479790 run                             mass: MS performed LU  {at=39462591.78541568, lu_delay=4.634788617491722, ms=00098}
09:46:32.585867 run                             mass: MS performed LU  {at=39462591.89150128, lu_delay=21.76208581775427, ms=00071}
09:46:34.317745 run                             mass: MS performed LU  {at=39462593.62338102, lu_delay=4.6690167263150215, ms=00099}
09:46:34.331383 run                             mass: Tests done {all_completed=True, max=23.272531889379025, min=3.7459412962198257}
09:46:34.343837 tst         register_default_mass.py: Test passed (87.1 sec)
09:46:34.354683 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
09:46:34.362354 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
09:46:34.369646 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
09:46:34.375514 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
09:46:34.399606 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
09:46:34.405307 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
09:46:34.410919 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
09:46:34.417213 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
09:46:34.424679 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
09:46:34.430859 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
09:46:34.436920 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
09:46:34.442945 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
09:46:34.449253 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
09:46:34.455654 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
09:46:34.463609 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
09:46:34.471476 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
09:46:34.480648 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
09:46:34.488945 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
09:46:34.496933 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
09:46:34.504860 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
09:46:34.513028 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
09:46:34.520539 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
09:46:34.528251 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
09:46:34.535947 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
09:46:34.544801 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
09:46:34.552571 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
09:46:34.560335 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
09:46:34.568094 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
09:46:34.575776 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
09:46:34.583702 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
09:46:34.591220 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
09:46:34.598306 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
09:46:34.606022 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
09:46:34.614582 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
09:46:34.622004 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
09:46:34.629646 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
09:46:34.637416 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
09:46:34.645492 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
09:46:34.653557 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
09:46:34.661432 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
09:46:34.668765 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
09:46:34.676370 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
09:46:34.684695 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
09:46:34.692774 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
09:46:34.701003 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
09:46:34.708895 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
09:46:34.719756 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
09:46:34.729993 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
09:46:34.738626 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
09:46:34.745765 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
09:46:34.753093 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
09:46:34.760461 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
09:46:34.768029 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
09:46:34.776293 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
09:46:34.784514 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
09:46:34.792858 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
09:46:34.800245 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
09:46:34.807701 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
09:46:34.814808 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
09:46:34.821822 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
09:46:34.829681 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
09:46:34.838190 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
09:46:34.846554 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
09:46:34.853425 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
09:46:34.860374 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
09:46:34.868576 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
09:46:34.876829 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
09:46:34.886489 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
09:46:34.894458 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
09:46:34.901187 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
09:46:34.908981 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
09:46:34.916074 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
09:46:34.923214 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
09:46:34.930626 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
09:46:34.936520 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
09:46:34.943083 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
09:46:34.950475 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
09:46:34.957683 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
09:46:34.965218 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
09:46:34.972837 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
09:46:34.980900 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
09:46:34.988211 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
09:46:34.995352 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
09:46:35.002476 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
09:46:35.009398 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
09:46:35.016694 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
09:46:35.024359 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
09:46:35.034272 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
09:46:35.043755 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
09:46:35.052985 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
09:46:35.062245 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
09:46:35.072186 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
09:46:35.082309 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
09:46:35.092091 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
09:46:35.101887 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
09:46:35.111236 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
09:46:35.120634 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
09:46:35.130239 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
09:46:35.139760 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
09:46:35.148969 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
09:46:35.158436 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
09:46:35.168277 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
09:46:35.177835 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
09:46:35.187185 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
09:46:35.196454 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
09:46:35.205566 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
09:46:35.214991 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
09:46:35.224416 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
09:46:35.233869 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
09:46:35.243268 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
09:46:35.252731 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
09:46:35.262238 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
09:46:35.271632 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
09:46:35.281000 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
09:46:35.290284 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
09:46:35.299616 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
09:46:35.309089 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
09:46:35.318655 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
09:46:35.328059 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
09:46:35.337261 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
09:46:35.346514 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
09:46:35.355848 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
09:46:35.365081 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
09:46:35.374284 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
09:46:35.383575 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
09:46:35.392822 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
09:46:35.402096 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
09:46:35.411189 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
09:46:35.420499 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
09:46:35.429952 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
09:46:35.439194 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
09:46:35.448447 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
09:46:35.457663 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
09:46:35.466981 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
09:46:35.476229 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
09:46:35.485616 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
09:46:35.494969 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
09:46:35.504185 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
09:46:35.513173 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
09:46:35.522395 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
09:46:35.531626 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
09:46:35.541012 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
09:46:35.550414 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
09:46:35.559779 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
09:46:35.569065 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
09:46:35.578308 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
09:46:35.587423 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
09:46:35.596856 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
09:46:35.606147 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
09:46:35.615686 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
09:46:35.625132 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
09:46:35.634495 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
09:46:35.643879 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
09:46:35.653215 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
09:46:35.663004 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
09:46:35.670816 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
09:46:35.677516 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
09:46:35.684558 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
09:46:35.690799 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
09:46:35.697913 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
09:46:35.705494 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
09:46:35.712966 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
09:46:35.719749 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
09:46:35.727544 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
09:46:35.734843 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
09:46:35.742443 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
09:46:35.749608 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
09:46:35.757316 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
09:46:35.765127 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
09:46:35.772646 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
09:46:35.780356 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
09:46:35.787805 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
09:46:35.795692 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
09:46:35.801610 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
09:46:35.808259 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
09:46:35.813091 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
09:46:35.817339 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
09:46:35.821529 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
09:46:35.825599 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
09:46:35.829604 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
09:46:35.833624 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
09:46:35.837652 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
09:46:35.841477 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
09:46:35.845243 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
09:46:35.849012 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
09:46:35.852788 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
09:46:35.856554 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
09:46:35.860330 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
09:46:35.864272 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
09:46:35.868169 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
09:46:35.872065 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
09:46:35.875972 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
09:46:35.879862 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
09:46:35.883774 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
09:46:35.887709 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
09:46:35.891590 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
09:46:35.895513 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
09:46:35.899413 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
09:46:35.903302 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
09:46:35.907217 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
09:46:35.911122 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
09:46:35.915019 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
09:46:35.918903 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
09:46:35.922809 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
09:46:35.926703 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
09:46:35.930595 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
09:46:35.934467 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
09:46:35.938372 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
09:46:35.942262 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
09:46:35.946133 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
09:46:35.950041 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
09:46:35.953924 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
09:46:35.957807 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
09:46:35.961728 ---      ParallelTerminationStrategy: PID 22 died...
09:46:35.963516 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
09:46:35.967886 ---      ParallelTerminationStrategy: PID 23 died...
09:46:35.969643 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
09:46:35.973945 ---      ParallelTerminationStrategy: PID 24 died...
09:46:35.975716 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
09:46:35.980084 ---      ParallelTerminationStrategy: PID 25 died...
09:46:35.981848 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
09:46:35.986205 ---      ParallelTerminationStrategy: PID 26 died...
09:46:35.987979 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
09:46:35.992330 ---      ParallelTerminationStrategy: PID 27 died...
09:46:35.994103 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
09:46:35.998476 ---      ParallelTerminationStrategy: PID 28 died...
09:46:36.000264 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
09:46:36.004614 ---      ParallelTerminationStrategy: PID 29 died...
09:46:36.006409 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
09:46:36.010770 ---      ParallelTerminationStrategy: PID 30 died...
09:46:36.012527 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
09:46:36.016901 ---      ParallelTerminationStrategy: PID 31 died...
09:46:36.018674 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
09:46:36.023072 ---      ParallelTerminationStrategy: PID 32 died...
09:46:36.024865 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
09:46:36.029255 ---      ParallelTerminationStrategy: PID 33 died...
09:46:36.031050 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
09:46:36.035494 ---      ParallelTerminationStrategy: PID 35 died...
09:46:36.037288 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
09:46:36.041688 ---      ParallelTerminationStrategy: PID 36 died...
09:46:36.043492 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
09:46:36.047889 ---      ParallelTerminationStrategy: PID 37 died...
09:46:36.049652 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
09:46:36.054025 ---      ParallelTerminationStrategy: PID 38 died...
09:46:36.055809 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
09:46:36.060230 ---      ParallelTerminationStrategy: PID 39 died...
09:46:36.062007 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
09:46:36.066497 ---      ParallelTerminationStrategy: PID 40 died...
09:46:36.068281 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
09:46:36.072705 ---      ParallelTerminationStrategy: PID 41 died...
09:46:36.074490 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
09:46:36.078830 ---      ParallelTerminationStrategy: PID 42 died...
09:46:36.080593 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
09:46:36.084998 ---      ParallelTerminationStrategy: PID 43 died...
09:46:36.086762 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
09:46:36.090967 ---      ParallelTerminationStrategy: PID 44 died...
09:46:36.092681 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
09:46:36.096897 ---      ParallelTerminationStrategy: PID 45 died...
09:46:36.098620 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
09:46:36.102889 ---      ParallelTerminationStrategy: PID 46 died...
09:46:36.104616 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
09:46:36.108826 ---      ParallelTerminationStrategy: PID 47 died...
09:46:36.110534 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
09:46:36.114753 ---      ParallelTerminationStrategy: PID 48 died...
09:46:36.116459 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
09:46:36.120677 ---      ParallelTerminationStrategy: PID 49 died...
09:46:36.122425 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
09:46:36.126634 ---      ParallelTerminationStrategy: PID 50 died...
09:46:36.128351 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
09:46:36.132573 ---      ParallelTerminationStrategy: PID 51 died...
09:46:36.134286 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
09:46:36.138565 ---      ParallelTerminationStrategy: PID 52 died...
09:46:36.140272 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
09:46:36.144508 ---      ParallelTerminationStrategy: PID 53 died...
09:46:36.146217 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
09:46:36.150488 ---      ParallelTerminationStrategy: PID 54 died...
09:46:36.152195 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
09:46:36.156469 ---      ParallelTerminationStrategy: PID 55 died...
09:46:36.158201 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
09:46:36.162418 ---      ParallelTerminationStrategy: PID 56 died...
09:46:36.164127 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
09:46:36.168369 ---      ParallelTerminationStrategy: PID 57 died...
09:46:36.170100 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
09:46:36.174464 ---      ParallelTerminationStrategy: PID 58 died...
09:46:36.176230 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
09:46:36.180558 ---      ParallelTerminationStrategy: PID 59 died...
09:46:36.182343 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
09:46:36.186705 ---      ParallelTerminationStrategy: PID 60 died...
09:46:36.188467 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
09:46:36.192803 ---      ParallelTerminationStrategy: PID 61 died...
09:46:36.194570 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
09:46:36.198967 ---      ParallelTerminationStrategy: PID 62 died...
09:46:36.200749 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
09:46:36.205113 ---      ParallelTerminationStrategy: PID 63 died...
09:46:36.206894 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
09:46:36.211228 ---      ParallelTerminationStrategy: PID 64 died...
09:46:36.212981 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
09:46:36.217370 ---      ParallelTerminationStrategy: PID 65 died...
09:46:36.219149 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
09:46:36.223531 ---      ParallelTerminationStrategy: PID 66 died...
09:46:36.225297 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
09:46:36.229659 ---      ParallelTerminationStrategy: PID 67 died...
09:46:36.231420 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
09:46:36.235783 ---      ParallelTerminationStrategy: PID 68 died...
09:46:36.237560 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
09:46:36.241922 ---      ParallelTerminationStrategy: PID 69 died...
09:46:36.243692 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
09:46:36.248094 ---      ParallelTerminationStrategy: PID 70 died...
09:46:36.249856 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
09:46:36.254202 ---      ParallelTerminationStrategy: PID 71 died...
09:46:36.255956 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
09:46:36.260320 ---      ParallelTerminationStrategy: PID 72 died...
09:46:36.262090 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
09:46:36.266507 ---      ParallelTerminationStrategy: PID 73 died...
09:46:36.268289 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
09:46:36.272639 ---      ParallelTerminationStrategy: PID 74 died...
09:46:36.274416 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
09:46:36.278777 ---      ParallelTerminationStrategy: PID 75 died...
09:46:36.280554 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
09:46:36.284931 ---      ParallelTerminationStrategy: PID 76 died...
09:46:36.286704 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
09:46:36.291052 ---      ParallelTerminationStrategy: PID 77 died...
09:46:36.292808 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
09:46:36.297203 ---      ParallelTerminationStrategy: PID 78 died...
09:46:36.298968 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
09:46:36.303344 ---      ParallelTerminationStrategy: PID 79 died...
09:46:36.305096 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
09:46:36.309568 ---      ParallelTerminationStrategy: PID 80 died...
09:46:36.311357 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
09:46:36.315697 ---      ParallelTerminationStrategy: PID 81 died...
09:46:36.317459 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
09:46:36.321658 ---      ParallelTerminationStrategy: PID 82 died...
09:46:36.323421 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
09:46:36.327660 ---      ParallelTerminationStrategy: PID 83 died...
09:46:36.329363 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
09:46:36.333572 ---      ParallelTerminationStrategy: PID 84 died...
09:46:36.335284 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
09:46:36.339535 ---      ParallelTerminationStrategy: PID 85 died...
09:46:36.341248 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
09:46:36.345502 ---      ParallelTerminationStrategy: PID 86 died...
09:46:36.347229 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
09:46:36.351453 ---      ParallelTerminationStrategy: PID 87 died...
09:46:36.353179 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
09:46:36.357410 ---      ParallelTerminationStrategy: PID 88 died...
09:46:36.359190 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
09:46:36.363447 ---      ParallelTerminationStrategy: PID 89 died...
09:46:36.365194 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
09:46:36.369422 ---      ParallelTerminationStrategy: PID 90 died...
09:46:36.371147 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
09:46:36.375436 ---      ParallelTerminationStrategy: PID 91 died...
09:46:36.377145 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
09:46:36.381360 ---      ParallelTerminationStrategy: PID 92 died...
09:46:36.383080 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
09:46:36.387345 ---      ParallelTerminationStrategy: PID 93 died...
09:46:36.389073 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
09:46:36.393304 ---      ParallelTerminationStrategy: PID 94 died...
09:46:36.395026 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
09:46:36.399215 ---      ParallelTerminationStrategy: PID 95 died...
09:46:36.400940 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
09:46:36.405162 ---      ParallelTerminationStrategy: PID 96 died...
09:46:36.406879 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
09:46:36.411069 ---      ParallelTerminationStrategy: PID 97 died...
09:46:36.412763 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
09:46:36.416972 ---      ParallelTerminationStrategy: PID 98 died...
09:46:36.418752 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
09:46:36.423010 ---      ParallelTerminationStrategy: PID 99 died...
09:46:36.424716 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
09:46:36.428948 ---      ParallelTerminationStrategy: PID 100 died...
09:46:36.430659 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
09:46:36.434962 ---      ParallelTerminationStrategy: PID 101 died...
09:46:36.436662 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
09:46:36.440867 ---      ParallelTerminationStrategy: PID 102 died...
09:46:36.442655 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
09:46:36.446863 ---      ParallelTerminationStrategy: PID 103 died...
09:46:36.448578 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
09:46:36.452813 ---      ParallelTerminationStrategy: PID 104 died...
09:46:36.454527 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
09:46:36.458751 ---      ParallelTerminationStrategy: PID 105 died...
09:46:36.460457 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
09:46:36.464657 ---      ParallelTerminationStrategy: PID 106 died...
09:46:36.466372 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
09:46:36.470580 ---      ParallelTerminationStrategy: PID 107 died...
09:46:36.472302 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
09:46:36.476571 ---      ParallelTerminationStrategy: PID 108 died...
09:46:36.478283 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
09:46:36.482509 ---      ParallelTerminationStrategy: PID 109 died...
09:46:36.484233 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
09:46:36.488479 ---      ParallelTerminationStrategy: PID 110 died...
09:46:36.490209 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
09:46:36.494451 ---      ParallelTerminationStrategy: PID 111 died...
09:46:36.496148 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
09:46:36.500342 ---      ParallelTerminationStrategy: PID 112 died...
09:46:36.502058 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
09:46:36.506271 ---      ParallelTerminationStrategy: PID 113 died...
09:46:36.508014 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
09:46:36.512228 ---      ParallelTerminationStrategy: PID 114 died...
09:46:36.513978 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
09:46:36.518225 ---      ParallelTerminationStrategy: PID 115 died...
09:46:36.520016 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
09:46:36.524263 ---      ParallelTerminationStrategy: PID 116 died...
09:46:36.525991 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
09:46:36.530202 ---      ParallelTerminationStrategy: PID 117 died...
09:46:36.531944 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
09:46:36.536159 ---      ParallelTerminationStrategy: PID 118 died...
09:46:36.537857 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
09:46:36.542021 ---      ParallelTerminationStrategy: PID 119 died...
09:46:36.543704 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
09:46:36.547839 ---      ParallelTerminationStrategy: PID 120 died...
09:46:36.549511 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
09:46:36.553615 ---      ParallelTerminationStrategy: PID 121 died...
09:46:36.555289 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
09:46:36.559400 ---      ParallelTerminationStrategy: PID 122 died...
09:46:36.561065 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
09:46:36.565197 ---      ParallelTerminationStrategy: PID 123 died...
09:46:36.566912 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
09:46:36.571117 ---      ParallelTerminationStrategy: PID 124 died...
09:46:36.572845 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
09:46:36.577068 ---      ParallelTerminationStrategy: PID 125 died...
09:46:36.578796 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
09:46:36.583029 ---      ParallelTerminationStrategy: PID 126 died...
09:46:36.584742 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
09:46:36.588956 ---      ParallelTerminationStrategy: PID 127 died...
09:46:36.590674 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
09:46:36.594956 ---      ParallelTerminationStrategy: PID 128 died...
09:46:36.596662 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
09:46:36.600848 ---      ParallelTerminationStrategy: PID 129 died...
09:46:36.602541 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
09:46:36.606785 ---      ParallelTerminationStrategy: PID 130 died...
09:46:36.608488 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
09:46:36.612708 ---      ParallelTerminationStrategy: PID 131 died...
09:46:36.614422 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
09:46:36.618574 ---      ParallelTerminationStrategy: PID 132 died...
09:46:36.620252 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
09:46:36.624421 ---      ParallelTerminationStrategy: PID 133 died...
09:46:36.626107 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
09:46:36.630282 ---      ParallelTerminationStrategy: PID 134 died...
09:46:36.632026 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
09:46:36.636219 ---      ParallelTerminationStrategy: PID 135 died...
09:46:36.637928 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
09:46:36.642100 ---      ParallelTerminationStrategy: PID 136 died...
09:46:36.643852 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
09:46:36.648154 ---      ParallelTerminationStrategy: PID 137 died...
09:46:36.649892 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
09:46:36.654239 ---      ParallelTerminationStrategy: PID 138 died...
09:46:36.655993 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
09:46:36.660287 ---      ParallelTerminationStrategy: PID 139 died...
09:46:36.662033 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
09:46:36.666363 ---      ParallelTerminationStrategy: PID 140 died...
09:46:36.668101 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
09:46:36.672398 ---      ParallelTerminationStrategy: PID 141 died...
09:46:36.674132 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
09:46:36.678496 ---      ParallelTerminationStrategy: PID 142 died...
09:46:36.680228 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
09:46:36.684522 ---      ParallelTerminationStrategy: PID 143 died...
09:46:36.686256 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
09:46:36.690605 ---      ParallelTerminationStrategy: PID 144 died...
09:46:36.692335 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
09:46:36.696624 ---      ParallelTerminationStrategy: PID 145 died...
09:46:36.698359 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
09:46:36.702653 ---      ParallelTerminationStrategy: PID 146 died...
09:46:36.704381 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
09:46:36.708442 ---      ParallelTerminationStrategy: PID 147 died...
09:46:36.710089 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
09:46:36.714337 ---      ParallelTerminationStrategy: PID 148 died...
09:46:36.716015 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
09:46:36.720206 ---      ParallelTerminationStrategy: PID 149 died...
09:46:36.721901 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
09:46:36.726088 ---      ParallelTerminationStrategy: PID 150 died...
09:46:36.727848 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
09:46:36.732024 ---      ParallelTerminationStrategy: PID 151 died...
09:46:36.733745 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
09:46:36.737939 ---      ParallelTerminationStrategy: PID 152 died...
09:46:36.739643 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
09:46:36.743925 ---      ParallelTerminationStrategy: PID 153 died...
09:46:36.745625 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
09:46:36.749831 ---      ParallelTerminationStrategy: PID 154 died...
09:46:36.751546 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
09:46:36.755812 ---      ParallelTerminationStrategy: PID 155 died...
09:46:36.757512 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
09:46:36.761734 ---      ParallelTerminationStrategy: PID 156 died...
09:46:36.763464 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
09:46:36.767713 ---      ParallelTerminationStrategy: PID 157 died...
09:46:36.769427 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
09:46:36.773689 ---      ParallelTerminationStrategy: PID 158 died...
09:46:36.775434 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
09:46:36.779744 ---      ParallelTerminationStrategy: PID 159 died...
09:46:36.781481 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
09:46:36.785843 ---      ParallelTerminationStrategy: PID 160 died...
09:46:36.787599 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
09:46:36.791970 ---      ParallelTerminationStrategy: PID 161 died...
09:46:36.793725 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
09:46:36.798019 ---      ParallelTerminationStrategy: PID 162 died...
09:46:36.799855 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
09:46:36.804209 ---      ParallelTerminationStrategy: PID 163 died...
09:46:36.805952 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
09:46:36.810284 ---      ParallelTerminationStrategy: PID 164 died...
09:46:36.812043 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
09:46:36.816382 ---      ParallelTerminationStrategy: PID 165 died...
09:46:36.818133 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
09:46:36.822486 ---      ParallelTerminationStrategy: PID 166 died...
09:46:36.824248 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
09:46:36.828594 ---      ParallelTerminationStrategy: PID 167 died...
09:46:36.830338 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
09:46:36.834605 ---      ParallelTerminationStrategy: PID 168 died...
09:46:36.836261 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
09:46:36.840430 ---      ParallelTerminationStrategy: PID 169 died...
09:46:36.842125 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
09:46:36.846382 ---      ParallelTerminationStrategy: PID 170 died...
09:46:36.848098 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
09:46:36.852317 ---      ParallelTerminationStrategy: PID 171 died...
09:46:36.854016 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
09:46:36.858240 ---      ParallelTerminationStrategy: PID 172 died...
09:46:36.859961 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
09:46:36.864222 ---      ParallelTerminationStrategy: PID 173 died...
09:46:36.865942 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
09:46:36.870132 ---      ParallelTerminationStrategy: PID 174 died...
09:46:36.871854 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
09:46:36.876044 ---      ParallelTerminationStrategy: PID 175 died...
09:46:36.877729 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
09:46:36.881965 ---      ParallelTerminationStrategy: PID 176 died...
09:46:36.883662 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
09:46:36.887851 ---      ParallelTerminationStrategy: PID 177 died...
09:46:36.889532 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
09:46:36.893720 ---      ParallelTerminationStrategy: PID 178 died...
09:46:36.895487 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
09:46:36.899676 ---      ParallelTerminationStrategy: PID 179 died...
09:46:36.901365 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
09:46:36.905550 ---      ParallelTerminationStrategy: PID 180 died...
09:46:36.907276 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
09:46:36.911462 ---      ParallelTerminationStrategy: PID 181 died...
09:46:36.913143 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
09:46:36.917354 ---      ParallelTerminationStrategy: PID 182 died...
09:46:36.919048 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
09:46:36.923242 ---      ParallelTerminationStrategy: PID 183 died...
09:46:36.924923 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
09:46:36.929149 ---      ParallelTerminationStrategy: PID 184 died...
09:46:36.930846 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
09:46:36.935036 ---      ParallelTerminationStrategy: PID 185 died...
09:46:36.936720 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
09:46:36.940913 ---      ParallelTerminationStrategy: PID 186 died...
09:46:36.942640 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
09:46:36.946842 ---      ParallelTerminationStrategy: PID 187 died...
09:46:36.948538 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
09:46:36.952730 ---      ParallelTerminationStrategy: PID 188 died...
09:46:36.954428 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
09:46:36.958631 ---      ParallelTerminationStrategy: PID 189 died...
09:46:36.960324 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
09:46:36.964525 ---      ParallelTerminationStrategy: PID 190 died...
09:46:36.966211 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
09:46:36.970388 ---      ParallelTerminationStrategy: PID 191 died...
09:46:36.972079 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
09:46:36.976297 ---      ParallelTerminationStrategy: PID 192 died...
09:46:36.978001 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
09:46:36.982165 ---      ParallelTerminationStrategy: PID 193 died...
09:46:36.983852 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
09:46:36.988046 ---      ParallelTerminationStrategy: PID 194 died...
09:46:36.989738 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
09:46:36.993999 ---      ParallelTerminationStrategy: PID 195 died...
09:46:36.995716 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
09:46:36.999894 ---      ParallelTerminationStrategy: PID 196 died...
09:46:37.001565 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
09:46:37.005744 ---      ParallelTerminationStrategy: PID 197 died...
09:46:37.007477 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
09:46:37.011750 ---      ParallelTerminationStrategy: PID 198 died...
09:46:37.013445 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
09:46:37.017671 ---      ParallelTerminationStrategy: PID 199 died...
09:46:37.019395 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
09:46:37.023736 ---      ParallelTerminationStrategy: PID 200 died...
09:46:37.025511 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
09:46:37.029860 ---      ParallelTerminationStrategy: PID 201 died...
09:46:37.031601 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
09:46:37.035893 ---      ParallelTerminationStrategy: PID 202 died...
09:46:37.037631 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
09:46:37.041988 ---      ParallelTerminationStrategy: PID 203 died...
09:46:37.043746 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
09:46:37.048052 ---      ParallelTerminationStrategy: PID 204 died...
09:46:37.049779 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
09:46:37.054095 ---      ParallelTerminationStrategy: PID 205 died...
09:46:37.055845 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
09:46:37.060144 ---      ParallelTerminationStrategy: PID 206 died...
09:46:37.061868 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
09:46:37.066202 ---      ParallelTerminationStrategy: PID 207 died...
09:46:37.067945 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
09:46:37.072218 ---      ParallelTerminationStrategy: PID 208 died...
09:46:37.073943 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
09:46:37.078245 ---      ParallelTerminationStrategy: PID 209 died...
09:46:37.080017 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
09:46:37.084321 ---      ParallelTerminationStrategy: PID 210 died...
09:46:37.086060 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
09:46:37.090407 ---      ParallelTerminationStrategy: PID 211 died...
09:46:37.092137 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
09:46:37.096493 ---      ParallelTerminationStrategy: PID 212 died...
09:46:37.098222 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
09:46:37.102544 ---      ParallelTerminationStrategy: PID 213 died...
09:46:37.104257 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
09:46:37.108552 ---      ParallelTerminationStrategy: PID 214 died...
09:46:37.110277 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
09:46:37.114615 ---      ParallelTerminationStrategy: PID 215 died...
09:46:37.116343 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
09:46:37.120658 ---      ParallelTerminationStrategy: PID 216 died...
09:46:37.122432 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
09:46:37.126742 ---      ParallelTerminationStrategy: PID 217 died...
09:46:37.128483 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
09:46:37.132813 ---      ParallelTerminationStrategy: PID 218 died...
09:46:37.134571 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
09:46:37.138984 ---      ParallelTerminationStrategy: PID 219 died...
09:46:37.140753 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
09:46:37.145098 ---      ParallelTerminationStrategy: PID 220 died...
09:46:37.146842 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
09:46:37.151183 ---      ParallelTerminationStrategy: PID 221 died...
09:46:37.152949 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
09:46:37.157355 ---      ParallelTerminationStrategy: PID 222 died...
09:46:37.159101 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
09:46:37.163417 ---      ParallelTerminationStrategy: PID 223 died...
09:46:37.165178 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
09:46:37.169517 ---      ParallelTerminationStrategy: PID 224 died...
09:46:37.171309 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
09:46:37.175635 ---      ParallelTerminationStrategy: PID 225 died...
09:46:37.177374 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
09:46:37.181674 ---      ParallelTerminationStrategy: PID 226 died...
09:46:37.183454 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
09:46:37.187767 ---      ParallelTerminationStrategy: PID 227 died...
09:46:37.189444 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
09:46:37.193594 ---      ParallelTerminationStrategy: PID 228 died...
09:46:37.195309 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
09:46:37.199520 ---      ParallelTerminationStrategy: PID 229 died...
09:46:37.201211 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
09:46:37.205397 ---      ParallelTerminationStrategy: PID 230 died...
09:46:37.207090 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
09:46:37.211284 ---      ParallelTerminationStrategy: PID 231 died...
09:46:37.212982 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
09:46:37.217196 ---      ParallelTerminationStrategy: PID 232 died...
09:46:37.218935 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
09:46:37.223259 ---      ParallelTerminationStrategy: PID 233 died...
09:46:37.224992 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
09:46:37.229311 ---      ParallelTerminationStrategy: PID 234 died...
09:46:37.231106 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
09:46:39.913749 ---      ParallelTerminationStrategy: PID 34 died...
09:46:39.917218 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-7846 netreg_mass PASS
---------------------------------------------------------------------
09:46:40.033246 tst                       trial-7846: Storing JUnit report in /build/trial-7846/run.2025-01-15_09-45-06/trial-7846.xml

--------------------------------------------------------------------------------------------
trial-7846 PASS
--------------------------------------------------------------------------------------------
09:46:40.058165 tst                       trial-7846: trial-7846: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (87.1 sec)
+ exit_code=0
+ rm -rf trial-7846/inst
+ cd trial-7846
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-01-15 09:45:06
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-7846-run.tgz run.2025-01-15_09-45-06
+ tar czf /build/trial-7846-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-01-15_09_39_21.tgz osmo-bts-oc2g.build-2025-01-14_00_51_34.tgz osmo-bts-sysmo.build-2025-01-14_00_51_23.tgz osmo-bts.build-2025-01-14_00_51_40.tgz osmo-ggsn.build-2025-01-15_09_43_35.tgz osmo-hlr.build-2025-01-14_00_49_58.tgz osmo-hnbgw.build-2025-01-13_13_34_34.tgz osmo-mgw.build-2025-01-15_08_33_06.tgz osmo-msc.build-2025-01-15_09_19_40.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-01-15_09_43_51.tgz osmo-pcu-sysmo.build-2025-01-15_09_43_44.tgz osmo-pcu.build-2025-01-15_09_43_50.tgz osmo-sgsn.build-2025-01-14_00_53_11.tgz osmo-stp.build-2025-01-15_09_44_49.tgz osmo-trx.build-2025-01-15_09_44_47.tgz osmocom-bb.build-2025-01-15_09_44_51.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.
Sending e-mails to: jenkins-notifications@lists.osmocom.org
Finished: SUCCESS