Skip to content
Started by timer
Running as SYSTEM
Building remotely on build5-deb12build-ansible (ttcn3 obs osmo-gsm-tester-build qemu io_uring linux-shallow-clone 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/jenkins1293494431401873743.sh
+ rm -rf trial-8273-bin.tgz trial-8273-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 25540
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11247
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10783
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 13069
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13395
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 13563
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 42222
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7763
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 44493
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8733
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 13384
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7725
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11772
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7803
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9270
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6523
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 7725
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins6009057348644592634.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-8273
+ 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
290ae4c ttcn3-bts-test: write bts logs to tmpfs
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg M3UA_TESTTOOL_BRANCH=osmocom/master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 4.84kB done
#1 WARN: InvalidDefaultArgInFrom: Default value for ARG $USER/debian-bookworm-build results in empty or invalid base image name (line 2)
#1 WARN: LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 65)
#1 DONE 0.0s

#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.0s

#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.0s

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

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

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

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

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

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

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

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

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

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

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

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

#18 [19/28] RUN	IF [ "$(arch)" = "x86_64" ]; then 		apt-get update && 		apt-get install -y --no-install-recommends 			python3-pip 			python3-setuptools 			python3-wheel 			ninja-build 			build-essential 			flex 			bison 			git 			libsctp-dev 			libgnutls28-dev 			libgcrypt-dev 			libssl-dev 			libidn11-dev 			libmongoc-dev 			libbson-dev 			libyaml-dev 			libnghttp2-dev 			libmicrohttpd-dev 			libcurl4-gnutls-dev 			libnghttp2-dev 			meson && 		apt-get clean; 	fi
#18 CACHED

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

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

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

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

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

#24 [16/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cmake 		libfftw3-dev 		libmbedtls-dev 		libboost-program-options-dev 		libconfig++-dev 		libsctp-dev 		libpcsclite-dev 		libuhd-dev 		libczmq-dev 		libsoapysdr-dev 		soapysdr-module-lms7 && 	apt-get clean
#24 CACHED

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:848c009c6e898265443f32e5f7d2ca02fbb27fd47dfa49347816a83ab41fd2f0 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ 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=8274 -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=2026-03-18 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8274
+ mkdir -p trial-8274
+ mv open5gs.build-8.tgz osmo-bsc.build-2026-03-18_13_37_19.tgz osmo-bts-oc2g.build-2026-03-18_00_51_20.tgz osmo-bts-sysmo.build-2026-03-18_00_51_22.tgz osmo-bts.build-2026-03-18_00_51_37.tgz osmo-ggsn.build-2026-03-18_20_42_30.tgz osmo-hlr.build-2026-03-18_16_36_49.tgz osmo-hnbgw.build-2026-03-18_13_38_46.tgz osmo-mgw.build-2026-03-18_08_33_09.tgz osmo-msc.build-2026-03-18_13_43_20.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-18_07_35_20.tgz osmo-pcu-sysmo.build-2026-03-18_07_35_13.tgz osmo-pcu.build-2026-03-18_07_35_24.tgz osmo-sgsn.build-2026-03-18_20_48_08.tgz osmo-stp.build-2026-03-18_13_32_46.tgz osmo-trx.build-2026-03-18_14_21_46.tgz osmocom-bb.build-2026-03-18_21_17_19.tgz srslte.build-19.tgz trial-8274
+ cat open5gs.build-8.md5 osmo-bsc.build-2026-03-18_13_37_19.md5 osmo-bts-oc2g.build-2026-03-18_00_51_20.md5 osmo-bts-sysmo.build-2026-03-18_00_51_22.md5 osmo-bts.build-2026-03-18_00_51_37.md5 osmo-ggsn.build-2026-03-18_20_42_30.md5 osmo-hlr.build-2026-03-18_16_36_49.md5 osmo-hnbgw.build-2026-03-18_13_38_46.md5 osmo-mgw.build-2026-03-18_08_33_09.md5 osmo-msc.build-2026-03-18_13_43_20.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-18_07_35_20.md5 osmo-pcu-sysmo.build-2026-03-18_07_35_13.md5 osmo-pcu.build-2026-03-18_07_35_24.md5 osmo-sgsn.build-2026-03-18_20_48_08.md5 osmo-stp.build-2026-03-18_13_32_46.md5 osmo-trx.build-2026-03-18_14_21_46.md5 osmocom-bb.build-2026-03-18_21_17_19.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2026-03-18_13_37_19.md5 osmo-bts-oc2g.build-2026-03-18_00_51_20.md5 osmo-bts-sysmo.build-2026-03-18_00_51_22.md5 osmo-bts.build-2026-03-18_00_51_37.md5 osmo-ggsn.build-2026-03-18_20_42_30.md5 osmo-hlr.build-2026-03-18_16_36_49.md5 osmo-hnbgw.build-2026-03-18_13_38_46.md5 osmo-mgw.build-2026-03-18_08_33_09.md5 osmo-msc.build-2026-03-18_13_43_20.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2026-03-18_07_35_20.md5 osmo-pcu-sysmo.build-2026-03-18_07_35_13.md5 osmo-pcu.build-2026-03-18_07_35_24.md5 osmo-sgsn.build-2026-03-18_20_48_08.md5 osmo-stp.build-2026-03-18_13_32_46.md5 osmo-trx.build-2026-03-18_14_21_46.md5 osmocom-bb.build-2026-03-18_21_17_19.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-8274 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8274'
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-8274
--------------------------------------------------------------------------------------------
22:48:17.915504 tst                       trial-8274: Detailed log at /build/trial-8274/run.2026-03-18_22-48-17/log

---------------------------------------------------------------------
trial-8274 netreg_mass
---------------------------------------------------------------------
22:48:18.119195 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.119575 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.120387 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.121544 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.163079 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.163977 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.165130 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.227341 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-8274 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.228143 tst       register_default_mass.py:9: Claiming resources for the test
22:48:18.243272 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.243823 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.244304 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.244748 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.245179 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.245700 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.246146 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.276752 tst         register_default_mass.py: using LAC 2
22:48:18.299039 tst         register_default_mass.py: using RAC 2
22:48:18.325681 tst         register_default_mass.py: using CellId 2
22:48:18.354887 tst         register_default_mass.py: using BVCI 3
22:48:18.368608 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.369284 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.369866 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.370383 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.370894 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.371415 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.371920 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.372443 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.372984 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.373504 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.374000 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.374504 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.375019 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.375534 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.376057 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.376596 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.377112 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.377615 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.378120 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.378650 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.379156 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.379676 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.380208 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.380734 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.381247 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.381763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.382281 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.382790 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.383303 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.383847 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.384359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.384874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.385405 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.385921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.386431 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.386944 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.387459 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.387982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.388494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.389018 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.389531 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.390061 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.390586 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.391099 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.391614 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.392152 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.392668 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.393191 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.393717 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.394235 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.394770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.395287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.395799 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.396334 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.396858 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.397370 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.397877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.398406 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.398921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.399424 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.399945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.400459 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.400975 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.401511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.402023 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.402533 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.403034 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.403563 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.404073 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.404572 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.405073 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.405592 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.406162 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.406670 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.407187 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.407697 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.408192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.408711 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.409223 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.409730 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.410252 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.410761 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.411266 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.411772 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.412290 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.412795 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.413297 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.413810 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.414311 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.414814 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.415331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.415845 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.416355 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.416874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.417381 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.417879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.418382 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.418907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.419412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.419912 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.420425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.420989 tst      register_default_mass.py:21: Launching a simple network
22:48:18.430962 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.550115 run            create_hlr_db(pid=20): Launched
22:48:19.565014 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.581519 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.596753 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.602505 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.788700 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.803503 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.808915 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.223471 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.238557 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.253082 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.379938 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:23.395027 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.400759 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.424170 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.439305 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.444917 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.758537 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.776027 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.803200 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.976966 run         osmo-bts-virtual(pid=34): Launched
22:48:31.012749 tst         register_default_mass.py: using MSISDN 1001
22:48:31.027067 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.066217 tst         register_default_mass.py: using MSISDN 1002
22:48:31.084011 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.114894 tst         register_default_mass.py: using MSISDN 1003
22:48:31.129807 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.160447 tst         register_default_mass.py: using MSISDN 1004
22:48:31.174939 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.205889 tst         register_default_mass.py: using MSISDN 1005
22:48:31.220314 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.251259 tst         register_default_mass.py: using MSISDN 1006
22:48:31.265669 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.296507 tst         register_default_mass.py: using MSISDN 1007
22:48:31.310621 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.341367 tst         register_default_mass.py: using MSISDN 1008
22:48:31.355805 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.386547 tst         register_default_mass.py: using MSISDN 1009
22:48:31.400788 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.431543 tst         register_default_mass.py: using MSISDN 1010
22:48:31.446032 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.476911 tst         register_default_mass.py: using MSISDN 1011
22:48:31.491385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.522497 tst         register_default_mass.py: using MSISDN 1012
22:48:31.536900 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.567933 tst         register_default_mass.py: using MSISDN 1013
22:48:31.582484 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.613530 tst         register_default_mass.py: using MSISDN 1014
22:48:31.628027 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.657523 tst         register_default_mass.py: using MSISDN 1015
22:48:31.671260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.702429 tst         register_default_mass.py: using MSISDN 1016
22:48:31.716966 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.747867 tst         register_default_mass.py: using MSISDN 1017
22:48:31.762292 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.793618 tst         register_default_mass.py: using MSISDN 1018
22:48:31.808191 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.838960 tst         register_default_mass.py: using MSISDN 1019
22:48:31.853281 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.884209 tst         register_default_mass.py: using MSISDN 1020
22:48:31.898429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.929321 tst         register_default_mass.py: using MSISDN 1021
22:48:31.943654 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.974745 tst         register_default_mass.py: using MSISDN 1022
22:48:31.989189 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.028997 tst         register_default_mass.py: using MSISDN 1023
22:48:32.038897 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.068772 tst         register_default_mass.py: using MSISDN 1024
22:48:32.078974 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.109328 tst         register_default_mass.py: using MSISDN 1025
22:48:32.124949 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.155480 tst         register_default_mass.py: using MSISDN 1026
22:48:32.169921 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.200372 tst         register_default_mass.py: using MSISDN 1027
22:48:32.214851 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.245362 tst         register_default_mass.py: using MSISDN 1028
22:48:32.259623 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.290400 tst         register_default_mass.py: using MSISDN 1029
22:48:32.304779 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.335403 tst         register_default_mass.py: using MSISDN 1030
22:48:32.349866 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.380417 tst         register_default_mass.py: using MSISDN 1031
22:48:32.394871 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.425470 tst         register_default_mass.py: using MSISDN 1032
22:48:32.439929 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.470874 tst         register_default_mass.py: using MSISDN 1033
22:48:32.485449 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.516058 tst         register_default_mass.py: using MSISDN 1034
22:48:32.530398 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.561177 tst         register_default_mass.py: using MSISDN 1035
22:48:32.575658 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.606472 tst         register_default_mass.py: using MSISDN 1036
22:48:32.621059 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.651555 tst         register_default_mass.py: using MSISDN 1037
22:48:32.666059 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.696672 tst         register_default_mass.py: using MSISDN 1038
22:48:32.710934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.741475 tst         register_default_mass.py: using MSISDN 1039
22:48:32.755875 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.786501 tst         register_default_mass.py: using MSISDN 1040
22:48:32.801078 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.831991 tst         register_default_mass.py: using MSISDN 1041
22:48:32.846469 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.876598 tst         register_default_mass.py: using MSISDN 1042
22:48:32.890778 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.929887 tst         register_default_mass.py: using MSISDN 1043
22:48:32.947644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.978339 tst         register_default_mass.py: using MSISDN 1044
22:48:32.993229 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.032043 tst         register_default_mass.py: using MSISDN 1045
22:48:33.049695 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.080258 tst         register_default_mass.py: using MSISDN 1046
22:48:33.095061 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.125602 tst         register_default_mass.py: using MSISDN 1047
22:48:33.139925 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.170856 tst         register_default_mass.py: using MSISDN 1048
22:48:33.185529 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.216459 tst         register_default_mass.py: using MSISDN 1049
22:48:33.230766 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.261566 tst         register_default_mass.py: using MSISDN 1050
22:48:33.276000 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:33.306734 tst         register_default_mass.py: using MSISDN 1051
22:48:33.321182 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:33.351961 tst         register_default_mass.py: using MSISDN 1052
22:48:33.366575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.397624 tst         register_default_mass.py: using MSISDN 1053
22:48:33.412181 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.443313 tst         register_default_mass.py: using MSISDN 1054
22:48:33.458021 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.488832 tst         register_default_mass.py: using MSISDN 1055
22:48:33.503364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.534558 tst         register_default_mass.py: using MSISDN 1056
22:48:33.549258 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.580061 tst         register_default_mass.py: using MSISDN 1057
22:48:33.594711 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.625665 tst         register_default_mass.py: using MSISDN 1058
22:48:33.640250 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.670616 tst         register_default_mass.py: using MSISDN 1059
22:48:33.684918 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.715778 tst         register_default_mass.py: using MSISDN 1060
22:48:33.730504 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.761510 tst         register_default_mass.py: using MSISDN 1061
22:48:33.776094 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.807141 tst         register_default_mass.py: using MSISDN 1062
22:48:33.821859 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.853034 tst         register_default_mass.py: using MSISDN 1063
22:48:33.867789 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.898818 tst         register_default_mass.py: using MSISDN 1064
22:48:33.913396 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.944181 tst         register_default_mass.py: using MSISDN 1065
22:48:33.958638 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.989670 tst         register_default_mass.py: using MSISDN 1066
22:48:34.004427 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.035512 tst         register_default_mass.py: using MSISDN 1067
22:48:34.050166 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.081277 tst         register_default_mass.py: using MSISDN 1068
22:48:34.095903 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.126631 tst         register_default_mass.py: using MSISDN 1069
22:48:34.141175 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.171948 tst         register_default_mass.py: using MSISDN 1070
22:48:34.186452 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.217267 tst         register_default_mass.py: using MSISDN 1071
22:48:34.231795 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.262856 tst         register_default_mass.py: using MSISDN 1072
22:48:34.277518 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:34.308518 tst         register_default_mass.py: using MSISDN 1073
22:48:34.323076 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:34.353839 tst         register_default_mass.py: using MSISDN 1074
22:48:34.368448 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.403060 tst         register_default_mass.py: using MSISDN 1075
22:48:34.419371 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.449929 tst         register_default_mass.py: using MSISDN 1076
22:48:34.464626 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.495299 tst         register_default_mass.py: using MSISDN 1077
22:48:34.509719 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.540408 tst         register_default_mass.py: using MSISDN 1078
22:48:34.554892 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.585439 tst         register_default_mass.py: using MSISDN 1079
22:48:34.599938 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.630682 tst         register_default_mass.py: using MSISDN 1080
22:48:34.645103 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.675597 tst         register_default_mass.py: using MSISDN 1081
22:48:34.690122 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.720795 tst         register_default_mass.py: using MSISDN 1082
22:48:34.735237 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.765950 tst         register_default_mass.py: using MSISDN 1083
22:48:34.780343 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.819829 tst         register_default_mass.py: using MSISDN 1084
22:48:34.837758 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.868709 tst         register_default_mass.py: using MSISDN 1085
22:48:34.883576 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.914310 tst         register_default_mass.py: using MSISDN 1086
22:48:34.928704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.959293 tst         register_default_mass.py: using MSISDN 1087
22:48:34.973945 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:35.004493 tst         register_default_mass.py: using MSISDN 1088
22:48:35.018759 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:35.049406 tst         register_default_mass.py: using MSISDN 1089
22:48:35.063834 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.094423 tst         register_default_mass.py: using MSISDN 1090
22:48:35.109050 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.139754 tst         register_default_mass.py: using MSISDN 1091
22:48:35.154246 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.184897 tst         register_default_mass.py: using MSISDN 1092
22:48:35.199184 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.229708 tst         register_default_mass.py: using MSISDN 1093
22:48:35.244192 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:35.274837 tst         register_default_mass.py: using MSISDN 1094
22:48:35.289229 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:35.319818 tst         register_default_mass.py: using MSISDN 1095
22:48:35.334351 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:35.365022 tst         register_default_mass.py: using MSISDN 1096
22:48:35.379344 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.409957 tst         register_default_mass.py: using MSISDN 1097
22:48:35.424458 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.455223 tst         register_default_mass.py: using MSISDN 1098
22:48:35.469658 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.500252 tst         register_default_mass.py: using MSISDN 1099
22:48:35.514721 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.545412 tst         register_default_mass.py: using MSISDN 1100
22:48:35.559889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.651397 run                             mass: Starting testcase
22:48:35.656996 run                             mass: Pre-launching all virtphy's
22:48:35.662502 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.675558 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.683972 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.697145 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.703265 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.716416 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.722511 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.735538 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.741603 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.754634 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.760741 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.773621 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.779615 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.792665 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.798694 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.811853 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.818034 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.831114 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.837223 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.850277 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.856457 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.869593 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.875763 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.888910 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.895061 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.908250 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.914420 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.927552 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.933697 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.946910 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.952992 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.965862 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.971952 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.984967 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.991081 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:36.004114 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:36.010154 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:36.023170 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:36.029212 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:36.042200 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:36.048215 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:36.061228 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:36.067224 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:36.080228 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:36.086317 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:36.099352 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:36.105443 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:36.118446 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:36.124540 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.137532 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:36.143542 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.156563 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:36.162594 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.175737 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:36.181754 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.194895 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:36.200955 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:36.214012 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:36.220045 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:36.233112 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:36.239136 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.252175 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:36.258189 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.271254 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:36.277261 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:36.290281 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:36.296283 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:36.309292 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:36.315304 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:36.328335 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:36.334346 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:36.347322 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:36.353340 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:36.366427 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:36.372443 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:36.385700 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:36.391818 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.405136 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:36.411295 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.424580 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:36.430708 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.443906 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:36.450009 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.463178 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:36.469283 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.482447 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:36.488581 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.501711 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:36.507878 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.521066 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:36.527201 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.540430 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:36.546621 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.559672 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.565728 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.578658 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.584705 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.597908 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.603997 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.617319 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.623476 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.636779 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.643027 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.656342 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.662506 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.675676 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.681802 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.694955 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.701067 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.714360 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.720497 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.733792 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.739955 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.753100 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.759240 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.772537 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.778662 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.791721 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.797718 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.810709 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.816741 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.829924 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.835947 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.849124 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.855157 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.868170 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.874363 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.887346 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.893535 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.906557 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.912607 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.925630 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.931826 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.944949 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.951032 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.963937 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.969979 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.982848 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.988823 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:37.001776 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:37.008117 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:37.021496 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:37.027694 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:37.041103 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:37.047253 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:37.060488 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:37.067061 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:37.080424 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:37.086931 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:37.100279 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:37.106479 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:37.120097 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:37.126291 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.140032 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:37.146178 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.159240 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:37.165287 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.178549 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:37.184637 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.197700 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:37.203772 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.216912 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:37.223076 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:37.236274 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:37.242436 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.255671 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:37.261787 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.275010 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:37.281221 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.294496 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:37.301024 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:37.314108 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:37.320451 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:37.333545 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:37.339609 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:37.353102 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:37.359114 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:37.372528 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:37.378534 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:37.391568 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:37.397578 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:37.410574 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:37.416639 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.429673 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:37.435745 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.448833 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:37.454885 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.467915 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:37.473945 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.486958 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:37.493082 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.506177 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:37.512248 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.525262 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:37.531314 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.544847 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:37.550930 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.564454 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:37.570510 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.583925 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.589930 run                             mass: Checking if sockets are in the filesystem
22:48:37.622915 run                osmo-ms-mob/00000: Starting mobile
22:48:37.636185 run       osmo-ms-mob/00000(pid=135): Launched
22:48:37.648015 run                             mass: MS start registered  {at=4424743.856334201, delay=0.005670423619449139, ms=00000}
22:48:41.816731 run                osmo-ms-mob/00001: Starting mobile
22:48:41.830375 run       osmo-ms-mob/00001(pid=136): Launched
22:48:41.842058 run                             mass: MS start registered  {at=4424748.050353562, delay=0.005335686728358269, ms=00001}
22:48:42.805767 run                             mass: MS performed LU  {at=4424749.013972559, lu_delay=5.157638357952237, ms=00000}
22:48:43.636995 run                osmo-ms-mob/00002: Starting mobile
22:48:43.654088 run       osmo-ms-mob/00002(pid=137): Launched
22:48:43.664610 run                             mass: MS start registered  {at=4424749.872925319, delay=0.004407941363751888, ms=00002}
22:48:44.936126 run                osmo-ms-mob/00003: Starting mobile
22:48:44.952989 run       osmo-ms-mob/00003(pid=138): Launched
22:48:44.963525 run                             mass: MS start registered  {at=4424751.171846705, delay=0.004526831209659576, ms=00003}
22:48:46.006301 run                osmo-ms-mob/00004: Starting mobile
22:48:46.022218 run       osmo-ms-mob/00004(pid=139): Launched
22:48:46.033061 run                             mass: MS start registered  {at=4424752.241378357, delay=0.0042836349457502365, ms=00004}
22:48:46.571232 run                             mass: MS performed LU  {at=4424752.779438619, lu_delay=4.7290850561112165, ms=00001}
22:48:47.036743 run                osmo-ms-mob/00005: Starting mobile
22:48:47.053152 run       osmo-ms-mob/00005(pid=140): Launched
22:48:47.063873 run                             mass: MS start registered  {at=4424753.272192897, delay=0.004497244022786617, ms=00005}
22:48:47.937032 run                osmo-ms-mob/00006: Starting mobile
22:48:47.953822 run       osmo-ms-mob/00006(pid=141): Launched
22:48:47.964402 run                             mass: MS start registered  {at=4424754.172724179, delay=0.004471113905310631, ms=00006}
22:48:48.473453 run                             mass: MS performed LU  {at=4424754.681659092, lu_delay=4.808733773417771, ms=00002}
22:48:48.841374 run                osmo-ms-mob/00007: Starting mobile
22:48:48.858644 run       osmo-ms-mob/00007(pid=142): Launched
22:48:48.869297 run                             mass: MS start registered  {at=4424755.077617219, delay=0.0046252598986029625, ms=00007}
22:48:49.605542 run                osmo-ms-mob/00008: Starting mobile
22:48:49.618597 run       osmo-ms-mob/00008(pid=143): Launched
22:48:49.629830 run                             mass: MS start registered  {at=4424755.838148164, delay=0.005142221227288246, ms=00008}
22:48:50.306475 run                osmo-ms-mob/00009: Starting mobile
22:48:50.319879 run       osmo-ms-mob/00009(pid=144): Launched
22:48:50.330778 run                             mass: MS start registered  {at=4424756.539098232, delay=0.00477621890604496, ms=00009}
22:48:50.337078 run                             mass: MS performed LU  {at=4424756.545406623, lu_delay=5.373559918254614, ms=00003}
22:48:51.035378 run                osmo-ms-mob/00010: Starting mobile
22:48:51.052261 run       osmo-ms-mob/00010(pid=145): Launched
22:48:51.063635 run                             mass: MS start registered  {at=4424757.271955937, delay=0.005212968215346336, ms=00010}
22:48:51.631494 run                osmo-ms-mob/00011: Starting mobile
22:48:51.648039 run       osmo-ms-mob/00011(pid=146): Launched
22:48:51.659791 run                             mass: MS start registered  {at=4424757.86810542, delay=0.005724998190999031, ms=00011}
22:48:52.236578 run                osmo-ms-mob/00012: Starting mobile
22:48:52.253874 run       osmo-ms-mob/00012(pid=147): Launched
22:48:52.259999 run                             mass: MS performed LU  {at=4424758.468326075, lu_delay=6.226947718299925, ms=00004}
22:48:52.266063 run                             mass: MS performed LU  {at=4424758.474395533, lu_delay=5.20220263581723, ms=00005}
22:48:52.271964 run                             mass: MS start registered  {at=4424758.48029916, delay=0.011990359984338284, ms=00012}
22:48:52.838648 run                osmo-ms-mob/00013: Starting mobile
22:48:52.855638 run       osmo-ms-mob/00013(pid=148): Launched
22:48:52.866677 run                             mass: MS start registered  {at=4424759.074994395, delay=0.005068385973572731, ms=00013}
22:48:53.420310 run                osmo-ms-mob/00014: Starting mobile
22:48:53.433597 run       osmo-ms-mob/00014(pid=149): Launched
22:48:53.444806 run                             mass: MS start registered  {at=4424759.653126237, delay=0.005069493316113949, ms=00014}
22:48:54.010971 run                osmo-ms-mob/00015: Starting mobile
22:48:54.030185 run       osmo-ms-mob/00015(pid=150): Launched
22:48:54.041369 run                             mass: MS start registered  {at=4424760.249689514, delay=0.004798048175871372, ms=00015}
22:48:54.103361 run                             mass: MS performed LU  {at=4424760.311573337, lu_delay=6.1388491578400135, ms=00006}
22:48:54.167494 run                             mass: MS performed LU  {at=4424760.375700186, lu_delay=5.298082967288792, ms=00007}
22:48:54.472556 run                             mass: MS performed LU  {at=4424760.680775859, lu_delay=4.842627695761621, ms=00008}
22:48:54.506402 run                osmo-ms-mob/00016: Starting mobile
22:48:54.519561 run       osmo-ms-mob/00016(pid=151): Launched
22:48:54.530602 run                             mass: MS start registered  {at=4424760.738914701, delay=0.004690317437052727, ms=00016}
22:48:55.018993 run                osmo-ms-mob/00017: Starting mobile
22:48:55.032780 run       osmo-ms-mob/00017(pid=152): Launched
22:48:55.043966 run                             mass: MS start registered  {at=4424761.252285123, delay=0.00507369264960289, ms=00017}
22:48:55.637491 run                osmo-ms-mob/00018: Starting mobile
22:48:55.654485 run       osmo-ms-mob/00018(pid=153): Launched
22:48:55.665444 run                             mass: MS start registered  {at=4424761.873765873, delay=0.0044534699991345406, ms=00018}
22:48:56.005690 run                osmo-ms-mob/00019: Starting mobile
22:48:56.019078 run       osmo-ms-mob/00019(pid=154): Launched
22:48:56.025233 run                             mass: MS performed LU  {at=4424762.233560262, lu_delay=5.6944620301947, ms=00009}
22:48:56.031383 run                             mass: MS start registered  {at=4424762.239717208, delay=0.006173504516482353, ms=00019}
22:48:56.037254 run                             mass: MS performed LU  {at=4424762.245586584, lu_delay=4.973630647175014, ms=00010}
22:48:56.506624 run                osmo-ms-mob/00020: Starting mobile
22:48:56.520055 run       osmo-ms-mob/00020(pid=155): Launched
22:48:56.530795 run                             mass: MS start registered  {at=4424762.73911748, delay=0.004618924111127853, ms=00020}
22:48:57.018465 run                osmo-ms-mob/00021: Starting mobile
22:48:57.032813 run       osmo-ms-mob/00021(pid=156): Launched
22:48:57.043703 run                             mass: MS start registered  {at=4424763.252025389, delay=0.004865187220275402, ms=00021}
22:48:57.406176 run                osmo-ms-mob/00022: Starting mobile
22:48:57.419308 run       osmo-ms-mob/00022(pid=157): Launched
22:48:57.430586 run                             mass: MS start registered  {at=4424763.638907276, delay=0.005165948532521725, ms=00022}
22:48:57.869200 run                             mass: MS performed LU  {at=4424764.07741944, lu_delay=5.002425045706332, ms=00013}
22:48:57.911953 run                osmo-ms-mob/00023: Starting mobile
22:48:57.927619 run       osmo-ms-mob/00023(pid=158): Launched
22:48:57.933857 run                             mass: MS performed LU  {at=4424764.142188095, lu_delay=5.661888934671879, ms=00012}
22:48:57.939705 run                             mass: MS start registered  {at=4424764.148040076, delay=0.005866466090083122, ms=00023}
22:48:58.003106 run                             mass: MS performed LU  {at=4424764.211303359, lu_delay=6.343197938986123, ms=00011}
22:48:58.256804 run                             mass: MS performed LU  {at=4424764.465024637, lu_delay=4.811898400075734, ms=00014}
22:48:58.285727 run                osmo-ms-mob/00024: Starting mobile
22:48:58.298998 run       osmo-ms-mob/00024(pid=159): Launched
22:48:58.309955 run                             mass: MS start registered  {at=4424764.518246976, delay=0.004921978339552879, ms=00024}
22:48:58.805677 run                osmo-ms-mob/00025: Starting mobile
22:48:58.818928 run       osmo-ms-mob/00025(pid=160): Launched
22:48:58.830031 run                             mass: MS start registered  {at=4424765.038350754, delay=0.005112252198159695, ms=00025}
22:48:59.236723 run                osmo-ms-mob/00026: Starting mobile
22:48:59.251918 run       osmo-ms-mob/00026(pid=161): Launched
22:48:59.262840 run                             mass: MS start registered  {at=4424765.471161803, delay=0.004798617213964462, ms=00026}
22:48:59.627985 run                osmo-ms-mob/00027: Starting mobile
22:48:59.644083 run       osmo-ms-mob/00027(pid=162): Launched
22:48:59.654958 run                             mass: MS start registered  {at=4424765.863279887, delay=0.00479827169328928, ms=00027}
22:48:59.687234 run                             mass: MS performed LU  {at=4424765.895499738, lu_delay=4.643214615061879, ms=00017}
22:48:59.770420 run                             mass: MS performed LU  {at=4424765.978639991, lu_delay=5.728950477205217, ms=00015}
22:49:00.026915 run                osmo-ms-mob/00028: Starting mobile
22:49:00.043238 run       osmo-ms-mob/00028(pid=163): Launched
22:49:00.054171 run                             mass: MS start registered  {at=4424766.262492995, delay=0.004958527162671089, ms=00028}
22:49:00.436950 run                osmo-ms-mob/00029: Starting mobile
22:49:00.452388 run       osmo-ms-mob/00029(pid=164): Launched
22:49:00.463491 run                             mass: MS start registered  {at=4424766.671812714, delay=0.004673701710999012, ms=00029}
22:49:00.806199 run                osmo-ms-mob/00030: Starting mobile
22:49:00.819275 run       osmo-ms-mob/00030(pid=165): Launched
22:49:00.830524 run                             mass: MS start registered  {at=4424767.038841844, delay=0.005001162178814411, ms=00030}
22:49:01.240616 run                osmo-ms-mob/00031: Starting mobile
22:49:01.257817 run       osmo-ms-mob/00031(pid=166): Launched
22:49:01.269032 run                             mass: MS start registered  {at=4424767.4773489, delay=0.004991518333554268, ms=00031}
22:49:01.506024 run                osmo-ms-mob/00032: Starting mobile
22:49:01.518935 run       osmo-ms-mob/00032(pid=167): Launched
22:49:01.529896 run                             mass: MS start registered  {at=4424767.738217661, delay=0.004953435622155666, ms=00032}
22:49:01.634605 run                             mass: MS performed LU  {at=4424767.842826393, lu_delay=4.590801004320383, ms=00021}
22:49:01.699768 run                             mass: MS performed LU  {at=4424767.907954468, lu_delay=5.66823726054281, ms=00019}
22:49:01.768729 run                             mass: MS performed LU  {at=4424767.976954952, lu_delay=5.237837471999228, ms=00020}
22:49:01.811401 run                osmo-ms-mob/00033: Starting mobile
22:49:01.825434 run       osmo-ms-mob/00033(pid=168): Launched
22:49:01.831610 run                             mass: MS performed LU  {at=4424768.039937566, lu_delay=6.166171693243086, ms=00018}
22:49:01.837544 run                             mass: MS start registered  {at=4424768.04587955, delay=0.005959405563771725, ms=00033}
22:49:02.345680 run                osmo-ms-mob/00034: Starting mobile
22:49:02.361997 run       osmo-ms-mob/00034(pid=169): Launched
22:49:02.373223 run                             mass: MS start registered  {at=4424768.581545776, delay=0.005000571720302105, ms=00034}
22:49:02.605863 run                osmo-ms-mob/00035: Starting mobile
22:49:02.618761 run       osmo-ms-mob/00035(pid=170): Launched
22:49:02.629717 run                             mass: MS start registered  {at=4424768.838037856, delay=0.004908601753413677, ms=00035}
22:49:03.040408 run                osmo-ms-mob/00036: Starting mobile
22:49:03.057077 run       osmo-ms-mob/00036(pid=171): Launched
22:49:03.068223 run                             mass: MS start registered  {at=4424769.276542279, delay=0.005151022225618362, ms=00036}
22:49:03.429243 run                osmo-ms-mob/00037: Starting mobile
22:49:03.442742 run       osmo-ms-mob/00037(pid=172): Launched
22:49:03.452187 run                             mass: MS performed LU  {at=4424769.660499848, lu_delay=5.142252872698009, ms=00024}
22:49:03.458157 run                             mass: MS start registered  {at=4424769.666492908, delay=0.008945608511567116, ms=00037}
22:49:03.469950 run                             mass: MS performed LU  {at=4424769.678273561, lu_delay=5.530233485624194, ms=00023}
22:49:03.481564 run                osmo-ms-mob/00038: Starting mobile
22:49:03.495328 run       osmo-ms-mob/00038(pid=173): Launched
22:49:03.506313 run                             mass: MS start registered  {at=4424769.714635976, delay=0.004639818333089352, ms=00038}
22:49:03.535257 run                             mass: MS performed LU  {at=4424769.743547346, lu_delay=6.104640070348978, ms=00022}
22:49:03.726486 run                             mass: MS performed LU  {at=4424769.93470661, lu_delay=4.896355855278671, ms=00025}
22:49:03.753393 run                osmo-ms-mob/00039: Starting mobile
22:49:03.766607 run       osmo-ms-mob/00039(pid=174): Launched
22:49:03.777778 run                             mass: MS start registered  {at=4424769.986099366, delay=0.004657072015106678, ms=00039}
22:49:04.414944 run                osmo-ms-mob/00040: Starting mobile
22:49:04.428361 run       osmo-ms-mob/00040(pid=175): Launched
22:49:04.439725 run                             mass: MS start registered  {at=4424770.648044441, delay=0.004340049810707569, ms=00040}
22:49:04.718876 run                osmo-ms-mob/00041: Starting mobile
22:49:04.732604 run       osmo-ms-mob/00041(pid=176): Launched
22:49:04.743721 run                             mass: MS start registered  {at=4424770.952042996, delay=0.004950867034494877, ms=00041}
22:49:05.005988 run                osmo-ms-mob/00042: Starting mobile
22:49:05.019202 run       osmo-ms-mob/00042(pid=177): Launched
22:49:05.030291 run                             mass: MS start registered  {at=4424771.238609376, delay=0.004825246520340443, ms=00042}
22:49:05.437847 run                osmo-ms-mob/00043: Starting mobile
22:49:05.454559 run       osmo-ms-mob/00043(pid=178): Launched
22:49:05.460660 run                             mass: MS performed LU  {at=4424771.66898756, lu_delay=6.197825756855309, ms=00026}
22:49:05.466776 run                             mass: MS performed LU  {at=4424771.675110579, lu_delay=5.8118306919932365, ms=00027}
22:49:05.472615 run                             mass: MS start registered  {at=4424771.680949745, delay=0.011978836730122566, ms=00043}
22:49:05.495583 run                osmo-ms-mob/00044: Starting mobile
22:49:05.508633 run       osmo-ms-mob/00044(pid=179): Launched
22:49:05.519631 run                             mass: MS start registered  {at=4424771.727952971, delay=0.004854602739214897, ms=00044}
22:49:05.532471 run                             mass: MS performed LU  {at=4424771.740779041, lu_delay=4.701937197707593, ms=00030}
22:49:05.551497 run                             mass: MS performed LU  {at=4424771.759810099, lu_delay=5.087997385300696, ms=00029}
22:49:05.564019 run                osmo-ms-mob/00045: Starting mobile
22:49:05.577205 run       osmo-ms-mob/00045(pid=180): Launched
22:49:05.588901 run                             mass: MS start registered  {at=4424771.797212426, delay=0.005624223500490189, ms=00045}
22:49:05.625849 run                             mass: MS performed LU  {at=4424771.834107174, lu_delay=5.571614178828895, ms=00028}
22:49:06.319328 run                osmo-ms-mob/00046: Starting mobile
22:49:06.333163 run       osmo-ms-mob/00046(pid=181): Launched
22:49:06.344597 run                             mass: MS start registered  {at=4424772.552915484, delay=0.0052939606830477715, ms=00046}
22:49:06.618299 run                osmo-ms-mob/00047: Starting mobile
22:49:06.632842 run       osmo-ms-mob/00047(pid=182): Launched
22:49:06.644186 run                             mass: MS start registered  {at=4424772.852505127, delay=0.0052635446190834045, ms=00047}
22:49:06.929173 run                osmo-ms-mob/00048: Starting mobile
22:49:06.945361 run       osmo-ms-mob/00048(pid=183): Launched
22:49:06.956977 run                             mass: MS start registered  {at=4424773.165290028, delay=0.005474279634654522, ms=00048}
22:49:07.205803 run                osmo-ms-mob/00049: Starting mobile
22:49:07.219597 run       osmo-ms-mob/00049(pid=184): Launched
22:49:07.225772 run                             mass: MS performed LU  {at=4424773.434098862, lu_delay=5.956749961711466, ms=00031}
22:49:07.231715 run                             mass: MS start registered  {at=4424773.44004988, delay=0.005967807024717331, ms=00049}
22:49:07.302433 run                             mass: MS performed LU  {at=4424773.510652419, lu_delay=5.772434758022428, ms=00032}
22:49:07.329967 run                osmo-ms-mob/00050: Starting mobile
22:49:07.343060 run       osmo-ms-mob/00050(pid=185): Launched
22:49:07.349199 run                             mass: MS performed LU  {at=4424773.557529518, lu_delay=5.511649968102574, ms=00033}
22:49:07.355062 run                             mass: MS start registered  {at=4424773.563398003, delay=0.005883798934519291, ms=00050}
22:49:07.473361 run                             mass: MS performed LU  {at=4424773.681580584, lu_delay=4.843542727641761, ms=00035}
22:49:07.491242 run                             mass: MS performed LU  {at=4424773.699519958, lu_delay=5.117974182590842, ms=00034}
22:49:07.517578 run                osmo-ms-mob/00051: Starting mobile
22:49:07.530549 run       osmo-ms-mob/00051(pid=186): Launched
22:49:07.541848 run                             mass: MS start registered  {at=4424773.750171739, delay=0.005002574063837528, ms=00051}
22:49:08.231347 run                osmo-ms-mob/00052: Starting mobile
22:49:08.250347 run       osmo-ms-mob/00052(pid=187): Launched
22:49:08.261594 run                             mass: MS start registered  {at=4424774.469911534, delay=0.0050682807341217995, ms=00052}
22:49:08.505810 run                osmo-ms-mob/00053: Starting mobile
22:49:08.518875 run       osmo-ms-mob/00053(pid=188): Launched
22:49:08.530093 run                             mass: MS start registered  {at=4424774.738413266, delay=0.00487852469086647, ms=00053}
22:49:08.804747 run                osmo-ms-mob/00054: Starting mobile
22:49:08.817878 run       osmo-ms-mob/00054(pid=189): Launched
22:49:08.829222 run                             mass: MS start registered  {at=4424775.037542071, delay=0.005335859023034573, ms=00054}
22:49:09.119315 run                osmo-ms-mob/00055: Starting mobile
22:49:09.133384 run       osmo-ms-mob/00055(pid=190): Launched
22:49:09.144744 run                             mass: MS start registered  {at=4424775.353064728, delay=0.005065150558948517, ms=00055}
22:49:09.164534 run                             mass: MS performed LU  {at=4424775.372844426, lu_delay=6.09630214702338, ms=00036}
22:49:09.230662 run                             mass: MS performed LU  {at=4424775.438883181, lu_delay=5.724247205071151, ms=00038}
22:49:09.283012 run                osmo-ms-mob/00056: Starting mobile
22:49:09.296509 run       osmo-ms-mob/00056(pid=191): Launched
22:49:09.303151 run                             mass: MS performed LU  {at=4424775.511478559, lu_delay=5.844985650852323, ms=00037}
22:49:09.309796 run                             mass: MS start registered  {at=4424775.518128941, delay=0.006668323650956154, ms=00056}
22:49:09.317239 run                             mass: MS performed LU  {at=4424775.525564846, lu_delay=5.539465479552746, ms=00039}
22:49:09.328799 run                osmo-ms-mob/00057: Starting mobile
22:49:09.342210 run       osmo-ms-mob/00057(pid=192): Launched
22:49:09.353640 run                             mass: MS start registered  {at=4424775.561955471, delay=0.005211011506617069, ms=00057}
22:49:09.391807 run                             mass: MS performed LU  {at=4424775.600048995, lu_delay=4.952004553750157, ms=00040}
22:49:09.646402 run                             mass: MS performed LU  {at=4424775.854621232, lu_delay=4.902578235603869, ms=00041}
22:49:10.121107 run                osmo-ms-mob/00058: Starting mobile
22:49:10.135293 run       osmo-ms-mob/00058(pid=193): Launched
22:49:10.146347 run                             mass: MS start registered  {at=4424776.35466674, delay=0.005042742006480694, ms=00058}
22:49:10.409344 run                osmo-ms-mob/00059: Starting mobile
22:49:10.422578 run       osmo-ms-mob/00059(pid=194): Launched
22:49:10.433850 run                             mass: MS start registered  {at=4424776.642165753, delay=0.00526130385696888, ms=00059}
22:49:10.705841 run                osmo-ms-mob/00060: Starting mobile
22:49:10.718802 run       osmo-ms-mob/00060(pid=195): Launched
22:49:10.730524 run                             mass: MS start registered  {at=4424776.938845131, delay=0.004328837618231773, ms=00060}
22:49:10.984285 run                             mass: MS performed LU  {at=4424777.192503112, lu_delay=5.511553367599845, ms=00043}
22:49:11.008680 run                             mass: MS performed LU  {at=4424777.217011044, lu_delay=5.41979861818254, ms=00045}
22:49:11.020088 run                osmo-ms-mob/00061: Starting mobile
22:49:11.033350 run       osmo-ms-mob/00061(pid=196): Launched
22:49:11.044107 run                             mass: MS start registered  {at=4424777.252427542, delay=0.00468838308006525, ms=00061}
22:49:11.066851 run                             mass: MS performed LU  {at=4424777.275158103, lu_delay=4.422652975656092, ms=00047}
22:49:11.257755 run                             mass: MS performed LU  {at=4424777.46597617, lu_delay=5.7380231991410255, ms=00044}
22:49:11.271985 run                osmo-ms-mob/00062: Starting mobile
22:49:11.285395 run       osmo-ms-mob/00062(pid=197): Launched
22:49:11.296304 run                             mass: MS start registered  {at=4424777.504627605, delay=0.004786251112818718, ms=00062}
22:49:11.311076 run                             mass: MS performed LU  {at=4424777.519399608, lu_delay=6.280790231190622, ms=00042}
22:49:11.719758 run                osmo-ms-mob/00063: Starting mobile
22:49:11.734144 run       osmo-ms-mob/00063(pid=198): Launched
22:49:11.745902 run                             mass: MS start registered  {at=4424777.954216491, delay=0.0055619580671191216, ms=00063}
22:49:11.990252 run                             mass: MS performed LU  {at=4424778.198449456, lu_delay=5.645533972419798, ms=00046}
22:49:12.119160 run                osmo-ms-mob/00064: Starting mobile
22:49:12.133763 run       osmo-ms-mob/00064(pid=199): Launched
22:49:12.145003 run                             mass: MS start registered  {at=4424778.353322196, delay=0.005153031088411808, ms=00064}
22:49:12.350483 run                             mass: MS performed LU  {at=4424778.558705726, lu_delay=3.8202924598008394, ms=00053}
22:49:12.519504 run                osmo-ms-mob/00065: Starting mobile
22:49:12.533951 run       osmo-ms-mob/00065(pid=200): Launched
22:49:12.545079 run                             mass: MS start registered  {at=4424778.753399895, delay=0.0049284677952528, ms=00065}
22:49:12.837437 run                osmo-ms-mob/00066: Starting mobile
22:49:12.853690 run       osmo-ms-mob/00066(pid=201): Launched
22:49:12.860111 run                             mass: MS performed LU  {at=4424779.068436274, lu_delay=4.5985247399657965, ms=00052}
22:49:12.866383 run                             mass: MS performed LU  {at=4424779.074714479, lu_delay=5.511316476389766, ms=00050}
22:49:12.872318 run                             mass: MS start registered  {at=4424779.080652337, delay=0.012235259637236595, ms=00066}
22:49:12.996278 run                             mass: MS performed LU  {at=4424779.204503159, lu_delay=6.039213131181896, ms=00048}
22:49:13.010751 run                osmo-ms-mob/00067: Starting mobile
22:49:13.024173 run       osmo-ms-mob/00067(pid=202): Launched
22:49:13.035461 run                             mass: MS start registered  {at=4424779.243783405, delay=0.005092649720609188, ms=00067}
22:49:13.158464 run                             mass: MS performed LU  {at=4424779.366690162, lu_delay=5.926640281453729, ms=00049}
22:49:13.537493 run                osmo-ms-mob/00068: Starting mobile
22:49:13.553674 run       osmo-ms-mob/00068(pid=203): Launched
22:49:13.565409 run                             mass: MS start registered  {at=4424779.77372408, delay=0.00563871581107378, ms=00068}
22:49:13.919322 run                osmo-ms-mob/00069: Starting mobile
22:49:13.933478 run       osmo-ms-mob/00069(pid=204): Launched
22:49:13.948030 run                             mass: MS start registered  {at=4424780.156339669, delay=0.008274455554783344, ms=00069}
22:49:14.320283 run                osmo-ms-mob/00070: Starting mobile
22:49:14.334235 run       osmo-ms-mob/00070(pid=205): Launched
22:49:14.345943 run                             mass: MS start registered  {at=4424780.554252612, delay=0.005689084529876709, ms=00070}
22:49:14.728481 run                osmo-ms-mob/00071: Starting mobile
22:49:14.745122 run       osmo-ms-mob/00071(pid=206): Launched
22:49:14.751464 run                             mass: MS performed LU  {at=4424780.959790797, lu_delay=5.397835326381028, ms=00057}
22:49:14.757574 run                             mass: MS start registered  {at=4424780.96590843, delay=0.006134846247732639, ms=00071}
22:49:14.767385 run                             mass: MS performed LU  {at=4424780.97570904, lu_delay=5.4575800988823175, ms=00056}
22:49:14.832839 run                             mass: MS performed LU  {at=4424781.04106055, lu_delay=5.687995822168887, ms=00055}
22:49:14.859991 run                osmo-ms-mob/00072: Starting mobile
22:49:14.873100 run       osmo-ms-mob/00072(pid=207): Launched
22:49:14.884372 run                             mass: MS start registered  {at=4424781.092692248, delay=0.005251631140708923, ms=00072}
22:49:15.023428 run                             mass: MS performed LU  {at=4424781.231646378, lu_delay=4.876979637891054, ms=00058}
22:49:15.050136 run                             mass: MS performed LU  {at=4424781.258321428, lu_delay=6.2207793565467, ms=00054}
22:49:15.077707 run                             mass: MS performed LU  {at=4424781.285950512, lu_delay=4.643784758634865, ms=00059}
22:49:15.093167 run                osmo-ms-mob/00073: Starting mobile
22:49:15.106083 run       osmo-ms-mob/00073(pid=208): Launched
22:49:15.117166 run                             mass: MS start registered  {at=4424781.325489548, delay=0.004996429197490215, ms=00073}
22:49:15.891556 run                             mass: MS performed LU  {at=4424782.099780928, lu_delay=5.160935797728598, ms=00060}
22:49:15.905679 run                osmo-ms-mob/00074: Starting mobile
22:49:15.919480 run       osmo-ms-mob/00074(pid=209): Launched
22:49:15.925583 run                             mass: MS performed LU  {at=4424782.133906023, lu_delay=21.394991321489215, ms=00016}
22:49:15.931799 run                             mass: MS start registered  {at=4424782.140131581, delay=0.006259742192924023, ms=00074}
22:49:16.336066 run                osmo-ms-mob/00075: Starting mobile
22:49:16.351295 run       osmo-ms-mob/00075(pid=210): Launched
22:49:16.362683 run                             mass: MS start registered  {at=4424782.571003308, delay=0.005376267246901989, ms=00075}
22:49:16.596319 run                             mass: MS performed LU  {at=4424782.804540242, lu_delay=5.552112700417638, ms=00061}
22:49:16.762326 run                             mass: MS performed LU  {at=4424782.970521037, lu_delay=4.617198840714991, ms=00064}
22:49:16.818758 run                osmo-ms-mob/00076: Starting mobile
22:49:16.834654 run       osmo-ms-mob/00076(pid=211): Launched
22:49:16.846094 run                             mass: MS start registered  {at=4424783.054415212, delay=0.005103250965476036, ms=00076}
22:49:16.924142 run                             mass: MS performed LU  {at=4424783.132367639, lu_delay=5.627740033902228, ms=00062}
22:49:17.219777 run                osmo-ms-mob/00077: Starting mobile
22:49:17.234016 run       osmo-ms-mob/00077(pid=212): Launched
22:49:17.245352 run                             mass: MS start registered  {at=4424783.453664797, delay=0.005235069431364536, ms=00077}
22:49:17.724800 run                osmo-ms-mob/00078: Starting mobile
22:49:17.741012 run       osmo-ms-mob/00078(pid=213): Launched
22:49:17.752618 run                             mass: MS start registered  {at=4424783.960921562, delay=0.00537466537207365, ms=00078}
22:49:18.138685 run                osmo-ms-mob/00079: Starting mobile
22:49:18.154333 run       osmo-ms-mob/00079(pid=214): Launched
22:49:18.165555 run                             mass: MS start registered  {at=4424784.373874279, delay=0.004777967929840088, ms=00079}
22:49:18.580434 run                             mass: MS performed LU  {at=4424784.788622033, lu_delay=5.707969696260989, ms=00066}
22:49:18.630024 run                osmo-ms-mob/00080: Starting mobile
22:49:18.644702 run       osmo-ms-mob/00080(pid=215): Launched
22:49:18.650814 run                             mass: MS performed LU  {at=4424784.859143565, lu_delay=6.105743670836091, ms=00065}
22:49:18.656785 run                             mass: MS performed LU  {at=4424784.865120914, lu_delay=5.621337508782744, ms=00067}
22:49:18.662577 run                             mass: MS start registered  {at=4424784.870913031, delay=0.011785169132053852, ms=00080}
22:49:18.751133 run                             mass: MS performed LU  {at=4424784.959350966, lu_delay=5.185626885853708, ms=00068}
22:49:18.775163 run                             mass: MS performed LU  {at=4424784.983493188, lu_delay=4.82715351972729, ms=00069}
22:49:18.786227 run                osmo-ms-mob/00081: Starting mobile
22:49:18.799490 run       osmo-ms-mob/00081(pid=216): Launched
22:49:18.810789 run                             mass: MS start registered  {at=4424785.019106873, delay=0.005185617133975029, ms=00081}
22:49:19.518299 run                osmo-ms-mob/00082: Starting mobile
22:49:19.532534 run       osmo-ms-mob/00082(pid=217): Launched
22:49:19.543897 run                             mass: MS start registered  {at=4424785.752213685, delay=0.0052596163004636765, ms=00082}
22:49:20.106109 run                osmo-ms-mob/00083: Starting mobile
22:49:20.119232 run       osmo-ms-mob/00083(pid=218): Launched
22:49:20.130551 run                             mass: MS start registered  {at=4424786.338867451, delay=0.0053331321105360985, ms=00083}
22:49:20.361743 run                             mass: MS performed LU  {at=4424786.569962903, lu_delay=6.015710290521383, ms=00070}
22:49:20.437555 run                             mass: MS performed LU  {at=4424786.645774194, lu_delay=5.679865764454007, ms=00071}
22:49:20.528710 run                             mass: MS performed LU  {at=4424786.736929428, lu_delay=5.644237180240452, ms=00072}
22:49:20.579248 run                osmo-ms-mob/00084: Starting mobile
22:49:20.594088 run       osmo-ms-mob/00084(pid=219): Launched
22:49:20.605699 run                             mass: MS start registered  {at=4424786.814009073, delay=0.0052692946046590805, ms=00084}
22:49:20.689521 run                             mass: MS performed LU  {at=4424786.897740739, lu_delay=5.572251191362739, ms=00073}
22:49:20.943553 run                             mass: MS performed LU  {at=4424787.151773966, lu_delay=5.011642385274172, ms=00074}
22:49:21.148257 run                osmo-ms-mob/00085: Starting mobile
22:49:21.164541 run       osmo-ms-mob/00085(pid=220): Launched
22:49:21.176021 run                             mass: MS start registered  {at=4424787.384342747, delay=0.005161266773939133, ms=00085}
22:49:21.705853 run                osmo-ms-mob/00086: Starting mobile
22:49:21.718945 run       osmo-ms-mob/00086(pid=221): Launched
22:49:21.730021 run                             mass: MS start registered  {at=4424787.938340664, delay=0.005029415711760521, ms=00086}
22:49:22.306383 run                osmo-ms-mob/00087: Starting mobile
22:49:22.319817 run       osmo-ms-mob/00087(pid=222): Launched
22:49:22.330594 run                             mass: MS start registered  {at=4424788.5389143, delay=0.00467307772487402, ms=00087}
22:49:22.345277 run                             mass: MS performed LU  {at=4424788.553585073, lu_delay=5.499169860966504, ms=00076}
22:49:22.364282 run                             mass: MS performed LU  {at=4424788.572591978, lu_delay=6.001588670536876, ms=00075}
22:49:22.392660 run                             mass: MS performed LU  {at=4424788.600905986, lu_delay=5.147241188213229, ms=00077}
22:49:22.517285 run                             mass: MS performed LU  {at=4424788.725509798, lu_delay=4.764588235877454, ms=00078}
22:49:22.937134 run                osmo-ms-mob/00088: Starting mobile
22:49:22.953927 run       osmo-ms-mob/00088(pid=223): Launched
22:49:22.966960 run                             mass: MS start registered  {at=4424789.175279651, delay=0.006596574559807777, ms=00088}
22:49:23.518459 run                osmo-ms-mob/00089: Starting mobile
22:49:23.532818 run       osmo-ms-mob/00089(pid=224): Launched
22:49:23.544177 run                             mass: MS start registered  {at=4424789.752497436, delay=0.005346093326807022, ms=00089}
22:49:24.106060 run                osmo-ms-mob/00090: Starting mobile
22:49:24.119231 run       osmo-ms-mob/00090(pid=225): Launched
22:49:24.126476 run                             mass: MS performed LU  {at=4424790.334793406, lu_delay=5.31568653229624, ms=00081}
22:49:24.132507 run                             mass: MS start registered  {at=4424790.340842332, delay=0.007147185504436493, ms=00090}
22:49:24.145516 run                             mass: MS performed LU  {at=4424790.353824577, lu_delay=5.482911546714604, ms=00080}
22:49:24.294078 run                             mass: MS performed LU  {at=4424790.502299366, lu_delay=4.750085680745542, ms=00082}
22:49:24.420029 run                             mass: MS performed LU  {at=4424790.628243009, lu_delay=6.254368729889393, ms=00079}
22:49:24.819181 run                osmo-ms-mob/00091: Starting mobile
22:49:24.832952 run       osmo-ms-mob/00091(pid=226): Launched
22:49:24.844303 run                             mass: MS start registered  {at=4424791.052619062, delay=0.0036992114037275314, ms=00091}
22:49:25.529082 run                osmo-ms-mob/00092: Starting mobile
22:49:25.545455 run       osmo-ms-mob/00092(pid=227): Launched
22:49:25.557037 run                             mass: MS start registered  {at=4424791.76535221, delay=0.005111147649586201, ms=00092}
22:49:26.112688 run                             mass: MS performed LU  {at=4424792.320870998, lu_delay=4.936528251506388, ms=00085}
22:49:26.130454 run                             mass: MS performed LU  {at=4424792.338691477, lu_delay=5.999824025668204, ms=00083}
22:49:26.184505 run                osmo-ms-mob/00093: Starting mobile
22:49:26.199616 run       osmo-ms-mob/00093(pid=228): Launched
22:49:26.205605 run                             mass: MS performed LU  {at=4424792.41393543, lu_delay=5.599926357157528, ms=00084}
22:49:26.211559 run                             mass: MS start registered  {at=4424792.419894181, delay=0.005973151884973049, ms=00093}
22:49:27.206265 run                osmo-ms-mob/00094: Starting mobile
22:49:27.219958 run       osmo-ms-mob/00094(pid=229): Launched
22:49:27.231403 run                             mass: MS start registered  {at=4424793.43972561, delay=0.00512290745973587, ms=00094}
22:49:27.894318 run                             mass: MS performed LU  {at=4424794.102537629, lu_delay=4.927257978357375, ms=00088}
22:49:27.911618 run                             mass: MS performed LU  {at=4424794.119901549, lu_delay=6.181560885161161, ms=00086}
22:49:28.059907 run                             mass: MS performed LU  {at=4424794.268128699, lu_delay=5.729214399121702, ms=00087}
22:49:28.102012 run                osmo-ms-mob/00095: Starting mobile
22:49:28.117738 run       osmo-ms-mob/00095(pid=230): Launched
22:49:28.128698 run                             mass: MS start registered  {at=4424794.33701179, delay=0.004760272800922394, ms=00095}
22:49:28.401689 run                             mass: MS performed LU  {at=4424794.609912988, lu_delay=4.857415552251041, ms=00089}
22:49:29.119823 run                osmo-ms-mob/00096: Starting mobile
22:49:29.134393 run       osmo-ms-mob/00096(pid=231): Launched
22:49:29.146062 run                             mass: MS start registered  {at=4424795.354372019, delay=0.005560052581131458, ms=00096}
22:49:29.877799 run                             mass: MS performed LU  {at=4424796.085967732, lu_delay=5.745125399902463, ms=00090}
22:49:29.902984 run                             mass: MS performed LU  {at=4424796.111314055, lu_delay=5.058694992214441, ms=00091}
22:49:29.923562 run                             mass: MS performed LU  {at=4424796.131859185, lu_delay=22.38168744649738, ms=00051}
22:49:30.228923 run                osmo-ms-mob/00097: Starting mobile
22:49:30.245217 run       osmo-ms-mob/00097(pid=232): Launched
22:49:30.256663 run                             mass: MS start registered  {at=4424796.464976429, delay=0.005290272645652294, ms=00097}
22:49:31.537909 run                osmo-ms-mob/00098: Starting mobile
22:49:31.554833 run       osmo-ms-mob/00098(pid=233): Launched
22:49:31.565973 run                             mass: MS start registered  {at=4424797.774293398, delay=0.00500598456710577, ms=00098}
22:49:31.659467 run                             mass: MS performed LU  {at=4424797.867689158, lu_delay=6.1023369478061795, ms=00092}
22:49:31.825725 run                             mass: MS performed LU  {at=4424798.033945601, lu_delay=5.614051420241594, ms=00093}
22:49:32.149072 run                             mass: MS performed LU  {at=4424798.357291131, lu_delay=4.917565520852804, ms=00094}
22:49:33.305891 run                osmo-ms-mob/00099: Starting mobile
22:49:33.319645 run       osmo-ms-mob/00099(pid=234): Launched
22:49:33.325907 run                             mass: All started... {duration=55.7302915006876, too_slow=0}
22:49:33.331748 run                             mass: MS start registered  {at=4424799.540075879, delay=0.00583377480506897, ms=00099}
22:49:33.643857 run                             mass: MS performed LU  {at=4424799.8520626, lu_delay=5.515050809830427, ms=00095}
22:49:33.667894 run                             mass: MS performed LU  {at=4424799.876224973, lu_delay=21.922008481808007, ms=00063}
22:49:33.925877 run                             mass: MS performed LU  {at=4424800.134093978, lu_delay=4.779721959494054, ms=00096}
22:49:35.591847 run                             mass: MS performed LU  {at=4424801.800063881, lu_delay=5.335087452083826, ms=00097}
22:49:37.409878 run                             mass: MS performed LU  {at=4424803.618073925, lu_delay=5.843780527822673, ms=00098}
22:49:39.311601 run                             mass: MS performed LU  {at=4424805.519820391, lu_delay=5.979744512587786, ms=00099}
22:49:39.322177 run                             mass: Tests done {all_completed=True, max=22.38168744649738, min=3.8202924598008394}
22:49:39.327682 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:39.333058 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:39.336308 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:39.339535 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:39.342771 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:39.345995 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:39.349261 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:39.352603 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:39.355889 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:39.359108 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:39.362362 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:39.365662 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:39.368950 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:39.372234 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:39.375483 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:39.378745 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:39.382014 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:39.385342 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:39.388723 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:39.392040 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:39.395531 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:39.399403 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:39.402756 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:39.406585 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:39.409926 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:39.413242 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:39.416579 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:39.419884 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:39.423171 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:39.426493 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:39.429785 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:39.433094 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:39.436659 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:39.440014 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:39.443293 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:39.446566 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:39.449913 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:39.453416 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:39.456777 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:39.460121 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:39.463471 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:39.466812 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:39.470134 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:39.473491 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:39.476832 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:39.480213 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:39.483885 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:39.487212 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:39.490559 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:39.493997 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:39.497303 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:39.500915 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:39.504373 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:39.507706 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:39.511036 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:39.514417 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:39.517741 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:39.521078 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:39.524512 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:39.527932 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:39.531243 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:39.534652 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:39.537987 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:39.541395 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:39.544868 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:39.548500 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:39.552122 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:39.555919 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:39.559803 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:39.563151 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:39.566467 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:39.569813 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:39.573159 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:39.576630 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:39.579957 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:39.583307 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:39.586710 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:39.590049 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:39.593488 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:39.596927 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:39.600273 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:39.603577 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:39.606968 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:39.610296 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:39.613712 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:39.617094 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:39.620864 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:39.624190 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:39.627502 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:39.630883 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:39.634282 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:39.637647 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:39.641043 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:39.644382 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:39.648284 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:39.651647 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:39.655182 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:39.659009 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:39.662399 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:39.665790 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:39.669185 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:39.672584 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:39.676414 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:39.679801 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:39.683111 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:39.686505 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:39.689851 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:39.693177 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:39.696543 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:39.699979 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:39.703411 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:39.706787 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:39.710181 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:39.713577 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:39.716965 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:39.720332 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:39.723615 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:39.726863 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:39.730088 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:39.733316 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:39.736534 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:39.739748 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:39.742966 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:39.746189 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:39.749440 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:39.752690 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:39.755916 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:39.759131 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:39.762357 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:39.765565 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:39.768803 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:39.772023 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:39.775239 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:39.778472 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:39.781696 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:39.784932 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:39.788156 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:39.791369 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:39.794588 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:39.797802 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:39.801022 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:39.804240 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:39.807467 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:39.810706 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:39.813924 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:39.817154 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:39.820377 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:39.823601 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:39.826821 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:39.830055 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.833277 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.836499 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.839698 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.842917 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.846144 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.849362 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.852581 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.855792 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.859011 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.862228 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.865460 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.868692 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.871926 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.875156 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.878370 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.881596 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.884822 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.888051 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.891267 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.894491 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.897724 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.900942 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.904167 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.907418 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.910704 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.913984 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.917266 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.920540 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.923834 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.927112 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.930396 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.933682 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.936984 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.940279 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.943557 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.946859 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.950136 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.953435 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.956723 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.960019 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.963307 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.966593 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.969867 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.973165 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.976449 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.979735 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.983019 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.986308 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.989595 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.992898 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.996187 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.999477 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:40.002771 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:40.006059 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:40.009343 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:40.012631 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:40.015931 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:40.019219 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:40.022507 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:40.025799 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:40.029093 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:40.032385 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:40.035698 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:40.039001 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:40.042307 ---      ParallelTerminationStrategy: PID 22 died...
22:49:40.043799 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:40.047476 ---      ParallelTerminationStrategy: PID 23 died...
22:49:40.048965 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:40.052614 ---      ParallelTerminationStrategy: PID 24 died...
22:49:40.054098 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:40.057764 ---      ParallelTerminationStrategy: PID 25 died...
22:49:40.059250 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:40.062881 ---      ParallelTerminationStrategy: PID 26 died...
22:49:40.064375 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:40.068044 ---      ParallelTerminationStrategy: PID 27 died...
22:49:40.069529 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:40.073205 ---      ParallelTerminationStrategy: PID 28 died...
22:49:40.074695 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:40.078374 ---      ParallelTerminationStrategy: PID 29 died...
22:49:40.079867 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:40.083560 ---      ParallelTerminationStrategy: PID 30 died...
22:49:40.085042 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:40.088700 ---      ParallelTerminationStrategy: PID 31 died...
22:49:40.090186 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:40.093873 ---      ParallelTerminationStrategy: PID 32 died...
22:49:40.095360 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:40.099037 ---      ParallelTerminationStrategy: PID 33 died...
22:49:40.100533 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:40.104201 ---      ParallelTerminationStrategy: PID 35 died...
22:49:40.105700 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:40.109380 ---      ParallelTerminationStrategy: PID 36 died...
22:49:40.110869 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:40.114536 ---      ParallelTerminationStrategy: PID 37 died...
22:49:40.116024 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:40.119697 ---      ParallelTerminationStrategy: PID 38 died...
22:49:40.121194 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:40.124880 ---      ParallelTerminationStrategy: PID 39 died...
22:49:40.126375 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:40.130030 ---      ParallelTerminationStrategy: PID 40 died...
22:49:40.131511 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:40.135170 ---      ParallelTerminationStrategy: PID 41 died...
22:49:40.136661 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:40.140307 ---      ParallelTerminationStrategy: PID 42 died...
22:49:40.141799 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:40.145458 ---      ParallelTerminationStrategy: PID 43 died...
22:49:40.146940 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:40.150607 ---      ParallelTerminationStrategy: PID 44 died...
22:49:40.152102 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:40.155769 ---      ParallelTerminationStrategy: PID 45 died...
22:49:40.157249 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:40.160903 ---      ParallelTerminationStrategy: PID 46 died...
22:49:40.162386 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:40.166048 ---      ParallelTerminationStrategy: PID 47 died...
22:49:40.167528 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:40.171184 ---      ParallelTerminationStrategy: PID 48 died...
22:49:40.172651 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:40.176309 ---      ParallelTerminationStrategy: PID 49 died...
22:49:40.177786 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:40.181420 ---      ParallelTerminationStrategy: PID 50 died...
22:49:40.182894 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:40.186548 ---      ParallelTerminationStrategy: PID 51 died...
22:49:40.188032 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:40.191689 ---      ParallelTerminationStrategy: PID 52 died...
22:49:40.193175 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:40.196808 ---      ParallelTerminationStrategy: PID 53 died...
22:49:40.198286 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:40.201939 ---      ParallelTerminationStrategy: PID 54 died...
22:49:40.203429 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:40.207083 ---      ParallelTerminationStrategy: PID 55 died...
22:49:40.208559 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:40.212213 ---      ParallelTerminationStrategy: PID 56 died...
22:49:40.213690 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:40.217343 ---      ParallelTerminationStrategy: PID 57 died...
22:49:40.218822 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:40.222464 ---      ParallelTerminationStrategy: PID 58 died...
22:49:40.223948 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:40.227603 ---      ParallelTerminationStrategy: PID 59 died...
22:49:40.229084 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:40.232716 ---      ParallelTerminationStrategy: PID 60 died...
22:49:40.234194 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:40.237832 ---      ParallelTerminationStrategy: PID 61 died...
22:49:40.239309 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:40.242993 ---      ParallelTerminationStrategy: PID 62 died...
22:49:40.244470 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:40.248127 ---      ParallelTerminationStrategy: PID 63 died...
22:49:40.249599 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:40.253239 ---      ParallelTerminationStrategy: PID 64 died...
22:49:40.254709 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:40.258351 ---      ParallelTerminationStrategy: PID 65 died...
22:49:40.259817 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:40.263459 ---      ParallelTerminationStrategy: PID 66 died...
22:49:40.264941 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:40.268562 ---      ParallelTerminationStrategy: PID 67 died...
22:49:40.270024 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:40.273671 ---      ParallelTerminationStrategy: PID 68 died...
22:49:40.275150 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:40.278773 ---      ParallelTerminationStrategy: PID 69 died...
22:49:40.280248 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:40.283893 ---      ParallelTerminationStrategy: PID 70 died...
22:49:40.285366 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:40.289016 ---      ParallelTerminationStrategy: PID 71 died...
22:49:40.290488 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:40.294144 ---      ParallelTerminationStrategy: PID 72 died...
22:49:40.295614 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:40.299257 ---      ParallelTerminationStrategy: PID 73 died...
22:49:40.300739 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:40.304381 ---      ParallelTerminationStrategy: PID 74 died...
22:49:40.305856 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:40.309506 ---      ParallelTerminationStrategy: PID 75 died...
22:49:40.310979 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:40.314622 ---      ParallelTerminationStrategy: PID 76 died...
22:49:40.316115 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:40.319768 ---      ParallelTerminationStrategy: PID 77 died...
22:49:40.321242 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:40.324874 ---      ParallelTerminationStrategy: PID 78 died...
22:49:40.326345 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:40.329999 ---      ParallelTerminationStrategy: PID 79 died...
22:49:40.331472 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:40.335120 ---      ParallelTerminationStrategy: PID 80 died...
22:49:40.336622 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:40.340255 ---      ParallelTerminationStrategy: PID 81 died...
22:49:40.341722 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:40.345383 ---      ParallelTerminationStrategy: PID 82 died...
22:49:40.346862 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:40.350501 ---      ParallelTerminationStrategy: PID 83 died...
22:49:40.351991 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:40.355624 ---      ParallelTerminationStrategy: PID 84 died...
22:49:40.357102 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:40.360771 ---      ParallelTerminationStrategy: PID 85 died...
22:49:40.362248 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:40.365837 ---      ParallelTerminationStrategy: PID 86 died...
22:49:40.367292 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:40.370873 ---      ParallelTerminationStrategy: PID 87 died...
22:49:40.372326 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:40.375910 ---      ParallelTerminationStrategy: PID 88 died...
22:49:40.377367 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:40.380946 ---      ParallelTerminationStrategy: PID 89 died...
22:49:40.382396 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:40.385966 ---      ParallelTerminationStrategy: PID 90 died...
22:49:40.387417 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:40.390992 ---      ParallelTerminationStrategy: PID 91 died...
22:49:40.392451 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:40.396026 ---      ParallelTerminationStrategy: PID 92 died...
22:49:40.397471 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:40.401048 ---      ParallelTerminationStrategy: PID 93 died...
22:49:40.402506 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:40.406079 ---      ParallelTerminationStrategy: PID 94 died...
22:49:40.407534 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:40.411135 ---      ParallelTerminationStrategy: PID 95 died...
22:49:40.412586 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:40.416161 ---      ParallelTerminationStrategy: PID 96 died...
22:49:40.417616 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:40.421218 ---      ParallelTerminationStrategy: PID 97 died...
22:49:40.422683 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:40.426310 ---      ParallelTerminationStrategy: PID 98 died...
22:49:40.427796 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:40.431427 ---      ParallelTerminationStrategy: PID 99 died...
22:49:40.432910 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:40.436566 ---      ParallelTerminationStrategy: PID 100 died...
22:49:40.438044 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:40.441711 ---      ParallelTerminationStrategy: PID 101 died...
22:49:40.443176 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:40.446831 ---      ParallelTerminationStrategy: PID 102 died...
22:49:40.448308 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:40.451948 ---      ParallelTerminationStrategy: PID 103 died...
22:49:40.453415 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:40.457070 ---      ParallelTerminationStrategy: PID 104 died...
22:49:40.458534 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:40.462178 ---      ParallelTerminationStrategy: PID 105 died...
22:49:40.463647 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:40.467279 ---      ParallelTerminationStrategy: PID 106 died...
22:49:40.468753 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:40.472394 ---      ParallelTerminationStrategy: PID 107 died...
22:49:40.473871 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:40.477517 ---      ParallelTerminationStrategy: PID 108 died...
22:49:40.479001 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:40.482641 ---      ParallelTerminationStrategy: PID 109 died...
22:49:40.484120 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:40.487799 ---      ParallelTerminationStrategy: PID 110 died...
22:49:40.489281 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:40.492928 ---      ParallelTerminationStrategy: PID 111 died...
22:49:40.494404 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:40.498042 ---      ParallelTerminationStrategy: PID 112 died...
22:49:40.499504 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:40.503133 ---      ParallelTerminationStrategy: PID 113 died...
22:49:40.504616 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:40.508252 ---      ParallelTerminationStrategy: PID 114 died...
22:49:40.509721 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:40.513371 ---      ParallelTerminationStrategy: PID 115 died...
22:49:40.514848 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:40.518502 ---      ParallelTerminationStrategy: PID 116 died...
22:49:40.519984 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:40.523625 ---      ParallelTerminationStrategy: PID 117 died...
22:49:40.525101 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:40.528751 ---      ParallelTerminationStrategy: PID 118 died...
22:49:40.530230 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:40.533905 ---      ParallelTerminationStrategy: PID 119 died...
22:49:40.535373 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:40.539016 ---      ParallelTerminationStrategy: PID 120 died...
22:49:40.540503 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:40.544150 ---      ParallelTerminationStrategy: PID 121 died...
22:49:40.545620 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:40.549274 ---      ParallelTerminationStrategy: PID 122 died...
22:49:40.550761 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:40.554430 ---      ParallelTerminationStrategy: PID 123 died...
22:49:40.555916 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:40.559551 ---      ParallelTerminationStrategy: PID 124 died...
22:49:40.561031 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:40.564680 ---      ParallelTerminationStrategy: PID 125 died...
22:49:40.566174 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:40.569836 ---      ParallelTerminationStrategy: PID 126 died...
22:49:40.571313 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:40.574959 ---      ParallelTerminationStrategy: PID 127 died...
22:49:40.576439 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:40.580118 ---      ParallelTerminationStrategy: PID 128 died...
22:49:40.581595 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:40.585229 ---      ParallelTerminationStrategy: PID 129 died...
22:49:40.586710 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:40.590344 ---      ParallelTerminationStrategy: PID 130 died...
22:49:40.591823 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:40.595472 ---      ParallelTerminationStrategy: PID 131 died...
22:49:40.596963 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:40.600603 ---      ParallelTerminationStrategy: PID 132 died...
22:49:40.602073 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:40.605722 ---      ParallelTerminationStrategy: PID 133 died...
22:49:40.607198 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:40.610850 ---      ParallelTerminationStrategy: PID 134 died...
22:49:40.612347 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:40.615993 ---      ParallelTerminationStrategy: PID 135 died...
22:49:40.617470 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:40.621151 ---      ParallelTerminationStrategy: PID 136 died...
22:49:40.622627 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:40.626313 ---      ParallelTerminationStrategy: PID 137 died...
22:49:40.627809 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:40.631489 ---      ParallelTerminationStrategy: PID 138 died...
22:49:40.632974 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:40.636659 ---      ParallelTerminationStrategy: PID 139 died...
22:49:40.638139 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:40.641809 ---      ParallelTerminationStrategy: PID 140 died...
22:49:40.643280 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:40.646960 ---      ParallelTerminationStrategy: PID 141 died...
22:49:40.648433 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:40.652101 ---      ParallelTerminationStrategy: PID 142 died...
22:49:40.653586 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:40.657255 ---      ParallelTerminationStrategy: PID 143 died...
22:49:40.658730 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:40.662390 ---      ParallelTerminationStrategy: PID 144 died...
22:49:40.663883 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:40.667532 ---      ParallelTerminationStrategy: PID 145 died...
22:49:40.669005 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:40.672668 ---      ParallelTerminationStrategy: PID 146 died...
22:49:40.674134 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:40.677778 ---      ParallelTerminationStrategy: PID 147 died...
22:49:40.679263 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:40.682919 ---      ParallelTerminationStrategy: PID 148 died...
22:49:40.684401 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:40.688080 ---      ParallelTerminationStrategy: PID 149 died...
22:49:40.689564 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:40.693233 ---      ParallelTerminationStrategy: PID 150 died...
22:49:40.694702 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:40.698369 ---      ParallelTerminationStrategy: PID 151 died...
22:49:40.699847 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:40.703492 ---      ParallelTerminationStrategy: PID 152 died...
22:49:40.704976 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:40.708640 ---      ParallelTerminationStrategy: PID 153 died...
22:49:40.710116 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:40.713792 ---      ParallelTerminationStrategy: PID 154 died...
22:49:40.715276 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:40.718943 ---      ParallelTerminationStrategy: PID 155 died...
22:49:40.720427 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:40.724085 ---      ParallelTerminationStrategy: PID 156 died...
22:49:40.725556 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:40.729213 ---      ParallelTerminationStrategy: PID 157 died...
22:49:40.730692 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:40.734347 ---      ParallelTerminationStrategy: PID 158 died...
22:49:40.735838 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:40.739506 ---      ParallelTerminationStrategy: PID 159 died...
22:49:40.740985 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:40.744655 ---      ParallelTerminationStrategy: PID 160 died...
22:49:40.746126 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:40.749780 ---      ParallelTerminationStrategy: PID 161 died...
22:49:40.751249 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:40.754917 ---      ParallelTerminationStrategy: PID 162 died...
22:49:40.756387 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:40.760059 ---      ParallelTerminationStrategy: PID 163 died...
22:49:40.761540 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:40.765206 ---      ParallelTerminationStrategy: PID 164 died...
22:49:40.766676 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:40.770334 ---      ParallelTerminationStrategy: PID 165 died...
22:49:40.771811 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:40.775459 ---      ParallelTerminationStrategy: PID 166 died...
22:49:40.776959 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:40.780625 ---      ParallelTerminationStrategy: PID 167 died...
22:49:40.782102 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:40.785755 ---      ParallelTerminationStrategy: PID 168 died...
22:49:40.787231 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:40.790891 ---      ParallelTerminationStrategy: PID 169 died...
22:49:40.792393 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:40.796063 ---      ParallelTerminationStrategy: PID 170 died...
22:49:40.797533 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:40.801204 ---      ParallelTerminationStrategy: PID 171 died...
22:49:40.802668 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:40.806307 ---      ParallelTerminationStrategy: PID 172 died...
22:49:40.807754 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:40.811336 ---      ParallelTerminationStrategy: PID 173 died...
22:49:40.812786 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:40.816383 ---      ParallelTerminationStrategy: PID 174 died...
22:49:40.817825 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:40.821429 ---      ParallelTerminationStrategy: PID 175 died...
22:49:40.822881 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:40.826489 ---      ParallelTerminationStrategy: PID 176 died...
22:49:40.827949 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:40.831530 ---      ParallelTerminationStrategy: PID 177 died...
22:49:40.832994 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:40.836595 ---      ParallelTerminationStrategy: PID 178 died...
22:49:40.838041 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:40.841653 ---      ParallelTerminationStrategy: PID 179 died...
22:49:40.843110 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.846689 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.848149 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.851729 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.853187 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.856860 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.858341 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.862013 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.863487 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.867135 ---      ParallelTerminationStrategy: PID 184 died...
22:49:40.868611 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.872271 ---      ParallelTerminationStrategy: PID 185 died...
22:49:40.873741 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.877415 ---      ParallelTerminationStrategy: PID 186 died...
22:49:40.878906 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.882582 ---      ParallelTerminationStrategy: PID 187 died...
22:49:40.884058 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.887729 ---      ParallelTerminationStrategy: PID 188 died...
22:49:40.889201 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.892865 ---      ParallelTerminationStrategy: PID 189 died...
22:49:40.894355 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.898022 ---      ParallelTerminationStrategy: PID 190 died...
22:49:40.899499 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.903169 ---      ParallelTerminationStrategy: PID 191 died...
22:49:40.904664 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.908311 ---      ParallelTerminationStrategy: PID 192 died...
22:49:40.909798 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.913468 ---      ParallelTerminationStrategy: PID 193 died...
22:49:40.914963 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.918620 ---      ParallelTerminationStrategy: PID 194 died...
22:49:40.920108 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.923771 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.925240 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.928910 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.930389 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.934037 ---      ParallelTerminationStrategy: PID 197 died...
22:49:40.935508 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.939169 ---      ParallelTerminationStrategy: PID 198 died...
22:49:40.940640 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.944305 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.945775 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.949452 ---      ParallelTerminationStrategy: PID 200 died...
22:49:40.950925 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.954596 ---      ParallelTerminationStrategy: PID 201 died...
22:49:40.956064 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.959720 ---      ParallelTerminationStrategy: PID 202 died...
22:49:40.961193 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.964841 ---      ParallelTerminationStrategy: PID 203 died...
22:49:40.966310 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.969998 ---      ParallelTerminationStrategy: PID 204 died...
22:49:40.971468 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.975126 ---      ParallelTerminationStrategy: PID 205 died...
22:49:40.976602 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.980260 ---      ParallelTerminationStrategy: PID 206 died...
22:49:40.981731 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.985389 ---      ParallelTerminationStrategy: PID 207 died...
22:49:40.986877 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.990590 ---      ParallelTerminationStrategy: PID 208 died...
22:49:40.992089 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.995773 ---      ParallelTerminationStrategy: PID 209 died...
22:49:40.997263 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:41.000950 ---      ParallelTerminationStrategy: PID 210 died...
22:49:41.002449 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:41.006278 ---      ParallelTerminationStrategy: PID 211 died...
22:49:41.007817 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:41.011675 ---      ParallelTerminationStrategy: PID 212 died...
22:49:41.013216 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:41.017041 ---      ParallelTerminationStrategy: PID 213 died...
22:49:41.018582 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:41.022396 ---      ParallelTerminationStrategy: PID 214 died...
22:49:41.023943 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:41.027779 ---      ParallelTerminationStrategy: PID 215 died...
22:49:41.029320 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:41.033158 ---      ParallelTerminationStrategy: PID 216 died...
22:49:41.034678 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:41.038335 ---      ParallelTerminationStrategy: PID 217 died...
22:49:41.039813 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:41.043489 ---      ParallelTerminationStrategy: PID 218 died...
22:49:41.045041 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:41.048730 ---      ParallelTerminationStrategy: PID 219 died...
22:49:41.050207 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:41.053872 ---      ParallelTerminationStrategy: PID 220 died...
22:49:41.055356 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:41.059017 ---      ParallelTerminationStrategy: PID 221 died...
22:49:41.060504 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:41.064190 ---      ParallelTerminationStrategy: PID 222 died...
22:49:41.065668 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:41.069365 ---      ParallelTerminationStrategy: PID 223 died...
22:49:41.070850 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:41.074613 ---      ParallelTerminationStrategy: PID 224 died...
22:49:41.076167 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:41.080002 ---      ParallelTerminationStrategy: PID 225 died...
22:49:41.081536 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:41.085369 ---      ParallelTerminationStrategy: PID 226 died...
22:49:41.086912 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:41.090764 ---      ParallelTerminationStrategy: PID 227 died...
22:49:41.092332 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:41.096173 ---      ParallelTerminationStrategy: PID 228 died...
22:49:41.097717 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:41.101535 ---      ParallelTerminationStrategy: PID 229 died...
22:49:41.103076 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:41.106918 ---      ParallelTerminationStrategy: PID 230 died...
22:49:41.108464 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:41.112304 ---      ParallelTerminationStrategy: PID 231 died...
22:49:41.113854 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:41.117693 ---      ParallelTerminationStrategy: PID 232 died...
22:49:41.119243 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:41.123084 ---      ParallelTerminationStrategy: PID 233 died...
22:49:41.124639 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:41.128460 ---      ParallelTerminationStrategy: PID 234 died...
22:49:41.130007 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:44.534568 ---      ParallelTerminationStrategy: PID 34 died...
22:49:44.540652 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8274 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.618200 tst                       trial-8274: Storing JUnit report in /build/trial-8274/run.2026-03-18_22-48-17/trial-8274.xml

--------------------------------------------------------------------------------------------
trial-8274 PASS
--------------------------------------------------------------------------------------------
22:49:44.639208 tst                       trial-8274: trial-8274: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8274/inst
+ cd trial-8274
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2026-03-18 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8274-run.tgz run.2026-03-18_22-48-17
+ tar czf /build/trial-8274-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2026-03-18_13_37_19.tgz osmo-bts-oc2g.build-2026-03-18_00_51_20.tgz osmo-bts-sysmo.build-2026-03-18_00_51_22.tgz osmo-bts.build-2026-03-18_00_51_37.tgz osmo-ggsn.build-2026-03-18_20_42_30.tgz osmo-hlr.build-2026-03-18_16_36_49.tgz osmo-hnbgw.build-2026-03-18_13_38_46.tgz osmo-mgw.build-2026-03-18_08_33_09.tgz osmo-msc.build-2026-03-18_13_43_20.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2026-03-18_07_35_20.tgz osmo-pcu-sysmo.build-2026-03-18_07_35_13.tgz osmo-pcu.build-2026-03-18_07_35_24.tgz osmo-sgsn.build-2026-03-18_20_48_08.tgz osmo-stp.build-2026-03-18_13_32_46.tgz osmo-trx.build-2026-03-18_14_21_46.tgz osmocom-bb.build-2026-03-18_21_17_19.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