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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:23efdc0392686fca2ce5b4bca9b719943c2db5dd739c04a8f7f9fddd1fa6f139 done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 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=8154 -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-11-18 22:48:18
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8154
+ mkdir -p trial-8154
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-11-18_13_54_53.tgz osmo-bts-oc2g.build-2025-11-18_00_51_55.tgz osmo-bts-sysmo.build-2025-11-18_00_51_45.tgz osmo-bts.build-2025-11-18_00_51_57.tgz osmo-ggsn.build-2025-11-18_20_42_44.tgz osmo-hlr.build-2025-11-18_16_36_52.tgz osmo-hnbgw.build-2025-11-18_13_31_01.tgz osmo-mgw.build-2025-11-18_08_33_14.tgz osmo-msc.build-2025-11-18_13_35_10.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-18_07_36_24.tgz osmo-pcu-sysmo.build-2025-11-18_07_36_31.tgz osmo-pcu.build-2025-11-18_07_38_34.tgz osmo-sgsn.build-2025-11-18_20_49_41.tgz osmo-stp.build-2025-11-18_13_25_47.tgz osmo-trx.build-2025-11-18_14_27_51.tgz osmocom-bb.build-2025-11-18_21_17_26.tgz srslte.build-19.tgz trial-8154
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-11-18_13_54_53.md5 osmo-bts-oc2g.build-2025-11-18_00_51_55.md5 osmo-bts-sysmo.build-2025-11-18_00_51_45.md5 osmo-bts.build-2025-11-18_00_51_57.md5 osmo-ggsn.build-2025-11-18_20_42_44.md5 osmo-hlr.build-2025-11-18_16_36_52.md5 osmo-hnbgw.build-2025-11-18_13_31_01.md5 osmo-mgw.build-2025-11-18_08_33_14.md5 osmo-msc.build-2025-11-18_13_35_10.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-18_07_36_24.md5 osmo-pcu-sysmo.build-2025-11-18_07_36_31.md5 osmo-pcu.build-2025-11-18_07_38_34.md5 osmo-sgsn.build-2025-11-18_20_49_41.md5 osmo-stp.build-2025-11-18_13_25_47.md5 osmo-trx.build-2025-11-18_14_27_51.md5 osmocom-bb.build-2025-11-18_21_17_26.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-11-18_13_54_53.md5 osmo-bts-oc2g.build-2025-11-18_00_51_55.md5 osmo-bts-sysmo.build-2025-11-18_00_51_45.md5 osmo-bts.build-2025-11-18_00_51_57.md5 osmo-ggsn.build-2025-11-18_20_42_44.md5 osmo-hlr.build-2025-11-18_16_36_52.md5 osmo-hnbgw.build-2025-11-18_13_31_01.md5 osmo-mgw.build-2025-11-18_08_33_14.md5 osmo-msc.build-2025-11-18_13_35_10.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-18_07_36_24.md5 osmo-pcu-sysmo.build-2025-11-18_07_36_31.md5 osmo-pcu.build-2025-11-18_07_38_34.md5 osmo-sgsn.build-2025-11-18_20_49_41.md5 osmo-stp.build-2025-11-18_13_25_47.md5 osmo-trx.build-2025-11-18_14_27_51.md5 osmocom-bb.build-2025-11-18_21_17_26.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-8154 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8154'
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-8154
--------------------------------------------------------------------------------------------
22:48:18.642065 tst                       trial-8154: Detailed log at /build/trial-8154/run.2025-11-18_22-48-18/log

---------------------------------------------------------------------
trial-8154 netreg_mass
---------------------------------------------------------------------
22:48:18.844936 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:18.845281 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:18.846048 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:18.847201 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:18.898598 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:18.900307 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:18.902449 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:18.978846 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-8154 netreg_mass register_default_mass.py
----------------------------------------------
22:48:18.979609 tst       register_default_mass.py:9: Claiming resources for the test
22:48:18.994623 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.995139 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.995579 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.996003 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.996425 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.996883 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:18.997327 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:19.027190 tst         register_default_mass.py: using LAC 2
22:48:19.048514 tst         register_default_mass.py: using RAC 2
22:48:19.073775 tst         register_default_mass.py: using CellId 2
22:48:19.101389 tst         register_default_mass.py: using BVCI 3
22:48:19.114319 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.114978 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.115548 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.116073 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.116582 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.117106 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.117613 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.118123 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.118661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.119173 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.119677 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.120195 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.120725 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.121238 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.121749 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.122280 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.122788 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.123291 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.123795 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.124318 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.124839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.125361 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.125879 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.126400 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.126922 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.127435 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.127948 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.128466 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.128980 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.129510 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.130026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.130554 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.131076 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.131598 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.132130 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.132645 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.133153 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.133664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.134187 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.134699 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.135210 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.135724 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.136236 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.136760 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.137271 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.137773 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.138290 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.138798 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.139293 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.139810 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.140329 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.140835 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.141333 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.141846 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.142346 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.142848 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.143358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.143865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.144363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.144858 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.145359 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.145855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.146350 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.146862 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.147358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.147853 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.148363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.148876 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.149375 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.149878 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.150379 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.150880 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.151466 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.151985 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.152485 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.152978 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.153481 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.153982 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.154477 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.154966 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.155472 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.155966 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.156455 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.156957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.157453 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.157949 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.158440 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.158948 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.159442 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.159945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.160450 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.160953 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.161480 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.161989 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.162482 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.162977 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.163492 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.163993 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.164495 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.165016 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.165516 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:19.166068 tst      register_default_mass.py:21: Launching a simple network
22:48:19.175968 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:19.292331 run            create_hlr_db(pid=20): Launched
22:48:20.307022 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:20.331464 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:20.346547 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:20.352275 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:20.531805 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:20.546650 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:20.552246 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.964244 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:20.979202 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:23.993331 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:24.104847 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:24.119848 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:24.125441 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:24.160829 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:24.175647 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:24.181372 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:24.487314 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:24.502716 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:30.534714 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:30.704449 run         osmo-bts-virtual(pid=34): Launched
22:48:31.740582 tst         register_default_mass.py: using MSISDN 1001
22:48:31.755319 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.795916 tst         register_default_mass.py: using MSISDN 1002
22:48:31.814014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.845462 tst         register_default_mass.py: using MSISDN 1003
22:48:31.860604 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.892353 tst         register_default_mass.py: using MSISDN 1004
22:48:31.907493 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.938804 tst         register_default_mass.py: using MSISDN 1005
22:48:31.953277 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.984911 tst         register_default_mass.py: using MSISDN 1006
22:48:31.999793 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:32.030185 tst         register_default_mass.py: using MSISDN 1007
22:48:32.044548 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:32.073538 tst         register_default_mass.py: using MSISDN 1008
22:48:32.087126 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:32.115395 tst         register_default_mass.py: using MSISDN 1009
22:48:32.128589 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:32.156680 tst         register_default_mass.py: using MSISDN 1010
22:48:32.169821 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:32.197061 tst         register_default_mass.py: using MSISDN 1011
22:48:32.209694 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:32.237044 tst         register_default_mass.py: using MSISDN 1012
22:48:32.249735 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:32.276724 tst         register_default_mass.py: using MSISDN 1013
22:48:32.289158 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:32.320539 tst         register_default_mass.py: using MSISDN 1014
22:48:32.332297 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.360264 tst         register_default_mass.py: using MSISDN 1015
22:48:32.373555 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.401853 tst         register_default_mass.py: using MSISDN 1016
22:48:32.415057 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.443372 tst         register_default_mass.py: using MSISDN 1017
22:48:32.456694 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.485053 tst         register_default_mass.py: using MSISDN 1018
22:48:32.498245 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.527079 tst         register_default_mass.py: using MSISDN 1019
22:48:32.540572 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.569884 tst         register_default_mass.py: using MSISDN 1020
22:48:32.583625 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.613024 tst         register_default_mass.py: using MSISDN 1021
22:48:32.626715 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.656004 tst         register_default_mass.py: using MSISDN 1022
22:48:32.669907 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.699215 tst         register_default_mass.py: using MSISDN 1023
22:48:32.712856 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.750102 tst         register_default_mass.py: using MSISDN 1024
22:48:32.767321 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.796795 tst         register_default_mass.py: using MSISDN 1025
22:48:32.810921 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.839982 tst         register_default_mass.py: using MSISDN 1026
22:48:32.853901 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.891368 tst         register_default_mass.py: using MSISDN 1027
22:48:32.908483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.937667 tst         register_default_mass.py: using MSISDN 1028
22:48:32.951761 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.980941 tst         register_default_mass.py: using MSISDN 1029
22:48:32.994476 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:33.023669 tst         register_default_mass.py: using MSISDN 1030
22:48:33.037396 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:33.066690 tst         register_default_mass.py: using MSISDN 1031
22:48:33.080392 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.109256 tst         register_default_mass.py: using MSISDN 1032
22:48:33.122835 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.151966 tst         register_default_mass.py: using MSISDN 1033
22:48:33.165807 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.195200 tst         register_default_mass.py: using MSISDN 1034
22:48:33.208864 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.237895 tst         register_default_mass.py: using MSISDN 1035
22:48:33.251538 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.280761 tst         register_default_mass.py: using MSISDN 1036
22:48:33.294507 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.323867 tst         register_default_mass.py: using MSISDN 1037
22:48:33.337698 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.366973 tst         register_default_mass.py: using MSISDN 1038
22:48:33.380730 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.454032 tst         register_default_mass.py: using MSISDN 1039
22:48:33.476240 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.554394 tst         register_default_mass.py: using MSISDN 1040
22:48:33.564076 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.603109 tst         register_default_mass.py: using MSISDN 1041
22:48:33.621396 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.649847 tst         register_default_mass.py: using MSISDN 1042
22:48:33.659985 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.688467 tst         register_default_mass.py: using MSISDN 1043
22:48:33.703039 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:33.731846 tst         register_default_mass.py: using MSISDN 1044
22:48:33.745177 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:33.774046 tst         register_default_mass.py: using MSISDN 1045
22:48:33.787568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:33.816442 tst         register_default_mass.py: using MSISDN 1046
22:48:33.829909 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:33.858767 tst         register_default_mass.py: using MSISDN 1047
22:48:33.872217 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:33.901270 tst         register_default_mass.py: using MSISDN 1048
22:48:33.914936 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:33.943458 tst         register_default_mass.py: using MSISDN 1049
22:48:33.956987 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:33.985685 tst         register_default_mass.py: using MSISDN 1050
22:48:33.995860 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:34.024791 tst         register_default_mass.py: using MSISDN 1051
22:48:34.039774 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.068951 tst         register_default_mass.py: using MSISDN 1052
22:48:34.082706 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:34.111622 tst         register_default_mass.py: using MSISDN 1053
22:48:34.125220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.155521 tst         register_default_mass.py: using MSISDN 1054
22:48:34.169642 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.200148 tst         register_default_mass.py: using MSISDN 1055
22:48:34.214660 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.245658 tst         register_default_mass.py: using MSISDN 1056
22:48:34.260212 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:34.291201 tst         register_default_mass.py: using MSISDN 1057
22:48:34.305931 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:34.336584 tst         register_default_mass.py: using MSISDN 1058
22:48:34.351172 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:34.382157 tst         register_default_mass.py: using MSISDN 1059
22:48:34.396885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:34.426541 tst         register_default_mass.py: using MSISDN 1060
22:48:34.440497 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:34.471298 tst         register_default_mass.py: using MSISDN 1061
22:48:34.485885 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:34.515761 tst         register_default_mass.py: using MSISDN 1062
22:48:34.529925 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:34.561304 tst         register_default_mass.py: using MSISDN 1063
22:48:34.576102 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:34.607037 tst         register_default_mass.py: using MSISDN 1064
22:48:34.621631 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:34.651559 tst         register_default_mass.py: using MSISDN 1065
22:48:34.665803 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:34.696802 tst         register_default_mass.py: using MSISDN 1066
22:48:34.711317 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:34.742687 tst         register_default_mass.py: using MSISDN 1067
22:48:34.757586 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:34.788579 tst         register_default_mass.py: using MSISDN 1068
22:48:34.803284 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:34.834713 tst         register_default_mass.py: using MSISDN 1069
22:48:34.849506 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:34.886407 tst         register_default_mass.py: using MSISDN 1070
22:48:34.903510 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:34.935003 tst         register_default_mass.py: using MSISDN 1071
22:48:34.949924 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:34.981038 tst         register_default_mass.py: using MSISDN 1072
22:48:34.995755 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:35.026979 tst         register_default_mass.py: using MSISDN 1073
22:48:35.037074 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:35.068504 tst         register_default_mass.py: using MSISDN 1074
22:48:35.084618 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:35.116208 tst         register_default_mass.py: using MSISDN 1075
22:48:35.131305 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:35.162605 tst         register_default_mass.py: using MSISDN 1076
22:48:35.177455 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:35.208583 tst         register_default_mass.py: using MSISDN 1077
22:48:35.223522 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:35.254808 tst         register_default_mass.py: using MSISDN 1078
22:48:35.269495 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:35.300902 tst         register_default_mass.py: using MSISDN 1079
22:48:35.315911 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:35.347011 tst         register_default_mass.py: using MSISDN 1080
22:48:35.361799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:35.393001 tst         register_default_mass.py: using MSISDN 1081
22:48:35.407911 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:35.439164 tst         register_default_mass.py: using MSISDN 1082
22:48:35.454005 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:35.485308 tst         register_default_mass.py: using MSISDN 1083
22:48:35.500092 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:35.531475 tst         register_default_mass.py: using MSISDN 1084
22:48:35.546140 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:35.579973 tst         register_default_mass.py: using MSISDN 1085
22:48:35.596110 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:35.627612 tst         register_default_mass.py: using MSISDN 1086
22:48:35.642743 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:35.674417 tst         register_default_mass.py: using MSISDN 1087
22:48:35.689633 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:35.721383 tst         register_default_mass.py: using MSISDN 1088
22:48:35.736537 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:35.768316 tst         register_default_mass.py: using MSISDN 1089
22:48:35.783468 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:35.815195 tst         register_default_mass.py: using MSISDN 1090
22:48:35.830385 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:35.861990 tst         register_default_mass.py: using MSISDN 1091
22:48:35.877030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:35.908993 tst         register_default_mass.py: using MSISDN 1092
22:48:35.924258 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:35.956093 tst         register_default_mass.py: using MSISDN 1093
22:48:35.971169 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:36.002862 tst         register_default_mass.py: using MSISDN 1094
22:48:36.017934 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:36.049920 tst         register_default_mass.py: using MSISDN 1095
22:48:36.065176 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:36.096810 tst         register_default_mass.py: using MSISDN 1096
22:48:36.111950 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:36.143422 tst         register_default_mass.py: using MSISDN 1097
22:48:36.158372 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:36.189976 tst         register_default_mass.py: using MSISDN 1098
22:48:36.205020 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:36.237349 tst         register_default_mass.py: using MSISDN 1099
22:48:36.252837 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:36.284714 tst         register_default_mass.py: using MSISDN 1100
22:48:36.295038 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:36.392002 run                             mass: Starting testcase
22:48:36.397757 run                             mass: Pre-launching all virtphy's
22:48:36.403373 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:36.418776 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:36.424904 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:36.437993 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:36.444117 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:36.457145 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:36.463075 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:36.475935 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:36.481913 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:36.494638 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:36.500601 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:36.513429 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:36.519394 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:36.532139 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:36.538063 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:36.550819 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:36.556728 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:36.569451 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:36.575374 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:36.588060 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:36.593992 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:36.606733 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:36.612693 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:36.625466 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:36.631384 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:36.644145 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:36.650064 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:36.662789 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:36.668723 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:36.681505 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:36.687385 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:36.700081 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:36.705979 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:36.718697 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:36.724621 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:36.737349 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:36.743223 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:36.755973 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:36.761937 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:36.774706 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:36.780599 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:36.793362 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:36.799247 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:36.812030 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:36.817960 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:36.830676 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:36.836561 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:36.849433 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:36.855366 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:36.868272 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:36.874206 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:36.886960 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:36.892865 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:36.905711 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:36.911639 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:36.924432 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:36.930399 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:36.943167 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:36.949085 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:36.961924 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:36.967828 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:36.980649 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:36.986563 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:36.999327 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:37.005238 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:37.017990 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:37.023901 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:37.036649 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:37.042593 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:37.055351 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:37.061279 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:37.074143 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:37.080072 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:37.092966 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:37.099000 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:37.112080 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:37.118098 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:37.131138 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:37.137166 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:37.150228 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:37.156220 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:37.169258 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:37.175341 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:37.188342 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:37.194359 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:37.207338 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:37.213346 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:37.226279 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:37.232181 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:37.244946 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:37.250821 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:37.263595 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:37.269526 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:37.282295 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:37.288190 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:37.300902 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:37.306774 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:37.319660 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:37.325596 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:37.338469 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:37.344389 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:37.357210 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:37.363129 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:37.376023 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:37.381893 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:37.394753 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:37.400641 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:37.413365 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:37.419277 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:37.431996 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:37.437881 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:37.450649 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:37.456568 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:37.469311 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:37.475212 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:37.487950 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:37.493883 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:37.506667 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:37.512594 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:37.525377 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:37.531264 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:37.544025 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:37.549950 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:37.562848 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:37.568751 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:37.581615 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:37.587498 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:37.600242 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:37.606211 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:37.619105 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:37.625039 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:37.637848 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:37.643753 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:37.656526 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:37.662427 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:37.675173 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:37.681087 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:37.693845 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:37.699719 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:37.712504 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:37.718406 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:37.731194 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:37.737099 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:37.749863 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:37.755756 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:37.768502 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:37.774429 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:37.787162 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:37.793213 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:37.806020 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:37.812113 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:37.824945 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:37.830831 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:37.843742 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:37.849710 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:37.862635 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:37.868619 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:37.881492 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:37.887397 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:37.900133 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:37.906045 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:37.918878 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:37.924767 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:37.937584 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:37.943452 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:37.956202 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:37.962098 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:37.974849 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:37.980751 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:37.993519 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:37.999460 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:38.012221 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:38.018091 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:38.031064 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:38.036933 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:38.049955 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:38.055841 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:38.068713 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:38.074752 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:38.087552 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:38.093656 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:38.106475 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:38.112419 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:38.125175 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:38.131114 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:38.143916 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:38.149820 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:38.162575 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:38.168453 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:38.181204 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:38.187134 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:38.199900 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:38.205804 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:38.218525 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:38.224419 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:38.237161 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:38.243109 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:38.255916 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:38.261960 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:38.274749 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:38.280779 run                             mass: Checking if sockets are in the filesystem
22:48:38.312546 run                osmo-ms-mob/00000: Starting mobile
22:48:38.325510 run       osmo-ms-mob/00000(pid=135): Launched
22:48:38.336178 run                             mass: MS start registered  {at=26737024.039526816, delay=0.00469733402132988, ms=00000}
22:48:42.522751 run                osmo-ms-mob/00001: Starting mobile
22:48:42.535916 run       osmo-ms-mob/00001(pid=136): Launched
22:48:42.547050 run                             mass: MS start registered  {at=26737028.250388984, delay=0.004995688796043396, ms=00001}
22:48:43.532333 run                             mass: MS performed LU  {at=26737029.235567696, lu_delay=5.196040879935026, ms=00000}
22:48:44.327861 run                osmo-ms-mob/00002: Starting mobile
22:48:44.344515 run       osmo-ms-mob/00002(pid=137): Launched
22:48:44.354843 run                             mass: MS start registered  {at=26737030.058185577, delay=0.004387564957141876, ms=00002}
22:48:45.627685 run                osmo-ms-mob/00003: Starting mobile
22:48:45.640643 run       osmo-ms-mob/00003(pid=138): Launched
22:48:45.651360 run                             mass: MS start registered  {at=26737031.354709726, delay=0.004747770726680756, ms=00003}
22:48:46.719363 run                osmo-ms-mob/00004: Starting mobile
22:48:46.735847 run       osmo-ms-mob/00004(pid=139): Launched
22:48:46.746496 run                             mass: MS start registered  {at=26737032.44984735, delay=0.004635356366634369, ms=00004}
22:48:47.298310 run                             mass: MS performed LU  {at=26737033.00155341, lu_delay=4.751164425164461, ms=00001}
22:48:47.697415 run                osmo-ms-mob/00005: Starting mobile
22:48:47.710488 run       osmo-ms-mob/00005(pid=140): Launched
22:48:47.721618 run                             mass: MS start registered  {at=26737033.424961828, delay=0.005147553980350494, ms=00005}
22:48:48.620289 run                osmo-ms-mob/00006: Starting mobile
22:48:48.636651 run       osmo-ms-mob/00006(pid=141): Launched
22:48:48.647251 run                             mass: MS start registered  {at=26737034.350602545, delay=0.00466054305434227, ms=00006}
22:48:49.200054 run                             mass: MS performed LU  {at=26737034.9032898, lu_delay=4.845104221254587, ms=00002}
22:48:49.528105 run                osmo-ms-mob/00007: Starting mobile
22:48:49.544976 run       osmo-ms-mob/00007(pid=142): Launched
22:48:49.555645 run                             mass: MS start registered  {at=26737035.258998077, delay=0.0047386325895786285, ms=00007}
22:48:50.296982 run                osmo-ms-mob/00008: Starting mobile
22:48:50.310052 run       osmo-ms-mob/00008(pid=143): Launched
22:48:50.321395 run                             mass: MS start registered  {at=26737036.024748076, delay=0.005184963345527649, ms=00008}
22:48:51.037164 run                osmo-ms-mob/00009: Starting mobile
22:48:51.053150 run       osmo-ms-mob/00009(pid=144): Launched
22:48:51.062687 run                             mass: MS performed LU  {at=26737036.766037095, lu_delay=5.4113273695111275, ms=00003}
22:48:51.068651 run                             mass: MS start registered  {at=26737036.772017032, delay=0.009409032762050629, ms=00009}
22:48:51.728276 run                osmo-ms-mob/00010: Starting mobile
22:48:51.745104 run       osmo-ms-mob/00010(pid=145): Launched
22:48:51.756175 run                             mass: MS start registered  {at=26737037.45952756, delay=0.005021091550588608, ms=00010}
22:48:52.296842 run                osmo-ms-mob/00011: Starting mobile
22:48:52.309775 run       osmo-ms-mob/00011(pid=146): Launched
22:48:52.320861 run                             mass: MS start registered  {at=26737038.024214957, delay=0.005042124539613724, ms=00011}
22:48:52.928362 run                osmo-ms-mob/00012: Starting mobile
22:48:52.945048 run       osmo-ms-mob/00012(pid=147): Launched
22:48:52.956055 run                             mass: MS start registered  {at=26737038.65940708, delay=0.00502743199467659, ms=00012}
22:48:52.964127 run                             mass: MS performed LU  {at=26737038.66748184, lu_delay=5.24252001196146, ms=00005}
22:48:52.992512 run                             mass: MS performed LU  {at=26737038.6958313, lu_delay=6.245983947068453, ms=00004}
22:48:53.527852 run                osmo-ms-mob/00013: Starting mobile
22:48:53.543625 run       osmo-ms-mob/00013(pid=148): Launched
22:48:53.554651 run                             mass: MS start registered  {at=26737039.25800323, delay=0.004949398338794708, ms=00013}
22:48:54.097158 run                osmo-ms-mob/00014: Starting mobile
22:48:54.110481 run       osmo-ms-mob/00014(pid=149): Launched
22:48:54.121642 run                             mass: MS start registered  {at=26737039.824994788, delay=0.005147755146026611, ms=00014}
22:48:54.723707 run                osmo-ms-mob/00015: Starting mobile
22:48:54.737665 run       osmo-ms-mob/00015(pid=150): Launched
22:48:54.749298 run                             mass: MS start registered  {at=26737040.452651203, delay=0.0052495189011096954, ms=00015}
22:48:54.829875 run                             mass: MS performed LU  {at=26737040.53312793, lu_delay=6.182525385171175, ms=00006}
22:48:54.894486 run                             mass: MS performed LU  {at=26737040.59774939, lu_delay=5.338751312345266, ms=00007}
22:48:55.196737 run                osmo-ms-mob/00016: Starting mobile
22:48:55.210349 run       osmo-ms-mob/00016(pid=151): Launched
22:48:55.216575 run                             mass: MS performed LU  {at=26737040.91993364, lu_delay=4.895185563713312, ms=00008}
22:48:55.222700 run                             mass: MS start registered  {at=26737040.926066592, delay=0.006150912493467331, ms=00016}
22:48:55.715351 run                osmo-ms-mob/00017: Starting mobile
22:48:55.731281 run       osmo-ms-mob/00017(pid=152): Launched
22:48:55.743128 run                             mass: MS start registered  {at=26737041.446476236, delay=0.005646776407957077, ms=00017}
22:48:56.328159 run                osmo-ms-mob/00018: Starting mobile
22:48:56.344750 run       osmo-ms-mob/00018(pid=153): Launched
22:48:56.355681 run                             mass: MS start registered  {at=26737042.059035376, delay=0.004803519695997238, ms=00018}
22:48:56.721633 run                osmo-ms-mob/00019: Starting mobile
22:48:56.735145 run       osmo-ms-mob/00019(pid=154): Launched
22:48:56.741299 run                             mass: MS performed LU  {at=26737042.4446582, lu_delay=4.98513064160943, ms=00010}
22:48:56.747140 run                             mass: MS start registered  {at=26737042.450506628, delay=0.0058663226664066315, ms=00019}
22:48:56.757234 run                             mass: MS performed LU  {at=26737042.46058854, lu_delay=5.688571508973837, ms=00009}
22:48:56.865313 run                             mass: MS performed LU  {at=26737042.568564046, lu_delay=4.54434908926487, ms=00011}
22:48:57.228735 run                osmo-ms-mob/00020: Starting mobile
22:48:57.245416 run       osmo-ms-mob/00020(pid=155): Launched
22:48:57.256721 run                             mass: MS start registered  {at=26737042.960070338, delay=0.00499286875128746, ms=00020}
22:48:57.696176 run                osmo-ms-mob/00021: Starting mobile
22:48:57.711829 run       osmo-ms-mob/00021(pid=156): Launched
22:48:57.723235 run                             mass: MS start registered  {at=26737043.426587425, delay=0.005158733576536179, ms=00021}
22:48:58.109025 run                osmo-ms-mob/00022: Starting mobile
22:48:58.122861 run       osmo-ms-mob/00022(pid=157): Launched
22:48:58.134129 run                             mass: MS start registered  {at=26737043.837479964, delay=0.004846535623073578, ms=00022}
22:48:58.618303 run                osmo-ms-mob/00023: Starting mobile
22:48:58.634372 run       osmo-ms-mob/00023(pid=158): Launched
22:48:58.640371 run                             mass: MS performed LU  {at=26737044.343730982, lu_delay=5.684323903173208, ms=00012}
22:48:58.646184 run                             mass: MS start registered  {at=26737044.34954992, delay=0.005836114287376404, ms=00023}
22:48:58.659249 run                             mass: MS performed LU  {at=26737044.362601854, lu_delay=5.104598622769117, ms=00013}
22:48:58.964843 run                             mass: MS performed LU  {at=26737044.66809209, lu_delay=4.843097303062677, ms=00014}
22:48:58.996257 run                osmo-ms-mob/00024: Starting mobile
22:48:59.010592 run       osmo-ms-mob/00024(pid=159): Launched
22:48:59.022716 run                             mass: MS start registered  {at=26737044.726066537, delay=0.005871325731277466, ms=00024}
22:48:59.510213 run                osmo-ms-mob/00025: Starting mobile
22:48:59.523960 run       osmo-ms-mob/00025(pid=160): Launched
22:48:59.535597 run                             mass: MS start registered  {at=26737045.23894563, delay=0.005676601082086563, ms=00025}
22:48:59.896835 run                osmo-ms-mob/00026: Starting mobile
22:48:59.910086 run       osmo-ms-mob/00026(pid=161): Launched
22:48:59.921235 run                             mass: MS start registered  {at=26737045.624584872, delay=0.004716586321592331, ms=00026}
22:49:00.328362 run                osmo-ms-mob/00027: Starting mobile
22:49:00.345147 run       osmo-ms-mob/00027(pid=162): Launched
22:49:00.356145 run                             mass: MS start registered  {at=26737046.059498932, delay=0.004960283637046814, ms=00027}
22:49:00.394890 run                             mass: MS performed LU  {at=26737046.09814474, lu_delay=5.172078147530556, ms=00016}
22:49:00.497285 run                             mass: MS performed LU  {at=26737046.200548593, lu_delay=5.747897390276194, ms=00015}
22:49:00.523914 run                             mass: MS performed LU  {at=26737046.22720308, lu_delay=4.780726842582226, ms=00017}
22:49:00.546842 run                osmo-ms-mob/00028: Starting mobile
22:49:00.559792 run       osmo-ms-mob/00028(pid=163): Launched
22:49:00.570747 run                             mass: MS start registered  {at=26737046.27410427, delay=0.004957161843776703, ms=00028}
22:49:01.096828 run                osmo-ms-mob/00029: Starting mobile
22:49:01.110364 run       osmo-ms-mob/00029(pid=164): Launched
22:49:01.121498 run                             mass: MS start registered  {at=26737046.824847452, delay=0.005036696791648865, ms=00029}
22:49:01.509423 run                osmo-ms-mob/00030: Starting mobile
22:49:01.523383 run       osmo-ms-mob/00030(pid=165): Launched
22:49:01.534365 run                             mass: MS start registered  {at=26737047.237717897, delay=0.004796553403139114, ms=00030}
22:49:01.908768 run                osmo-ms-mob/00031: Starting mobile
22:49:01.922650 run       osmo-ms-mob/00031(pid=166): Launched
22:49:01.933699 run                             mass: MS start registered  {at=26737047.63705232, delay=0.004979532212018967, ms=00031}
22:49:02.219314 run                osmo-ms-mob/00032: Starting mobile
22:49:02.235434 run       osmo-ms-mob/00032(pid=167): Launched
22:49:02.246267 run                             mass: MS start registered  {at=26737047.94962121, delay=0.004898153245449066, ms=00032}
22:49:02.361775 run                             mass: MS performed LU  {at=26737048.065023918, lu_delay=5.104953579604626, ms=00020}
22:49:02.426679 run                             mass: MS performed LU  {at=26737048.1299315, lu_delay=6.0708961226046085, ms=00018}
22:49:02.495459 run                             mass: MS performed LU  {at=26737048.19871134, lu_delay=4.7721239142119884, ms=00021}
22:49:02.523869 run                osmo-ms-mob/00033: Starting mobile
22:49:02.537111 run       osmo-ms-mob/00033(pid=168): Launched
22:49:02.543142 run                             mass: MS performed LU  {at=26737048.246502366, lu_delay=5.7959957383573055, ms=00019}
22:49:02.549070 run                             mass: MS start registered  {at=26737048.25243401, delay=0.005948863923549652, ms=00033}
22:49:03.017365 run                osmo-ms-mob/00034: Starting mobile
22:49:03.033624 run       osmo-ms-mob/00034(pid=169): Launched
22:49:03.044807 run                             mass: MS start registered  {at=26737048.748159647, delay=0.004839759320020676, ms=00034}
22:49:03.318064 run                osmo-ms-mob/00035: Starting mobile
22:49:03.336776 run       osmo-ms-mob/00035(pid=170): Launched
22:49:03.348592 run                             mass: MS start registered  {at=26737049.051940493, delay=0.005640733987092972, ms=00035}
22:49:03.709592 run                osmo-ms-mob/00036: Starting mobile
22:49:03.723094 run       osmo-ms-mob/00036(pid=171): Launched
22:49:03.734420 run                             mass: MS start registered  {at=26737049.4377729, delay=0.0049218423664569855, ms=00036}
22:49:04.118912 run                osmo-ms-mob/00037: Starting mobile
22:49:04.135513 run       osmo-ms-mob/00037(pid=172): Launched
22:49:04.146804 run                             mass: MS start registered  {at=26737049.850156303, delay=0.0049250200390815735, ms=00037}
22:49:04.160279 run                             mass: MS performed LU  {at=26737049.863627885, lu_delay=5.514077965170145, ms=00023}
22:49:04.263309 run                             mass: MS performed LU  {at=26737049.966560025, lu_delay=4.7276143953204155, ms=00025}
22:49:04.278012 run                osmo-ms-mob/00038: Starting mobile
22:49:04.291183 run       osmo-ms-mob/00038(pid=173): Launched
22:49:04.297353 run                             mass: MS performed LU  {at=26737050.000714753, lu_delay=5.27464821562171, ms=00024}
22:49:04.303167 run                             mass: MS start registered  {at=26737050.006533142, delay=0.005835738033056259, ms=00038}
22:49:04.434362 run                             mass: MS performed LU  {at=26737050.137610126, lu_delay=6.300130162388086, ms=00022}
22:49:04.448264 run                osmo-ms-mob/00039: Starting mobile
22:49:04.461736 run       osmo-ms-mob/00039(pid=174): Launched
22:49:04.472737 run                             mass: MS start registered  {at=26737050.17608821, delay=0.004937481135129929, ms=00039}
22:49:05.096949 run                osmo-ms-mob/00040: Starting mobile
22:49:05.110313 run       osmo-ms-mob/00040(pid=175): Launched
22:49:05.121541 run                             mass: MS start registered  {at=26737050.82487787, delay=0.0013005845248699188, ms=00040}
22:49:05.410340 run                osmo-ms-mob/00041: Starting mobile
22:49:05.424178 run       osmo-ms-mob/00041(pid=176): Launched
22:49:05.435251 run                             mass: MS start registered  {at=26737051.13860412, delay=0.005090128630399704, ms=00041}
22:49:05.697346 run                osmo-ms-mob/00042: Starting mobile
22:49:05.710304 run       osmo-ms-mob/00042(pid=177): Launched
22:49:05.721857 run                             mass: MS start registered  {at=26737051.42520239, delay=0.005491577088832855, ms=00042}
22:49:06.127018 run                osmo-ms-mob/00043: Starting mobile
22:49:06.142311 run       osmo-ms-mob/00043(pid=178): Launched
22:49:06.148390 run                             mass: MS performed LU  {at=26737051.851749677, lu_delay=6.227164804935455, ms=00026}
22:49:06.154187 run                             mass: MS start registered  {at=26737051.857554987, delay=0.005823593586683273, ms=00043}
22:49:06.191709 run                             mass: MS performed LU  {at=26737051.894978777, lu_delay=5.070131324231625, ms=00029}
22:49:06.210022 run                osmo-ms-mob/00044: Starting mobile
22:49:06.223066 run       osmo-ms-mob/00044(pid=179): Launched
22:49:06.233942 run                             mass: MS start registered  {at=26737051.93729811, delay=0.0049138739705085754, ms=00044}
22:49:06.261137 run                             mass: MS performed LU  {at=26737051.964446343, lu_delay=4.726728446781635, ms=00030}
22:49:06.298181 run                             mass: MS performed LU  {at=26737052.00145231, lu_delay=5.9419533759355545, ms=00027}
22:49:06.326790 run                osmo-ms-mob/00045: Starting mobile
22:49:06.340352 run       osmo-ms-mob/00045(pid=180): Launched
22:49:06.346382 run                             mass: MS performed LU  {at=26737052.049743444, lu_delay=5.775639172643423, ms=00028}
22:49:06.352299 run                             mass: MS start registered  {at=26737052.055665392, delay=0.0059388987720012665, ms=00045}
22:49:07.010631 run                osmo-ms-mob/00046: Starting mobile
22:49:07.024798 run       osmo-ms-mob/00046(pid=181): Launched
22:49:07.035691 run                             mass: MS start registered  {at=26737052.739044283, delay=0.004710331559181213, ms=00046}
22:49:07.311064 run                osmo-ms-mob/00047: Starting mobile
22:49:07.325062 run       osmo-ms-mob/00047(pid=182): Launched
22:49:07.336265 run                             mass: MS start registered  {at=26737053.03961794, delay=0.005088180303573608, ms=00047}
22:49:07.596454 run                osmo-ms-mob/00048: Starting mobile
22:49:07.609621 run       osmo-ms-mob/00048(pid=183): Launched
22:49:07.620704 run                             mass: MS start registered  {at=26737053.324029587, delay=0.005071990191936493, ms=00048}
22:49:07.918953 run                osmo-ms-mob/00049: Starting mobile
22:49:07.934822 run       osmo-ms-mob/00049(pid=184): Launched
22:49:07.941384 run                             mass: MS performed LU  {at=26737053.644741435, lu_delay=5.392307423055172, ms=00033}
22:49:07.947509 run                             mass: MS start registered  {at=26737053.650874466, delay=0.006152041256427765, ms=00049}
22:49:08.028853 run                             mass: MS performed LU  {at=26737053.732112434, lu_delay=4.680171940475702, ms=00035}
22:49:08.056713 run                osmo-ms-mob/00050: Starting mobile
22:49:08.069954 run       osmo-ms-mob/00050(pid=185): Launched
22:49:08.076005 run                             mass: MS performed LU  {at=26737053.77936512, lu_delay=5.0312054716050625, ms=00034}
22:49:08.081814 run                             mass: MS start registered  {at=26737053.78518054, delay=0.005832605063915253, ms=00050}
22:49:08.200800 run                             mass: MS performed LU  {at=26737053.904028337, lu_delay=5.954407125711441, ms=00032}
22:49:08.235908 run                             mass: MS performed LU  {at=26737053.93919758, lu_delay=6.3021452613174915, ms=00031}
22:49:08.263978 run                osmo-ms-mob/00051: Starting mobile
22:49:08.277076 run       osmo-ms-mob/00051(pid=186): Launched
22:49:08.288158 run                             mass: MS start registered  {at=26737053.99151153, delay=0.004958048462867737, ms=00051}
22:49:08.905321 run                osmo-ms-mob/00052: Starting mobile
22:49:08.918630 run       osmo-ms-mob/00052(pid=187): Launched
22:49:08.930554 run                             mass: MS start registered  {at=26737054.633906424, delay=0.005461502820253372, ms=00052}
22:49:09.215555 run                osmo-ms-mob/00053: Starting mobile
22:49:09.230976 run       osmo-ms-mob/00053(pid=188): Launched
22:49:09.242327 run                             mass: MS start registered  {at=26737054.945669346, delay=0.0049534328281879425, ms=00053}
22:49:09.509039 run                osmo-ms-mob/00054: Starting mobile
22:49:09.522687 run       osmo-ms-mob/00054(pid=189): Launched
22:49:09.533767 run                             mass: MS start registered  {at=26737055.23711983, delay=0.0050492435693740845, ms=00054}
22:49:09.797068 run                osmo-ms-mob/00055: Starting mobile
22:49:09.810494 run       osmo-ms-mob/00055(pid=190): Launched
22:49:09.821855 run                             mass: MS start registered  {at=26737055.525195103, delay=0.00530640035867691, ms=00055}
22:49:09.893670 run                             mass: MS performed LU  {at=26737055.596929148, lu_delay=4.772051278501749, ms=00040}
22:49:09.958175 run                             mass: MS performed LU  {at=26737055.661424804, lu_delay=6.22365190461278, ms=00036}
22:49:09.986433 run                osmo-ms-mob/00056: Starting mobile
22:49:09.999459 run       osmo-ms-mob/00056(pid=191): Launched
22:49:10.010358 run                             mass: MS start registered  {at=26737055.713712692, delay=0.004679150879383087, ms=00056}
22:49:10.026453 run                             mass: MS performed LU  {at=26737055.72978845, lu_delay=5.553700238466263, ms=00039}
22:49:10.064742 run                             mass: MS performed LU  {at=26737055.767970014, lu_delay=5.761436872184277, ms=00038}
22:49:10.087031 run                osmo-ms-mob/00057: Starting mobile
22:49:10.100571 run       osmo-ms-mob/00057(pid=192): Launched
22:49:10.112158 run                             mass: MS start registered  {at=26737055.815508008, delay=0.005228057503700256, ms=00057}
22:49:10.373024 run                             mass: MS performed LU  {at=26737056.076272745, lu_delay=4.93766862526536, ms=00041}
22:49:10.810415 run                osmo-ms-mob/00058: Starting mobile
22:49:10.824014 run       osmo-ms-mob/00058(pid=193): Launched
22:49:10.835617 run                             mass: MS start registered  {at=26737056.53896425, delay=0.005543027073144913, ms=00058}
22:49:11.107252 run                osmo-ms-mob/00059: Starting mobile
22:49:11.121162 run       osmo-ms-mob/00059(pid=194): Launched
22:49:11.132478 run                             mass: MS start registered  {at=26737056.83583187, delay=0.005235578864812851, ms=00059}
22:49:11.410331 run                osmo-ms-mob/00060: Starting mobile
22:49:11.424502 run       osmo-ms-mob/00060(pid=195): Launched
22:49:11.436001 run                             mass: MS start registered  {at=26737057.13934753, delay=0.005235683172941208, ms=00060}
22:49:11.693076 run                             mass: MS performed LU  {at=26737057.396329004, lu_delay=5.538774017244577, ms=00043}
22:49:11.722482 run                osmo-ms-mob/00061: Starting mobile
22:49:11.736101 run       osmo-ms-mob/00061(pid=196): Launched
22:49:11.742211 run                             mass: MS performed LU  {at=26737057.445569735, lu_delay=5.3899043425917625, ms=00045}
22:49:11.748356 run                             mass: MS start registered  {at=26737057.45172022, delay=0.006168723106384277, ms=00061}
22:49:11.822528 run                             mass: MS performed LU  {at=26737057.525789656, lu_delay=6.1005872674286366, ms=00042}
22:49:11.849356 run                osmo-ms-mob/00062: Starting mobile
22:49:11.862265 run       osmo-ms-mob/00062(pid=197): Launched
22:49:11.874600 run                             mass: MS start registered  {at=26737057.577951547, delay=0.005883753299713135, ms=00062}
22:49:12.002402 run                             mass: MS performed LU  {at=26737057.705655042, lu_delay=4.966610759496689, ms=00046}
22:49:12.038936 run                             mass: MS performed LU  {at=26737057.742206614, lu_delay=4.702588673681021, ms=00047}
22:49:12.066308 run                osmo-ms-mob/00063: Starting mobile
22:49:12.079487 run       osmo-ms-mob/00063(pid=198): Launched
22:49:12.090808 run                             mass: MS start registered  {at=26737057.794160865, delay=0.005219385027885437, ms=00063}
22:49:12.717575 run                             mass: MS performed LU  {at=26737058.42078206, lu_delay=6.483483947813511, ms=00044}
22:49:12.747822 run                osmo-ms-mob/00064: Starting mobile
22:49:12.761092 run       osmo-ms-mob/00064(pid=199): Launched
22:49:12.772674 run                             mass: MS start registered  {at=26737058.476025067, delay=0.005313478410243988, ms=00064}
22:49:12.814350 run                             mass: MS performed LU  {at=26737058.517605737, lu_delay=4.866731271147728, ms=00049}
22:49:13.078375 run                             mass: MS performed LU  {at=26737058.781631224, lu_delay=3.835961878299713, ms=00053}
22:49:13.227168 run                osmo-ms-mob/00065: Starting mobile
22:49:13.242760 run       osmo-ms-mob/00065(pid=200): Launched
22:49:13.254927 run                             mass: MS start registered  {at=26737058.958276935, delay=0.006185982376337051, ms=00065}
22:49:13.510561 run                osmo-ms-mob/00066: Starting mobile
22:49:13.524840 run       osmo-ms-mob/00066(pid=201): Launched
22:49:13.536804 run                             mass: MS start registered  {at=26737059.24014458, delay=0.006018470972776413, ms=00066}
22:49:13.557170 run                             mass: MS performed LU  {at=26737059.260463215, lu_delay=5.2689516842365265, ms=00051}
22:49:13.594926 run                             mass: MS performed LU  {at=26737059.298144337, lu_delay=5.5129637978971004, ms=00050}
22:49:13.668186 run                             mass: MS performed LU  {at=26737059.37144708, lu_delay=6.047417491674423, ms=00048}
22:49:13.695164 run                osmo-ms-mob/00067: Starting mobile
22:49:13.708434 run       osmo-ms-mob/00067(pid=202): Launched
22:49:13.719736 run                             mass: MS start registered  {at=26737059.423089545, delay=0.005007896572351456, ms=00067}
22:49:14.239312 run                osmo-ms-mob/00068: Starting mobile
22:49:14.257365 run       osmo-ms-mob/00068(pid=203): Launched
22:49:14.269764 run                             mass: MS start registered  {at=26737059.973110218, delay=0.006267484277486801, ms=00068}
22:49:14.610897 run                osmo-ms-mob/00069: Starting mobile
22:49:14.624769 run       osmo-ms-mob/00069(pid=204): Launched
22:49:14.635998 run                             mass: MS start registered  {at=26737060.339350663, delay=0.005094509571790695, ms=00069}
22:49:14.645299 run                             mass: MS performed LU  {at=26737060.348648608, lu_delay=5.714742183685303, ms=00052}
22:49:14.735764 run                             mass: MS performed LU  {at=26737060.439021952, lu_delay=4.725309260189533, ms=00056}
22:49:15.048347 run                osmo-ms-mob/00070: Starting mobile
22:49:15.066761 run       osmo-ms-mob/00070(pid=205): Launched
22:49:15.078261 run                             mass: MS start registered  {at=26737060.781613205, delay=0.00514288991689682, ms=00070}
22:49:15.396877 run                osmo-ms-mob/00071: Starting mobile
22:49:15.409824 run       osmo-ms-mob/00071(pid=206): Launched
22:49:15.421394 run                             mass: MS start registered  {at=26737061.12474351, delay=0.005258001387119293, ms=00071}
22:49:15.458069 run                             mass: MS performed LU  {at=26737061.161318082, lu_delay=5.924198251217604, ms=00054}
22:49:15.496973 run                             mass: MS performed LU  {at=26737061.200243976, lu_delay=5.675048872828484, ms=00055}
22:49:15.532670 run                             mass: MS performed LU  {at=26737061.235927157, lu_delay=4.696962907910347, ms=00058}
22:49:15.578781 run                osmo-ms-mob/00072: Starting mobile
22:49:15.593614 run       osmo-ms-mob/00072(pid=207): Launched
22:49:15.604764 run                             mass: MS start registered  {at=26737061.30811626, delay=0.004954777657985687, ms=00072}
22:49:15.777606 run                             mass: MS performed LU  {at=26737061.48080961, lu_delay=4.644977740943432, ms=00059}
22:49:15.803682 run                             mass: MS performed LU  {at=26737061.50702527, lu_delay=5.691517263650894, ms=00057}
22:49:16.236486 run                osmo-ms-mob/00073: Starting mobile
22:49:16.252544 run       osmo-ms-mob/00073(pid=208): Launched
22:49:16.264450 run                             mass: MS start registered  {at=26737061.967801493, delay=0.005388293415307999, ms=00073}
22:49:16.609817 run                osmo-ms-mob/00074: Starting mobile
22:49:16.624175 run       osmo-ms-mob/00074(pid=209): Launched
22:49:16.630474 run                             mass: MS performed LU  {at=26737062.33383187, lu_delay=4.755880322307348, ms=00062}
22:49:16.636648 run                             mass: MS start registered  {at=26737062.34001239, delay=0.006199125200510025, ms=00074}
22:49:17.009769 run                osmo-ms-mob/00075: Starting mobile
22:49:17.023582 run       osmo-ms-mob/00075(pid=210): Launched
22:49:17.034573 run                             mass: MS start registered  {at=26737062.73792585, delay=0.005011029541492462, ms=00075}
22:49:17.323279 run                             mass: MS performed LU  {at=26737063.02653007, lu_delay=4.550505001097918, ms=00064}
22:49:17.360144 run                             mass: MS performed LU  {at=26737063.063430257, lu_delay=5.2692693918943405, ms=00063}
22:49:17.403302 run                osmo-ms-mob/00076: Starting mobile
22:49:17.418544 run       osmo-ms-mob/00076(pid=211): Launched
22:49:17.424613 run                             mass: MS performed LU  {at=26737063.1279726, lu_delay=5.676252380013466, ms=00061}
22:49:17.430437 run                             mass: MS start registered  {at=26737063.13380295, delay=0.00584898516535759, ms=00076}
22:49:17.669198 run                             mass: MS performed LU  {at=26737063.372447908, lu_delay=6.23310037702322, ms=00060}
22:49:17.928797 run                osmo-ms-mob/00077: Starting mobile
22:49:17.946577 run       osmo-ms-mob/00077(pid=212): Launched
22:49:17.957895 run                             mass: MS start registered  {at=26737063.66124379, delay=0.005079321563243866, ms=00077}
22:49:18.409624 run                osmo-ms-mob/00078: Starting mobile
22:49:18.423766 run       osmo-ms-mob/00078(pid=213): Launched
22:49:18.435912 run                             mass: MS start registered  {at=26737064.139255844, delay=0.005752328783273697, ms=00078}
22:49:18.821260 run                osmo-ms-mob/00079: Starting mobile
22:49:18.838289 run       osmo-ms-mob/00079(pid=214): Launched
22:49:18.849605 run                             mass: MS start registered  {at=26737064.552955087, delay=0.00519157201051712, ms=00079}
22:49:19.335955 run                osmo-ms-mob/00080: Starting mobile
22:49:19.352151 run       osmo-ms-mob/00080(pid=215): Launched
22:49:19.358426 run                             mass: MS performed LU  {at=26737065.06178351, lu_delay=5.63869396597147, ms=00067}
22:49:19.364391 run                             mass: MS performed LU  {at=26737065.067756522, lu_delay=6.109479587525129, ms=00065}
22:49:19.370083 run                             mass: MS performed LU  {at=26737065.073450368, lu_delay=5.833305787295103, ms=00066}
22:49:19.375755 run                             mass: MS start registered  {at=26737065.079122595, delay=0.017359290271997452, ms=00080}
22:49:19.459662 run                             mass: MS performed LU  {at=26737065.162915576, lu_delay=4.823564913123846, ms=00069}
22:49:19.488455 run                osmo-ms-mob/00081: Starting mobile
22:49:19.501711 run       osmo-ms-mob/00081(pid=216): Launched
22:49:19.507669 run                             mass: MS performed LU  {at=26737065.211029146, lu_delay=5.237918928265572, ms=00068}
22:49:19.513655 run                             mass: MS start registered  {at=26737065.217014275, delay=0.006004199385643005, ms=00081}
22:49:20.208565 run                osmo-ms-mob/00082: Starting mobile
22:49:20.222611 run       osmo-ms-mob/00082(pid=217): Launched
22:49:20.233801 run                             mass: MS start registered  {at=26737065.937154084, delay=0.005148299038410187, ms=00082}
22:49:20.825107 run                osmo-ms-mob/00083: Starting mobile
22:49:20.840391 run       osmo-ms-mob/00083(pid=218): Launched
22:49:20.851709 run                             mass: MS start registered  {at=26737066.555059753, delay=0.005088873207569122, ms=00083}
22:49:21.126439 run                             mass: MS performed LU  {at=26737066.829678603, lu_delay=5.5215623416006565, ms=00072}
22:49:21.255552 run                             mass: MS performed LU  {at=26737066.958802994, lu_delay=6.177189789712429, ms=00070}
22:49:21.311627 run                osmo-ms-mob/00084: Starting mobile
22:49:21.327018 run       osmo-ms-mob/00084(pid=219): Launched
22:49:21.339039 run                             mass: MS start registered  {at=26737067.042382196, delay=0.0057170577347278595, ms=00084}
22:49:21.399627 run                             mass: MS performed LU  {at=26737067.10287404, lu_delay=4.762861650437117, ms=00074}
22:49:21.420170 run                             mass: MS performed LU  {at=26737067.123530757, lu_delay=5.15572926402092, ms=00073}
22:49:21.811117 run                osmo-ms-mob/00085: Starting mobile
22:49:21.824857 run       osmo-ms-mob/00085(pid=220): Launched
22:49:21.836555 run                             mass: MS start registered  {at=26737067.53990609, delay=0.005490589886903763, ms=00085}
22:49:22.406032 run                osmo-ms-mob/00086: Starting mobile
22:49:22.420971 run       osmo-ms-mob/00086(pid=221): Launched
22:49:22.432545 run                             mass: MS start registered  {at=26737068.13589631, delay=0.005617406219244003, ms=00086}
22:49:23.028714 run                osmo-ms-mob/00087: Starting mobile
22:49:23.045539 run       osmo-ms-mob/00087(pid=222): Launched
22:49:23.056864 run                             mass: MS start registered  {at=26737068.76021612, delay=0.005184240639209747, ms=00087}
22:49:23.072362 run                             mass: MS performed LU  {at=26737068.77571129, lu_delay=4.636455446481705, ms=00078}
22:49:23.091212 run                             mass: MS performed LU  {at=26737068.79455253, lu_delay=5.133308742195368, ms=00077}
22:49:23.120006 run                             mass: MS performed LU  {at=26737068.823291555, lu_delay=5.6894886046648026, ms=00076}
22:49:23.226191 run                             mass: MS performed LU  {at=26737068.929439843, lu_delay=6.191513992846012, ms=00075}
22:49:23.630100 run                osmo-ms-mob/00088: Starting mobile
22:49:23.646991 run       osmo-ms-mob/00088(pid=223): Launched
22:49:23.658213 run                             mass: MS start registered  {at=26737069.361562934, delay=0.005115300416946411, ms=00088}
22:49:24.192322 run                osmo-ms-mob/00089: Starting mobile
22:49:24.205981 run       osmo-ms-mob/00089(pid=224): Launched
22:49:24.217344 run                             mass: MS start registered  {at=26737069.920696955, delay=0.005227845162153244, ms=00089}
22:49:24.836347 run                osmo-ms-mob/00090: Starting mobile
22:49:24.852647 run       osmo-ms-mob/00090(pid=225): Launched
22:49:24.863989 run                             mass: MS start registered  {at=26737070.56732887, delay=0.005275733768939972, ms=00090}
22:49:24.891119 run                             mass: MS performed LU  {at=26737070.59444056, lu_delay=5.3774262852966785, ms=00081}
22:49:24.909811 run                             mass: MS performed LU  {at=26737070.61306577, lu_delay=5.533943176269531, ms=00080}
22:49:25.021316 run                             mass: MS performed LU  {at=26737070.72453534, lu_delay=6.171580251306295, ms=00079}
22:49:25.165512 run                             mass: MS performed LU  {at=26737070.868762545, lu_delay=4.931608460843563, ms=00082}
22:49:25.529644 run                osmo-ms-mob/00091: Starting mobile
22:49:25.547037 run       osmo-ms-mob/00091(pid=226): Launched
22:49:25.558187 run                             mass: MS start registered  {at=26737071.2615398, delay=0.0051597245037555695, ms=00091}
22:49:26.196484 run                osmo-ms-mob/00092: Starting mobile
22:49:26.209946 run       osmo-ms-mob/00092(pid=227): Launched
22:49:26.221234 run                             mass: MS start registered  {at=26737071.924587227, delay=0.0052442364394664764, ms=00092}
22:49:26.839759 run                             mass: MS performed LU  {at=26737072.542807408, lu_delay=5.9877476543188095, ms=00083}
22:49:26.857720 run                             mass: MS performed LU  {at=26737072.560978666, lu_delay=5.5185964703559875, ms=00084}
22:49:26.899511 run                osmo-ms-mob/00093: Starting mobile
22:49:26.914361 run       osmo-ms-mob/00093(pid=228): Launched
22:49:26.920480 run                             mass: MS performed LU  {at=26737072.623841662, lu_delay=5.08393557369709, ms=00085}
22:49:26.926369 run                             mass: MS start registered  {at=26737072.629735284, delay=0.005910523235797882, ms=00093}
22:49:27.227189 run                             mass: MS performed LU  {at=26737072.93043855, lu_delay=23.080282244831324, ms=00037}
22:49:27.300956 run                             mass: MS performed LU  {at=26737073.004220355, lu_delay=4.8683240450918674, ms=00086}
22:49:27.896764 run                osmo-ms-mob/00094: Starting mobile
22:49:27.909733 run       osmo-ms-mob/00094(pid=229): Launched
22:49:27.922616 run                             mass: MS start registered  {at=26737073.62594718, delay=0.00658048689365387, ms=00094}
22:49:28.620687 run                             mass: MS performed LU  {at=26737074.323905353, lu_delay=4.962342418730259, ms=00088}
22:49:28.787028 run                             mass: MS performed LU  {at=26737074.490278315, lu_delay=5.730062194168568, ms=00087}
22:49:28.830205 run                osmo-ms-mob/00095: Starting mobile
22:49:28.845799 run       osmo-ms-mob/00095(pid=230): Launched
22:49:28.857190 run                             mass: MS start registered  {at=26737074.560541246, delay=0.0053415447473526, ms=00095}
22:49:29.128734 run                             mass: MS performed LU  {at=26737074.831954613, lu_delay=4.911257658153772, ms=00089}
22:49:29.797129 run                osmo-ms-mob/00096: Starting mobile
22:49:29.810393 run       osmo-ms-mob/00096(pid=231): Launched
22:49:29.821664 run                             mass: MS start registered  {at=26737075.525016062, delay=0.005227576941251755, ms=00096}
22:49:30.604977 run                             mass: MS performed LU  {at=26737076.308206983, lu_delay=5.0466671846807, ms=00091}
22:49:30.629191 run                             mass: MS performed LU  {at=26737076.332552295, lu_delay=5.765223424881697, ms=00090}
22:49:30.928616 run                osmo-ms-mob/00097: Starting mobile
22:49:30.945537 run       osmo-ms-mob/00097(pid=232): Launched
22:49:30.956614 run                             mass: MS start registered  {at=26737076.659963913, delay=0.00500347837805748, ms=00097}
22:49:32.235876 run                osmo-ms-mob/00098: Starting mobile
22:49:32.251783 run       osmo-ms-mob/00098(pid=233): Launched
22:49:32.262880 run                             mass: MS start registered  {at=26737077.96623427, delay=0.005191516131162643, ms=00098}
22:49:32.534295 run                             mass: MS performed LU  {at=26737078.237544674, lu_delay=5.607809390872717, ms=00093}
22:49:32.552840 run                             mass: MS performed LU  {at=26737078.256121032, lu_delay=6.331533804535866, ms=00092}
22:49:32.621604 run                             mass: MS performed LU  {at=26737078.324859157, lu_delay=4.698911976069212, ms=00094}
22:49:34.019328 run                osmo-ms-mob/00099: Starting mobile
22:49:34.035622 run       osmo-ms-mob/00099(pid=234): Launched
22:49:34.041666 run                             mass: All started... {duration=55.755278304219246, too_slow=0}
22:49:34.048459 run                             mass: MS start registered  {at=26737079.751810327, delay=0.0067778080701828, ms=00099}
22:49:34.371098 run                             mass: MS performed LU  {at=26737080.074348237, lu_delay=5.513806991279125, ms=00095}
22:49:34.625192 run                             mass: MS performed LU  {at=26737080.328438256, lu_delay=4.8034221939742565, ms=00096}
22:49:36.300784 run                             mass: MS performed LU  {at=26737082.003974307, lu_delay=5.344010394066572, ms=00097}
22:49:38.137173 run                             mass: MS performed LU  {at=26737083.840400826, lu_delay=5.874166555702686, ms=00098}
22:49:38.155268 run                             mass: MS performed LU  {at=26737083.85854348, lu_delay=22.73379997164011, ms=00071}
22:49:40.066907 run                             mass: MS performed LU  {at=26737085.770157747, lu_delay=6.018347419798374, ms=00099}
22:49:40.077405 run                             mass: Tests done {all_completed=True, max=23.080282244831324, min=3.835961878299713}
22:49:40.082779 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:40.088075 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:40.091279 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:40.094491 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:40.097719 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:40.100961 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:40.104239 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:40.107528 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:40.110823 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:40.114083 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:40.117354 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:40.120598 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:40.123884 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:40.127282 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:40.130680 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:40.134093 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:40.137515 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:40.140920 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:40.144344 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:40.148320 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:40.151833 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:40.155553 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:40.159473 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:40.163358 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:40.167043 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:40.170635 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:40.174393 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:40.177733 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:40.181348 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:40.184709 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:40.188097 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:40.191475 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:40.194868 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:40.198293 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:40.201687 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:40.205090 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:40.208609 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:40.212045 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:40.215344 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:40.218698 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:40.222048 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:40.225395 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:40.229329 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:40.232739 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:40.236101 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:40.239408 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:40.242812 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:40.246107 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:40.249731 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:40.253673 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:40.256967 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:40.260330 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:40.263639 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:40.266988 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:40.270345 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:40.273753 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:40.277048 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:40.280391 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:40.283713 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:40.287091 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:40.290429 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:40.293701 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:40.297071 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:40.300998 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:40.304361 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:40.307649 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:40.311007 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:40.314306 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:40.317674 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:40.320961 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:40.324305 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:40.327599 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:40.330978 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:40.334321 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:40.337677 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:40.341084 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:40.344416 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:40.347739 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:40.351020 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:40.354893 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:40.358228 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:40.361548 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:40.364930 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:40.368287 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:40.371588 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:40.374949 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:40.378294 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:40.381659 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:40.385042 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:40.388385 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:40.391710 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:40.395035 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:40.398414 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:40.401997 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:40.405499 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:40.409418 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:40.412768 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:40.416150 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:40.419558 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:40.422899 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:40.426496 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:40.430486 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:40.433915 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:40.437193 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:40.440589 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:40.444020 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:40.447409 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:40.450820 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:40.454237 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:40.457634 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:40.461058 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:40.464447 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:40.467787 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:40.471188 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:40.474479 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:40.477922 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:40.481215 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:40.484454 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:40.487709 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:40.490956 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:40.494203 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:40.497447 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:40.500683 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:40.503921 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:40.507164 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:40.510433 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:40.513677 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:40.516917 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:40.520147 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:40.523386 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:40.526621 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:40.529863 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:40.533106 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:40.536335 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:40.539577 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:40.542898 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:40.546143 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:40.549374 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:40.552616 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:40.555862 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:40.559111 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:40.562349 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:40.565596 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:40.568839 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:40.572058 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:40.575295 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:40.578537 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:40.581785 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:40.585018 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:40.588251 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:40.591497 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:40.594736 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:40.597983 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:40.601223 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:40.604443 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:40.607676 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:40.610910 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:40.614143 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:40.617365 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:40.620597 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:40.623823 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:40.627065 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:40.630309 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:40.633562 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:40.636803 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:40.640049 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:40.643278 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:40.646537 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:40.649771 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:40.652999 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:40.656225 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:40.659465 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:40.662704 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:40.665956 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:40.669189 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:40.672427 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:40.675686 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:40.678930 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:40.682171 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:40.685429 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:40.688675 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:40.691910 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:40.695143 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:40.698385 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:40.701629 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:40.704880 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:40.708120 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:40.711360 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:40.714596 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:40.717837 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:40.721072 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:40.724304 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:40.727553 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:40.730825 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:40.734078 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:40.737332 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:40.740557 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:40.743807 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:40.747043 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:40.750284 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:40.753532 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:40.756768 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:40.760005 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:40.763250 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:40.766499 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:40.769730 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:40.772972 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:40.776200 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:40.779445 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:40.782700 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:40.785947 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:40.789187 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:40.792428 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:40.795668 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:40.798911 ---      ParallelTerminationStrategy: PID 22 died...
22:49:40.800377 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:40.803991 ---      ParallelTerminationStrategy: PID 23 died...
22:49:40.805446 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:40.809034 ---      ParallelTerminationStrategy: PID 24 died...
22:49:40.810485 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:40.814084 ---      ParallelTerminationStrategy: PID 25 died...
22:49:40.815554 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:40.819165 ---      ParallelTerminationStrategy: PID 26 died...
22:49:40.820634 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:40.824276 ---      ParallelTerminationStrategy: PID 27 died...
22:49:40.825748 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:40.829373 ---      ParallelTerminationStrategy: PID 28 died...
22:49:40.830834 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:40.834479 ---      ParallelTerminationStrategy: PID 29 died...
22:49:40.835950 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:40.839617 ---      ParallelTerminationStrategy: PID 30 died...
22:49:40.841093 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:40.844716 ---      ParallelTerminationStrategy: PID 31 died...
22:49:40.846189 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:40.849844 ---      ParallelTerminationStrategy: PID 32 died...
22:49:40.851317 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:40.854958 ---      ParallelTerminationStrategy: PID 33 died...
22:49:40.856446 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:40.860083 ---      ParallelTerminationStrategy: PID 35 died...
22:49:40.861589 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:40.865234 ---      ParallelTerminationStrategy: PID 36 died...
22:49:40.866709 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:40.870359 ---      ParallelTerminationStrategy: PID 37 died...
22:49:40.871834 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:40.875482 ---      ParallelTerminationStrategy: PID 38 died...
22:49:40.876969 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:40.880597 ---      ParallelTerminationStrategy: PID 39 died...
22:49:40.882071 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:40.885715 ---      ParallelTerminationStrategy: PID 40 died...
22:49:40.887200 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:40.890831 ---      ParallelTerminationStrategy: PID 41 died...
22:49:40.892297 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:40.895927 ---      ParallelTerminationStrategy: PID 42 died...
22:49:40.897402 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:40.901045 ---      ParallelTerminationStrategy: PID 43 died...
22:49:40.902507 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:40.906111 ---      ParallelTerminationStrategy: PID 44 died...
22:49:40.907572 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:40.911184 ---      ParallelTerminationStrategy: PID 45 died...
22:49:40.912646 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:40.916254 ---      ParallelTerminationStrategy: PID 46 died...
22:49:40.917748 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:40.921371 ---      ParallelTerminationStrategy: PID 47 died...
22:49:40.922834 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:40.926439 ---      ParallelTerminationStrategy: PID 48 died...
22:49:40.927898 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:40.931523 ---      ParallelTerminationStrategy: PID 49 died...
22:49:40.932996 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:40.936580 ---      ParallelTerminationStrategy: PID 50 died...
22:49:40.938067 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:40.941686 ---      ParallelTerminationStrategy: PID 51 died...
22:49:40.943157 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:40.946785 ---      ParallelTerminationStrategy: PID 52 died...
22:49:40.948243 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:40.951854 ---      ParallelTerminationStrategy: PID 53 died...
22:49:40.953320 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:40.956921 ---      ParallelTerminationStrategy: PID 54 died...
22:49:40.958379 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:40.961994 ---      ParallelTerminationStrategy: PID 55 died...
22:49:40.963455 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:40.967065 ---      ParallelTerminationStrategy: PID 56 died...
22:49:40.968520 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:40.972155 ---      ParallelTerminationStrategy: PID 57 died...
22:49:40.973621 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:40.977235 ---      ParallelTerminationStrategy: PID 58 died...
22:49:40.978706 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:40.982315 ---      ParallelTerminationStrategy: PID 59 died...
22:49:40.983789 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:40.987405 ---      ParallelTerminationStrategy: PID 60 died...
22:49:40.988857 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:40.992473 ---      ParallelTerminationStrategy: PID 61 died...
22:49:40.993935 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:40.997553 ---      ParallelTerminationStrategy: PID 62 died...
22:49:40.999021 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:41.002637 ---      ParallelTerminationStrategy: PID 63 died...
22:49:41.004096 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:41.007706 ---      ParallelTerminationStrategy: PID 64 died...
22:49:41.009177 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:41.012788 ---      ParallelTerminationStrategy: PID 65 died...
22:49:41.014275 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:41.017985 ---      ParallelTerminationStrategy: PID 66 died...
22:49:41.019478 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:41.023295 ---      ParallelTerminationStrategy: PID 67 died...
22:49:41.024852 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:41.028680 ---      ParallelTerminationStrategy: PID 68 died...
22:49:41.030239 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:41.034077 ---      ParallelTerminationStrategy: PID 69 died...
22:49:41.035610 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:41.039436 ---      ParallelTerminationStrategy: PID 70 died...
22:49:41.040982 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:41.044773 ---      ParallelTerminationStrategy: PID 71 died...
22:49:41.046325 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:41.050137 ---      ParallelTerminationStrategy: PID 72 died...
22:49:41.051682 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:41.055516 ---      ParallelTerminationStrategy: PID 73 died...
22:49:41.057073 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:41.060876 ---      ParallelTerminationStrategy: PID 74 died...
22:49:41.062414 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:41.066276 ---      ParallelTerminationStrategy: PID 75 died...
22:49:41.067825 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:41.071650 ---      ParallelTerminationStrategy: PID 76 died...
22:49:41.073190 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:41.077033 ---      ParallelTerminationStrategy: PID 77 died...
22:49:41.078572 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:41.082447 ---      ParallelTerminationStrategy: PID 78 died...
22:49:41.083997 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:41.087809 ---      ParallelTerminationStrategy: PID 79 died...
22:49:41.089350 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:41.093208 ---      ParallelTerminationStrategy: PID 80 died...
22:49:41.094743 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:41.098563 ---      ParallelTerminationStrategy: PID 81 died...
22:49:41.100103 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:41.103762 ---      ParallelTerminationStrategy: PID 82 died...
22:49:41.105236 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:41.108861 ---      ParallelTerminationStrategy: PID 83 died...
22:49:41.110293 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:41.113836 ---      ParallelTerminationStrategy: PID 84 died...
22:49:41.115260 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:41.118827 ---      ParallelTerminationStrategy: PID 85 died...
22:49:41.120250 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:41.123794 ---      ParallelTerminationStrategy: PID 86 died...
22:49:41.125251 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:41.128775 ---      ParallelTerminationStrategy: PID 87 died...
22:49:41.130208 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:41.133754 ---      ParallelTerminationStrategy: PID 88 died...
22:49:41.135189 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:41.138737 ---      ParallelTerminationStrategy: PID 89 died...
22:49:41.140186 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:41.143734 ---      ParallelTerminationStrategy: PID 90 died...
22:49:41.145168 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:41.148711 ---      ParallelTerminationStrategy: PID 91 died...
22:49:41.150148 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:41.153678 ---      ParallelTerminationStrategy: PID 92 died...
22:49:41.155104 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:41.158653 ---      ParallelTerminationStrategy: PID 93 died...
22:49:41.160080 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:41.163616 ---      ParallelTerminationStrategy: PID 94 died...
22:49:41.165060 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:41.168583 ---      ParallelTerminationStrategy: PID 95 died...
22:49:41.170018 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:41.173545 ---      ParallelTerminationStrategy: PID 96 died...
22:49:41.174975 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:41.178522 ---      ParallelTerminationStrategy: PID 97 died...
22:49:41.179958 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:41.183497 ---      ParallelTerminationStrategy: PID 98 died...
22:49:41.184940 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:41.188480 ---      ParallelTerminationStrategy: PID 99 died...
22:49:41.189919 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:41.193470 ---      ParallelTerminationStrategy: PID 100 died...
22:49:41.194903 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:41.198453 ---      ParallelTerminationStrategy: PID 101 died...
22:49:41.199891 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:41.203446 ---      ParallelTerminationStrategy: PID 102 died...
22:49:41.204903 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:41.208446 ---      ParallelTerminationStrategy: PID 103 died...
22:49:41.209896 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:41.213462 ---      ParallelTerminationStrategy: PID 104 died...
22:49:41.214902 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:41.218452 ---      ParallelTerminationStrategy: PID 105 died...
22:49:41.219898 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:41.223456 ---      ParallelTerminationStrategy: PID 106 died...
22:49:41.224902 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:41.228444 ---      ParallelTerminationStrategy: PID 107 died...
22:49:41.229899 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:41.233504 ---      ParallelTerminationStrategy: PID 108 died...
22:49:41.234958 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:41.238574 ---      ParallelTerminationStrategy: PID 109 died...
22:49:41.240030 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:41.243648 ---      ParallelTerminationStrategy: PID 110 died...
22:49:41.245128 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:41.248731 ---      ParallelTerminationStrategy: PID 111 died...
22:49:41.250191 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:41.253819 ---      ParallelTerminationStrategy: PID 112 died...
22:49:41.255285 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:41.258892 ---      ParallelTerminationStrategy: PID 113 died...
22:49:41.260340 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:41.263971 ---      ParallelTerminationStrategy: PID 114 died...
22:49:41.265442 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:41.269044 ---      ParallelTerminationStrategy: PID 115 died...
22:49:41.270525 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:41.274135 ---      ParallelTerminationStrategy: PID 116 died...
22:49:41.275600 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:41.279214 ---      ParallelTerminationStrategy: PID 117 died...
22:49:41.280698 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:41.284299 ---      ParallelTerminationStrategy: PID 118 died...
22:49:41.285773 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:41.289407 ---      ParallelTerminationStrategy: PID 119 died...
22:49:41.290879 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:41.294495 ---      ParallelTerminationStrategy: PID 120 died...
22:49:41.295953 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:41.299580 ---      ParallelTerminationStrategy: PID 121 died...
22:49:41.301036 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:41.304645 ---      ParallelTerminationStrategy: PID 122 died...
22:49:41.306100 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:41.309712 ---      ParallelTerminationStrategy: PID 123 died...
22:49:41.311180 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:41.314839 ---      ParallelTerminationStrategy: PID 124 died...
22:49:41.316308 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:41.319940 ---      ParallelTerminationStrategy: PID 125 died...
22:49:41.321412 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:41.325030 ---      ParallelTerminationStrategy: PID 126 died...
22:49:41.326484 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:41.330106 ---      ParallelTerminationStrategy: PID 127 died...
22:49:41.331576 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:41.335208 ---      ParallelTerminationStrategy: PID 128 died...
22:49:41.336669 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:41.340288 ---      ParallelTerminationStrategy: PID 129 died...
22:49:41.341754 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:41.345383 ---      ParallelTerminationStrategy: PID 130 died...
22:49:41.346842 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:41.350444 ---      ParallelTerminationStrategy: PID 131 died...
22:49:41.351904 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:41.355503 ---      ParallelTerminationStrategy: PID 132 died...
22:49:41.356964 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:41.360571 ---      ParallelTerminationStrategy: PID 133 died...
22:49:41.362060 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:41.365677 ---      ParallelTerminationStrategy: PID 134 died...
22:49:41.367145 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:41.370777 ---      ParallelTerminationStrategy: PID 135 died...
22:49:41.372243 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:41.375905 ---      ParallelTerminationStrategy: PID 136 died...
22:49:41.377386 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:41.380995 ---      ParallelTerminationStrategy: PID 137 died...
22:49:41.382453 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:41.386065 ---      ParallelTerminationStrategy: PID 138 died...
22:49:41.387522 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:41.391149 ---      ParallelTerminationStrategy: PID 139 died...
22:49:41.392597 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:41.396234 ---      ParallelTerminationStrategy: PID 140 died...
22:49:41.397697 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:41.401292 ---      ParallelTerminationStrategy: PID 141 died...
22:49:41.402741 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:41.406347 ---      ParallelTerminationStrategy: PID 142 died...
22:49:41.407800 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:41.411425 ---      ParallelTerminationStrategy: PID 143 died...
22:49:41.412872 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:41.416472 ---      ParallelTerminationStrategy: PID 144 died...
22:49:41.417927 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:41.421521 ---      ParallelTerminationStrategy: PID 145 died...
22:49:41.422960 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:41.426573 ---      ParallelTerminationStrategy: PID 146 died...
22:49:41.428027 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:41.431638 ---      ParallelTerminationStrategy: PID 147 died...
22:49:41.433099 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:41.436700 ---      ParallelTerminationStrategy: PID 148 died...
22:49:41.438155 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:41.441771 ---      ParallelTerminationStrategy: PID 149 died...
22:49:41.443222 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:41.446824 ---      ParallelTerminationStrategy: PID 150 died...
22:49:41.448269 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:41.451882 ---      ParallelTerminationStrategy: PID 151 died...
22:49:41.453336 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:41.456960 ---      ParallelTerminationStrategy: PID 152 died...
22:49:41.458408 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:41.462013 ---      ParallelTerminationStrategy: PID 153 died...
22:49:41.463459 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:41.467088 ---      ParallelTerminationStrategy: PID 154 died...
22:49:41.468539 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:41.472133 ---      ParallelTerminationStrategy: PID 155 died...
22:49:41.473613 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:41.477221 ---      ParallelTerminationStrategy: PID 156 died...
22:49:41.478673 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:41.482314 ---      ParallelTerminationStrategy: PID 157 died...
22:49:41.483776 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:41.487377 ---      ParallelTerminationStrategy: PID 158 died...
22:49:41.488824 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:41.492429 ---      ParallelTerminationStrategy: PID 159 died...
22:49:41.493879 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:41.497481 ---      ParallelTerminationStrategy: PID 160 died...
22:49:41.498931 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:41.502544 ---      ParallelTerminationStrategy: PID 161 died...
22:49:41.504007 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:41.507614 ---      ParallelTerminationStrategy: PID 162 died...
22:49:41.509073 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:41.512670 ---      ParallelTerminationStrategy: PID 163 died...
22:49:41.514119 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:41.517723 ---      ParallelTerminationStrategy: PID 164 died...
22:49:41.519186 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:41.522795 ---      ParallelTerminationStrategy: PID 165 died...
22:49:41.524247 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:41.527868 ---      ParallelTerminationStrategy: PID 166 died...
22:49:41.529334 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:41.532948 ---      ParallelTerminationStrategy: PID 167 died...
22:49:41.534408 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:41.538012 ---      ParallelTerminationStrategy: PID 168 died...
22:49:41.539465 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:41.543066 ---      ParallelTerminationStrategy: PID 169 died...
22:49:41.544521 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:41.548150 ---      ParallelTerminationStrategy: PID 170 died...
22:49:41.549605 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:41.553230 ---      ParallelTerminationStrategy: PID 171 died...
22:49:41.554684 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:41.558291 ---      ParallelTerminationStrategy: PID 172 died...
22:49:41.559751 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:41.563383 ---      ParallelTerminationStrategy: PID 173 died...
22:49:41.564955 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:41.568578 ---      ParallelTerminationStrategy: PID 174 died...
22:49:41.570074 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:41.573726 ---      ParallelTerminationStrategy: PID 175 died...
22:49:41.575183 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:41.578808 ---      ParallelTerminationStrategy: PID 176 died...
22:49:41.580262 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:41.583866 ---      ParallelTerminationStrategy: PID 177 died...
22:49:41.585323 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:41.588919 ---      ParallelTerminationStrategy: PID 178 died...
22:49:41.590378 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:41.594017 ---      ParallelTerminationStrategy: PID 179 died...
22:49:41.595478 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:41.599091 ---      ParallelTerminationStrategy: PID 180 died...
22:49:41.600538 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:41.604140 ---      ParallelTerminationStrategy: PID 181 died...
22:49:41.605596 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:41.609225 ---      ParallelTerminationStrategy: PID 182 died...
22:49:41.610694 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:41.614321 ---      ParallelTerminationStrategy: PID 183 died...
22:49:41.615774 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:41.619399 ---      ParallelTerminationStrategy: PID 184 died...
22:49:41.620856 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:41.624460 ---      ParallelTerminationStrategy: PID 185 died...
22:49:41.625916 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:41.629525 ---      ParallelTerminationStrategy: PID 186 died...
22:49:41.630989 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:41.634615 ---      ParallelTerminationStrategy: PID 187 died...
22:49:41.636070 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:41.639716 ---      ParallelTerminationStrategy: PID 188 died...
22:49:41.641190 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:41.644787 ---      ParallelTerminationStrategy: PID 189 died...
22:49:41.646235 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:41.649867 ---      ParallelTerminationStrategy: PID 190 died...
22:49:41.651327 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:41.654942 ---      ParallelTerminationStrategy: PID 191 died...
22:49:41.656402 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:41.660007 ---      ParallelTerminationStrategy: PID 192 died...
22:49:41.661461 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:41.665103 ---      ParallelTerminationStrategy: PID 193 died...
22:49:41.666552 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:41.670154 ---      ParallelTerminationStrategy: PID 194 died...
22:49:41.671617 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:41.675241 ---      ParallelTerminationStrategy: PID 195 died...
22:49:41.676694 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:41.680314 ---      ParallelTerminationStrategy: PID 196 died...
22:49:41.681779 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:41.685398 ---      ParallelTerminationStrategy: PID 197 died...
22:49:41.686844 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:41.690469 ---      ParallelTerminationStrategy: PID 198 died...
22:49:41.691925 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:41.695534 ---      ParallelTerminationStrategy: PID 199 died...
22:49:41.697006 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:41.700617 ---      ParallelTerminationStrategy: PID 200 died...
22:49:41.702083 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:41.705689 ---      ParallelTerminationStrategy: PID 201 died...
22:49:41.707143 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:41.710756 ---      ParallelTerminationStrategy: PID 202 died...
22:49:41.712216 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:41.715845 ---      ParallelTerminationStrategy: PID 203 died...
22:49:41.717306 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:41.720952 ---      ParallelTerminationStrategy: PID 204 died...
22:49:41.722412 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:41.726030 ---      ParallelTerminationStrategy: PID 205 died...
22:49:41.727482 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:41.731100 ---      ParallelTerminationStrategy: PID 206 died...
22:49:41.732555 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:41.736162 ---      ParallelTerminationStrategy: PID 207 died...
22:49:41.737622 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:41.741230 ---      ParallelTerminationStrategy: PID 208 died...
22:49:41.742680 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:41.746324 ---      ParallelTerminationStrategy: PID 209 died...
22:49:41.747783 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:41.751401 ---      ParallelTerminationStrategy: PID 210 died...
22:49:41.752856 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:41.756464 ---      ParallelTerminationStrategy: PID 211 died...
22:49:41.757934 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:41.761578 ---      ParallelTerminationStrategy: PID 212 died...
22:49:41.763040 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:41.766680 ---      ParallelTerminationStrategy: PID 213 died...
22:49:41.768146 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:41.771774 ---      ParallelTerminationStrategy: PID 214 died...
22:49:41.773222 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:41.776833 ---      ParallelTerminationStrategy: PID 215 died...
22:49:41.778291 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:41.781938 ---      ParallelTerminationStrategy: PID 216 died...
22:49:41.783392 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:41.787013 ---      ParallelTerminationStrategy: PID 217 died...
22:49:41.788468 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:41.792110 ---      ParallelTerminationStrategy: PID 218 died...
22:49:41.793572 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:41.797197 ---      ParallelTerminationStrategy: PID 219 died...
22:49:41.798659 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:41.802272 ---      ParallelTerminationStrategy: PID 220 died...
22:49:41.803741 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:41.807373 ---      ParallelTerminationStrategy: PID 221 died...
22:49:41.808830 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:41.812444 ---      ParallelTerminationStrategy: PID 222 died...
22:49:41.813898 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:41.817502 ---      ParallelTerminationStrategy: PID 223 died...
22:49:41.818959 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:41.822584 ---      ParallelTerminationStrategy: PID 224 died...
22:49:41.824048 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:41.827659 ---      ParallelTerminationStrategy: PID 225 died...
22:49:41.829140 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:41.832760 ---      ParallelTerminationStrategy: PID 226 died...
22:49:41.834208 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:41.837830 ---      ParallelTerminationStrategy: PID 227 died...
22:49:41.839284 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:41.842910 ---      ParallelTerminationStrategy: PID 228 died...
22:49:41.844357 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:41.847976 ---      ParallelTerminationStrategy: PID 229 died...
22:49:41.849445 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:41.853062 ---      ParallelTerminationStrategy: PID 230 died...
22:49:41.854521 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:41.858139 ---      ParallelTerminationStrategy: PID 231 died...
22:49:41.859588 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:41.863210 ---      ParallelTerminationStrategy: PID 232 died...
22:49:41.864673 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:41.868283 ---      ParallelTerminationStrategy: PID 233 died...
22:49:41.869743 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:41.873378 ---      ParallelTerminationStrategy: PID 234 died...
22:49:41.874831 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:45.279168 ---      ParallelTerminationStrategy: PID 34 died...
22:49:45.285261 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8154 netreg_mass PASS
---------------------------------------------------------------------
22:49:45.365769 tst                       trial-8154: Storing JUnit report in /build/trial-8154/run.2025-11-18_22-48-18/trial-8154.xml

--------------------------------------------------------------------------------------------
trial-8154 PASS
--------------------------------------------------------------------------------------------
22:49:45.377329 tst                       trial-8154: trial-8154: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8154/inst
+ cd trial-8154
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-11-18 22:48:18
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8154-run.tgz run.2025-11-18_22-48-18
+ tar czf /build/trial-8154-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-11-18_13_54_53.tgz osmo-bts-oc2g.build-2025-11-18_00_51_55.tgz osmo-bts-sysmo.build-2025-11-18_00_51_45.tgz osmo-bts.build-2025-11-18_00_51_57.tgz osmo-ggsn.build-2025-11-18_20_42_44.tgz osmo-hlr.build-2025-11-18_16_36_52.tgz osmo-hnbgw.build-2025-11-18_13_31_01.tgz osmo-mgw.build-2025-11-18_08_33_14.tgz osmo-msc.build-2025-11-18_13_35_10.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-18_07_36_24.tgz osmo-pcu-sysmo.build-2025-11-18_07_36_31.tgz osmo-pcu.build-2025-11-18_07_38_34.tgz osmo-sgsn.build-2025-11-18_20_49_41.tgz osmo-stp.build-2025-11-18_13_25_47.tgz osmo-trx.build-2025-11-18_14_27_51.tgz osmocom-bb.build-2025-11-18_21_17_26.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