Skip to content
Success

Console Output

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#16 [ 5/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cpio 		dbus 		tcpdump 		sqlite3 		python3 		python3-setuptools 		python3-yaml 		python3-mako 		python3-gi 		python3-numpy 		python3-wheel 		python3-watchdog 		ofono 		patchelf 		rpm2cpio 		sudo 		libcap2-bin 		python3-pip 		udhcpc 		iperf3 		locales
#16 CACHED

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

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

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

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

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

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

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

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

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

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

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

#28 [ 9/28] COPY	SSH /root/.ssh
#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 [27/28] COPY	RESOURCES.CONF /tmp/osmo-gsm-tester/sysmocom/resources.conf
#30 CACHED

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:d292c01fe433372d6c73e40513c13fa373648f019a4528fa545d381ce83e451a 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ 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=8053 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-08-09 22:48:23
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8053
+ mkdir -p trial-8053
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-08-09_13_26_30.tgz osmo-bts-oc2g.build-2025-08-09_00_51_31.tgz osmo-bts-sysmo.build-2025-08-09_00_51_37.tgz osmo-bts.build-2025-08-09_00_51_42.tgz osmo-ggsn.build-2025-08-09_20_42_43.tgz osmo-hlr.build-2025-08-09_16_36_51.tgz osmo-hnbgw.build-2025-08-09_13_30_25.tgz osmo-mgw.build-2025-08-09_08_33_09.tgz osmo-msc.build-2025-08-09_13_35_06.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-09_07_34_01.tgz osmo-pcu-sysmo.build-2025-08-09_07_36_07.tgz osmo-pcu.build-2025-08-09_07_36_15.tgz osmo-sgsn.build-2025-08-09_20_48_35.tgz osmo-stp.build-2025-08-09_13_25_21.tgz osmo-trx.build-2025-08-09_14_29_54.tgz osmocom-bb.build-2025-08-09_21_17_15.tgz srslte.build-19.tgz trial-8053
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-08-09_13_26_30.md5 osmo-bts-oc2g.build-2025-08-09_00_51_31.md5 osmo-bts-sysmo.build-2025-08-09_00_51_37.md5 osmo-bts.build-2025-08-09_00_51_42.md5 osmo-ggsn.build-2025-08-09_20_42_43.md5 osmo-hlr.build-2025-08-09_16_36_51.md5 osmo-hnbgw.build-2025-08-09_13_30_25.md5 osmo-mgw.build-2025-08-09_08_33_09.md5 osmo-msc.build-2025-08-09_13_35_06.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-09_07_34_01.md5 osmo-pcu-sysmo.build-2025-08-09_07_36_07.md5 osmo-pcu.build-2025-08-09_07_36_15.md5 osmo-sgsn.build-2025-08-09_20_48_35.md5 osmo-stp.build-2025-08-09_13_25_21.md5 osmo-trx.build-2025-08-09_14_29_54.md5 osmocom-bb.build-2025-08-09_21_17_15.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-08-09_13_26_30.md5 osmo-bts-oc2g.build-2025-08-09_00_51_31.md5 osmo-bts-sysmo.build-2025-08-09_00_51_37.md5 osmo-bts.build-2025-08-09_00_51_42.md5 osmo-ggsn.build-2025-08-09_20_42_43.md5 osmo-hlr.build-2025-08-09_16_36_51.md5 osmo-hnbgw.build-2025-08-09_13_30_25.md5 osmo-mgw.build-2025-08-09_08_33_09.md5 osmo-msc.build-2025-08-09_13_35_06.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-09_07_34_01.md5 osmo-pcu-sysmo.build-2025-08-09_07_36_07.md5 osmo-pcu.build-2025-08-09_07_36_15.md5 osmo-sgsn.build-2025-08-09_20_48_35.md5 osmo-stp.build-2025-08-09_13_25_21.md5 osmo-trx.build-2025-08-09_14_29_54.md5 osmocom-bb.build-2025-08-09_21_17_15.md5 srslte.build-19.md5
+ exit_code=1
+ which osmo-gsm-tester.py
+ python3 -u /build/osmo-gsm-tester/src/osmo-gsm-tester.py -c /build/osmo-gsm-tester/sysmocom/main.conf trial-8053 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8053'
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-8053
--------------------------------------------------------------------------------------------
22:48:23.466665 tst                       trial-8053: Detailed log at /build/trial-8053/run.2025-08-09_22-48-23/log

---------------------------------------------------------------------
trial-8053 netreg_mass
---------------------------------------------------------------------
22:48:23.678707 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:23.679057 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:23.679835 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:23.681030 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:23.719719 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:23.721034 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:23.722158 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:23.802403 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-8053 netreg_mass register_default_mass.py
----------------------------------------------
22:48:23.804275 tst       register_default_mass.py:9: Claiming resources for the test
22:48:23.819821 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.820393 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.820874 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.821326 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.821780 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.822249 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:23.822707 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:23.865376 tst         register_default_mass.py: using LAC 2
22:48:23.909366 tst         register_default_mass.py: using RAC 2
22:48:23.963012 tst         register_default_mass.py: using CellId 2
22:48:24.009232 tst         register_default_mass.py: using BVCI 3
22:48:24.025420 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.026296 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.027177 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.028109 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.029278 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.030439 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.031651 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.032940 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.034033 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.035013 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.035856 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.036620 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.037363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.038024 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.038619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.039178 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.039703 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.040216 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.040770 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.041296 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.041810 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.042339 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.042864 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.043387 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.043898 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.044433 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.044963 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.045494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.046015 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.046532 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.047050 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.047575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.048094 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.048633 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.049144 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.049648 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.050157 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.050664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.051165 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.051676 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.052179 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.052693 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.053216 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.053737 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.054251 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.054775 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.055300 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.055823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.056329 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.056845 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.057364 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.057877 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.058402 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.058920 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.059423 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.059946 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.060467 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.061000 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.061525 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.062029 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.062544 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.063063 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.063577 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.064088 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.064605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.065139 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.065652 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.066167 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.066687 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.067191 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.067687 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.068210 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.068787 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.069317 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.069832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.070328 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.070839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.071348 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.071853 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.072346 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.072866 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.073369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.073871 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.074385 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.074878 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.075372 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.075879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.076375 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.076873 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.077389 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.077898 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.078415 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.078930 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.079436 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.079946 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.080455 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.080967 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.081490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.082000 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.082499 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.082987 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:24.083560 tst      register_default_mass.py:21: Launching a simple network
22:48:24.093685 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:24.217101 run            create_hlr_db(pid=20): Launched
22:48:25.227931 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:25.245504 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:25.261147 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:25.267058 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:25.451853 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:25.467967 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:25.473874 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:25.905680 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:25.921010 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:29.035122 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:29.146502 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:29.161619 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:29.167462 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:29.191510 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:29.206788 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:29.212567 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:29.529022 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:29.544609 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:35.567393 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:35.716112 run         osmo-bts-virtual(pid=34): Launched
22:48:36.771551 tst         register_default_mass.py: using MSISDN 1001
22:48:36.791364 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:36.873333 tst         register_default_mass.py: using MSISDN 1002
22:48:36.894272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:36.974442 tst         register_default_mass.py: using MSISDN 1003
22:48:36.995278 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:37.059032 tst         register_default_mass.py: using MSISDN 1004
22:48:37.065897 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:37.155854 tst         register_default_mass.py: using MSISDN 1005
22:48:37.177427 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:37.248718 tst         register_default_mass.py: using MSISDN 1006
22:48:37.258647 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:37.340271 tst         register_default_mass.py: using MSISDN 1007
22:48:37.357203 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:37.454782 tst         register_default_mass.py: using MSISDN 1008
22:48:37.460813 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:37.552129 tst         register_default_mass.py: using MSISDN 1009
22:48:37.574187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:37.640974 tst         register_default_mass.py: using MSISDN 1010
22:48:37.646983 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:37.731701 tst         register_default_mass.py: using MSISDN 1011
22:48:37.737498 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:37.809662 tst         register_default_mass.py: using MSISDN 1012
22:48:37.815930 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:37.885385 tst         register_default_mass.py: using MSISDN 1013
22:48:37.901936 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:38.019440 tst         register_default_mass.py: using MSISDN 1014
22:48:38.030276 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:38.101211 tst         register_default_mass.py: using MSISDN 1015
22:48:38.120180 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:38.185449 tst         register_default_mass.py: using MSISDN 1016
22:48:38.206645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:38.286459 tst         register_default_mass.py: using MSISDN 1017
22:48:38.292774 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:38.414101 tst         register_default_mass.py: using MSISDN 1018
22:48:38.420226 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:38.502523 tst         register_default_mass.py: using MSISDN 1019
22:48:38.508570 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:38.595639 tst         register_default_mass.py: using MSISDN 1020
22:48:38.601651 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:38.696251 tst         register_default_mass.py: using MSISDN 1021
22:48:38.702349 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:38.790680 tst         register_default_mass.py: using MSISDN 1022
22:48:38.797002 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:38.866411 tst         register_default_mass.py: using MSISDN 1023
22:48:38.873285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:38.934674 tst         register_default_mass.py: using MSISDN 1024
22:48:38.956298 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:39.024172 tst         register_default_mass.py: using MSISDN 1025
22:48:39.042729 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:39.115901 tst         register_default_mass.py: using MSISDN 1026
22:48:39.121804 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:39.204553 tst         register_default_mass.py: using MSISDN 1027
22:48:39.210465 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:39.286813 tst         register_default_mass.py: using MSISDN 1028
22:48:39.305476 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:39.427953 tst         register_default_mass.py: using MSISDN 1029
22:48:39.446206 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:39.513342 tst         register_default_mass.py: using MSISDN 1030
22:48:39.526044 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:39.611421 tst         register_default_mass.py: using MSISDN 1031
22:48:39.633300 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:39.704866 tst         register_default_mass.py: using MSISDN 1032
22:48:39.726842 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:39.806113 tst         register_default_mass.py: using MSISDN 1033
22:48:39.829531 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:39.918011 tst         register_default_mass.py: using MSISDN 1034
22:48:39.924023 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:39.998698 tst         register_default_mass.py: using MSISDN 1035
22:48:40.004699 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:40.088539 tst         register_default_mass.py: using MSISDN 1036
22:48:40.094416 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:40.177717 tst         register_default_mass.py: using MSISDN 1037
22:48:40.183522 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:40.266797 tst         register_default_mass.py: using MSISDN 1038
22:48:40.272947 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:40.337142 tst         register_default_mass.py: using MSISDN 1039
22:48:40.346774 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:40.418375 tst         register_default_mass.py: using MSISDN 1040
22:48:40.424425 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:40.528048 tst         register_default_mass.py: using MSISDN 1041
22:48:40.534037 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:40.623285 tst         register_default_mass.py: using MSISDN 1042
22:48:40.629260 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:40.714708 tst         register_default_mass.py: using MSISDN 1043
22:48:40.720795 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:40.790565 tst         register_default_mass.py: using MSISDN 1044
22:48:40.796597 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:40.894826 tst         register_default_mass.py: using MSISDN 1045
22:48:40.900883 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:40.990081 tst         register_default_mass.py: using MSISDN 1046
22:48:40.996100 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:41.084995 tst         register_default_mass.py: using MSISDN 1047
22:48:41.091169 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:41.165697 tst         register_default_mass.py: using MSISDN 1048
22:48:41.171428 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:41.242067 tst         register_default_mass.py: using MSISDN 1049
22:48:41.248018 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:41.314644 tst         register_default_mass.py: using MSISDN 1050
22:48:41.323277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:41.398684 tst         register_default_mass.py: using MSISDN 1051
22:48:41.404638 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:41.488341 tst         register_default_mass.py: using MSISDN 1052
22:48:41.494244 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:41.575199 tst         register_default_mass.py: using MSISDN 1053
22:48:41.581189 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:41.668526 tst         register_default_mass.py: using MSISDN 1054
22:48:41.674722 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:41.744969 tst         register_default_mass.py: using MSISDN 1055
22:48:41.750762 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:41.837926 tst         register_default_mass.py: using MSISDN 1056
22:48:41.848541 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:41.918107 tst         register_default_mass.py: using MSISDN 1057
22:48:41.927022 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:41.995855 tst         register_default_mass.py: using MSISDN 1058
22:48:42.001822 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:42.074366 tst         register_default_mass.py: using MSISDN 1059
22:48:42.081436 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:42.165099 tst         register_default_mass.py: using MSISDN 1060
22:48:42.172640 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:42.247016 tst         register_default_mass.py: using MSISDN 1061
22:48:42.252864 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:42.338226 tst         register_default_mass.py: using MSISDN 1062
22:48:42.343928 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:42.446950 tst         register_default_mass.py: using MSISDN 1063
22:48:42.452871 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:42.539108 tst         register_default_mass.py: using MSISDN 1064
22:48:42.545218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:42.637192 tst         register_default_mass.py: using MSISDN 1065
22:48:42.652731 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:42.730209 tst         register_default_mass.py: using MSISDN 1066
22:48:42.735996 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:42.808354 tst         register_default_mass.py: using MSISDN 1067
22:48:42.819544 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:42.893422 tst         register_default_mass.py: using MSISDN 1068
22:48:42.904687 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:42.973590 tst         register_default_mass.py: using MSISDN 1069
22:48:42.981529 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:43.080153 tst         register_default_mass.py: using MSISDN 1070
22:48:43.086157 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:43.173650 tst         register_default_mass.py: using MSISDN 1071
22:48:43.181004 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:43.257752 tst         register_default_mass.py: using MSISDN 1072
22:48:43.265423 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:43.344347 tst         register_default_mass.py: using MSISDN 1073
22:48:43.350639 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:43.420652 tst         register_default_mass.py: using MSISDN 1074
22:48:43.426700 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:43.506044 tst         register_default_mass.py: using MSISDN 1075
22:48:43.511940 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:43.584609 tst         register_default_mass.py: using MSISDN 1076
22:48:43.595320 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:43.704982 tst         register_default_mass.py: using MSISDN 1077
22:48:43.711026 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:43.773553 tst         register_default_mass.py: using MSISDN 1078
22:48:43.781736 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:43.854659 tst         register_default_mass.py: using MSISDN 1079
22:48:43.864651 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:43.952565 tst         register_default_mass.py: using MSISDN 1080
22:48:43.962680 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:44.034275 tst         register_default_mass.py: using MSISDN 1081
22:48:44.051632 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:44.137701 tst         register_default_mass.py: using MSISDN 1082
22:48:44.146892 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:44.229730 tst         register_default_mass.py: using MSISDN 1083
22:48:44.237415 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:44.704354 tst         register_default_mass.py: using MSISDN 1084
22:48:44.714271 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:44.781679 tst         register_default_mass.py: using MSISDN 1085
22:48:44.802200 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:44.859906 tst         register_default_mass.py: using MSISDN 1086
22:48:44.870520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:44.950622 tst         register_default_mass.py: using MSISDN 1087
22:48:44.972033 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:45.058114 tst         register_default_mass.py: using MSISDN 1088
22:48:45.079447 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:45.147166 tst         register_default_mass.py: using MSISDN 1089
22:48:45.153450 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:45.219872 tst         register_default_mass.py: using MSISDN 1090
22:48:45.226404 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:45.289951 tst         register_default_mass.py: using MSISDN 1091
22:48:45.296063 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:45.366238 tst         register_default_mass.py: using MSISDN 1092
22:48:45.373481 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:45.436932 tst         register_default_mass.py: using MSISDN 1093
22:48:45.444669 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:45.515311 tst         register_default_mass.py: using MSISDN 1094
22:48:45.521113 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:45.749266 tst         register_default_mass.py: using MSISDN 1095
22:48:45.755283 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:45.817196 tst         register_default_mass.py: using MSISDN 1096
22:48:45.838953 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:45.913926 tst         register_default_mass.py: using MSISDN 1097
22:48:45.919898 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:45.988241 tst         register_default_mass.py: using MSISDN 1098
22:48:46.003550 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:46.079848 tst         register_default_mass.py: using MSISDN 1099
22:48:46.094704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:46.161017 tst         register_default_mass.py: using MSISDN 1100
22:48:46.183053 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:46.306045 run                             mass: Starting testcase
22:48:46.312018 run                             mass: Pre-launching all virtphy's
22:48:46.317605 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:46.330992 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:46.337816 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:46.352826 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:46.359003 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:46.372218 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:46.378479 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:46.391795 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:46.398168 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:46.411784 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:46.417953 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:46.431615 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:46.438093 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:46.451865 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:46.458143 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:46.471589 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:46.477722 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:46.490915 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:46.497145 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:46.510621 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:46.516718 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:46.529903 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:46.537582 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:46.551512 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:46.558100 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:46.571898 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:46.578539 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:46.592846 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:46.600235 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:46.613727 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:46.619921 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:46.633497 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:46.639932 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:46.653516 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:46.659883 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:46.673559 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:46.679862 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:46.693470 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:46.699750 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:46.713261 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:46.719534 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:46.733040 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:46.739210 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:46.752779 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:46.759042 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:46.772737 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:46.779060 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:46.792784 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:46.803100 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:46.816977 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:46.823363 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:46.836794 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:46.842974 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:46.856233 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:46.862347 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:46.875604 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:46.881824 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:46.894893 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:46.900988 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:46.914172 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:46.920196 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:46.933533 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:46.939831 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:46.953135 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:46.959327 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:46.972851 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:46.979322 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:46.993298 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:46.999737 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:47.013454 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:47.019770 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:47.033333 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:47.039830 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:47.053912 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:47.060381 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:47.073766 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:47.080133 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:47.093706 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:47.100011 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:47.113386 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:47.119469 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:47.132947 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:47.139173 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:47.152322 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:47.158556 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:47.171652 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:47.177803 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:47.191238 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:47.197339 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:47.210599 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:47.216649 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:47.229803 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:47.235835 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:47.249266 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:47.255582 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:47.269023 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:47.275471 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:47.289271 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:47.295693 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:47.309413 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:47.315756 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:47.329516 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:47.335811 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:47.349315 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:47.355506 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:47.368893 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:47.375003 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:47.388102 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:47.394211 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:47.407366 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:47.413414 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:47.426837 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:47.433070 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:47.446775 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:47.452995 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:47.466330 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:47.472680 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:47.485976 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:47.492222 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:47.505328 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:47.511535 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:47.525168 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:47.531438 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:47.544580 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:47.550673 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:47.563911 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:47.569936 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:47.583516 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:47.589872 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:47.603281 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:47.609337 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:47.622617 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:47.628947 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:47.642126 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:47.648194 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:47.661528 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:47.667808 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:47.681543 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:47.687845 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:47.701029 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:47.707055 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:47.720246 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:47.726642 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:47.740306 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:47.746760 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:47.760251 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:47.766616 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:47.780267 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:47.786597 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:47.800404 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:47.806703 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:47.820287 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:47.826533 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:47.839656 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:47.845730 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:47.858892 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:47.864956 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:47.878152 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:47.884250 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:47.897768 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:47.903846 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:47.917139 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:47.923205 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:47.936407 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:47.942727 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:47.955949 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:47.962151 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:47.975125 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:47.981390 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:47.994912 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:48.001359 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:48.015076 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:48.021397 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:48.035312 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:48.041642 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:48.055703 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:48.062069 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:48.075751 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:48.082008 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:48.095626 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:48.101900 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:48.115074 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:48.121110 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:48.134334 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:48.140557 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:48.153707 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:48.159831 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:48.173000 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:48.179057 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:48.192451 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:48.198774 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:48.212474 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:48.218984 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:48.232657 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:48.238870 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:48.252054 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:48.258159 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:48.271456 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:48.277741 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:48.290985 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:48.297019 run                             mass: Checking if sockets are in the filesystem
22:48:48.309166 run                osmo-ms-mob/00000: Starting mobile
22:48:48.403638 run       osmo-ms-mob/00000(pid=135): Launched
22:48:48.413575 run                             mass: Starting too slowly. Moving on {now=18010634.116942294, sleep=-0.010800518095493317, target=18010634.106141776}
22:48:48.443237 run                             mass: MS start registered  {at=18010634.146505766, delay=0.029569443315267563, ms=00000}
22:48:52.592927 run                osmo-ms-mob/00001: Starting mobile
22:48:52.606008 run       osmo-ms-mob/00001(pid=136): Launched
22:48:52.612001 run                             mass: Starting too slowly. Moving on {now=18010638.315371536, sleep=-0.009229697287082672, target=18010638.30614184}
22:48:52.617696 run                             mass: MS start registered  {at=18010638.321053628, delay=0.005686108022928238, ms=00001}
22:48:54.192926 run                             mass: MS performed LU  {at=18010639.895954855, lu_delay=5.749449089169502, ms=00000}
22:48:54.324600 run                osmo-ms-mob/00002: Starting mobile
22:48:54.338493 run       osmo-ms-mob/00002(pid=137): Launched
22:48:54.349349 run                             mass: MS start registered  {at=18010640.05269527, delay=0.004597846418619156, ms=00002}
22:48:55.610035 run                osmo-ms-mob/00003: Starting mobile
22:48:55.623978 run       osmo-ms-mob/00003(pid=138): Launched
22:48:55.635186 run                             mass: MS start registered  {at=18010641.338529866, delay=0.004780296236276627, ms=00003}
22:48:56.717171 run                osmo-ms-mob/00004: Starting mobile
22:48:56.730355 run       osmo-ms-mob/00004(pid=139): Launched
22:48:56.742976 run                             mass: MS start registered  {at=18010642.446318414, delay=0.006215251982212067, ms=00004}
22:48:57.708752 run                osmo-ms-mob/00005: Starting mobile
22:48:57.722993 run       osmo-ms-mob/00005(pid=140): Launched
22:48:57.734017 run                             mass: MS start registered  {at=18010643.437368065, delay=0.004700079560279846, ms=00005}
22:48:57.957451 run                             mass: MS performed LU  {at=18010643.660781324, lu_delay=5.339727696031332, ms=00001}
22:48:58.609597 run                osmo-ms-mob/00006: Starting mobile
22:48:58.630646 run       osmo-ms-mob/00006(pid=141): Launched
22:48:58.642119 run                             mass: MS start registered  {at=18010644.34547238, delay=0.004851739853620529, ms=00006}
22:48:59.508945 run                osmo-ms-mob/00007: Starting mobile
22:48:59.523024 run       osmo-ms-mob/00007(pid=142): Launched
22:48:59.534359 run                             mass: MS start registered  {at=18010645.237702567, delay=0.004887931048870087, ms=00007}
22:48:59.858591 run                             mass: MS performed LU  {at=18010645.561918464, lu_delay=5.509223192930222, ms=00002}
22:49:00.320798 run                osmo-ms-mob/00008: Starting mobile
22:49:00.335356 run       osmo-ms-mob/00008(pid=143): Launched
22:49:00.346186 run                             mass: MS start registered  {at=18010646.04953951, delay=0.004757929593324661, ms=00008}
22:49:01.025230 run                osmo-ms-mob/00009: Starting mobile
22:49:01.039682 run       osmo-ms-mob/00009(pid=144): Launched
22:49:01.050996 run                             mass: MS start registered  {at=18010646.754345432, delay=0.004891898483037949, ms=00009}
22:49:01.709243 run                osmo-ms-mob/00010: Starting mobile
22:49:01.723152 run       osmo-ms-mob/00010(pid=145): Launched
22:49:01.729570 run                             mass: MS performed LU  {at=18010647.432926252, lu_delay=6.094396386295557, ms=00003}
22:49:01.735792 run                             mass: MS start registered  {at=18010647.43915872, delay=0.006252344697713852, ms=00010}
22:49:01.769031 run                             mass: MS performed LU  {at=18010647.472377293, lu_delay=5.026058878749609, ms=00004}
22:49:02.308823 run                osmo-ms-mob/00011: Starting mobile
22:49:02.322115 run       osmo-ms-mob/00011(pid=146): Launched
22:49:02.333204 run                             mass: MS start registered  {at=18010648.036553286, delay=0.0048666223883628845, ms=00011}
22:49:02.917138 run                osmo-ms-mob/00012: Starting mobile
22:49:02.933781 run       osmo-ms-mob/00012(pid=147): Launched
22:49:02.944821 run                             mass: MS start registered  {at=18010648.64815319, delay=0.004528481513261795, ms=00012}
22:49:03.508946 run                osmo-ms-mob/00013: Starting mobile
22:49:03.523434 run       osmo-ms-mob/00013(pid=148): Launched
22:49:03.534719 run                             mass: MS start registered  {at=18010649.23806423, delay=0.004867203533649445, ms=00013}
22:49:03.624311 run                             mass: MS performed LU  {at=18010649.327644855, lu_delay=5.890276789665222, ms=00005}
22:49:03.670668 run                             mass: MS performed LU  {at=18010649.374015875, lu_delay=5.028543494641781, ms=00006}
22:49:04.124061 run                osmo-ms-mob/00014: Starting mobile
22:49:04.137684 run       osmo-ms-mob/00014(pid=149): Launched
22:49:04.149018 run                             mass: MS start registered  {at=18010649.852368314, delay=0.005021851509809494, ms=00014}
22:49:04.721256 run                osmo-ms-mob/00015: Starting mobile
22:49:04.734546 run       osmo-ms-mob/00015(pid=150): Launched
22:49:04.746144 run                             mass: MS start registered  {at=18010650.44949028, delay=0.005122017115354538, ms=00015}
22:49:05.223810 run                osmo-ms-mob/00016: Starting mobile
22:49:05.237803 run       osmo-ms-mob/00016(pid=151): Launched
22:49:05.248946 run                             mass: MS start registered  {at=18010650.952298462, delay=0.004880081862211227, ms=00016}
22:49:05.490490 run                             mass: MS performed LU  {at=18010651.19373426, lu_delay=5.956031691282988, ms=00007}
22:49:05.536363 run                             mass: MS performed LU  {at=18010651.239634905, lu_delay=5.190095394849777, ms=00008}
22:49:05.723961 run                osmo-ms-mob/00017: Starting mobile
22:49:05.738270 run       osmo-ms-mob/00017(pid=152): Launched
22:49:05.748868 run                             mass: MS start registered  {at=18010651.452222493, delay=0.004477024078369141, ms=00017}
22:49:05.859865 run                             mass: MS performed LU  {at=18010651.563129075, lu_delay=4.808783642947674, ms=00009}
22:49:06.309714 run                osmo-ms-mob/00018: Starting mobile
22:49:06.324186 run       osmo-ms-mob/00018(pid=153): Launched
22:49:06.335927 run                             mass: MS start registered  {at=18010652.039276324, delay=0.0049742236733436584, ms=00018}
22:49:06.709411 run                osmo-ms-mob/00019: Starting mobile
22:49:06.724027 run       osmo-ms-mob/00019(pid=154): Launched
22:49:06.735430 run                             mass: MS start registered  {at=18010652.438779112, delay=0.004412580281496048, ms=00019}
22:49:07.209405 run                osmo-ms-mob/00020: Starting mobile
22:49:07.223152 run       osmo-ms-mob/00020(pid=155): Launched
22:49:07.234206 run                             mass: MS start registered  {at=18010652.937558524, delay=0.004521392285823822, ms=00020}
22:49:07.392210 run                             mass: MS performed LU  {at=18010653.09547808, lu_delay=5.656319361180067, ms=00010}
22:49:07.436991 run                             mass: MS performed LU  {at=18010653.140336007, lu_delay=5.103782720863819, ms=00011}
22:49:07.525430 run                             mass: MS performed LU  {at=18010653.228682972, lu_delay=4.580529782921076, ms=00012}
22:49:07.708880 run                osmo-ms-mob/00021: Starting mobile
22:49:07.722648 run       osmo-ms-mob/00021(pid=156): Launched
22:49:07.733672 run                             mass: MS start registered  {at=18010653.437021118, delay=0.004922602325677872, ms=00021}
22:49:08.108900 run                osmo-ms-mob/00022: Starting mobile
22:49:08.122795 run       osmo-ms-mob/00022(pid=157): Launched
22:49:08.133930 run                             mass: MS start registered  {at=18010653.83728145, delay=0.004637289792299271, ms=00022}
22:49:08.609256 run                osmo-ms-mob/00023: Starting mobile
22:49:08.623975 run       osmo-ms-mob/00023(pid=158): Launched
22:49:08.635285 run                             mass: MS start registered  {at=18010654.338614706, delay=0.00494641438126564, ms=00023}
22:49:09.010101 run                osmo-ms-mob/00024: Starting mobile
22:49:09.024339 run       osmo-ms-mob/00024(pid=159): Launched
22:49:09.035184 run                             mass: MS start registered  {at=18010654.738536216, delay=0.004499688744544983, ms=00024}
22:49:09.256159 run                             mass: MS performed LU  {at=18010654.959415346, lu_delay=5.1070470325648785, ms=00014}
22:49:09.302476 run                             mass: MS performed LU  {at=18010655.005771093, lu_delay=5.767706863582134, ms=00013}
22:49:09.509964 run                osmo-ms-mob/00025: Starting mobile
22:49:09.525088 run       osmo-ms-mob/00025(pid=160): Launched
22:49:09.535919 run                             mass: MS start registered  {at=18010655.239270695, delay=0.0047080740332603455, ms=00025}
22:49:09.625697 run                             mass: MS performed LU  {at=18010655.328951295, lu_delay=4.879461016505957, ms=00015}
22:49:09.909202 run                osmo-ms-mob/00026: Starting mobile
22:49:09.923329 run       osmo-ms-mob/00026(pid=161): Launched
22:49:09.936162 run                             mass: MS start registered  {at=18010655.63949404, delay=0.006368376314640045, ms=00026}
22:49:10.313371 run                osmo-ms-mob/00027: Starting mobile
22:49:10.326864 run       osmo-ms-mob/00027(pid=162): Launched
22:49:10.338530 run                             mass: MS start registered  {at=18010656.041880935, delay=0.005158323794603348, ms=00027}
22:49:10.722340 run                osmo-ms-mob/00028: Starting mobile
22:49:10.736652 run       osmo-ms-mob/00028(pid=163): Launched
22:49:10.747751 run                             mass: MS start registered  {at=18010656.45109622, delay=0.004738491028547287, ms=00028}
22:49:11.054748 run                             mass: MS performed LU  {at=18010656.758080583, lu_delay=5.805782120674849, ms=00016}
22:49:11.067209 run                osmo-ms-mob/00029: Starting mobile
22:49:11.081496 run       osmo-ms-mob/00029(pid=164): Launched
22:49:11.093117 run                             mass: MS start registered  {at=18010656.796456456, delay=0.005126483738422394, ms=00029}
22:49:11.156069 run                             mass: MS performed LU  {at=18010656.859402686, lu_delay=4.820126362144947, ms=00018}
22:49:11.202751 run                             mass: MS performed LU  {at=18010656.906083368, lu_delay=5.453860875219107, ms=00017}
22:49:11.308406 run                             mass: MS performed LU  {at=18010657.01174086, lu_delay=4.572961747646332, ms=00019}
22:49:11.320206 run                osmo-ms-mob/00030: Starting mobile
22:49:11.335488 run       osmo-ms-mob/00030(pid=165): Launched
22:49:11.346530 run                             mass: MS start registered  {at=18010657.049875937, delay=0.004771288484334946, ms=00030}
22:49:11.909113 run                osmo-ms-mob/00031: Starting mobile
22:49:11.922814 run       osmo-ms-mob/00031(pid=166): Launched
22:49:11.934059 run                             mass: MS start registered  {at=18010657.637407366, delay=0.004812717437744141, ms=00031}
22:49:12.209534 run                osmo-ms-mob/00032: Starting mobile
22:49:12.223974 run       osmo-ms-mob/00032(pid=167): Launched
22:49:12.235333 run                             mass: MS start registered  {at=18010657.93868369, delay=0.004949253052473068, ms=00032}
22:49:12.608697 run                osmo-ms-mob/00033: Starting mobile
22:49:12.622308 run       osmo-ms-mob/00033(pid=168): Launched
22:49:12.633290 run                             mass: MS start registered  {at=18010658.33664017, delay=0.004665210843086243, ms=00033}
22:49:13.009182 run                osmo-ms-mob/00034: Starting mobile
22:49:13.022783 run       osmo-ms-mob/00034(pid=169): Launched
22:49:13.029201 run                             mass: MS performed LU  {at=18010658.7325606, lu_delay=5.295539483428001, ms=00021}
22:49:13.035265 run                             mass: MS start registered  {at=18010658.73863223, delay=0.006090540438890457, ms=00034}
22:49:13.067135 run                             mass: MS performed LU  {at=18010658.770445827, lu_delay=5.832887303084135, ms=00020}
22:49:13.079419 run                osmo-ms-mob/00035: Starting mobile
22:49:13.092593 run       osmo-ms-mob/00035(pid=170): Launched
22:49:13.103755 run                             mass: MS start registered  {at=18010658.80710497, delay=0.004941333085298538, ms=00035}
22:49:13.154681 run                             mass: MS performed LU  {at=18010658.858018596, lu_delay=5.020737145096064, ms=00022}
22:49:13.445520 run                             mass: MS performed LU  {at=18010659.14885484, lu_delay=4.810240134596825, ms=00023}
22:49:13.708968 run                osmo-ms-mob/00036: Starting mobile
22:49:13.722850 run       osmo-ms-mob/00036(pid=171): Launched
22:49:13.734417 run                             mass: MS start registered  {at=18010659.43774086, delay=0.0047606490552425385, ms=00036}
22:49:14.109270 run                osmo-ms-mob/00037: Starting mobile
22:49:14.125229 run       osmo-ms-mob/00037(pid=172): Launched
22:49:14.136487 run                             mass: MS start registered  {at=18010659.839836944, delay=0.004890378564596176, ms=00037}
22:49:14.409271 run                osmo-ms-mob/00038: Starting mobile
22:49:14.423210 run       osmo-ms-mob/00038(pid=173): Launched
22:49:14.434531 run                             mass: MS start registered  {at=18010660.13788501, delay=0.00486113503575325, ms=00038}
22:49:14.720591 run                osmo-ms-mob/00039: Starting mobile
22:49:14.734118 run       osmo-ms-mob/00039(pid=174): Launched
22:49:14.744866 run                             mass: MS start registered  {at=18010660.448217783, delay=0.004709497094154358, ms=00039}
22:49:14.822071 run                             mass: MS performed LU  {at=18010660.5253326, lu_delay=5.286061905324459, ms=00025}
22:49:14.922241 run                             mass: MS performed LU  {at=18010660.625551216, lu_delay=4.986057177186012, ms=00026}
22:49:14.969739 run                             mass: MS performed LU  {at=18010660.6730105, lu_delay=5.934474281966686, ms=00024}
22:49:14.996852 run                osmo-ms-mob/00040: Starting mobile
22:49:15.010530 run       osmo-ms-mob/00040(pid=175): Launched
22:49:15.021901 run                             mass: MS start registered  {at=18010660.725250408, delay=0.004919141530990601, ms=00040}
22:49:15.075609 run                             mass: MS performed LU  {at=18010660.778856702, lu_delay=4.736975766718388, ms=00027}
22:49:15.408708 run                osmo-ms-mob/00041: Starting mobile
22:49:15.422377 run       osmo-ms-mob/00041(pid=176): Launched
22:49:15.433612 run                             mass: MS start registered  {at=18010661.136961605, delay=0.004624515771865845, ms=00041}
22:49:15.709585 run                osmo-ms-mob/00042: Starting mobile
22:49:15.723446 run       osmo-ms-mob/00042(pid=177): Launched
22:49:15.734810 run                             mass: MS start registered  {at=18010661.438158885, delay=0.004790835082530975, ms=00042}
22:49:16.109213 run                osmo-ms-mob/00043: Starting mobile
22:49:16.123150 run       osmo-ms-mob/00043(pid=178): Launched
22:49:16.135263 run                             mass: MS start registered  {at=18010661.83860522, delay=0.00541229173541069, ms=00043}
22:49:16.408656 run                osmo-ms-mob/00044: Starting mobile
22:49:16.422371 run       osmo-ms-mob/00044(pid=179): Launched
22:49:16.433432 run                             mass: MS start registered  {at=18010662.136781875, delay=0.004617847502231598, ms=00044}
22:49:16.708806 run                osmo-ms-mob/00045: Starting mobile
22:49:16.722733 run       osmo-ms-mob/00045(pid=180): Launched
22:49:16.733858 run                             mass: MS start registered  {at=18010662.437210243, delay=0.0049816034734249115, ms=00045}
22:49:16.786995 run                             mass: MS performed LU  {at=18010662.490327075, lu_delay=6.039230853319168, ms=00028}
22:49:16.832607 run                             mass: MS performed LU  {at=18010662.535952, lu_delay=5.4860760644078255, ms=00030}
22:49:16.843916 run                osmo-ms-mob/00046: Starting mobile
22:49:16.857300 run       osmo-ms-mob/00046(pid=181): Launched
22:49:16.868229 run                             mass: MS start registered  {at=18010662.571579147, delay=0.004554692655801773, ms=00046}
22:49:16.921003 run                             mass: MS performed LU  {at=18010662.624334928, lu_delay=5.827878471463919, ms=00029}
22:49:16.976569 run                             mass: MS performed LU  {at=18010662.679905057, lu_delay=5.04249769076705, ms=00031}
22:49:16.988506 run                osmo-ms-mob/00047: Starting mobile
22:49:17.002832 run       osmo-ms-mob/00047(pid=182): Launched
22:49:17.009304 run                             mass: MS performed LU  {at=18010662.712661535, lu_delay=4.773977845907211, ms=00032}
22:49:17.015431 run                             mass: MS start registered  {at=18010662.718797687, delay=0.006157681345939636, ms=00047}
22:49:17.610115 run                osmo-ms-mob/00048: Starting mobile
22:49:17.623891 run       osmo-ms-mob/00048(pid=183): Launched
22:49:17.635369 run                             mass: MS start registered  {at=18010663.338709876, delay=0.004971306771039963, ms=00048}
22:49:17.908929 run                osmo-ms-mob/00049: Starting mobile
22:49:17.922673 run       osmo-ms-mob/00049(pid=184): Launched
22:49:17.933640 run                             mass: MS start registered  {at=18010663.63699342, delay=0.004586733877658844, ms=00049}
22:49:18.209327 run                osmo-ms-mob/00050: Starting mobile
22:49:18.223538 run       osmo-ms-mob/00050(pid=185): Launched
22:49:18.234558 run                             mass: MS start registered  {at=18010663.93790606, delay=0.004810865968465805, ms=00050}
22:49:18.586372 run                             mass: MS performed LU  {at=18010664.28970728, lu_delay=5.551075052469969, ms=00034}
22:49:18.598122 run                osmo-ms-mob/00051: Starting mobile
22:49:18.611581 run       osmo-ms-mob/00051(pid=186): Launched
22:49:18.622429 run                             mass: MS start registered  {at=18010664.32577774, delay=0.004681706428527832, ms=00051}
22:49:18.687437 run                             mass: MS performed LU  {at=18010664.390771557, lu_delay=6.054131384938955, ms=00033}
22:49:18.733831 run                             mass: MS performed LU  {at=18010664.437172197, lu_delay=4.99943133816123, ms=00036}
22:49:18.745225 run                osmo-ms-mob/00052: Starting mobile
22:49:18.758500 run       osmo-ms-mob/00052(pid=187): Launched
22:49:18.769242 run                             mass: MS start registered  {at=18010664.472588986, delay=0.0044678375124931335, ms=00052}
22:49:18.840631 run                             mass: MS performed LU  {at=18010664.543961775, lu_delay=5.7368568032979965, ms=00035}
22:49:18.895623 run                             mass: MS performed LU  {at=18010664.598959524, lu_delay=4.759122580289841, ms=00037}
22:49:18.907551 run                osmo-ms-mob/00053: Starting mobile
22:49:18.921364 run       osmo-ms-mob/00053(pid=188): Launched
22:49:18.933173 run                             mass: MS start registered  {at=18010664.636520438, delay=0.004928972572088242, ms=00053}
22:49:19.509206 run                osmo-ms-mob/00054: Starting mobile
22:49:19.523689 run       osmo-ms-mob/00054(pid=189): Launched
22:49:19.535550 run                             mass: MS start registered  {at=18010665.238877628, delay=0.005216814577579498, ms=00054}
22:49:19.808930 run                osmo-ms-mob/00055: Starting mobile
22:49:19.823496 run       osmo-ms-mob/00055(pid=190): Launched
22:49:19.834827 run                             mass: MS start registered  {at=18010665.538169887, delay=0.004961084574460983, ms=00055}
22:49:20.109617 run                osmo-ms-mob/00056: Starting mobile
22:49:20.123426 run       osmo-ms-mob/00056(pid=191): Launched
22:49:20.134882 run                             mass: MS start registered  {at=18010665.838218447, delay=0.00485210120677948, ms=00056}
22:49:20.409226 run                osmo-ms-mob/00057: Starting mobile
22:49:20.422730 run       osmo-ms-mob/00057(pid=192): Launched
22:49:20.434353 run                             mass: MS start registered  {at=18010666.137691215, delay=0.004834912717342377, ms=00057}
22:49:20.552064 run                             mass: MS performed LU  {at=18010666.25539665, lu_delay=6.117511637508869, ms=00038}
22:49:20.598687 run                             mass: MS performed LU  {at=18010666.302021354, lu_delay=5.85380357131362, ms=00039}
22:49:20.686489 run                             mass: MS performed LU  {at=18010666.389824163, lu_delay=5.664573755115271, ms=00040}
22:49:20.698338 run                osmo-ms-mob/00058: Starting mobile
22:49:20.712208 run       osmo-ms-mob/00058(pid=193): Launched
22:49:20.723777 run                             mass: MS start registered  {at=18010666.427128833, delay=0.004456430673599243, ms=00058}
22:49:20.742012 run                             mass: MS performed LU  {at=18010666.44535794, lu_delay=5.007199056446552, ms=00042}
22:49:20.760379 run                             mass: MS performed LU  {at=18010666.46371179, lu_delay=5.326750185340643, ms=00041}
22:49:20.772553 run                osmo-ms-mob/00059: Starting mobile
22:49:20.786529 run       osmo-ms-mob/00059(pid=194): Launched
22:49:20.797935 run                             mass: MS start registered  {at=18010666.50128084, delay=0.004748202860355377, ms=00059}
22:49:21.032008 run                             mass: MS performed LU  {at=18010666.735321574, lu_delay=4.8967163525521755, ms=00043}
22:49:21.410003 run                osmo-ms-mob/00060: Starting mobile
22:49:21.424301 run       osmo-ms-mob/00060(pid=195): Launched
22:49:21.435710 run                             mass: MS start registered  {at=18010667.139057655, delay=0.004970908164978027, ms=00060}
22:49:21.808938 run                osmo-ms-mob/00061: Starting mobile
22:49:21.822737 run       osmo-ms-mob/00061(pid=196): Launched
22:49:21.837805 run                             mass: MS start registered  {at=18010667.541126467, delay=0.00782519206404686, ms=00061}
22:49:22.108958 run                osmo-ms-mob/00062: Starting mobile
22:49:22.122906 run       osmo-ms-mob/00062(pid=197): Launched
22:49:22.134519 run                             mass: MS start registered  {at=18010667.837869488, delay=0.0026345402002334595, ms=00062}
22:49:22.352404 run                             mass: MS performed LU  {at=18010668.05574007, lu_delay=5.918958194553852, ms=00044}
22:49:22.364655 run                osmo-ms-mob/00063: Starting mobile
22:49:22.378411 run       osmo-ms-mob/00063(pid=198): Launched
22:49:22.389939 run                             mass: MS start registered  {at=18010668.09328729, delay=0.005061749368906021, ms=00063}
22:49:22.453955 run                             mass: MS performed LU  {at=18010668.15728788, lu_delay=4.818578004837036, ms=00048}
22:49:22.500186 run                             mass: MS performed LU  {at=18010668.203526124, lu_delay=5.484728436917067, ms=00047}
22:49:22.661407 run                             mass: MS performed LU  {at=18010668.364741195, lu_delay=5.793162047863007, ms=00046}
22:49:22.673411 run                osmo-ms-mob/00064: Starting mobile
22:49:22.687366 run       osmo-ms-mob/00064(pid=199): Launched
22:49:22.698048 run                             mass: MS performed LU  {at=18010668.401394833, lu_delay=4.764401413500309, ms=00049}
22:49:22.704390 run                             mass: MS start registered  {at=18010668.40775677, delay=0.010380476713180542, ms=00064}
22:49:23.208998 run                osmo-ms-mob/00065: Starting mobile
22:49:23.222824 run       osmo-ms-mob/00065(pid=200): Launched
22:49:23.234776 run                             mass: MS start registered  {at=18010668.93812131, delay=0.004450462758541107, ms=00065}
22:49:23.509276 run                osmo-ms-mob/00066: Starting mobile
22:49:23.523307 run       osmo-ms-mob/00066(pid=201): Launched
22:49:23.534534 run                             mass: MS start registered  {at=18010669.23788381, delay=0.004652734845876694, ms=00066}
22:49:23.908921 run                osmo-ms-mob/00067: Starting mobile
22:49:23.922262 run       osmo-ms-mob/00067(pid=202): Launched
22:49:23.933618 run                             mass: MS start registered  {at=18010669.636961017, delay=0.005044177174568176, ms=00067}
22:49:24.209001 run                osmo-ms-mob/00068: Starting mobile
22:49:24.222963 run       osmo-ms-mob/00068(pid=203): Launched
22:49:24.234725 run                             mass: MS start registered  {at=18010669.9380742, delay=0.004972469061613083, ms=00068}
22:49:24.318407 run                             mass: MS performed LU  {at=18010670.02174034, lu_delay=5.385219901800156, ms=00053}
22:49:24.364154 run                             mass: MS performed LU  {at=18010670.067477457, lu_delay=4.828599829226732, ms=00054}
22:49:24.452054 run                             mass: MS performed LU  {at=18010670.155379806, lu_delay=5.829602066427469, ms=00051}
22:49:24.464519 run                osmo-ms-mob/00069: Starting mobile
22:49:24.478603 run       osmo-ms-mob/00069(pid=204): Launched
22:49:24.491581 run                             mass: MS start registered  {at=18010670.19491027, delay=0.00608975812792778, ms=00069}
22:49:24.507932 run                             mass: MS performed LU  {at=18010670.21124601, lu_delay=6.2733399495482445, ms=00050}
22:49:24.527634 run                             mass: MS performed LU  {at=18010670.230912153, lu_delay=5.7583231665194035, ms=00052}
22:49:24.798752 run                             mass: MS performed LU  {at=18010670.502007872, lu_delay=4.96383798494935, ms=00055}
22:49:24.815116 run                osmo-ms-mob/00070: Starting mobile
22:49:24.828147 run       osmo-ms-mob/00070(pid=205): Launched
22:49:24.839789 run                             mass: MS start registered  {at=18010670.543126836, delay=0.005666602402925491, ms=00070}
22:49:25.409620 run                osmo-ms-mob/00071: Starting mobile
22:49:25.423937 run       osmo-ms-mob/00071(pid=206): Launched
22:49:25.435225 run                             mass: MS start registered  {at=18010671.138572216, delay=0.00490386039018631, ms=00071}
22:49:25.808673 run                osmo-ms-mob/00072: Starting mobile
22:49:25.822308 run       osmo-ms-mob/00072(pid=207): Launched
22:49:25.833493 run                             mass: MS start registered  {at=18010671.536841698, delay=0.0046564266085624695, ms=00072}
22:49:26.209128 run                osmo-ms-mob/00073: Starting mobile
22:49:26.223217 run       osmo-ms-mob/00073(pid=208): Launched
22:49:26.229886 run                             mass: MS performed LU  {at=18010671.933243126, lu_delay=4.794185470789671, ms=00060}
22:49:26.236052 run                             mass: MS start registered  {at=18010671.939418666, delay=0.006195276975631714, ms=00073}
22:49:26.265846 run                             mass: MS performed LU  {at=18010671.969194245, lu_delay=6.1309757977724075, ms=00056}
22:49:26.428121 run                             mass: MS performed LU  {at=18010672.131373357, lu_delay=5.630092516541481, ms=00059}
22:49:26.455395 run                osmo-ms-mob/00074: Starting mobile
22:49:26.469023 run       osmo-ms-mob/00074(pid=209): Launched
22:49:26.475185 run                             mass: MS performed LU  {at=18010672.17854313, lu_delay=5.7514142990112305, ms=00058}
22:49:26.480996 run                             mass: MS start registered  {at=18010672.184362255, delay=0.0058400556445121765, ms=00074}
22:49:27.020789 run                osmo-ms-mob/00075: Starting mobile
22:49:27.034075 run       osmo-ms-mob/00075(pid=210): Launched
22:49:27.045575 run                             mass: MS start registered  {at=18010672.748918604, delay=0.005368970334529877, ms=00075}
22:49:27.510597 run                osmo-ms-mob/00076: Starting mobile
22:49:27.527376 run       osmo-ms-mob/00076(pid=211): Launched
22:49:27.538683 run                             mass: MS start registered  {at=18010673.242032018, delay=0.005008365958929062, ms=00076}
22:49:27.923887 run                osmo-ms-mob/00077: Starting mobile
22:49:27.937984 run       osmo-ms-mob/00077(pid=212): Launched
22:49:27.949054 run                             mass: MS start registered  {at=18010673.65240733, delay=0.004783216863870621, ms=00077}
22:49:28.084790 run                             mass: MS performed LU  {at=18010673.787874937, lu_delay=4.849753625690937, ms=00065}
22:49:28.131397 run                             mass: MS performed LU  {at=18010673.834704656, lu_delay=5.741417367011309, ms=00063}
22:49:28.217989 run                             mass: MS performed LU  {at=18010673.92131896, lu_delay=6.083449471741915, ms=00062}
22:49:28.274042 run                             mass: MS performed LU  {at=18010673.97737657, lu_delay=5.5696198008954525, ms=00064}
22:49:28.285950 run                osmo-ms-mob/00078: Starting mobile
22:49:28.300075 run       osmo-ms-mob/00078(pid=213): Launched
22:49:28.306425 run                             mass: MS performed LU  {at=18010674.009783015, lu_delay=4.771899204701185, ms=00066}
22:49:28.312886 run                             mass: MS start registered  {at=18010674.016251825, delay=0.006489027291536331, ms=00078}
22:49:28.328206 run                             mass: MS performed LU  {at=18010674.03155463, lu_delay=6.490428160876036, ms=00061}
22:49:28.810957 run                osmo-ms-mob/00079: Starting mobile
22:49:28.826762 run       osmo-ms-mob/00079(pid=214): Launched
22:49:28.838153 run                             mass: MS start registered  {at=18010674.54150248, delay=0.005005836486816406, ms=00079}
22:49:29.313962 run                osmo-ms-mob/00080: Starting mobile
22:49:29.341252 run       osmo-ms-mob/00080(pid=215): Launched
22:49:29.353457 run                             mass: MS start registered  {at=18010675.05680664, delay=2.7842819690704346e-05, ms=00080}
22:49:29.826307 run                osmo-ms-mob/00081: Starting mobile
22:49:29.841314 run       osmo-ms-mob/00081(pid=216): Launched
22:49:29.852886 run                             mass: MS start registered  {at=18010675.55623809, delay=0.005256835371255875, ms=00081}
22:49:29.903018 run                             mass: MS performed LU  {at=18010675.60626814, lu_delay=5.411357872188091, ms=00069}
22:49:29.985582 run                             mass: MS performed LU  {at=18010675.688877314, lu_delay=6.0519162975251675, ms=00067}
22:49:30.032334 run                             mass: MS performed LU  {at=18010675.735593803, lu_delay=5.192466966807842, ms=00070}
22:49:30.047421 run                osmo-ms-mob/00082: Starting mobile
22:49:30.060949 run       osmo-ms-mob/00082(pid=217): Launched
22:49:30.071790 run                             mass: MS start registered  {at=18010675.77514154, delay=0.00473402813076973, ms=00082}
22:49:30.193021 run                             mass: MS performed LU  {at=18010675.896329362, lu_delay=5.958255160599947, ms=00068}
22:49:30.230743 run                             mass: MS performed LU  {at=18010675.934011806, lu_delay=4.795439589768648, ms=00071}
22:49:30.809248 run                osmo-ms-mob/00083: Starting mobile
22:49:30.823284 run       osmo-ms-mob/00083(pid=218): Launched
22:49:30.834558 run                             mass: MS start registered  {at=18010676.537863705, delay=0.005035713315010071, ms=00083}
22:49:31.319845 run                osmo-ms-mob/00084: Starting mobile
22:49:31.333898 run       osmo-ms-mob/00084(pid=219): Launched
22:49:31.345209 run                             mass: MS start registered  {at=18010677.04855892, delay=0.004820726811885834, ms=00084}
22:49:31.827500 run                osmo-ms-mob/00085: Starting mobile
22:49:31.841498 run       osmo-ms-mob/00085(pid=220): Launched
22:49:31.850496 run                             mass: MS performed LU  {at=18010677.553831603, lu_delay=5.369469348341227, ms=00074}
22:49:31.857783 run                             mass: MS start registered  {at=18010677.561149586, delay=0.010083280503749847, ms=00085}
22:49:31.896838 run                             mass: MS performed LU  {at=18010677.60010938, lu_delay=5.66069071367383, ms=00073}
22:49:31.984198 run                             mass: MS performed LU  {at=18010677.68745535, lu_delay=4.938536744564772, ms=00075}
22:49:32.041259 run                             mass: MS performed LU  {at=18010677.744545676, lu_delay=6.2077039778232574, ms=00072}
22:49:32.295130 run                             mass: MS performed LU  {at=18010677.998383123, lu_delay=4.756351105868816, ms=00076}
22:49:32.318056 run                osmo-ms-mob/00086: Starting mobile
22:49:32.331650 run       osmo-ms-mob/00086(pid=221): Launched
22:49:32.343059 run                             mass: MS start registered  {at=18010678.046410445, delay=0.004891078919172287, ms=00086}
22:49:33.008708 run                osmo-ms-mob/00087: Starting mobile
22:49:33.022551 run       osmo-ms-mob/00087(pid=222): Launched
22:49:33.034049 run                             mass: MS start registered  {at=18010678.737393048, delay=0.004658687859773636, ms=00087}
22:49:33.608892 run                osmo-ms-mob/00088: Starting mobile
22:49:33.622183 run       osmo-ms-mob/00088(pid=223): Launched
22:49:33.633543 run                             mass: MS start registered  {at=18010679.336892184, delay=0.004979792982339859, ms=00088}
22:49:33.649305 run                             mass: MS performed LU  {at=18010679.352648567, lu_delay=5.3363967426121235, ms=00078}
22:49:33.750808 run                             mass: MS performed LU  {at=18010679.45414403, lu_delay=5.801736701279879, ms=00077}
22:49:33.797331 run                             mass: MS performed LU  {at=18010679.500659574, lu_delay=4.959157094359398, ms=00079}
22:49:33.903262 run                             mass: MS performed LU  {at=18010679.60659281, lu_delay=4.549786172807217, ms=00080}
22:49:34.250651 run                osmo-ms-mob/00089: Starting mobile
22:49:34.279118 run       osmo-ms-mob/00089(pid=224): Launched
22:49:34.290538 run                             mass: MS start registered  {at=18010679.99387612, delay=0.004997409880161285, ms=00089}
22:49:34.809101 run                osmo-ms-mob/00090: Starting mobile
22:49:34.822784 run       osmo-ms-mob/00090(pid=225): Launched
22:49:34.834030 run                             mass: MS start registered  {at=18010680.537379283, delay=0.004911363124847412, ms=00090}
22:49:35.513775 run                osmo-ms-mob/00091: Starting mobile
22:49:35.540690 run       osmo-ms-mob/00091(pid=226): Launched
22:49:35.559928 run                             mass: MS start registered  {at=18010681.263255253, delay=0.006597448140382767, ms=00091}
22:49:35.616083 run                             mass: MS performed LU  {at=18010681.319370598, lu_delay=5.763132508844137, ms=00081}
22:49:35.661686 run                             mass: MS performed LU  {at=18010681.36499901, lu_delay=5.589857470244169, ms=00082}
22:49:35.749792 run                             mass: MS performed LU  {at=18010681.45312479, lu_delay=4.915261086076498, ms=00083}
22:49:36.208675 run                osmo-ms-mob/00092: Starting mobile
22:49:36.222217 run       osmo-ms-mob/00092(pid=227): Launched
22:49:36.233883 run                             mass: MS start registered  {at=18010681.937216092, delay=0.005194827914237976, ms=00092}
22:49:37.009072 run                osmo-ms-mob/00093: Starting mobile
22:49:37.023056 run       osmo-ms-mob/00093(pid=228): Launched
22:49:37.034375 run                             mass: MS start registered  {at=18010682.737713203, delay=0.005023553967475891, ms=00093}
22:49:37.415593 run                             mass: MS performed LU  {at=18010683.11892183, lu_delay=5.07251138612628, ms=00086}
22:49:37.516826 run                             mass: MS performed LU  {at=18010683.220160402, lu_delay=6.171601481735706, ms=00084}
22:49:37.563626 run                             mass: MS performed LU  {at=18010683.266961306, lu_delay=5.705811720341444, ms=00085}
22:49:37.669202 run                             mass: MS performed LU  {at=18010683.372524936, lu_delay=4.635131888091564, ms=00087}
22:49:37.909767 run                osmo-ms-mob/00094: Starting mobile
22:49:37.922785 run       osmo-ms-mob/00094(pid=229): Launched
22:49:37.933958 run                             mass: MS start registered  {at=18010683.637309574, delay=0.004898965358734131, ms=00094}
22:49:38.824433 run                osmo-ms-mob/00095: Starting mobile
22:49:38.838878 run       osmo-ms-mob/00095(pid=230): Launched
22:49:38.850353 run                             mass: MS start registered  {at=18010684.55370136, delay=0.005269605666399002, ms=00095}
22:49:39.381323 run                             mass: MS performed LU  {at=18010685.084642775, lu_delay=5.747750591486692, ms=00088}
22:49:39.427888 run                             mass: MS performed LU  {at=18010685.131225552, lu_delay=5.137349434196949, ms=00089}
22:49:39.515480 run                             mass: MS performed LU  {at=18010685.218814854, lu_delay=4.6814355701208115, ms=00090}
22:49:39.571008 run                             mass: MS performed LU  {at=18010685.274341486, lu_delay=22.83713124319911, ms=00045}
22:49:39.826719 run                osmo-ms-mob/00096: Starting mobile
22:49:39.840334 run       osmo-ms-mob/00096(pid=231): Launched
22:49:39.852212 run                             mass: MS start registered  {at=18010685.55551088, delay=0.005771137773990631, ms=00096}
22:49:40.926038 run                osmo-ms-mob/00097: Starting mobile
22:49:40.943680 run       osmo-ms-mob/00097(pid=232): Launched
22:49:40.955206 run                             mass: MS start registered  {at=18010686.658526763, delay=0.00538080558180809, ms=00097}
22:49:41.283698 run                             mass: MS performed LU  {at=18010686.98692734, lu_delay=5.723672088235617, ms=00091}
22:49:41.330175 run                             mass: MS performed LU  {at=18010687.033415105, lu_delay=5.0961990132927895, ms=00092}
22:49:42.211010 run                osmo-ms-mob/00098: Starting mobile
22:49:42.225098 run       osmo-ms-mob/00098(pid=233): Launched
22:49:42.236607 run                             mass: MS start registered  {at=18010687.93995627, delay=0.005066681653261185, ms=00098}
22:49:43.148186 run                             mass: MS performed LU  {at=18010688.85152144, lu_delay=5.214211866259575, ms=00094}
22:49:43.194262 run                             mass: MS performed LU  {at=18010688.897593163, lu_delay=6.159879960119724, ms=00093}
22:49:43.281010 run                             mass: MS performed LU  {at=18010688.98431978, lu_delay=22.846628565341234, ms=00057}
22:49:44.009106 run                osmo-ms-mob/00099: Starting mobile
22:49:44.023481 run       osmo-ms-mob/00099(pid=234): Launched
22:49:44.029791 run                             mass: All started... {duration=55.727017905563116, too_slow=2}
22:49:44.035654 run                             mass: MS start registered  {at=18010689.73901265, delay=0.005856908857822418, ms=00099}
22:49:45.050004 run                             mass: MS performed LU  {at=18010690.753260035, lu_delay=5.1977491565048695, ms=00096}
22:49:45.095740 run                             mass: MS performed LU  {at=18010690.79899146, lu_delay=6.245290100574493, ms=00095}
22:49:46.913667 run                             mass: MS performed LU  {at=18010692.61695051, lu_delay=4.676994238048792, ms=00098}
22:49:46.959316 run                             mass: MS performed LU  {at=18010692.662650757, lu_delay=6.004123993217945, ms=00097}
22:49:48.815111 run                             mass: MS performed LU  {at=18010694.518425655, lu_delay=4.779413003474474, ms=00099}
22:49:48.828197 run                             mass: Tests done {all_completed=True, max=22.846628565341234, min=4.549786172807217}
22:49:48.840648 tst         register_default_mass.py: Test passed (85.0 sec)
22:49:48.852795 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:48.860327 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:48.867563 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:48.874872 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:48.882399 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:48.889940 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:48.897317 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:48.904558 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:48.912044 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:48.919620 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:48.926623 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:48.933691 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:48.940871 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:48.948098 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:48.955577 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:48.963583 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:48.971612 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:48.979118 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:48.985056 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:48.989138 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:48.992999 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:48.996869 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:49.000888 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:49.005634 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:49.009854 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:49.014128 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:49.018796 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:49.022533 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:49.026313 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:49.030110 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:49.033874 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:49.038756 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:49.042570 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:49.046593 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:49.050918 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:49.054724 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:49.059208 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:49.063011 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:49.066790 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:49.070765 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:49.074547 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:49.078877 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:49.082700 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:49.086476 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:49.090251 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:49.094102 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:49.097908 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:49.101692 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:49.105503 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:49.109273 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:49.114067 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:49.119060 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:49.124235 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:49.128265 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:49.132317 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:49.136301 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:49.140798 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:49.144682 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:49.148865 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:49.153109 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:49.157383 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:49.161688 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:49.165622 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:49.169821 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:49.173682 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:49.178191 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:49.182568 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:49.186443 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:49.190307 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:49.194356 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:49.199966 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:49.204886 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:49.208721 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:49.212583 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:49.216452 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:49.220300 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:49.224793 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:49.228691 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:49.233506 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:49.237463 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:49.241575 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:49.245418 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:49.250362 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:49.254258 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:49.258107 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:49.261834 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:49.265857 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:49.270908 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:49.274971 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:49.279822 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:49.284308 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:49.288289 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:49.292369 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:49.296560 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:49.300551 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:49.304945 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:49.308781 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:49.313567 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:49.318075 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:49.322096 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:49.326027 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:49.330543 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:49.334519 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:49.339029 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:49.343987 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:49.348153 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:49.352474 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:49.356860 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:49.360946 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:49.365697 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:49.369868 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:49.374212 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:49.379561 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:49.386137 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:49.393979 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:49.401941 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:49.409629 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:49.417989 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:49.426337 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:49.434573 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:49.442803 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:49.451130 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:49.463040 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:49.470505 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:49.477897 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:49.485207 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:49.492574 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:49.499976 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:49.507513 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:49.514804 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:49.521688 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:49.525509 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:49.529463 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:49.537328 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:49.544734 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:49.552107 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:49.559514 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:49.566904 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:49.574287 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:49.581716 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:49.589134 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:49.596608 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:49.604458 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:49.612182 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:49.620260 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:49.628167 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:49.636044 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:49.644036 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:49.652294 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:49.660433 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:49.668285 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:49.676132 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:49.683883 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:49.692291 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:49.700876 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:49.709629 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:49.717460 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:49.725328 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:49.733186 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:49.741025 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:49.748778 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:49.756665 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:49.764250 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:49.771711 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:49.779208 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:49.787012 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:49.794672 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:49.802318 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:49.809997 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:49.818089 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:49.826105 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:49.834070 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:49.842126 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:49.849964 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:49.857646 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:49.865387 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:49.873130 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:49.880875 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:49.888909 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:49.896609 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:49.904604 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:49.912267 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:49.919709 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:49.927020 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:49.934370 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:49.941772 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:49.949132 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:49.953747 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:49.957452 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:49.961218 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:49.964877 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:49.968588 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:49.972399 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:49.976206 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:49.979897 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:49.983620 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:49.987441 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:49.991100 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:49.994823 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:49.998483 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:50.002287 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:50.006089 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:50.009906 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:50.013665 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:50.017317 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:50.020976 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:50.024705 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:50.028477 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:50.032649 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:50.036390 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:50.040056 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:50.043705 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:50.047369 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:50.051084 ---      ParallelTerminationStrategy: PID 22 died...
22:49:50.052779 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:50.056935 ---      ParallelTerminationStrategy: PID 23 died...
22:49:50.058642 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:50.062790 ---      ParallelTerminationStrategy: PID 24 died...
22:49:50.064451 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:50.068572 ---      ParallelTerminationStrategy: PID 25 died...
22:49:50.070270 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:50.074434 ---      ParallelTerminationStrategy: PID 26 died...
22:49:50.076088 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:50.080190 ---      ParallelTerminationStrategy: PID 27 died...
22:49:50.081876 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:50.085983 ---      ParallelTerminationStrategy: PID 28 died...
22:49:50.087677 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:50.091903 ---      ParallelTerminationStrategy: PID 29 died...
22:49:50.093581 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:50.097772 ---      ParallelTerminationStrategy: PID 30 died...
22:49:50.099459 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:50.103554 ---      ParallelTerminationStrategy: PID 31 died...
22:49:50.105246 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:50.109403 ---      ParallelTerminationStrategy: PID 32 died...
22:49:50.111048 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:50.115197 ---      ParallelTerminationStrategy: PID 33 died...
22:49:50.116962 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:50.121076 ---      ParallelTerminationStrategy: PID 35 died...
22:49:50.122751 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:50.126861 ---      ParallelTerminationStrategy: PID 36 died...
22:49:50.128554 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:50.132739 ---      ParallelTerminationStrategy: PID 37 died...
22:49:50.134450 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:50.138560 ---      ParallelTerminationStrategy: PID 38 died...
22:49:50.140233 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:50.144429 ---      ParallelTerminationStrategy: PID 39 died...
22:49:50.146153 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:50.152297 ---      ParallelTerminationStrategy: PID 40 died...
22:49:50.154306 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:50.158539 ---      ParallelTerminationStrategy: PID 41 died...
22:49:50.160211 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:50.164267 ---      ParallelTerminationStrategy: PID 42 died...
22:49:50.165937 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:50.169970 ---      ParallelTerminationStrategy: PID 43 died...
22:49:50.171610 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:50.175691 ---      ParallelTerminationStrategy: PID 44 died...
22:49:50.177921 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:50.185283 ---      ParallelTerminationStrategy: PID 45 died...
22:49:50.189236 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:50.198395 ---      ParallelTerminationStrategy: PID 46 died...
22:49:50.201997 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:50.210745 ---      ParallelTerminationStrategy: PID 47 died...
22:49:50.214190 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:50.222537 ---      ParallelTerminationStrategy: PID 48 died...
22:49:50.225915 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:50.233943 ---      ParallelTerminationStrategy: PID 49 died...
22:49:50.237275 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:50.245406 ---      ParallelTerminationStrategy: PID 50 died...
22:49:50.248789 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:50.257023 ---      ParallelTerminationStrategy: PID 51 died...
22:49:50.260369 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:50.268556 ---      ParallelTerminationStrategy: PID 52 died...
22:49:50.272055 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:50.280369 ---      ParallelTerminationStrategy: PID 53 died...
22:49:50.283779 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:50.292389 ---      ParallelTerminationStrategy: PID 54 died...
22:49:50.295823 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:50.304492 ---      ParallelTerminationStrategy: PID 55 died...
22:49:50.308237 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:50.316904 ---      ParallelTerminationStrategy: PID 56 died...
22:49:50.320444 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:50.328616 ---      ParallelTerminationStrategy: PID 57 died...
22:49:50.332029 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:50.340261 ---      ParallelTerminationStrategy: PID 58 died...
22:49:50.343695 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:50.351977 ---      ParallelTerminationStrategy: PID 59 died...
22:49:50.355315 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:50.363682 ---      ParallelTerminationStrategy: PID 60 died...
22:49:50.367000 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:50.375181 ---      ParallelTerminationStrategy: PID 61 died...
22:49:50.378522 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:50.386642 ---      ParallelTerminationStrategy: PID 62 died...
22:49:50.389926 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:50.398123 ---      ParallelTerminationStrategy: PID 63 died...
22:49:50.401434 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:50.409721 ---      ParallelTerminationStrategy: PID 64 died...
22:49:50.413032 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:50.421233 ---      ParallelTerminationStrategy: PID 65 died...
22:49:50.424792 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:50.433414 ---      ParallelTerminationStrategy: PID 66 died...
22:49:50.436916 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:50.445430 ---      ParallelTerminationStrategy: PID 67 died...
22:49:50.449008 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:50.457822 ---      ParallelTerminationStrategy: PID 68 died...
22:49:50.461493 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:50.470798 ---      ParallelTerminationStrategy: PID 69 died...
22:49:50.474306 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:50.482698 ---      ParallelTerminationStrategy: PID 70 died...
22:49:50.486249 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:50.495894 ---      ParallelTerminationStrategy: PID 71 died...
22:49:50.500051 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:50.510543 ---      ParallelTerminationStrategy: PID 72 died...
22:49:50.514934 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:50.525755 ---      ParallelTerminationStrategy: PID 73 died...
22:49:50.530222 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:50.541146 ---      ParallelTerminationStrategy: PID 74 died...
22:49:50.545744 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:50.556796 ---      ParallelTerminationStrategy: PID 75 died...
22:49:50.561378 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:50.572566 ---      ParallelTerminationStrategy: PID 76 died...
22:49:50.577236 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:50.588011 ---      ParallelTerminationStrategy: PID 77 died...
22:49:50.592494 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:50.603436 ---      ParallelTerminationStrategy: PID 78 died...
22:49:50.607731 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:50.619001 ---      ParallelTerminationStrategy: PID 79 died...
22:49:50.623411 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:50.634127 ---      ParallelTerminationStrategy: PID 80 died...
22:49:50.638544 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:50.649347 ---      ParallelTerminationStrategy: PID 81 died...
22:49:50.653649 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:50.664292 ---      ParallelTerminationStrategy: PID 82 died...
22:49:50.668614 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:50.679300 ---      ParallelTerminationStrategy: PID 83 died...
22:49:50.683951 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:50.695104 ---      ParallelTerminationStrategy: PID 84 died...
22:49:50.699728 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:50.710993 ---      ParallelTerminationStrategy: PID 85 died...
22:49:50.715834 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:50.726950 ---      ParallelTerminationStrategy: PID 86 died...
22:49:50.731702 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:50.742843 ---      ParallelTerminationStrategy: PID 87 died...
22:49:50.747470 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:50.758565 ---      ParallelTerminationStrategy: PID 88 died...
22:49:50.762848 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:50.773461 ---      ParallelTerminationStrategy: PID 89 died...
22:49:50.777985 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:50.788987 ---      ParallelTerminationStrategy: PID 90 died...
22:49:50.793583 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:50.805724 ---      ParallelTerminationStrategy: PID 91 died...
22:49:50.810436 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:50.821595 ---      ParallelTerminationStrategy: PID 92 died...
22:49:50.825976 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:50.836681 ---      ParallelTerminationStrategy: PID 93 died...
22:49:50.841036 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:50.851682 ---      ParallelTerminationStrategy: PID 94 died...
22:49:50.856125 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:50.867153 ---      ParallelTerminationStrategy: PID 95 died...
22:49:50.871640 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:50.882402 ---      ParallelTerminationStrategy: PID 96 died...
22:49:50.886830 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:50.897848 ---      ParallelTerminationStrategy: PID 97 died...
22:49:50.902261 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:50.913079 ---      ParallelTerminationStrategy: PID 98 died...
22:49:50.917553 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:50.928241 ---      ParallelTerminationStrategy: PID 99 died...
22:49:50.932550 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:50.942973 ---      ParallelTerminationStrategy: PID 100 died...
22:49:50.947165 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:50.957656 ---      ParallelTerminationStrategy: PID 101 died...
22:49:50.961819 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:50.972056 ---      ParallelTerminationStrategy: PID 102 died...
22:49:50.976349 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:50.986798 ---      ParallelTerminationStrategy: PID 103 died...
22:49:50.991044 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:51.001556 ---      ParallelTerminationStrategy: PID 104 died...
22:49:51.005923 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:51.017177 ---      ParallelTerminationStrategy: PID 105 died...
22:49:51.021575 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:51.032144 ---      ParallelTerminationStrategy: PID 106 died...
22:49:51.036402 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:51.047129 ---      ParallelTerminationStrategy: PID 107 died...
22:49:51.051472 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:51.061631 ---      ParallelTerminationStrategy: PID 108 died...
22:49:51.066075 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:51.076440 ---      ParallelTerminationStrategy: PID 109 died...
22:49:51.080774 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:51.091091 ---      ParallelTerminationStrategy: PID 110 died...
22:49:51.095476 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:51.106148 ---      ParallelTerminationStrategy: PID 111 died...
22:49:51.110343 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:51.120505 ---      ParallelTerminationStrategy: PID 112 died...
22:49:51.124667 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:51.134787 ---      ParallelTerminationStrategy: PID 113 died...
22:49:51.138951 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:51.149147 ---      ParallelTerminationStrategy: PID 114 died...
22:49:51.153393 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:51.163716 ---      ParallelTerminationStrategy: PID 115 died...
22:49:51.168117 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:51.178775 ---      ParallelTerminationStrategy: PID 116 died...
22:49:51.182804 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:51.192871 ---      ParallelTerminationStrategy: PID 117 died...
22:49:51.197019 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:51.207390 ---      ParallelTerminationStrategy: PID 118 died...
22:49:51.211594 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:51.221765 ---      ParallelTerminationStrategy: PID 119 died...
22:49:51.225982 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:51.236223 ---      ParallelTerminationStrategy: PID 120 died...
22:49:51.240648 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:51.251053 ---      ParallelTerminationStrategy: PID 121 died...
22:49:51.255493 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:51.266202 ---      ParallelTerminationStrategy: PID 122 died...
22:49:51.270618 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:51.281483 ---      ParallelTerminationStrategy: PID 123 died...
22:49:51.285864 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:51.296422 ---      ParallelTerminationStrategy: PID 124 died...
22:49:51.300711 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:51.311069 ---      ParallelTerminationStrategy: PID 125 died...
22:49:51.315399 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:51.325654 ---      ParallelTerminationStrategy: PID 126 died...
22:49:51.329921 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:51.340796 ---      ParallelTerminationStrategy: PID 127 died...
22:49:51.345306 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:51.356147 ---      ParallelTerminationStrategy: PID 128 died...
22:49:51.360548 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:51.372765 ---      ParallelTerminationStrategy: PID 129 died...
22:49:51.377674 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:51.388813 ---      ParallelTerminationStrategy: PID 130 died...
22:49:51.393370 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:51.403973 ---      ParallelTerminationStrategy: PID 131 died...
22:49:51.408333 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:51.419362 ---      ParallelTerminationStrategy: PID 132 died...
22:49:51.423895 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:51.434881 ---      ParallelTerminationStrategy: PID 133 died...
22:49:51.439368 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:51.449881 ---      ParallelTerminationStrategy: PID 134 died...
22:49:51.454135 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:51.464200 ---      ParallelTerminationStrategy: PID 135 died...
22:49:51.468368 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:51.478594 ---      ParallelTerminationStrategy: PID 136 died...
22:49:51.482881 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:51.493445 ---      ParallelTerminationStrategy: PID 137 died...
22:49:51.497684 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:51.508229 ---      ParallelTerminationStrategy: PID 138 died...
22:49:51.512429 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:51.523113 ---      ParallelTerminationStrategy: PID 139 died...
22:49:51.527331 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:51.537693 ---      ParallelTerminationStrategy: PID 140 died...
22:49:51.541964 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:51.552157 ---      ParallelTerminationStrategy: PID 141 died...
22:49:51.556373 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:51.566849 ---      ParallelTerminationStrategy: PID 142 died...
22:49:51.571105 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:51.581544 ---      ParallelTerminationStrategy: PID 143 died...
22:49:51.585883 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:51.596566 ---      ParallelTerminationStrategy: PID 144 died...
22:49:51.600992 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:51.611850 ---      ParallelTerminationStrategy: PID 145 died...
22:49:51.616230 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:51.627087 ---      ParallelTerminationStrategy: PID 146 died...
22:49:51.631542 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:51.642800 ---      ParallelTerminationStrategy: PID 147 died...
22:49:51.647434 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:51.658565 ---      ParallelTerminationStrategy: PID 148 died...
22:49:51.663166 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:51.674468 ---      ParallelTerminationStrategy: PID 149 died...
22:49:51.679154 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:51.690503 ---      ParallelTerminationStrategy: PID 150 died...
22:49:51.695211 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:51.706577 ---      ParallelTerminationStrategy: PID 151 died...
22:49:51.711221 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:51.722590 ---      ParallelTerminationStrategy: PID 152 died...
22:49:51.727502 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:51.738782 ---      ParallelTerminationStrategy: PID 153 died...
22:49:51.743243 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:51.754118 ---      ParallelTerminationStrategy: PID 154 died...
22:49:51.758375 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:51.769082 ---      ParallelTerminationStrategy: PID 155 died...
22:49:51.773623 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:51.784755 ---      ParallelTerminationStrategy: PID 156 died...
22:49:51.789377 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:51.800428 ---      ParallelTerminationStrategy: PID 157 died...
22:49:51.804988 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:51.816497 ---      ParallelTerminationStrategy: PID 158 died...
22:49:51.821213 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:51.832073 ---      ParallelTerminationStrategy: PID 159 died...
22:49:51.836417 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:51.847103 ---      ParallelTerminationStrategy: PID 160 died...
22:49:51.851499 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:51.862166 ---      ParallelTerminationStrategy: PID 161 died...
22:49:51.866515 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:51.877267 ---      ParallelTerminationStrategy: PID 162 died...
22:49:51.881738 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:51.892527 ---      ParallelTerminationStrategy: PID 163 died...
22:49:51.896983 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:51.907881 ---      ParallelTerminationStrategy: PID 164 died...
22:49:51.912393 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:51.923333 ---      ParallelTerminationStrategy: PID 165 died...
22:49:51.927816 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:51.939022 ---      ParallelTerminationStrategy: PID 166 died...
22:49:51.943553 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:51.954676 ---      ParallelTerminationStrategy: PID 167 died...
22:49:51.959254 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:51.970642 ---      ParallelTerminationStrategy: PID 168 died...
22:49:51.975241 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:51.985952 ---      ParallelTerminationStrategy: PID 169 died...
22:49:51.990459 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:52.001652 ---      ParallelTerminationStrategy: PID 170 died...
22:49:52.006281 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:52.017654 ---      ParallelTerminationStrategy: PID 171 died...
22:49:52.022278 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:52.033068 ---      ParallelTerminationStrategy: PID 172 died...
22:49:52.037652 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:52.048973 ---      ParallelTerminationStrategy: PID 173 died...
22:49:52.053645 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:52.065210 ---      ParallelTerminationStrategy: PID 174 died...
22:49:52.069850 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:52.081562 ---      ParallelTerminationStrategy: PID 175 died...
22:49:52.086316 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:52.097546 ---      ParallelTerminationStrategy: PID 176 died...
22:49:52.102482 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:52.114464 ---      ParallelTerminationStrategy: PID 177 died...
22:49:52.119245 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:52.131326 ---      ParallelTerminationStrategy: PID 178 died...
22:49:52.135953 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:52.147707 ---      ParallelTerminationStrategy: PID 179 died...
22:49:52.152392 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:52.164000 ---      ParallelTerminationStrategy: PID 180 died...
22:49:52.168706 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:52.179875 ---      ParallelTerminationStrategy: PID 181 died...
22:49:52.184697 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:52.196208 ---      ParallelTerminationStrategy: PID 182 died...
22:49:52.201230 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:52.211935 ---      ParallelTerminationStrategy: PID 183 died...
22:49:52.216348 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:52.227211 ---      ParallelTerminationStrategy: PID 184 died...
22:49:52.231506 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:52.242176 ---      ParallelTerminationStrategy: PID 185 died...
22:49:52.246223 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:52.256251 ---      ParallelTerminationStrategy: PID 186 died...
22:49:52.260413 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:52.270820 ---      ParallelTerminationStrategy: PID 187 died...
22:49:52.274915 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:52.284776 ---      ParallelTerminationStrategy: PID 188 died...
22:49:52.288782 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:52.298907 ---      ParallelTerminationStrategy: PID 189 died...
22:49:52.303053 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:52.313098 ---      ParallelTerminationStrategy: PID 190 died...
22:49:52.317203 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:52.327672 ---      ParallelTerminationStrategy: PID 191 died...
22:49:52.332000 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:52.342563 ---      ParallelTerminationStrategy: PID 192 died...
22:49:52.346730 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:52.357252 ---      ParallelTerminationStrategy: PID 193 died...
22:49:52.361685 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:52.372078 ---      ParallelTerminationStrategy: PID 194 died...
22:49:52.376497 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:52.387582 ---      ParallelTerminationStrategy: PID 195 died...
22:49:52.392339 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:52.403491 ---      ParallelTerminationStrategy: PID 196 died...
22:49:52.408241 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:52.419527 ---      ParallelTerminationStrategy: PID 197 died...
22:49:52.424090 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:52.435532 ---      ParallelTerminationStrategy: PID 198 died...
22:49:52.439996 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:52.451403 ---      ParallelTerminationStrategy: PID 199 died...
22:49:52.456158 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:52.467801 ---      ParallelTerminationStrategy: PID 200 died...
22:49:52.472382 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:52.483635 ---      ParallelTerminationStrategy: PID 201 died...
22:49:52.488131 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:52.499252 ---      ParallelTerminationStrategy: PID 202 died...
22:49:52.503758 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:52.514973 ---      ParallelTerminationStrategy: PID 203 died...
22:49:52.519284 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:52.530170 ---      ParallelTerminationStrategy: PID 204 died...
22:49:52.534534 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:52.544932 ---      ParallelTerminationStrategy: PID 205 died...
22:49:52.549124 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:52.559315 ---      ParallelTerminationStrategy: PID 206 died...
22:49:52.563486 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:52.573798 ---      ParallelTerminationStrategy: PID 207 died...
22:49:52.578064 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:52.588444 ---      ParallelTerminationStrategy: PID 208 died...
22:49:52.592706 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:52.602828 ---      ParallelTerminationStrategy: PID 209 died...
22:49:52.607088 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:52.617646 ---      ParallelTerminationStrategy: PID 210 died...
22:49:52.622132 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:52.633163 ---      ParallelTerminationStrategy: PID 211 died...
22:49:52.637296 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:52.647519 ---      ParallelTerminationStrategy: PID 212 died...
22:49:52.651691 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:52.661797 ---      ParallelTerminationStrategy: PID 213 died...
22:49:52.665937 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:52.676253 ---      ParallelTerminationStrategy: PID 214 died...
22:49:52.680581 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:52.691035 ---      ParallelTerminationStrategy: PID 215 died...
22:49:52.695266 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:52.705756 ---      ParallelTerminationStrategy: PID 216 died...
22:49:52.710150 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:52.720780 ---      ParallelTerminationStrategy: PID 217 died...
22:49:52.725210 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:52.735979 ---      ParallelTerminationStrategy: PID 218 died...
22:49:52.740397 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:52.751209 ---      ParallelTerminationStrategy: PID 219 died...
22:49:52.755711 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:52.766391 ---      ParallelTerminationStrategy: PID 220 died...
22:49:52.770705 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:52.781252 ---      ParallelTerminationStrategy: PID 221 died...
22:49:52.785423 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:52.795908 ---      ParallelTerminationStrategy: PID 222 died...
22:49:52.800385 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:52.810916 ---      ParallelTerminationStrategy: PID 223 died...
22:49:52.815250 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:52.825782 ---      ParallelTerminationStrategy: PID 224 died...
22:49:52.830161 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:52.840765 ---      ParallelTerminationStrategy: PID 225 died...
22:49:52.845210 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:52.856206 ---      ParallelTerminationStrategy: PID 226 died...
22:49:52.860580 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:52.871449 ---      ParallelTerminationStrategy: PID 227 died...
22:49:52.875932 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:52.887088 ---      ParallelTerminationStrategy: PID 228 died...
22:49:52.891546 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:52.902490 ---      ParallelTerminationStrategy: PID 229 died...
22:49:52.907224 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:52.918941 ---      ParallelTerminationStrategy: PID 230 died...
22:49:52.923320 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:52.934001 ---      ParallelTerminationStrategy: PID 231 died...
22:49:52.938237 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:52.948541 ---      ParallelTerminationStrategy: PID 232 died...
22:49:52.952893 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:52.963335 ---      ParallelTerminationStrategy: PID 233 died...
22:49:52.967500 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:52.977766 ---      ParallelTerminationStrategy: PID 234 died...
22:49:52.981951 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:54.406406 ---      ParallelTerminationStrategy: PID 34 died...
22:49:54.411207 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8053 netreg_mass PASS
---------------------------------------------------------------------
22:49:54.587848 tst                       trial-8053: Storing JUnit report in /build/trial-8053/run.2025-08-09_22-48-23/trial-8053.xml

--------------------------------------------------------------------------------------------
trial-8053 PASS
--------------------------------------------------------------------------------------------
22:49:54.617712 tst                       trial-8053: trial-8053: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (85.0 sec)
+ exit_code=0
+ rm -rf trial-8053/inst
+ cd trial-8053
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-08-09 22:48:23
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8053-run.tgz run.2025-08-09_22-48-23
+ tar czf /build/trial-8053-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-08-09_13_26_30.tgz osmo-bts-oc2g.build-2025-08-09_00_51_31.tgz osmo-bts-sysmo.build-2025-08-09_00_51_37.tgz osmo-bts.build-2025-08-09_00_51_42.tgz osmo-ggsn.build-2025-08-09_20_42_43.tgz osmo-hlr.build-2025-08-09_16_36_51.tgz osmo-hnbgw.build-2025-08-09_13_30_25.tgz osmo-mgw.build-2025-08-09_08_33_09.tgz osmo-msc.build-2025-08-09_13_35_06.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-09_07_34_01.tgz osmo-pcu-sysmo.build-2025-08-09_07_36_07.tgz osmo-pcu.build-2025-08-09_07_36_15.tgz osmo-sgsn.build-2025-08-09_20_48_35.tgz osmo-stp.build-2025-08-09_13_25_21.tgz osmo-trx.build-2025-08-09_14_29_54.tgz osmocom-bb.build-2025-08-09_21_17_15.tgz srslte.build-19.tgz
+ exit 0
+ clean_up_trap
+ set +x

### Clean up ###

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