Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Building remotely on build5-deb12build-ansible (obs ttcn3_with_linux_6.1_or_higher qemu registry-build-amd64 ttcn3 osmo-gsm-tester-build ttcn3-ggsn-test-kernel-git io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual
The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/osmo-gsm-tester/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gerrit.osmocom.org/osmo-gsm-tester # timeout=10
Fetching upstream changes from https://gerrit.osmocom.org/osmo-gsm-tester
 > git --version # timeout=10
 > git --version # 'git version 2.39.5'
 > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-gsm-tester +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f7d64b0bcf946ec21ce9c7562194343a12213a80 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
Commit message: "jenkins.sh: libosmo-netif no longer depends on libosmo-abis"
 > git rev-list --no-walk f7d64b0bcf946ec21ce9c7562194343a12213a80 # timeout=10
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins4632797692023754242.sh
+ rm -rf trial-8045-bin.tgz trial-8045-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 24414
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10774
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10035
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12599
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 12922
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 11944
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 40020
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7308
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 42004
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 7984
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 12976
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7205
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11299
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7348
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 8797
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6067
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 7205
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins16879073340006377100.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-8045
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
f17cc18 ttcn3-bts-test: show respawn count at the end
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:391b15c25a7edbec0ac67929af353829c90b0d6ffac8fe37ea0d26510760fe01 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8046 -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-08-02 22:48:20
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8046
+ mkdir -p trial-8046
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-08-02_13_26_33.tgz osmo-bts-oc2g.build-2025-08-02_00_51_35.tgz osmo-bts-sysmo.build-2025-08-02_00_51_39.tgz osmo-bts.build-2025-08-02_00_51_47.tgz osmo-ggsn.build-2025-08-02_20_42_45.tgz osmo-hlr.build-2025-08-02_16_36_52.tgz osmo-hnbgw.build-2025-08-02_13_30_13.tgz osmo-mgw.build-2025-08-02_08_33_11.tgz osmo-msc.build-2025-08-02_13_32_26.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-02_07_34_00.tgz osmo-pcu-sysmo.build-2025-08-02_07_36_05.tgz osmo-pcu.build-2025-08-02_07_36_13.tgz osmo-sgsn.build-2025-08-02_20_48_53.tgz osmo-stp.build-2025-08-02_13_25_20.tgz osmo-trx.build-2025-08-02_14_28_35.tgz osmocom-bb.build-2025-08-02_21_17_15.tgz srslte.build-19.tgz trial-8046
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-08-02_13_26_33.md5 osmo-bts-oc2g.build-2025-08-02_00_51_35.md5 osmo-bts-sysmo.build-2025-08-02_00_51_39.md5 osmo-bts.build-2025-08-02_00_51_47.md5 osmo-ggsn.build-2025-08-02_20_42_45.md5 osmo-hlr.build-2025-08-02_16_36_52.md5 osmo-hnbgw.build-2025-08-02_13_30_13.md5 osmo-mgw.build-2025-08-02_08_33_11.md5 osmo-msc.build-2025-08-02_13_32_26.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-02_07_34_00.md5 osmo-pcu-sysmo.build-2025-08-02_07_36_05.md5 osmo-pcu.build-2025-08-02_07_36_13.md5 osmo-sgsn.build-2025-08-02_20_48_53.md5 osmo-stp.build-2025-08-02_13_25_20.md5 osmo-trx.build-2025-08-02_14_28_35.md5 osmocom-bb.build-2025-08-02_21_17_15.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-08-02_13_26_33.md5 osmo-bts-oc2g.build-2025-08-02_00_51_35.md5 osmo-bts-sysmo.build-2025-08-02_00_51_39.md5 osmo-bts.build-2025-08-02_00_51_47.md5 osmo-ggsn.build-2025-08-02_20_42_45.md5 osmo-hlr.build-2025-08-02_16_36_52.md5 osmo-hnbgw.build-2025-08-02_13_30_13.md5 osmo-mgw.build-2025-08-02_08_33_11.md5 osmo-msc.build-2025-08-02_13_32_26.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-02_07_34_00.md5 osmo-pcu-sysmo.build-2025-08-02_07_36_05.md5 osmo-pcu.build-2025-08-02_07_36_13.md5 osmo-sgsn.build-2025-08-02_20_48_53.md5 osmo-stp.build-2025-08-02_13_25_20.md5 osmo-trx.build-2025-08-02_14_28_35.md5 osmocom-bb.build-2025-08-02_21_17_15.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-8046 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8046'
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-8046
--------------------------------------------------------------------------------------------
22:48:20.942156 tst                       trial-8046: Detailed log at /build/trial-8046/run.2025-08-02_22-48-20/log

---------------------------------------------------------------------
trial-8046 netreg_mass
---------------------------------------------------------------------
22:48:21.182509 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:21.182917 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:21.183819 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:21.185177 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:21.230767 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:21.231688 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:21.232974 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:21.313346 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-8046 netreg_mass register_default_mass.py
----------------------------------------------
22:48:21.314244 tst       register_default_mass.py:9: Claiming resources for the test
22:48:21.331071 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.331719 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.332262 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.332793 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.333318 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.333866 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:21.334385 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:21.382197 tst         register_default_mass.py: using LAC 2
22:48:21.437755 tst         register_default_mass.py: using RAC 2
22:48:21.471446 tst         register_default_mass.py: using CellId 2
22:48:21.516545 tst         register_default_mass.py: using BVCI 3
22:48:21.523064 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.523843 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.524496 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.525154 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.525797 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.526414 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.527032 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.527660 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.528288 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.528931 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.529565 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.530184 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.530816 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.531535 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.532179 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.532828 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.533493 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.534236 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.534880 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.535533 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.536173 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.536824 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.537480 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.538132 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.538770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.539423 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.540072 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.540706 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.541368 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.542017 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.542644 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.543301 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.543961 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.544614 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.545261 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.545889 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.546543 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.547192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.547816 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.548446 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.549066 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.549681 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.550318 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.550931 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.551543 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.552239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.552886 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.553545 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.554185 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.554823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.555488 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.556131 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.556777 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.557413 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.558039 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.558652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.559288 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.559920 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.560535 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.561156 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.561778 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.562396 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.563027 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.563651 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.564260 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.564880 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.565513 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.566137 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.566752 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.567373 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.567986 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.568599 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.569321 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.569941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.570552 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.571174 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.571782 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.572409 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.573033 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.573633 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.574233 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.574855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.575469 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.576073 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.576697 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.577311 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.577924 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.578535 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.579146 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.579763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.580381 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.581027 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.581660 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.582281 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.582917 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.583542 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.584160 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.584811 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.585444 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.586083 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.586712 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:21.587404 tst      register_default_mass.py:21: Launching a simple network
22:48:21.599501 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:21.739785 run            create_hlr_db(pid=20): Launched
22:48:22.751053 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:22.769909 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:22.787558 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:22.794214 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:23.011093 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:23.031453 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:23.039784 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:23.531893 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:23.550794 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:26.563208 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:26.687561 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:26.703694 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:26.710153 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:26.736198 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:26.752553 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:26.759105 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:27.098623 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:27.119457 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:33.139209 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:33.327863 run         osmo-bts-virtual(pid=34): Launched
22:48:34.388704 tst         register_default_mass.py: using MSISDN 1001
22:48:34.395761 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:34.486640 tst         register_default_mass.py: using MSISDN 1002
22:48:34.495953 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:34.575366 tst         register_default_mass.py: using MSISDN 1003
22:48:34.581615 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:34.648304 tst         register_default_mass.py: using MSISDN 1004
22:48:34.654705 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:34.750249 tst         register_default_mass.py: using MSISDN 1005
22:48:34.758983 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:34.843244 tst         register_default_mass.py: using MSISDN 1006
22:48:34.850302 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:34.934261 tst         register_default_mass.py: using MSISDN 1007
22:48:34.943666 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:35.044471 tst         register_default_mass.py: using MSISDN 1008
22:48:35.052135 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:35.135116 tst         register_default_mass.py: using MSISDN 1009
22:48:35.142279 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:35.219794 tst         register_default_mass.py: using MSISDN 1010
22:48:35.227474 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:35.701030 tst         register_default_mass.py: using MSISDN 1011
22:48:35.710683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:35.780913 tst         register_default_mass.py: using MSISDN 1012
22:48:35.789035 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:35.857379 tst         register_default_mass.py: using MSISDN 1013
22:48:35.865196 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:35.929110 tst         register_default_mass.py: using MSISDN 1014
22:48:35.942570 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:36.024026 tst         register_default_mass.py: using MSISDN 1015
22:48:36.031729 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:36.107874 tst         register_default_mass.py: using MSISDN 1016
22:48:36.114940 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:36.177707 tst         register_default_mass.py: using MSISDN 1017
22:48:36.187947 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:36.256709 tst         register_default_mass.py: using MSISDN 1018
22:48:36.268450 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:36.337371 tst         register_default_mass.py: using MSISDN 1019
22:48:36.346147 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:36.412452 tst         register_default_mass.py: using MSISDN 1020
22:48:36.418931 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:36.499161 tst         register_default_mass.py: using MSISDN 1021
22:48:36.510890 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:36.582166 tst         register_default_mass.py: using MSISDN 1022
22:48:36.589892 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:36.660245 tst         register_default_mass.py: using MSISDN 1023
22:48:36.670867 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:36.749651 tst         register_default_mass.py: using MSISDN 1024
22:48:36.757738 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:36.960837 tst         register_default_mass.py: using MSISDN 1025
22:48:36.967096 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:37.044736 tst         register_default_mass.py: using MSISDN 1026
22:48:37.051686 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:37.132486 tst         register_default_mass.py: using MSISDN 1027
22:48:37.140955 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:37.207415 tst         register_default_mass.py: using MSISDN 1028
22:48:37.213705 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:37.286081 tst         register_default_mass.py: using MSISDN 1029
22:48:37.292823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:37.358908 tst         register_default_mass.py: using MSISDN 1030
22:48:37.365236 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:37.442972 tst         register_default_mass.py: using MSISDN 1031
22:48:37.450742 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:37.533020 tst         register_default_mass.py: using MSISDN 1032
22:48:37.541023 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:37.623732 tst         register_default_mass.py: using MSISDN 1033
22:48:37.632385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:37.699731 tst         register_default_mass.py: using MSISDN 1034
22:48:37.709944 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:37.771408 tst         register_default_mass.py: using MSISDN 1035
22:48:37.779213 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:37.851053 tst         register_default_mass.py: using MSISDN 1036
22:48:37.862372 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:37.929755 tst         register_default_mass.py: using MSISDN 1037
22:48:37.938048 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:38.015493 tst         register_default_mass.py: using MSISDN 1038
22:48:38.021919 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:38.104430 tst         register_default_mass.py: using MSISDN 1039
22:48:38.110660 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:38.175128 tst         register_default_mass.py: using MSISDN 1040
22:48:38.181340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:38.264209 tst         register_default_mass.py: using MSISDN 1041
22:48:38.270243 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:38.335442 tst         register_default_mass.py: using MSISDN 1042
22:48:38.341934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:38.412662 tst         register_default_mass.py: using MSISDN 1043
22:48:38.418914 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:38.485746 tst         register_default_mass.py: using MSISDN 1044
22:48:38.491644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:38.568012 tst         register_default_mass.py: using MSISDN 1045
22:48:38.576350 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:38.646384 tst         register_default_mass.py: using MSISDN 1046
22:48:38.652520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:38.727482 tst         register_default_mass.py: using MSISDN 1047
22:48:38.733729 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:38.829415 tst         register_default_mass.py: using MSISDN 1048
22:48:38.836008 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:38.913821 tst         register_default_mass.py: using MSISDN 1049
22:48:38.920315 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:38.991586 tst         register_default_mass.py: using MSISDN 1050
22:48:38.997503 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:39.062256 tst         register_default_mass.py: using MSISDN 1051
22:48:39.068441 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:39.157843 tst         register_default_mass.py: using MSISDN 1052
22:48:39.163865 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:39.236135 tst         register_default_mass.py: using MSISDN 1053
22:48:39.246915 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:39.315177 tst         register_default_mass.py: using MSISDN 1054
22:48:39.321159 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:39.388154 tst         register_default_mass.py: using MSISDN 1055
22:48:39.394814 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:39.469309 tst         register_default_mass.py: using MSISDN 1056
22:48:39.475393 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:39.540533 tst         register_default_mass.py: using MSISDN 1057
22:48:39.546918 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:39.634783 tst         register_default_mass.py: using MSISDN 1058
22:48:39.642833 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:39.729827 tst         register_default_mass.py: using MSISDN 1059
22:48:39.740309 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:39.811937 tst         register_default_mass.py: using MSISDN 1060
22:48:39.818707 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:39.893028 tst         register_default_mass.py: using MSISDN 1061
22:48:39.900418 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:39.978989 tst         register_default_mass.py: using MSISDN 1062
22:48:39.987058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:40.057009 tst         register_default_mass.py: using MSISDN 1063
22:48:40.063477 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:40.128713 tst         register_default_mass.py: using MSISDN 1064
22:48:40.134692 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:40.212090 tst         register_default_mass.py: using MSISDN 1065
22:48:40.218131 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:40.294493 tst         register_default_mass.py: using MSISDN 1066
22:48:40.305331 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:40.366661 tst         register_default_mass.py: using MSISDN 1067
22:48:40.372860 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:40.455272 tst         register_default_mass.py: using MSISDN 1068
22:48:40.461896 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:40.541889 tst         register_default_mass.py: using MSISDN 1069
22:48:40.548333 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:40.622004 tst         register_default_mass.py: using MSISDN 1070
22:48:40.631126 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:42.519799 tst         register_default_mass.py: using MSISDN 1071
22:48:42.526458 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:42.621235 tst         register_default_mass.py: using MSISDN 1072
22:48:42.627504 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:42.693653 tst         register_default_mass.py: using MSISDN 1073
22:48:42.699809 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:42.771496 tst         register_default_mass.py: using MSISDN 1074
22:48:42.777652 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:42.867688 tst         register_default_mass.py: using MSISDN 1075
22:48:42.873895 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:42.962280 tst         register_default_mass.py: using MSISDN 1076
22:48:42.969411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:43.066898 tst         register_default_mass.py: using MSISDN 1077
22:48:43.077636 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:43.174237 tst         register_default_mass.py: using MSISDN 1078
22:48:43.180656 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:43.262072 tst         register_default_mass.py: using MSISDN 1079
22:48:43.268060 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:43.335620 tst         register_default_mass.py: using MSISDN 1080
22:48:43.341895 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:43.417159 tst         register_default_mass.py: using MSISDN 1081
22:48:43.425360 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:43.502675 tst         register_default_mass.py: using MSISDN 1082
22:48:43.508964 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:43.585850 tst         register_default_mass.py: using MSISDN 1083
22:48:43.591793 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:43.653680 tst         register_default_mass.py: using MSISDN 1084
22:48:43.659577 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:43.729047 tst         register_default_mass.py: using MSISDN 1085
22:48:43.735504 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:43.828186 tst         register_default_mass.py: using MSISDN 1086
22:48:43.834391 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:43.907475 tst         register_default_mass.py: using MSISDN 1087
22:48:43.913801 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:43.992394 tst         register_default_mass.py: using MSISDN 1088
22:48:43.998371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:44.062145 tst         register_default_mass.py: using MSISDN 1089
22:48:44.067860 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:44.142957 tst         register_default_mass.py: using MSISDN 1090
22:48:44.149006 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:44.228226 tst         register_default_mass.py: using MSISDN 1091
22:48:44.234769 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:44.304684 tst         register_default_mass.py: using MSISDN 1092
22:48:44.310799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:44.389856 tst         register_default_mass.py: using MSISDN 1093
22:48:44.396320 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:44.461433 tst         register_default_mass.py: using MSISDN 1094
22:48:44.467591 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:44.613049 tst         register_default_mass.py: using MSISDN 1095
22:48:44.619165 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:44.695003 tst         register_default_mass.py: using MSISDN 1096
22:48:44.701077 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:44.783438 tst         register_default_mass.py: using MSISDN 1097
22:48:44.789682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:44.855362 tst         register_default_mass.py: using MSISDN 1098
22:48:44.861469 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:44.929902 tst         register_default_mass.py: using MSISDN 1099
22:48:44.935978 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:45.004708 tst         register_default_mass.py: using MSISDN 1100
22:48:45.011019 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:45.163109 run                             mass: Starting testcase
22:48:45.169086 run                             mass: Pre-launching all virtphy's
22:48:45.174764 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:45.188282 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:45.194705 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:45.208249 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:45.214554 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:45.230172 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:45.236284 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:45.250150 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:45.256556 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:45.270572 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:45.276840 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:45.290459 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:45.296585 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:45.310259 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:45.316578 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:45.330202 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:45.336511 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:45.350168 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:45.356437 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:45.370001 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:45.376492 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:45.390272 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:45.396819 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:45.410458 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:45.416861 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:45.430837 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:45.437204 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:45.451050 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:45.457482 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:45.471098 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:45.477339 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:45.491070 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:45.497393 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:45.511209 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:45.517551 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:45.531523 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:45.539100 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:45.553385 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:45.559988 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:45.573991 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:45.580507 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:45.595231 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:45.601683 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:45.615732 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:45.622090 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:45.635933 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:45.642342 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:45.656179 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:45.662650 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:45.676173 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:45.682472 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:45.695725 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:45.702194 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:45.715981 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:45.722392 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:45.736375 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:45.742647 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:45.755916 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:45.762263 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:45.776039 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:45.782696 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:45.796945 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:45.803433 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:45.817597 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:45.823948 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:45.837762 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:45.844241 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:45.858577 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:45.866039 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:45.879950 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:45.886289 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:45.900492 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:45.906858 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:45.921275 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:45.927559 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:45.940799 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:45.947103 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:45.960445 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:45.966804 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:45.980395 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:45.987164 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:46.001060 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:46.007398 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:46.021627 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:46.029366 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:46.043341 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:46.049681 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:46.063536 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:46.070077 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:46.083932 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:46.090415 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:46.105016 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:46.111378 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:46.125431 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:46.132429 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:46.148690 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:46.156286 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:46.172919 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:46.180406 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:46.196326 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:46.203628 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:46.219338 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:46.226552 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:46.242039 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:46.249244 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:46.265399 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:46.272640 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:46.288906 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:46.296497 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:46.313023 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:46.320634 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:46.337136 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:46.344830 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:46.361639 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:46.369312 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:46.386097 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:46.393712 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:46.409505 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:46.416772 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:46.432821 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:46.439859 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:46.455409 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:46.462412 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:46.478169 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:46.485254 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:46.500752 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:46.507758 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:46.523208 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:46.530806 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:46.547209 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:46.554764 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:46.572478 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:46.580342 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:46.597100 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:46.604347 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:46.623732 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:46.633956 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:46.650485 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:46.658284 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:46.675059 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:46.683345 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:46.700860 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:46.708930 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:46.726213 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:46.740805 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:46.759673 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:46.767500 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:46.784332 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:46.792243 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:46.809113 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:46.817208 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:46.834284 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:46.842005 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:46.858543 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:46.866176 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:46.882562 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:46.890020 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:46.906492 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:46.914113 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:46.930467 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:46.937935 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:46.954096 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:46.961513 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:46.977669 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:46.985012 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:47.000947 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:47.008536 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:47.025040 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:47.032810 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:47.049652 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:47.057631 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:47.074309 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:47.081666 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:47.097989 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:47.105731 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:47.122671 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:47.130827 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:47.148094 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:47.156144 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:47.173069 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:47.180876 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:47.197479 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:47.205122 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:47.221540 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:47.229080 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:47.245589 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:47.253150 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:47.270030 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:47.278023 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:47.294972 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:47.571756 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:47.587978 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:47.594617 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:47.608748 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:47.615288 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:47.629361 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:47.635900 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:47.650034 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:47.656555 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:47.671138 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:47.677627 run                             mass: Checking if sockets are in the filesystem
22:48:47.690990 run                osmo-ms-mob/00000: Starting mobile
22:48:47.705763 run       osmo-ms-mob/00000(pid=135): Launched
22:48:47.720361 run                             mass: MS start registered  {at=17405833.42366783, delay=0.008134495466947556, ms=00000}
22:48:51.890819 run                osmo-ms-mob/00001: Starting mobile
22:48:51.904688 run       osmo-ms-mob/00001(pid=136): Launched
22:48:51.916601 run                             mass: MS start registered  {at=17405837.619945653, delay=0.0055518485605716705, ms=00001}
22:48:53.690956 run                osmo-ms-mob/00002: Starting mobile
22:48:53.705110 run       osmo-ms-mob/00002(pid=137): Launched
22:48:53.711789 run                             mass: MS performed LU  {at=17405839.41513305, lu_delay=5.991465222090483, ms=00000}
22:48:53.718369 run                             mass: MS start registered  {at=17405839.421724472, delay=0.006621763110160828, ms=00002}
22:48:54.990462 run                osmo-ms-mob/00003: Starting mobile
22:48:55.006353 run       osmo-ms-mob/00003(pid=138): Launched
22:48:55.018645 run                             mass: MS start registered  {at=17405840.72195934, delay=0.005307793617248535, ms=00003}
22:48:56.090382 run                osmo-ms-mob/00004: Starting mobile
22:48:56.104317 run       osmo-ms-mob/00004(pid=139): Launched
22:48:56.116094 run                             mass: MS start registered  {at=17405841.81943344, delay=0.005393575876951218, ms=00004}
22:48:57.092449 run                osmo-ms-mob/00005: Starting mobile
22:48:57.106594 run       osmo-ms-mob/00005(pid=140): Launched
22:48:57.118759 run                             mass: MS start registered  {at=17405842.82208116, delay=0.005567360669374466, ms=00005}
22:48:57.456233 run                             mass: MS performed LU  {at=17405843.159533005, lu_delay=5.53958735242486, ms=00001}
22:48:57.995664 run                osmo-ms-mob/00006: Starting mobile
22:48:58.009624 run       osmo-ms-mob/00006(pid=141): Launched
22:48:58.021664 run                             mass: MS start registered  {at=17405843.725005113, delay=0.005555272102355957, ms=00006}
22:48:58.891196 run                osmo-ms-mob/00007: Starting mobile
22:48:58.905798 run       osmo-ms-mob/00007(pid=142): Launched
22:48:58.917658 run                             mass: MS start registered  {at=17405844.62100249, delay=0.004706468433141708, ms=00007}
22:48:59.358861 run                             mass: MS performed LU  {at=17405845.062103964, lu_delay=5.6403794921934605, ms=00002}
22:48:59.696314 run                osmo-ms-mob/00008: Starting mobile
22:48:59.710311 run       osmo-ms-mob/00008(pid=143): Launched
22:48:59.722816 run                             mass: MS start registered  {at=17405845.4261396, delay=0.006029210984706879, ms=00008}
22:49:00.394697 run                osmo-ms-mob/00009: Starting mobile
22:49:00.411161 run       osmo-ms-mob/00009(pid=144): Launched
22:49:00.423836 run                             mass: MS start registered  {at=17405846.127165332, delay=0.006061922758817673, ms=00009}
22:49:01.090178 run                osmo-ms-mob/00010: Starting mobile
22:49:01.103811 run       osmo-ms-mob/00010(pid=145): Launched
22:49:01.115942 run                             mass: MS start registered  {at=17405846.81928568, delay=0.005862414836883545, ms=00010}
22:49:01.221753 run                             mass: MS performed LU  {at=17405846.925034203, lu_delay=5.105600763112307, ms=00004}
22:49:01.268964 run                             mass: MS performed LU  {at=17405846.972265955, lu_delay=6.250306613743305, ms=00003}
22:49:01.697771 run                osmo-ms-mob/00011: Starting mobile
22:49:01.712032 run       osmo-ms-mob/00011(pid=146): Launched
22:49:01.723964 run                             mass: MS start registered  {at=17405847.427311633, delay=0.005487948656082153, ms=00011}
22:49:02.302374 run                osmo-ms-mob/00012: Starting mobile
22:49:02.316020 run       osmo-ms-mob/00012(pid=147): Launched
22:49:02.329680 run                             mass: MS start registered  {at=17405848.033022188, delay=0.007614467293024063, ms=00012}
22:49:02.894969 run                osmo-ms-mob/00013: Starting mobile
22:49:02.908868 run       osmo-ms-mob/00013(pid=148): Launched
22:49:02.920954 run                             mass: MS start registered  {at=17405848.624295432, delay=0.005658000707626343, ms=00013}
22:49:03.157192 run                             mass: MS performed LU  {at=17405848.86045215, lu_delay=6.038370989263058, ms=00005}
22:49:03.405739 run                             mass: MS performed LU  {at=17405849.10896983, lu_delay=5.383964717388153, ms=00006}
22:49:03.433733 run                osmo-ms-mob/00014: Starting mobile
22:49:03.447360 run       osmo-ms-mob/00014(pid=149): Launched
22:49:03.459161 run                             mass: MS start registered  {at=17405849.16249846, delay=0.00544821098446846, ms=00014}
22:49:04.103981 run                osmo-ms-mob/00015: Starting mobile
22:49:04.117974 run       osmo-ms-mob/00015(pid=150): Launched
22:49:04.129502 run                             mass: MS start registered  {at=17405849.83285304, delay=0.005172230303287506, ms=00015}
22:49:04.603821 run                osmo-ms-mob/00016: Starting mobile
22:49:04.617488 run       osmo-ms-mob/00016(pid=151): Launched
22:49:04.629101 run                             mass: MS start registered  {at=17405850.332423758, delay=0.005140680819749832, ms=00016}
22:49:04.988819 run                             mass: MS performed LU  {at=17405850.692080002, lu_delay=6.071077510714531, ms=00007}
22:49:05.008762 run                osmo-ms-mob/00017: Starting mobile
22:49:05.022404 run       osmo-ms-mob/00017(pid=152): Launched
22:49:05.033795 run                             mass: MS performed LU  {at=17405850.737133265, lu_delay=5.310993663966656, ms=00008}
22:49:05.040141 run                             mass: MS start registered  {at=17405850.74350522, delay=0.011318907141685486, ms=00017}
22:49:05.356887 run                             mass: MS performed LU  {at=17405851.060215045, lu_delay=4.933049712330103, ms=00009}
22:49:05.690909 run                osmo-ms-mob/00018: Starting mobile
22:49:05.713514 run       osmo-ms-mob/00018(pid=153): Launched
22:49:05.724986 run                             mass: MS start registered  {at=17405851.428331897, delay=0.005202058702707291, ms=00018}
22:49:06.102615 run                osmo-ms-mob/00019: Starting mobile
22:49:06.116027 run       osmo-ms-mob/00019(pid=154): Launched
22:49:06.128033 run                             mass: MS start registered  {at=17405851.83138159, delay=0.003875676542520523, ms=00019}
22:49:06.590679 run                osmo-ms-mob/00020: Starting mobile
22:49:06.604262 run       osmo-ms-mob/00020(pid=155): Launched
22:49:06.615743 run                             mass: MS start registered  {at=17405852.31909126, delay=0.005027484148740768, ms=00020}
22:49:06.890449 run                             mass: MS performed LU  {at=17405852.593697134, lu_delay=5.774411454796791, ms=00010}
22:49:06.936500 run                             mass: MS performed LU  {at=17405852.63974977, lu_delay=5.212438136339188, ms=00011}
22:49:06.959494 run                osmo-ms-mob/00021: Starting mobile
22:49:06.973437 run       osmo-ms-mob/00021(pid=156): Launched
22:49:06.985379 run                             mass: MS start registered  {at=17405852.688722365, delay=0.005404554307460785, ms=00021}
22:49:07.024257 run                             mass: MS performed LU  {at=17405852.727523178, lu_delay=4.694500990211964, ms=00012}
22:49:07.509500 run                osmo-ms-mob/00022: Starting mobile
22:49:07.523738 run       osmo-ms-mob/00022(pid=157): Launched
22:49:07.535731 run                             mass: MS start registered  {at=17405853.2390568, delay=0.005856592208147049, ms=00022}
22:49:07.990895 run                osmo-ms-mob/00023: Starting mobile
22:49:08.005158 run       osmo-ms-mob/00023(pid=158): Launched
22:49:08.017105 run                             mass: MS start registered  {at=17405853.720450368, delay=0.0055268146097660065, ms=00023}
22:49:08.856552 run                osmo-ms-mob/00024: Starting mobile
22:49:08.875133 run       osmo-ms-mob/00024(pid=159): Launched
22:49:08.881244 run                             mass: Starting too slowly. Moving on {now=17405854.584613163, sleep=-0.39723677560687065, target=17405854.187376387}
22:49:08.886830 run                             mass: MS performed LU  {at=17405854.590186656, lu_delay=4.757333613932133, ms=00015}
22:49:08.892770 run                             mass: Starting too slowly. Moving on {now=17405854.59614005, sleep=-0.30876366049051285, target=17405854.28737639}
22:49:08.898491 run                             mass: MS performed LU  {at=17405854.60185194, lu_delay=5.977556508034468, ms=00013}
22:49:08.904193 run                             mass: Starting too slowly. Moving on {now=17405854.607563436, sleep=-0.22018704563379288, target=17405854.38737639}
22:49:08.909743 run                             mass: MS start registered  {at=17405854.613107145, delay=0.028496887534856796, ms=00024}
22:49:08.915595 run                             mass: Starting too slowly. Moving on {now=17405854.61896503, sleep=-0.1315886378288269, target=17405854.487376392}
22:49:08.921239 run                             mass: MS performed LU  {at=17405854.6246016, lu_delay=5.462103139609098, ms=00014}
22:49:08.927027 run                             mass: Starting too slowly. Moving on {now=17405854.63039759, sleep=-0.043021198362112045, target=17405854.587376393}
22:49:09.527405 run                osmo-ms-mob/00025: Starting mobile
22:49:09.558229 run       osmo-ms-mob/00025(pid=160): Launched
22:49:09.564345 run                             mass: Starting too slowly. Moving on {now=17405855.26771373, sleep=-0.5803373344242573, target=17405854.687376395}
22:49:09.570254 run                             mass: MS start registered  {at=17405855.273604795, delay=0.005893368273973465, ms=00025}
22:49:09.576051 run                             mass: Starting too slowly. Moving on {now=17405855.27942138, sleep=-0.49204498529434204, target=17405854.787376396}
22:49:09.581605 run                             mass: Starting too slowly. Moving on {now=17405855.284976598, sleep=-0.3976002000272274, target=17405854.887376398}
22:49:09.587091 run                             mass: Starting too slowly. Moving on {now=17405855.290462762, sleep=-0.3030863627791405, target=17405854.9873764}
22:49:10.139402 run                osmo-ms-mob/00026: Starting mobile
22:49:10.196457 run       osmo-ms-mob/00026(pid=161): Launched
22:49:10.202650 run                             mass: Starting too slowly. Moving on {now=17405855.906018984, sleep=-0.81864258274436, target=17405855.0873764}
22:49:10.208495 run                             mass: MS start registered  {at=17405855.911852557, delay=0.005836568772792816, ms=00026}
22:49:10.214498 run                             mass: Starting too slowly. Moving on {now=17405855.91786742, sleep=-0.7304910160601139, target=17405855.187376402}
22:49:10.220239 run                             mass: Starting too slowly. Moving on {now=17405855.923610196, sleep=-0.6362337917089462, target=17405855.287376404}
22:49:10.225922 run                             mass: Starting too slowly. Moving on {now=17405855.929294538, sleep=-0.5419181324541569, target=17405855.387376405}
22:49:10.585138 run                osmo-ms-mob/00027: Starting mobile
22:49:11.078141 run       osmo-ms-mob/00027(pid=162): Launched
22:49:11.088359 run                             mass: Starting too slowly. Moving on {now=17405856.791726947, sleep=-1.3043505400419235, target=17405855.487376407}
22:49:11.094142 run                             mass: MS start registered  {at=17405856.79750009, delay=0.005776144564151764, ms=00027}
22:49:11.100113 run                             mass: Starting too slowly. Moving on {now=17405856.803483594, sleep=-1.2161071859300137, target=17405855.58737641}
22:49:11.106019 run                             mass: Starting too slowly. Moving on {now=17405856.80939052, sleep=-1.122014109045267, target=17405855.68737641}
22:49:11.111650 run                             mass: Starting too slowly. Moving on {now=17405856.81502188, sleep=-1.027645468711853, target=17405855.78737641}
22:49:11.375627 run                osmo-ms-mob/00028: Starting mobile
22:49:11.389012 run       osmo-ms-mob/00028(pid=163): Launched
22:49:11.395120 run                             mass: Starting too slowly. Moving on {now=17405857.098488934, sleep=-1.2111125215888023, target=17405855.887376413}
22:49:11.400833 run                             mass: MS start registered  {at=17405857.104191896, delay=0.005704957991838455, ms=00028}
22:49:11.406661 run                             mass: Starting too slowly. Moving on {now=17405857.110031553, sleep=-1.122655138373375, target=17405855.987376414}
22:49:11.412741 run                             mass: Starting too slowly. Moving on {now=17405857.11611076, sleep=-1.0287343449890614, target=17405856.087376416}
22:49:11.418502 run                             mass: Starting too slowly. Moving on {now=17405857.12187384, sleep=-0.9344974234700203, target=17405856.187376417}
22:49:11.728953 run                osmo-ms-mob/00029: Starting mobile
22:49:12.050507 run       osmo-ms-mob/00029(pid=164): Launched
22:49:12.056885 run                             mass: Starting too slowly. Moving on {now=17405857.760253206, sleep=-1.472876787185669, target=17405856.28737642}
22:49:12.062692 run                             mass: MS start registered  {at=17405857.766050473, delay=0.005800183862447739, ms=00029}
22:49:12.068809 run                             mass: Starting too slowly. Moving on {now=17405857.772178352, sleep=-1.3848019316792488, target=17405856.38737642}
22:49:12.074522 run                             mass: Starting too slowly. Moving on {now=17405857.777893376, sleep=-1.2905169539153576, target=17405856.48737642}
22:49:12.080186 run                             mass: Starting too slowly. Moving on {now=17405857.783557802, sleep=-1.1961813792586327, target=17405856.587376423}
22:49:12.091022 run                osmo-ms-mob/00030: Starting mobile
22:49:12.104546 run       osmo-ms-mob/00030(pid=165): Launched
22:49:12.110789 run                             mass: Starting too slowly. Moving on {now=17405857.814158686, sleep=-1.1267822608351707, target=17405856.687376425}
22:49:12.116863 run                             mass: MS start registered  {at=17405857.820220537, delay=0.006064116954803467, ms=00030}
22:49:12.122917 run                             mass: Starting too slowly. Moving on {now=17405857.826285806, sleep=-1.0389093793928623, target=17405856.787376426}
22:49:12.128736 run                             mass: Starting too slowly. Moving on {now=17405857.832106456, sleep=-0.9447300285100937, target=17405856.887376428}
22:49:12.134781 run                             mass: Starting too slowly. Moving on {now=17405857.838150814, sleep=-0.850774385035038, target=17405856.98737643}
22:49:12.146474 run                osmo-ms-mob/00031: Starting mobile
22:49:12.160808 run       osmo-ms-mob/00031(pid=166): Launched
22:49:12.167165 run                             mass: Starting too slowly. Moving on {now=17405857.870534766, sleep=-0.7831583358347416, target=17405857.08737643}
22:49:12.173132 run                             mass: MS start registered  {at=17405857.876491155, delay=0.005958490073680878, ms=00031}
22:49:12.179234 run                             mass: Starting too slowly. Moving on {now=17405857.882604677, sleep=-0.6952282451093197, target=17405857.187376432}
22:49:12.185304 run                             mass: Starting too slowly. Moving on {now=17405857.888674393, sleep=-0.6012979596853256, target=17405857.287376434}
22:49:12.196798 run                osmo-ms-mob/00032: Starting mobile
22:49:12.211166 run       osmo-ms-mob/00032(pid=167): Launched
22:49:12.217750 run                             mass: Starting too slowly. Moving on {now=17405857.92111641, sleep=-0.5337399765849113, target=17405857.387376435}
22:49:12.223967 run                             mass: MS start registered  {at=17405857.927321423, delay=0.006208736449480057, ms=00032}
22:49:12.230233 run                             mass: Starting too slowly. Moving on {now=17405857.93360135, sleep=-0.4462249130010605, target=17405857.487376437}
22:49:12.236273 run                             mass: Starting too slowly. Moving on {now=17405857.939643018, sleep=-0.3522665798664093, target=17405857.587376438}
22:49:12.242709 run                             mass: Starting too slowly. Moving on {now=17405857.946077254, sleep=-0.25870081409811974, target=17405857.68737644}
22:49:12.254622 run                osmo-ms-mob/00033: Starting mobile
22:49:12.269194 run       osmo-ms-mob/00033(pid=168): Launched
22:49:12.275661 run                             mass: Starting too slowly. Moving on {now=17405857.979027864, sleep=-0.19165142253041267, target=17405857.78737644}
22:49:12.281693 run                             mass: MS start registered  {at=17405857.985050466, delay=0.006025046110153198, ms=00033}
22:49:12.288061 run                             mass: Starting too slowly. Moving on {now=17405857.991429243, sleep=-0.10405280068516731, target=17405857.887376443}
22:49:12.294022 run                             mass: Starting too slowly. Moving on {now=17405857.997391216, sleep=-0.010014772415161133, target=17405857.987376444}
22:49:12.390162 run                osmo-ms-mob/00034: Starting mobile
22:49:12.404809 run       osmo-ms-mob/00034(pid=169): Launched
22:49:12.416783 run                             mass: MS start registered  {at=17405858.120131355, delay=0.005485426634550095, ms=00034}
22:49:12.698562 run                osmo-ms-mob/00035: Starting mobile
22:49:12.712601 run       osmo-ms-mob/00035(pid=170): Launched
22:49:12.724353 run                             mass: MS start registered  {at=17405858.42770185, delay=0.005391836166381836, ms=00035}
22:49:13.092685 run                osmo-ms-mob/00036: Starting mobile
22:49:13.108888 run       osmo-ms-mob/00036(pid=171): Launched
22:49:13.120367 run                             mass: MS start registered  {at=17405858.823713005, delay=0.0053140223026275635, ms=00036}
22:49:13.243883 run                             mass: MS performed LU  {at=17405858.947176225, lu_delay=7.518844328820705, ms=00018}
22:49:13.271872 run                             mass: MS performed LU  {at=17405858.975189704, lu_delay=6.656098444014788, ms=00020}
22:49:13.290036 run                             mass: MS performed LU  {at=17405858.99337663, lu_delay=8.249871410429478, ms=00017}
22:49:13.303265 run                osmo-ms-mob/00037: Starting mobile
22:49:13.316985 run       osmo-ms-mob/00037(pid=172): Launched
22:49:13.328499 run                             mass: MS start registered  {at=17405859.031850323, delay=0.00527983158826828, ms=00037}
22:49:13.360574 run                             mass: MS performed LU  {at=17405859.063828412, lu_delay=6.375106047838926, ms=00021}
22:49:13.379629 run                             mass: MS performed LU  {at=17405859.08298765, lu_delay=8.750563893467188, ms=00016}
22:49:13.391346 run                osmo-ms-mob/00038: Starting mobile
22:49:13.405130 run       osmo-ms-mob/00038(pid=173): Launched
22:49:13.411323 run                             mass: MS performed LU  {at=17405859.114679344, lu_delay=7.2832977548241615, ms=00019}
22:49:13.417737 run                             mass: MS performed LU  {at=17405859.121098828, lu_delay=5.400648459792137, ms=00023}
22:49:13.423626 run                             mass: MS start registered  {at=17405859.126991056, delay=0.012334361672401428, ms=00038}
22:49:13.435562 run                osmo-ms-mob/00039: Starting mobile
22:49:13.448996 run       osmo-ms-mob/00039(pid=174): Launched
22:49:13.460638 run                             mass: MS performed LU  {at=17405859.16397351, lu_delay=5.924916710704565, ms=00022}
22:49:13.466772 run                             mass: MS start registered  {at=17405859.17013623, delay=0.011431992053985596, ms=00039}
22:49:14.375003 run                             mass: MS performed LU  {at=17405860.07832484, lu_delay=4.804720044136047, ms=00025}
22:49:14.393180 run                             mass: MS performed LU  {at=17405860.096525926, lu_delay=5.48341878131032, ms=00024}
22:49:14.404953 run                osmo-ms-mob/00040: Starting mobile
22:49:14.418891 run       osmo-ms-mob/00040(pid=175): Launched
22:49:14.431001 run                             mass: MS start registered  {at=17405860.134346697, delay=0.005337577313184738, ms=00040}
22:49:14.790671 run                osmo-ms-mob/00041: Starting mobile
22:49:14.804694 run       osmo-ms-mob/00041(pid=176): Launched
22:49:14.816438 run                             mass: MS start registered  {at=17405860.5197855, delay=0.005318116396665573, ms=00041}
22:49:15.091235 run                osmo-ms-mob/00042: Starting mobile
22:49:15.108212 run       osmo-ms-mob/00042(pid=177): Launched
22:49:15.120298 run                             mass: MS start registered  {at=17405860.823640075, delay=0.005584266036748886, ms=00042}
22:49:15.490698 run                osmo-ms-mob/00043: Starting mobile
22:49:15.504048 run       osmo-ms-mob/00043(pid=178): Launched
22:49:15.516170 run                             mass: MS start registered  {at=17405861.219513502, delay=0.005392387509346008, ms=00043}
22:49:15.790716 run                osmo-ms-mob/00044: Starting mobile
22:49:15.804433 run       osmo-ms-mob/00044(pid=179): Launched
22:49:15.816026 run                             mass: MS start registered  {at=17405861.519374814, delay=0.005239240825176239, ms=00044}
22:49:16.090342 run                osmo-ms-mob/00045: Starting mobile
22:49:16.104569 run       osmo-ms-mob/00045(pid=180): Launched
22:49:16.116599 run                             mass: MS start registered  {at=17405861.819940258, delay=0.005566559731960297, ms=00045}
22:49:16.303575 run                             mass: MS performed LU  {at=17405862.006907087, lu_delay=6.095054529607296, ms=00026}
22:49:16.315298 run                osmo-ms-mob/00046: Starting mobile
22:49:16.328851 run       osmo-ms-mob/00046(pid=181): Launched
22:49:16.335504 run                             mass: MS performed LU  {at=17405862.038855143, lu_delay=5.241355054080486, ms=00027}
22:49:16.344948 run                             mass: MS start registered  {at=17405862.0482992, delay=0.009470786899328232, ms=00046}
22:49:16.351461 run                             mass: MS performed LU  {at=17405862.05481728, lu_delay=4.9506253860890865, ms=00028}
22:49:16.363046 run                osmo-ms-mob/00047: Starting mobile
22:49:16.377146 run       osmo-ms-mob/00047(pid=182): Launched
22:49:16.389225 run                             mass: MS start registered  {at=17405862.092575517, delay=0.00559818372130394, ms=00047}
22:49:17.001102 run                osmo-ms-mob/00048: Starting mobile
22:49:17.015219 run       osmo-ms-mob/00048(pid=183): Launched
22:49:17.027942 run                             mass: MS start registered  {at=17405862.731278803, delay=0.006075132638216019, ms=00048}
22:49:17.305176 run                osmo-ms-mob/00049: Starting mobile
22:49:17.319613 run       osmo-ms-mob/00049(pid=184): Launched
22:49:17.332037 run                             mass: MS start registered  {at=17405863.035381168, delay=0.005718771368265152, ms=00049}
22:49:17.401700 run                             mass: MS performed LU  {at=17405863.105029464, lu_delay=5.284808926284313, ms=00030}
22:49:17.408326 run                             mass: MS performed LU  {at=17405863.111689508, lu_delay=4.991558153182268, ms=00034}
22:49:17.420432 run                osmo-ms-mob/00050: Starting mobile
22:49:17.434778 run       osmo-ms-mob/00050(pid=185): Launched
22:49:17.447232 run                             mass: MS start registered  {at=17405863.150572263, delay=0.00598502904176712, ms=00050}
22:49:18.009762 run                osmo-ms-mob/00051: Starting mobile
22:49:18.024486 run       osmo-ms-mob/00051(pid=186): Launched
22:49:18.036219 run                             mass: MS start registered  {at=17405863.7395587, delay=0.00537114217877388, ms=00051}
22:49:18.104385 run                             mass: MS performed LU  {at=17405863.807699937, lu_delay=4.775849614292383, ms=00037}
22:49:18.123489 run                             mass: MS performed LU  {at=17405863.82669416, lu_delay=5.39899231120944, ms=00035}
22:49:18.140935 run                osmo-ms-mob/00052: Starting mobile
22:49:18.154844 run       osmo-ms-mob/00052(pid=187): Launched
22:49:18.161393 run                             mass: MS performed LU  {at=17405863.864748392, lu_delay=5.988257236778736, ms=00031}
22:49:18.167898 run                             mass: MS start registered  {at=17405863.87124743, delay=0.0065207891166210175, ms=00052}
22:49:18.177736 run                             mass: MS performed LU  {at=17405863.88107735, lu_delay=5.057364344596863, ms=00036}
22:49:18.190084 run                osmo-ms-mob/00053: Starting mobile
22:49:18.204324 run       osmo-ms-mob/00053(pid=188): Launched
22:49:18.216357 run                             mass: MS start registered  {at=17405863.919698358, delay=0.005667269229888916, ms=00053}
22:49:18.432714 run                             mass: MS performed LU  {at=17405864.135939345, lu_delay=6.369888871908188, ms=00029}
22:49:18.905706 run                osmo-ms-mob/00054: Starting mobile
22:49:18.919810 run       osmo-ms-mob/00054(pid=189): Launched
22:49:18.932144 run                             mass: MS start registered  {at=17405864.635492, delay=0.005463458597660065, ms=00054}
22:49:19.066834 run                             mass: MS performed LU  {at=17405864.77008983, lu_delay=4.635743133723736, ms=00040}
22:49:19.128452 run                             mass: MS performed LU  {at=17405864.831700586, lu_delay=5.661564357578754, ms=00039}
22:49:19.153070 run                osmo-ms-mob/00055: Starting mobile
22:49:19.167575 run       osmo-ms-mob/00055(pid=190): Launched
22:49:19.173984 run                             mass: MS performed LU  {at=17405864.877315316, lu_delay=6.892264850437641, ms=00033}
22:49:19.180266 run                             mass: MS start registered  {at=17405864.8836299, delay=0.006352625787258148, ms=00055}
22:49:19.409960 run                             mass: MS performed LU  {at=17405865.113287527, lu_delay=7.185966104269028, ms=00032}
22:49:19.422016 run                osmo-ms-mob/00056: Starting mobile
22:49:19.436919 run       osmo-ms-mob/00056(pid=191): Launched
22:49:19.449511 run                             mass: MS start registered  {at=17405865.15284936, delay=0.005813904106616974, ms=00056}
22:49:19.806406 run                osmo-ms-mob/00057: Starting mobile
22:49:19.820485 run       osmo-ms-mob/00057(pid=192): Launched
22:49:19.832359 run                             mass: MS start registered  {at=17405865.535704754, delay=0.005656924098730087, ms=00057}
22:49:20.207814 run                osmo-ms-mob/00058: Starting mobile
22:49:20.222935 run       osmo-ms-mob/00058(pid=193): Launched
22:49:20.235208 run                             mass: MS start registered  {at=17405865.938556895, delay=0.005895994603633881, ms=00058}
22:49:20.504878 run                osmo-ms-mob/00059: Starting mobile
22:49:20.518556 run       osmo-ms-mob/00059(pid=194): Launched
22:49:20.532211 run                             mass: MS start registered  {at=17405866.235538363, delay=0.006989765912294388, ms=00059}
22:49:20.790899 run                osmo-ms-mob/00060: Starting mobile
22:49:20.805401 run       osmo-ms-mob/00060(pid=195): Launched
22:49:20.817267 run                             mass: MS start registered  {at=17405866.520611253, delay=0.00532110407948494, ms=00060}
22:49:20.947230 run                             mass: MS performed LU  {at=17405866.65047439, lu_delay=5.826834313571453, ms=00042}
22:49:20.984131 run                             mass: MS performed LU  {at=17405866.687335838, lu_delay=6.167550336569548, ms=00041}
22:49:21.185024 run                             mass: MS performed LU  {at=17405866.888269797, lu_delay=3.8528886288404465, ms=00049}
22:49:21.199506 run                osmo-ms-mob/00061: Starting mobile
22:49:21.213926 run       osmo-ms-mob/00061(pid=196): Launched
22:49:21.227694 run                             mass: MS start registered  {at=17405866.93102597, delay=0.007259584963321686, ms=00061}
22:49:21.236677 run                             mass: MS performed LU  {at=17405866.940021735, lu_delay=5.720508232712746, ms=00043}
22:49:21.490613 run                osmo-ms-mob/00062: Starting mobile
22:49:21.505270 run       osmo-ms-mob/00062(pid=197): Launched
22:49:21.518352 run                             mass: MS start registered  {at=17405867.22168495, delay=0.006450429558753967, ms=00062}
22:49:21.790255 run                osmo-ms-mob/00063: Starting mobile
22:49:21.804673 run       osmo-ms-mob/00063(pid=198): Launched
22:49:21.817357 run                             mass: MS start registered  {at=17405867.52070044, delay=0.006115429103374481, ms=00063}
22:49:21.963866 run                             mass: MS performed LU  {at=17405867.667076077, lu_delay=5.574500560760498, ms=00047}
22:49:22.207266 run                osmo-ms-mob/00064: Starting mobile
22:49:22.222337 run       osmo-ms-mob/00064(pid=199): Launched
22:49:22.231912 run                             mass: MS performed LU  {at=17405867.935258795, lu_delay=6.415883980691433, ms=00044}
22:49:22.238950 run                             mass: MS performed LU  {at=17405867.942309927, lu_delay=5.211031123995781, ms=00048}
22:49:22.245627 run                             mass: MS start registered  {at=17405867.94898941, delay=0.013761438429355621, ms=00064}
22:49:22.469403 run                             mass: MS performed LU  {at=17405868.172731113, lu_delay=5.022158849984407, ms=00050}
22:49:22.481431 run                osmo-ms-mob/00065: Starting mobile
22:49:22.495613 run       osmo-ms-mob/00065(pid=200): Launched
22:49:22.508542 run                             mass: MS start registered  {at=17405868.21187173, delay=0.006014887243509293, ms=00065}
22:49:22.890467 run                osmo-ms-mob/00066: Starting mobile
22:49:22.905347 run       osmo-ms-mob/00066(pid=201): Launched
22:49:22.917302 run                             mass: MS start registered  {at=17405868.6206502, delay=0.00011996552348136902, ms=00066}
22:49:23.298999 run                osmo-ms-mob/00067: Starting mobile
22:49:23.314305 run       osmo-ms-mob/00067(pid=202): Launched
22:49:23.328526 run                             mass: MS start registered  {at=17405869.031859174, delay=0.007668871432542801, ms=00067}
22:49:23.590552 run                osmo-ms-mob/00068: Starting mobile
22:49:23.604975 run       osmo-ms-mob/00068(pid=203): Launched
22:49:23.617325 run                             mass: MS start registered  {at=17405869.32066429, delay=0.005700062960386276, ms=00068}
22:49:23.770519 run                             mass: MS performed LU  {at=17405869.473846085, lu_delay=5.554147727787495, ms=00053}
22:49:23.807567 run                             mass: MS performed LU  {at=17405869.510894753, lu_delay=4.875402752310038, ms=00054}
22:49:23.924400 run                             mass: MS performed LU  {at=17405869.627455622, lu_delay=4.743825722485781, ms=00055}
22:49:23.954077 run                osmo-ms-mob/00069: Starting mobile
22:49:23.967803 run       osmo-ms-mob/00069(pid=204): Launched
22:49:23.979647 run                             mass: MS start registered  {at=17405869.68299083, delay=0.005654480308294296, ms=00069}
22:49:24.062124 run                             mass: MS performed LU  {at=17405869.765406642, lu_delay=4.612557280808687, ms=00056}
22:49:24.390668 run                osmo-ms-mob/00070: Starting mobile
22:49:24.405145 run       osmo-ms-mob/00070(pid=205): Launched
22:49:24.417328 run                             mass: MS start registered  {at=17405870.120668933, delay=0.00569717213511467, ms=00070}
22:49:24.790572 run                osmo-ms-mob/00071: Starting mobile
22:49:24.804851 run       osmo-ms-mob/00071(pid=206): Launched
22:49:24.811257 run                             mass: MS performed LU  {at=17405870.5146128, lu_delay=6.6433653719723225, ms=00052}
22:49:24.821423 run                             mass: MS start registered  {at=17405870.52477735, delay=0.010187454521656036, ms=00071}
22:49:25.190408 run                osmo-ms-mob/00072: Starting mobile
22:49:25.204848 run       osmo-ms-mob/00072(pid=207): Launched
22:49:25.216816 run                             mass: MS start registered  {at=17405870.92016307, delay=0.005641482770442963, ms=00072}
22:49:25.594353 run                osmo-ms-mob/00073: Starting mobile
22:49:25.609336 run       osmo-ms-mob/00073(pid=208): Launched
22:49:25.621821 run                             mass: MS start registered  {at=17405871.32516238, delay=0.006045088171958923, ms=00073}
22:49:25.833669 run                             mass: MS performed LU  {at=17405871.536995683, lu_delay=4.605969712138176, ms=00061}
22:49:25.936915 run                             mass: MS performed LU  {at=17405871.640157163, lu_delay=5.119545910507441, ms=00060}
22:49:25.963856 run                osmo-ms-mob/00074: Starting mobile
22:49:25.978051 run       osmo-ms-mob/00074(pid=209): Launched
22:49:25.984610 run                             mass: MS performed LU  {at=17405871.68796402, lu_delay=5.45242565497756, ms=00059}
22:49:25.990538 run                             mass: MS start registered  {at=17405871.693903796, delay=0.005963537842035294, ms=00074}
22:49:25.999865 run                             mass: MS performed LU  {at=17405871.70321868, lu_delay=6.1675139255821705, ms=00057}
22:49:26.399534 run                osmo-ms-mob/00075: Starting mobile
22:49:26.414406 run       osmo-ms-mob/00075(pid=210): Launched
22:49:26.427286 run                             mass: MS start registered  {at=17405872.130613968, delay=0.006427641957998276, ms=00075}
22:49:26.890440 run                osmo-ms-mob/00076: Starting mobile
22:49:26.929921 run       osmo-ms-mob/00076(pid=211): Launched
22:49:26.953045 run                             mass: MS start registered  {at=17405872.6563601, delay=0.016658291220664978, ms=00076}
22:49:27.290571 run                osmo-ms-mob/00077: Starting mobile
22:49:27.304850 run       osmo-ms-mob/00077(pid=212): Launched
22:49:27.317190 run                             mass: MS start registered  {at=17405873.020530496, delay=0.00598694384098053, ms=00077}
22:49:27.501462 run                             mass: MS performed LU  {at=17405873.20469871, lu_delay=5.9830137602984905, ms=00062}
22:49:27.531533 run                             mass: MS performed LU  {at=17405873.23488686, lu_delay=5.714186418801546, ms=00063}
22:49:27.538983 run                             mass: MS performed LU  {at=17405873.242345367, lu_delay=5.293355956673622, ms=00064}
22:49:27.549905 run                osmo-ms-mob/00078: Starting mobile
22:49:27.563477 run       osmo-ms-mob/00078(pid=213): Launched
22:49:27.575783 run                             mass: MS start registered  {at=17405873.279114522, delay=0.006018746644258499, ms=00078}
22:49:27.790969 run                             mass: MS performed LU  {at=17405873.49428946, lu_delay=4.873639263212681, ms=00066}
22:49:27.808968 run                             mass: MS performed LU  {at=17405873.512306385, lu_delay=5.300434656441212, ms=00065}
22:49:28.190279 run                osmo-ms-mob/00079: Starting mobile
22:49:28.205105 run       osmo-ms-mob/00079(pid=214): Launched
22:49:28.217811 run                             mass: MS start registered  {at=17405873.92114644, delay=0.006276175379753113, ms=00079}
22:49:28.691038 run                osmo-ms-mob/00080: Starting mobile
22:49:28.705232 run       osmo-ms-mob/00080(pid=215): Launched
22:49:28.718331 run                             mass: MS start registered  {at=17405874.421660457, delay=0.006436705589294434, ms=00080}
22:49:29.191823 run                osmo-ms-mob/00081: Starting mobile
22:49:29.206449 run       osmo-ms-mob/00081(pid=216): Launched
22:49:29.218659 run                             mass: MS start registered  {at=17405874.921990447, delay=0.005580998957157135, ms=00081}
22:49:29.465642 run                             mass: MS performed LU  {at=17405875.168970108, lu_delay=4.644192758947611, ms=00071}
22:49:29.484168 run                             mass: MS performed LU  {at=17405875.18749721, lu_delay=5.866832919418812, ms=00068}
22:49:29.495969 run                osmo-ms-mob/00082: Starting mobile
22:49:29.509435 run       osmo-ms-mob/00082(pid=217): Launched
22:49:29.521338 run                             mass: MS start registered  {at=17405875.224674724, delay=0.005361907184123993, ms=00082}
22:49:29.599616 run                             mass: MS performed LU  {at=17405875.302944258, lu_delay=6.27108508348465, ms=00067}
22:49:29.765534 run                             mass: MS performed LU  {at=17405875.468808234, lu_delay=5.7858174033463, ms=00069}
22:49:30.194774 run                osmo-ms-mob/00083: Starting mobile
22:49:30.210423 run       osmo-ms-mob/00083(pid=218): Launched
22:49:30.222546 run                             mass: MS start registered  {at=17405875.925886463, delay=0.005676686763763428, ms=00083}
22:49:30.700029 run                osmo-ms-mob/00084: Starting mobile
22:49:30.715445 run       osmo-ms-mob/00084(pid=219): Launched
22:49:30.727780 run                             mass: MS start registered  {at=17405876.43111795, delay=0.0057771168649196625, ms=00084}
22:49:31.190402 run                osmo-ms-mob/00085: Starting mobile
22:49:31.204442 run       osmo-ms-mob/00085(pid=220): Launched
22:49:31.216608 run                             mass: MS start registered  {at=17405876.919951897, delay=0.005762133747339249, ms=00085}
22:49:31.265952 run                             mass: MS performed LU  {at=17405876.96927662, lu_delay=5.275372821837664, ms=00074}
22:49:31.284853 run                             mass: MS performed LU  {at=17405876.988116402, lu_delay=5.662954021245241, ms=00073}
22:49:31.557296 run                             mass: MS performed LU  {at=17405877.26057355, lu_delay=5.129959583282471, ms=00075}
22:49:31.793604 run                osmo-ms-mob/00086: Starting mobile
22:49:31.807215 run       osmo-ms-mob/00086(pid=221): Launched
22:49:31.818852 run                             mass: MS start registered  {at=17405877.5222005, delay=0.005384113639593124, ms=00086}
22:49:32.392812 run                osmo-ms-mob/00087: Starting mobile
22:49:32.406972 run       osmo-ms-mob/00087(pid=222): Launched
22:49:32.418914 run                             mass: MS start registered  {at=17405878.12225763, delay=0.005471065640449524, ms=00087}
22:49:32.990264 run                osmo-ms-mob/00088: Starting mobile
22:49:33.005322 run       osmo-ms-mob/00088(pid=223): Launched
22:49:33.018583 run                             mass: MS start registered  {at=17405878.72192111, delay=0.006801486015319824, ms=00088}
22:49:33.467373 run                             mass: MS performed LU  {at=17405879.170696624, lu_delay=5.891582101583481, ms=00078}
22:49:33.485563 run                             mass: MS performed LU  {at=17405879.18889245, lu_delay=6.168361954391003, ms=00077}
22:49:33.497219 run                osmo-ms-mob/00089: Starting mobile
22:49:33.510876 run       osmo-ms-mob/00089(pid=224): Launched
22:49:33.517607 run                             mass: MS performed LU  {at=17405879.220960386, lu_delay=5.299813944846392, ms=00079}
22:49:33.523671 run                             mass: MS start registered  {at=17405879.227034748, delay=0.006098899990320206, ms=00089}
22:49:33.531429 run                             mass: MS performed LU  {at=17405879.23477932, lu_delay=6.578419219702482, ms=00076}
22:49:33.601294 run                             mass: MS performed LU  {at=17405879.304531965, lu_delay=4.882871508598328, ms=00080}
22:49:34.205839 run                osmo-ms-mob/00090: Starting mobile
22:49:34.219948 run       osmo-ms-mob/00090(pid=225): Launched
22:49:34.232232 run                             mass: MS start registered  {at=17405879.935578234, delay=0.005637206137180328, ms=00090}
22:49:34.895144 run                osmo-ms-mob/00091: Starting mobile
22:49:34.918862 run       osmo-ms-mob/00091(pid=226): Launched
22:49:34.931178 run                             mass: MS start registered  {at=17405880.63451605, delay=0.004707895219326019, ms=00091}
22:49:35.031802 run                             mass: MS performed LU  {at=17405880.735113807, lu_delay=5.510439082980156, ms=00082}
22:49:35.049738 run                             mass: MS performed LU  {at=17405880.7530393, lu_delay=5.831048853695393, ms=00081}
22:49:35.087343 run                             mass: MS performed LU  {at=17405880.79064403, lu_delay=4.864757567644119, ms=00083}
22:49:35.340207 run                             mass: MS performed LU  {at=17405881.043521646, lu_delay=21.916530590504408, ms=00038}
22:49:35.591304 run                osmo-ms-mob/00092: Starting mobile
22:49:35.605256 run       osmo-ms-mob/00092(pid=227): Launched
22:49:35.617476 run                             mass: MS start registered  {at=17405881.32082505, delay=0.005691982805728912, ms=00092}
22:49:36.390482 run                osmo-ms-mob/00093: Starting mobile
22:49:36.404414 run       osmo-ms-mob/00093(pid=228): Launched
22:49:36.417573 run                             mass: MS start registered  {at=17405882.120893706, delay=0.006672132760286331, ms=00093}
22:49:36.997741 run                             mass: MS performed LU  {at=17405882.701057807, lu_delay=5.178857307881117, ms=00086}
22:49:37.015920 run                             mass: MS performed LU  {at=17405882.719256327, lu_delay=5.7993044294416904, ms=00085}
22:49:37.043437 run                             mass: MS performed LU  {at=17405882.746779118, lu_delay=4.624521486461163, ms=00087}
22:49:37.055119 run                osmo-ms-mob/00094: Starting mobile
22:49:37.069656 run       osmo-ms-mob/00094(pid=229): Launched
22:49:37.082038 run                             mass: MS start registered  {at=17405882.78538652, delay=0.005929231643676758, ms=00094}
22:49:37.297050 run                             mass: MS performed LU  {at=17405883.000374306, lu_delay=6.569256357848644, ms=00084}
22:49:38.195481 run                osmo-ms-mob/00095: Starting mobile
22:49:38.209609 run       osmo-ms-mob/00095(pid=230): Launched
22:49:38.221496 run                             mass: MS start registered  {at=17405883.92483387, delay=0.005582399666309357, ms=00095}
22:49:38.778561 run                             mass: MS performed LU  {at=17405884.481891263, lu_delay=4.546313028782606, ms=00090}
22:49:38.815862 run                             mass: MS performed LU  {at=17405884.519193225, lu_delay=5.797272115945816, ms=00088}
22:49:39.032474 run                             mass: MS performed LU  {at=17405884.73580378, lu_delay=5.508769031614065, ms=00089}
22:49:39.070467 run                             mass: MS performed LU  {at=17405884.7737846, lu_delay=22.953844342380762, ms=00045}
22:49:39.082402 run                osmo-ms-mob/00096: Starting mobile
22:49:39.097133 run       osmo-ms-mob/00096(pid=231): Launched
22:49:39.103724 run                             mass: MS performed LU  {at=17405884.807080053, lu_delay=22.758780851960182, ms=00046}
22:49:39.109965 run                             mass: MS start registered  {at=17405884.813330486, delay=0.006273776292800903, ms=00096}
22:49:40.294147 run                osmo-ms-mob/00097: Starting mobile
22:49:40.308051 run       osmo-ms-mob/00097(pid=232): Launched
22:49:40.320332 run                             mass: MS start registered  {at=17405886.023676205, delay=0.0055883415043354034, ms=00097}
22:49:40.763761 run                             mass: MS performed LU  {at=17405886.46706731, lu_delay=5.146242257207632, ms=00092}
22:49:40.781674 run                             mass: MS performed LU  {at=17405886.484976053, lu_delay=5.8504600040614605, ms=00091}
22:49:40.809377 run                             mass: MS performed LU  {at=17405886.512715872, lu_delay=22.77315717190504, ms=00051}
22:49:41.591091 run                osmo-ms-mob/00098: Starting mobile
22:49:41.605381 run       osmo-ms-mob/00098(pid=233): Launched
22:49:41.619086 run                             mass: MS start registered  {at=17405887.322415143, delay=0.0068702250719070435, ms=00098}
22:49:42.544871 run                             mass: MS performed LU  {at=17405888.248199042, lu_delay=5.4628125205636024, ms=00094}
22:49:42.710561 run                             mass: MS performed LU  {at=17405888.413889974, lu_delay=6.292996268719435, ms=00093}
22:49:42.798960 run                             mass: MS performed LU  {at=17405888.502217863, lu_delay=22.563660968095064, ms=00058}
22:49:43.287862 run                             mass: MS performed LU  {at=17405888.99119403, lu_delay=5.066360156983137, ms=00095}
22:49:43.299841 run                osmo-ms-mob/00099: Starting mobile
22:49:43.314310 run       osmo-ms-mob/00099(pid=234): Launched
22:49:43.320784 run                             mass: All started... {duration=55.63677656278014, too_slow=39}
22:49:43.327369 run                             mass: MS start registered  {at=17405889.030723907, delay=0.006575096398591995, ms=00099}
22:49:44.528886 run                             mass: MS performed LU  {at=17405890.232149895, lu_delay=5.418819408863783, ms=00096}
22:49:46.430560 run                             mass: MS performed LU  {at=17405892.133888997, lu_delay=4.8114738538861275, ms=00098}
22:49:46.458218 run                             mass: MS performed LU  {at=17405892.161564697, lu_delay=6.137888491153717, ms=00097}
22:49:46.476619 run                             mass: MS performed LU  {at=17405892.179968216, lu_delay=22.059299282729626, ms=00070}
22:49:48.193457 run                             mass: MS performed LU  {at=17405893.896781232, lu_delay=4.866057325154543, ms=00099}
22:49:48.295208 run                             mass: MS performed LU  {at=17405893.998534147, lu_delay=23.078371077775955, ms=00072}
22:49:48.301498 run                             mass: Tests done {all_completed=True, max=23.078371077775955, min=3.8528886288404465}
22:49:48.307021 tst         register_default_mass.py: Test passed (87.0 sec)
22:49:48.312641 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:48.316023 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:48.319412 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:48.322872 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:48.326339 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:48.329844 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:48.333340 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:48.336922 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:48.340394 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:48.343977 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:48.347584 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:48.351193 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:48.354799 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:48.358557 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:48.362109 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:48.365778 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:48.369300 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:48.372915 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:48.376632 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:48.380958 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:48.384607 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:48.388107 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:48.391620 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:48.395079 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:48.398545 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:48.402022 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:48.405538 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:48.409014 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:48.412516 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:48.416162 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:48.419947 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:48.423516 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:48.426968 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:48.430623 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:48.434129 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:48.437857 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:48.441531 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:48.445048 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:48.449003 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:48.452519 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:48.456140 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:48.459830 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:48.463350 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:48.466885 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:48.470378 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:48.473900 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:48.477427 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:48.480967 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:48.484909 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:48.488767 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:48.492263 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:48.495791 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:48.499298 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:48.503032 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:48.506786 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:48.510458 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:48.514770 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:48.518393 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:48.522034 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:48.525678 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:48.529280 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:48.533116 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:48.536771 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:48.540440 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:48.544072 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:48.547706 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:48.551248 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:48.554767 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:48.558257 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:48.561762 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:48.565273 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:48.568789 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:48.572274 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:48.575935 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:48.579444 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:48.582960 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:48.586478 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:48.590197 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:48.593732 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:48.597262 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:48.600789 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:48.604317 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:48.608430 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:48.611992 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:48.615624 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:48.619168 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:48.622686 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:48.626199 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:48.629711 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:48.633231 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:48.637390 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:48.640909 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:48.645099 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:48.648596 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:48.652094 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:48.655608 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:48.659142 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:48.662649 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:48.666208 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:48.669752 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:48.673291 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:48.676825 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:48.680331 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:48.683831 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:48.687356 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:48.690876 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:48.694440 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:48.697994 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:48.701634 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:48.705205 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:48.708755 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:48.712505 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:48.716073 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:48.719629 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:48.723153 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:48.726676 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:48.730171 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:48.733634 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:48.737105 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:48.740414 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:48.743754 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:48.747065 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:48.750354 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:48.753708 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:48.757067 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:48.760389 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:48.763754 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:48.767100 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:48.770418 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:48.773821 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:48.777259 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:48.780648 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:48.784113 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:48.787475 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:48.790934 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:48.794395 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:48.797855 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:48.801345 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:48.804828 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:48.808298 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:48.811779 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:48.815469 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:48.819040 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:48.822490 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:48.825938 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:48.829387 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:48.832853 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:48.836332 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:48.839769 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:48.843238 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:48.846675 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:48.850127 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:48.853600 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:48.857075 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:48.860538 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:48.863992 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:48.867452 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:48.870928 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:48.874382 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:48.877842 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:48.881304 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:48.884769 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:48.888241 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:48.891703 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:48.895167 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:48.898636 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:48.902086 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:48.905534 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:48.908983 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:48.912437 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:48.915906 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:48.919368 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:48.922832 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:48.926301 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:48.929768 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:48.933227 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:48.936690 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:48.940151 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:48.943637 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:48.947116 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:48.950586 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:48.954058 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:48.957524 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:48.961008 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:48.964456 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:48.967920 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:48.971380 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:48.974832 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:48.978317 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:48.981770 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:48.985231 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:48.988704 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:48.992175 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:48.995645 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:48.999092 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:49.002539 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:49.006010 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:49.009469 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:49.012937 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:49.016397 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:49.019858 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:49.023320 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:49.026799 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:49.030260 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:49.033712 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:49.037186 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:49.040585 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:49.043910 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:49.047217 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:49.050531 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:49.053969 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:49.057443 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:49.060911 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:49.064417 ---      ParallelTerminationStrategy: PID 22 died...
22:49:49.065994 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:49.069808 ---      ParallelTerminationStrategy: PID 23 died...
22:49:49.071371 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:49.075163 ---      ParallelTerminationStrategy: PID 24 died...
22:49:49.076703 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:49.080538 ---      ParallelTerminationStrategy: PID 25 died...
22:49:49.082098 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:49.085907 ---      ParallelTerminationStrategy: PID 26 died...
22:49:49.087460 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:49.091307 ---      ParallelTerminationStrategy: PID 27 died...
22:49:49.092857 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:49.096717 ---      ParallelTerminationStrategy: PID 28 died...
22:49:49.098287 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:49.102166 ---      ParallelTerminationStrategy: PID 29 died...
22:49:49.103743 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:49.107589 ---      ParallelTerminationStrategy: PID 30 died...
22:49:49.109150 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:49.112992 ---      ParallelTerminationStrategy: PID 31 died...
22:49:49.114549 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:49.118491 ---      ParallelTerminationStrategy: PID 32 died...
22:49:49.120067 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:49.123980 ---      ParallelTerminationStrategy: PID 33 died...
22:49:49.125550 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:49.129400 ---      ParallelTerminationStrategy: PID 35 died...
22:49:49.130966 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:49.134829 ---      ParallelTerminationStrategy: PID 36 died...
22:49:49.136408 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:49.140266 ---      ParallelTerminationStrategy: PID 37 died...
22:49:49.141846 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:49.145706 ---      ParallelTerminationStrategy: PID 38 died...
22:49:49.147280 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:49.151139 ---      ParallelTerminationStrategy: PID 39 died...
22:49:49.152707 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:49.156544 ---      ParallelTerminationStrategy: PID 40 died...
22:49:49.158125 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:49.161996 ---      ParallelTerminationStrategy: PID 41 died...
22:49:49.163560 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:49.167395 ---      ParallelTerminationStrategy: PID 42 died...
22:49:49.168958 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:49.172794 ---      ParallelTerminationStrategy: PID 43 died...
22:49:49.174351 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:49.178237 ---      ParallelTerminationStrategy: PID 44 died...
22:49:49.179798 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:49.183656 ---      ParallelTerminationStrategy: PID 45 died...
22:49:49.185209 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:49.189082 ---      ParallelTerminationStrategy: PID 46 died...
22:49:49.190647 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:49.194553 ---      ParallelTerminationStrategy: PID 47 died...
22:49:49.196162 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:49.200032 ---      ParallelTerminationStrategy: PID 48 died...
22:49:49.201590 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:49.205429 ---      ParallelTerminationStrategy: PID 49 died...
22:49:49.206988 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:49.210822 ---      ParallelTerminationStrategy: PID 50 died...
22:49:49.212361 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:49.216191 ---      ParallelTerminationStrategy: PID 51 died...
22:49:49.217744 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:49.221700 ---      ParallelTerminationStrategy: PID 52 died...
22:49:49.223265 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:49.227116 ---      ParallelTerminationStrategy: PID 53 died...
22:49:49.228676 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:49.232517 ---      ParallelTerminationStrategy: PID 54 died...
22:49:49.234074 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:49.237910 ---      ParallelTerminationStrategy: PID 55 died...
22:49:49.239469 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:49.243468 ---      ParallelTerminationStrategy: PID 56 died...
22:49:49.245028 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:49.248858 ---      ParallelTerminationStrategy: PID 57 died...
22:49:49.250412 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:49.254239 ---      ParallelTerminationStrategy: PID 58 died...
22:49:49.255794 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:49.259616 ---      ParallelTerminationStrategy: PID 59 died...
22:49:49.261173 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:49.265065 ---      ParallelTerminationStrategy: PID 60 died...
22:49:49.266627 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:49.270450 ---      ParallelTerminationStrategy: PID 61 died...
22:49:49.271998 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:49.275885 ---      ParallelTerminationStrategy: PID 62 died...
22:49:49.277451 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:49.281304 ---      ParallelTerminationStrategy: PID 63 died...
22:49:49.282877 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:49.286732 ---      ParallelTerminationStrategy: PID 64 died...
22:49:49.288276 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:49.292135 ---      ParallelTerminationStrategy: PID 65 died...
22:49:49.293724 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:49.297552 ---      ParallelTerminationStrategy: PID 66 died...
22:49:49.299104 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:49.302967 ---      ParallelTerminationStrategy: PID 67 died...
22:49:49.304529 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:49.308406 ---      ParallelTerminationStrategy: PID 68 died...
22:49:49.309952 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:49.313808 ---      ParallelTerminationStrategy: PID 69 died...
22:49:49.315364 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:49.319218 ---      ParallelTerminationStrategy: PID 70 died...
22:49:49.320828 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:49.324684 ---      ParallelTerminationStrategy: PID 71 died...
22:49:49.326252 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:49.330102 ---      ParallelTerminationStrategy: PID 72 died...
22:49:49.331662 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:49.335498 ---      ParallelTerminationStrategy: PID 73 died...
22:49:49.337074 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:49.340892 ---      ParallelTerminationStrategy: PID 74 died...
22:49:49.342511 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:49.346340 ---      ParallelTerminationStrategy: PID 75 died...
22:49:49.347898 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:49.351740 ---      ParallelTerminationStrategy: PID 76 died...
22:49:49.353292 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:49.357117 ---      ParallelTerminationStrategy: PID 77 died...
22:49:49.358672 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:49.362510 ---      ParallelTerminationStrategy: PID 78 died...
22:49:49.364065 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:49.367881 ---      ParallelTerminationStrategy: PID 79 died...
22:49:49.369432 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:49.373257 ---      ParallelTerminationStrategy: PID 80 died...
22:49:49.374802 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:49.378624 ---      ParallelTerminationStrategy: PID 81 died...
22:49:49.380173 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:49.384009 ---      ParallelTerminationStrategy: PID 82 died...
22:49:49.385554 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:49.389396 ---      ParallelTerminationStrategy: PID 83 died...
22:49:49.390949 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:49.394811 ---      ParallelTerminationStrategy: PID 84 died...
22:49:49.396358 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:49.400180 ---      ParallelTerminationStrategy: PID 85 died...
22:49:49.401734 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:49.405660 ---      ParallelTerminationStrategy: PID 86 died...
22:49:49.407208 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:49.411028 ---      ParallelTerminationStrategy: PID 87 died...
22:49:49.412595 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:49.416445 ---      ParallelTerminationStrategy: PID 88 died...
22:49:49.418035 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:49.421927 ---      ParallelTerminationStrategy: PID 89 died...
22:49:49.423478 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:49.427316 ---      ParallelTerminationStrategy: PID 90 died...
22:49:49.428866 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:49.432714 ---      ParallelTerminationStrategy: PID 91 died...
22:49:49.434274 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:49.438113 ---      ParallelTerminationStrategy: PID 92 died...
22:49:49.439664 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:49.443498 ---      ParallelTerminationStrategy: PID 93 died...
22:49:49.445048 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:49.448876 ---      ParallelTerminationStrategy: PID 94 died...
22:49:49.450430 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:49.454305 ---      ParallelTerminationStrategy: PID 95 died...
22:49:49.455857 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:49.459677 ---      ParallelTerminationStrategy: PID 96 died...
22:49:49.461229 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:49.465051 ---      ParallelTerminationStrategy: PID 97 died...
22:49:49.466597 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:49.470457 ---      ParallelTerminationStrategy: PID 98 died...
22:49:49.472018 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:49.475851 ---      ParallelTerminationStrategy: PID 99 died...
22:49:49.477397 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:49.481200 ---      ParallelTerminationStrategy: PID 100 died...
22:49:49.482680 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:49.486438 ---      ParallelTerminationStrategy: PID 101 died...
22:49:49.487994 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:49.491861 ---      ParallelTerminationStrategy: PID 102 died...
22:49:49.493417 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:49.497264 ---      ParallelTerminationStrategy: PID 103 died...
22:49:49.498816 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:49.502669 ---      ParallelTerminationStrategy: PID 104 died...
22:49:49.504227 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:49.508070 ---      ParallelTerminationStrategy: PID 105 died...
22:49:49.509624 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:49.513482 ---      ParallelTerminationStrategy: PID 106 died...
22:49:49.515042 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:49.518866 ---      ParallelTerminationStrategy: PID 107 died...
22:49:49.520415 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:49.524271 ---      ParallelTerminationStrategy: PID 108 died...
22:49:49.525818 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:49.529663 ---      ParallelTerminationStrategy: PID 109 died...
22:49:49.531209 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:49.535041 ---      ParallelTerminationStrategy: PID 110 died...
22:49:49.536584 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:49.540409 ---      ParallelTerminationStrategy: PID 111 died...
22:49:49.541958 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:49.545793 ---      ParallelTerminationStrategy: PID 112 died...
22:49:49.547343 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:49.551152 ---      ParallelTerminationStrategy: PID 113 died...
22:49:49.552738 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:49.556553 ---      ParallelTerminationStrategy: PID 114 died...
22:49:49.558105 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:49.561929 ---      ParallelTerminationStrategy: PID 115 died...
22:49:49.563487 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:49.567324 ---      ParallelTerminationStrategy: PID 116 died...
22:49:49.568904 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:49.572746 ---      ParallelTerminationStrategy: PID 117 died...
22:49:49.574299 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:49.578168 ---      ParallelTerminationStrategy: PID 118 died...
22:49:49.579727 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:49.583706 ---      ParallelTerminationStrategy: PID 119 died...
22:49:49.585277 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:49.589111 ---      ParallelTerminationStrategy: PID 120 died...
22:49:49.590664 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:49.594545 ---      ParallelTerminationStrategy: PID 121 died...
22:49:49.596110 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:49.599933 ---      ParallelTerminationStrategy: PID 122 died...
22:49:49.601612 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:49.605448 ---      ParallelTerminationStrategy: PID 123 died...
22:49:49.606998 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:49.610857 ---      ParallelTerminationStrategy: PID 124 died...
22:49:49.612420 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:49.616260 ---      ParallelTerminationStrategy: PID 125 died...
22:49:49.617812 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:49.621652 ---      ParallelTerminationStrategy: PID 126 died...
22:49:49.623206 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:49.627102 ---      ParallelTerminationStrategy: PID 127 died...
22:49:49.628681 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:49.632521 ---      ParallelTerminationStrategy: PID 128 died...
22:49:49.634082 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:49.637910 ---      ParallelTerminationStrategy: PID 129 died...
22:49:49.639459 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:49.643302 ---      ParallelTerminationStrategy: PID 130 died...
22:49:49.644855 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:49.648698 ---      ParallelTerminationStrategy: PID 131 died...
22:49:49.650237 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:49.654069 ---      ParallelTerminationStrategy: PID 132 died...
22:49:49.655629 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:49.659474 ---      ParallelTerminationStrategy: PID 133 died...
22:49:49.661037 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:49.664872 ---      ParallelTerminationStrategy: PID 134 died...
22:49:49.666440 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:49.670291 ---      ParallelTerminationStrategy: PID 135 died...
22:49:49.671861 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:49.675723 ---      ParallelTerminationStrategy: PID 136 died...
22:49:49.677319 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:49.681150 ---      ParallelTerminationStrategy: PID 137 died...
22:49:49.682694 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:49.686561 ---      ParallelTerminationStrategy: PID 138 died...
22:49:49.688114 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:49.692024 ---      ParallelTerminationStrategy: PID 139 died...
22:49:49.693555 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:49.697264 ---      ParallelTerminationStrategy: PID 140 died...
22:49:49.698753 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:49.702464 ---      ParallelTerminationStrategy: PID 141 died...
22:49:49.703964 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:49.707651 ---      ParallelTerminationStrategy: PID 142 died...
22:49:49.709168 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:49.712871 ---      ParallelTerminationStrategy: PID 143 died...
22:49:49.714350 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:49.718074 ---      ParallelTerminationStrategy: PID 144 died...
22:49:49.719562 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:49.723327 ---      ParallelTerminationStrategy: PID 145 died...
22:49:49.724810 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:49.728570 ---      ParallelTerminationStrategy: PID 146 died...
22:49:49.730082 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:49.733778 ---      ParallelTerminationStrategy: PID 147 died...
22:49:49.735261 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:49.739043 ---      ParallelTerminationStrategy: PID 148 died...
22:49:49.740531 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:49.744283 ---      ParallelTerminationStrategy: PID 149 died...
22:49:49.745773 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:49.749463 ---      ParallelTerminationStrategy: PID 150 died...
22:49:49.750957 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:49.754671 ---      ParallelTerminationStrategy: PID 151 died...
22:49:49.756155 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:49.759916 ---      ParallelTerminationStrategy: PID 152 died...
22:49:49.761480 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:49.765349 ---      ParallelTerminationStrategy: PID 153 died...
22:49:49.766909 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:49.770829 ---      ParallelTerminationStrategy: PID 154 died...
22:49:49.772390 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:49.776280 ---      ParallelTerminationStrategy: PID 155 died...
22:49:49.777851 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:49.781718 ---      ParallelTerminationStrategy: PID 156 died...
22:49:49.783270 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:49.787135 ---      ParallelTerminationStrategy: PID 157 died...
22:49:49.788719 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:49.792584 ---      ParallelTerminationStrategy: PID 158 died...
22:49:49.794134 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:49.797999 ---      ParallelTerminationStrategy: PID 159 died...
22:49:49.799560 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:49.803397 ---      ParallelTerminationStrategy: PID 160 died...
22:49:49.804945 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:49.808806 ---      ParallelTerminationStrategy: PID 161 died...
22:49:49.810362 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:49.814239 ---      ParallelTerminationStrategy: PID 162 died...
22:49:49.815794 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:49.819535 ---      ParallelTerminationStrategy: PID 163 died...
22:49:49.821027 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:49.824732 ---      ParallelTerminationStrategy: PID 164 died...
22:49:49.826229 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:49.829952 ---      ParallelTerminationStrategy: PID 165 died...
22:49:49.831467 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:49.835284 ---      ParallelTerminationStrategy: PID 166 died...
22:49:49.836837 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:49.840799 ---      ParallelTerminationStrategy: PID 167 died...
22:49:49.842314 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:49.846082 ---      ParallelTerminationStrategy: PID 168 died...
22:49:49.847582 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:49.851364 ---      ParallelTerminationStrategy: PID 169 died...
22:49:49.852865 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:49.856597 ---      ParallelTerminationStrategy: PID 170 died...
22:49:49.858084 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:49.861826 ---      ParallelTerminationStrategy: PID 171 died...
22:49:49.863310 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:49.867057 ---      ParallelTerminationStrategy: PID 172 died...
22:49:49.868602 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:49.872320 ---      ParallelTerminationStrategy: PID 173 died...
22:49:49.873893 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:49.877743 ---      ParallelTerminationStrategy: PID 174 died...
22:49:49.879284 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:49.883176 ---      ParallelTerminationStrategy: PID 175 died...
22:49:49.884740 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:49.888431 ---      ParallelTerminationStrategy: PID 176 died...
22:49:49.890034 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:49.894061 ---      ParallelTerminationStrategy: PID 177 died...
22:49:49.895666 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:49.899727 ---      ParallelTerminationStrategy: PID 178 died...
22:49:49.901385 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:49.905308 ---      ParallelTerminationStrategy: PID 179 died...
22:49:49.906801 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:49.910699 ---      ParallelTerminationStrategy: PID 180 died...
22:49:49.912256 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:49.916160 ---      ParallelTerminationStrategy: PID 181 died...
22:49:49.917735 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:49.921623 ---      ParallelTerminationStrategy: PID 182 died...
22:49:49.923191 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:49.927082 ---      ParallelTerminationStrategy: PID 183 died...
22:49:49.928660 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:49.932536 ---      ParallelTerminationStrategy: PID 184 died...
22:49:49.934141 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:49.938029 ---      ParallelTerminationStrategy: PID 185 died...
22:49:49.939599 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:49.943588 ---      ParallelTerminationStrategy: PID 186 died...
22:49:49.945160 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:49.949080 ---      ParallelTerminationStrategy: PID 187 died...
22:49:49.950818 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:49.954686 ---      ParallelTerminationStrategy: PID 188 died...
22:49:49.956254 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:49.960131 ---      ParallelTerminationStrategy: PID 189 died...
22:49:49.961739 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:49.965622 ---      ParallelTerminationStrategy: PID 190 died...
22:49:49.967196 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:49.971080 ---      ParallelTerminationStrategy: PID 191 died...
22:49:49.972641 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:49.976520 ---      ParallelTerminationStrategy: PID 192 died...
22:49:49.978081 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:49.981986 ---      ParallelTerminationStrategy: PID 193 died...
22:49:49.983555 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:49.987396 ---      ParallelTerminationStrategy: PID 194 died...
22:49:49.988959 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:49.992809 ---      ParallelTerminationStrategy: PID 195 died...
22:49:49.994351 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:49.998261 ---      ParallelTerminationStrategy: PID 196 died...
22:49:49.999822 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:50.003700 ---      ParallelTerminationStrategy: PID 197 died...
22:49:50.005257 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:50.009162 ---      ParallelTerminationStrategy: PID 198 died...
22:49:50.010721 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:50.014593 ---      ParallelTerminationStrategy: PID 199 died...
22:49:50.016149 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:50.020010 ---      ParallelTerminationStrategy: PID 200 died...
22:49:50.021575 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:50.025440 ---      ParallelTerminationStrategy: PID 201 died...
22:49:50.026999 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:50.030886 ---      ParallelTerminationStrategy: PID 202 died...
22:49:50.032437 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:50.036299 ---      ParallelTerminationStrategy: PID 203 died...
22:49:50.037870 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:50.041773 ---      ParallelTerminationStrategy: PID 204 died...
22:49:50.043357 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:50.047230 ---      ParallelTerminationStrategy: PID 205 died...
22:49:50.048804 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:50.052700 ---      ParallelTerminationStrategy: PID 206 died...
22:49:50.054261 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:50.058177 ---      ParallelTerminationStrategy: PID 207 died...
22:49:50.059733 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:50.063646 ---      ParallelTerminationStrategy: PID 208 died...
22:49:50.065201 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:50.069069 ---      ParallelTerminationStrategy: PID 209 died...
22:49:50.070618 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:50.074517 ---      ParallelTerminationStrategy: PID 210 died...
22:49:50.076127 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:50.079966 ---      ParallelTerminationStrategy: PID 211 died...
22:49:50.081557 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:50.085482 ---      ParallelTerminationStrategy: PID 212 died...
22:49:50.087037 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:50.090929 ---      ParallelTerminationStrategy: PID 213 died...
22:49:50.092483 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:50.096362 ---      ParallelTerminationStrategy: PID 214 died...
22:49:50.097926 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:50.101851 ---      ParallelTerminationStrategy: PID 215 died...
22:49:50.103419 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:50.107388 ---      ParallelTerminationStrategy: PID 216 died...
22:49:50.108986 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:50.112853 ---      ParallelTerminationStrategy: PID 217 died...
22:49:50.114408 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:50.118288 ---      ParallelTerminationStrategy: PID 218 died...
22:49:50.119840 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:50.123712 ---      ParallelTerminationStrategy: PID 219 died...
22:49:50.125280 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:50.129155 ---      ParallelTerminationStrategy: PID 220 died...
22:49:50.130757 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:50.134635 ---      ParallelTerminationStrategy: PID 221 died...
22:49:50.136203 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:50.140060 ---      ParallelTerminationStrategy: PID 222 died...
22:49:50.141640 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:50.145563 ---      ParallelTerminationStrategy: PID 223 died...
22:49:50.147141 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:50.151138 ---      ParallelTerminationStrategy: PID 224 died...
22:49:50.152728 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:50.156642 ---      ParallelTerminationStrategy: PID 225 died...
22:49:50.158201 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:50.162091 ---      ParallelTerminationStrategy: PID 226 died...
22:49:50.163646 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:50.167539 ---      ParallelTerminationStrategy: PID 227 died...
22:49:50.169143 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:50.173029 ---      ParallelTerminationStrategy: PID 228 died...
22:49:50.174594 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:50.178628 ---      ParallelTerminationStrategy: PID 229 died...
22:49:50.180180 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:50.184088 ---      ParallelTerminationStrategy: PID 230 died...
22:49:50.185651 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:50.189544 ---      ParallelTerminationStrategy: PID 231 died...
22:49:50.191103 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:50.194982 ---      ParallelTerminationStrategy: PID 232 died...
22:49:50.196552 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:50.200471 ---      ParallelTerminationStrategy: PID 233 died...
22:49:50.202011 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:50.205876 ---      ParallelTerminationStrategy: PID 234 died...
22:49:50.207436 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:53.610909 ---      ParallelTerminationStrategy: PID 34 died...
22:49:53.612668 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8046 netreg_mass PASS
---------------------------------------------------------------------
22:49:53.689174 tst                       trial-8046: Storing JUnit report in /build/trial-8046/run.2025-08-02_22-48-20/trial-8046.xml

--------------------------------------------------------------------------------------------
trial-8046 PASS
--------------------------------------------------------------------------------------------
22:49:53.700497 tst                       trial-8046: trial-8046: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (87.0 sec)
+ exit_code=0
+ rm -rf trial-8046/inst
+ cd trial-8046
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-08-02 22:48:20
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8046-run.tgz run.2025-08-02_22-48-20
+ tar czf /build/trial-8046-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-08-02_13_26_33.tgz osmo-bts-oc2g.build-2025-08-02_00_51_35.tgz osmo-bts-sysmo.build-2025-08-02_00_51_39.tgz osmo-bts.build-2025-08-02_00_51_47.tgz osmo-ggsn.build-2025-08-02_20_42_45.tgz osmo-hlr.build-2025-08-02_16_36_52.tgz osmo-hnbgw.build-2025-08-02_13_30_13.tgz osmo-mgw.build-2025-08-02_08_33_11.tgz osmo-msc.build-2025-08-02_13_32_26.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-02_07_34_00.tgz osmo-pcu-sysmo.build-2025-08-02_07_36_05.tgz osmo-pcu.build-2025-08-02_07_36_13.tgz osmo-sgsn.build-2025-08-02_20_48_53.tgz osmo-stp.build-2025-08-02_13_25_20.tgz osmo-trx.build-2025-08-02_14_28_35.tgz osmocom-bb.build-2025-08-02_21_17_15.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

+ trap - EXIT INT TERM 0
+ clean_up
+ docker kill osmo-gsm-tester-virtual
Error response from daemon: cannot kill container: osmo-gsm-tester-virtual: No such container: osmo-gsm-tester-virtual
+ true
+ docker run --rm -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/workspace debian:bookworm chmod -R a+rwX /workspace/
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS