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/jenkins402473986472327672.sh
+ rm -rf trial-8184-bin.tgz trial-8184-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 25073
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 11052
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10481
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12885
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 13210
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12891
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 41306
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7585
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 43455
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8425
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 13193
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7510
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11577
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7625
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 9075
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6345
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 7510
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins16382893794574719959.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-8184
+ 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
3e2224c ttcn3-bts-test: mount tracingfs only when needed
+ 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 [10/28] COPY	--CHOWN=JENKINS:JENKINS ssh /home/jenkins/.ssh
#7 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:58b6737ea624805fe600fc78b98c99ff1919be6d996e25cd0c23cab00d6106bc done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.0s
rm -rf .common
make: Leaving directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
+ unlink osmo-gsm-tester/sysmocom/resources.conf
+ ln -s resources.conf.virtual osmo-gsm-tester/sysmocom/resources.conf
+ docker run --rm=true -e HOME=/build -e JOB_NAME=osmo-gsm-tester_virtual -e OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf -e OSMO_GSM_TESTER_OPTS=-s netreg_mass -e BUILD_NUMBER=8185 -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-12-19 22:48:16
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8185
+ mkdir -p trial-8185
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-12-19_15_22_23.tgz osmo-bts-oc2g.build-2025-12-19_00_52_58.tgz osmo-bts-sysmo.build-2025-12-19_00_52_53.tgz osmo-bts.build-2025-12-19_00_52_59.tgz osmo-ggsn.build-2025-12-19_20_42_39.tgz osmo-hlr.build-2025-12-19_16_36_53.tgz osmo-hnbgw.build-2025-12-19_13_28_57.tgz osmo-mgw.build-2025-12-19_08_33_11.tgz osmo-msc.build-2025-12-19_15_24_25.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-19_07_34_10.tgz osmo-pcu-sysmo.build-2025-12-19_07_34_09.tgz osmo-pcu.build-2025-12-19_07_34_10.tgz osmo-sgsn.build-2025-12-19_20_48_18.tgz osmo-stp.build-2025-12-19_13_23_19.tgz osmo-trx.build-2025-12-19_14_29_46.tgz osmocom-bb.build-2025-12-19_21_17_37.tgz srslte.build-19.tgz trial-8185
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-12-19_15_22_23.md5 osmo-bts-oc2g.build-2025-12-19_00_52_58.md5 osmo-bts-sysmo.build-2025-12-19_00_52_53.md5 osmo-bts.build-2025-12-19_00_52_59.md5 osmo-ggsn.build-2025-12-19_20_42_39.md5 osmo-hlr.build-2025-12-19_16_36_53.md5 osmo-hnbgw.build-2025-12-19_13_28_57.md5 osmo-mgw.build-2025-12-19_08_33_11.md5 osmo-msc.build-2025-12-19_15_24_25.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-19_07_34_10.md5 osmo-pcu-sysmo.build-2025-12-19_07_34_09.md5 osmo-pcu.build-2025-12-19_07_34_10.md5 osmo-sgsn.build-2025-12-19_20_48_18.md5 osmo-stp.build-2025-12-19_13_23_19.md5 osmo-trx.build-2025-12-19_14_29_46.md5 osmocom-bb.build-2025-12-19_21_17_37.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-12-19_15_22_23.md5 osmo-bts-oc2g.build-2025-12-19_00_52_58.md5 osmo-bts-sysmo.build-2025-12-19_00_52_53.md5 osmo-bts.build-2025-12-19_00_52_59.md5 osmo-ggsn.build-2025-12-19_20_42_39.md5 osmo-hlr.build-2025-12-19_16_36_53.md5 osmo-hnbgw.build-2025-12-19_13_28_57.md5 osmo-mgw.build-2025-12-19_08_33_11.md5 osmo-msc.build-2025-12-19_15_24_25.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-12-19_07_34_10.md5 osmo-pcu-sysmo.build-2025-12-19_07_34_09.md5 osmo-pcu.build-2025-12-19_07_34_10.md5 osmo-sgsn.build-2025-12-19_20_48_18.md5 osmo-stp.build-2025-12-19_13_23_19.md5 osmo-trx.build-2025-12-19_14_29_46.md5 osmocom-bb.build-2025-12-19_21_17_37.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-8185 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8185'
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-8185
--------------------------------------------------------------------------------------------
22:48:17.068502 tst                       trial-8185: Detailed log at /build/trial-8185/run.2025-12-19_22-48-17/log

---------------------------------------------------------------------
trial-8185 netreg_mass
---------------------------------------------------------------------
22:48:17.272328 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.272739 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.273501 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.274642 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.315982 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.316846 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.317982 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.380177 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-8185 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.380938 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.395988 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.396481 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.396923 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.397371 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.397812 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.398253 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.398680 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.429637 tst         register_default_mass.py: using LAC 2
22:48:17.451900 tst         register_default_mass.py: using RAC 2
22:48:17.478609 tst         register_default_mass.py: using CellId 2
22:48:17.508314 tst         register_default_mass.py: using BVCI 3
22:48:17.522233 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.522921 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.523511 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.524155 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.524668 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.525166 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.525648 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.526169 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.526695 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.527207 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.527689 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.528195 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.528721 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.529227 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.529758 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.530278 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.530805 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.531323 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.531822 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.532352 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.532870 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.533380 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.533903 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.534425 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.534933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.535467 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.535983 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.536488 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.537010 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.537527 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.538046 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.538564 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.539074 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.539609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.540125 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.540636 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.541147 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.541674 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.542186 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.542701 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.543207 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.543713 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.544218 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.544745 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.545253 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.545752 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.546253 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.546771 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.547286 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.547790 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.548311 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.548819 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.549318 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.549830 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.550335 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.550832 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.551349 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.551855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.552356 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.552859 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.553358 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.553855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.554357 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.554872 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.555369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.555864 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.556369 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.556882 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.557381 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.557876 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.558378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.558884 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.559456 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.559968 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.560465 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.560956 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.561457 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.561962 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.562462 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.562952 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.563456 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.563948 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.564444 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.564957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.565452 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.565948 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.566433 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.566940 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.567434 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.567929 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.568439 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.568945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.569446 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.569945 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.570445 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.570935 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.571423 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.571934 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.572433 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.572929 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.573421 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.573980 tst      register_default_mass.py:21: Launching a simple network
22:48:17.583768 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:17.702298 run            create_hlr_db(pid=20): Launched
22:48:18.715860 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:18.739988 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:18.755027 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:18.760783 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:18.947617 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:18.962483 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:18.968103 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.383692 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.398732 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.413759 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.527419 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.542071 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.547746 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:22.571165 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:22.586186 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:22.591790 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:22.905104 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:22.920339 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:28.952118 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.126439 run         osmo-bts-virtual(pid=34): Launched
22:48:30.174573 tst         register_default_mass.py: using MSISDN 1001
22:48:30.188561 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.228023 tst         register_default_mass.py: using MSISDN 1002
22:48:30.245705 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.276689 tst         register_default_mass.py: using MSISDN 1003
22:48:30.291573 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.324407 tst         register_default_mass.py: using MSISDN 1004
22:48:30.340118 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.371072 tst         register_default_mass.py: using MSISDN 1005
22:48:30.385779 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.416481 tst         register_default_mass.py: using MSISDN 1006
22:48:30.431112 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.462313 tst         register_default_mass.py: using MSISDN 1007
22:48:30.477173 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:30.513289 tst         register_default_mass.py: using MSISDN 1008
22:48:30.526820 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:30.559042 tst         register_default_mass.py: using MSISDN 1009
22:48:30.574500 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:30.606361 tst         register_default_mass.py: using MSISDN 1010
22:48:30.621512 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:30.653242 tst         register_default_mass.py: using MSISDN 1011
22:48:30.668292 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:30.706873 tst         register_default_mass.py: using MSISDN 1012
22:48:30.724726 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:30.756299 tst         register_default_mass.py: using MSISDN 1013
22:48:30.771529 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:30.802770 tst         register_default_mass.py: using MSISDN 1014
22:48:30.817568 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:30.848717 tst         register_default_mass.py: using MSISDN 1015
22:48:30.863527 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:30.902124 tst         register_default_mass.py: using MSISDN 1016
22:48:30.919980 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:30.950814 tst         register_default_mass.py: using MSISDN 1017
22:48:30.965606 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:30.996799 tst         register_default_mass.py: using MSISDN 1018
22:48:31.011647 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.042854 tst         register_default_mass.py: using MSISDN 1019
22:48:31.057594 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.096027 tst         register_default_mass.py: using MSISDN 1020
22:48:31.113689 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.144970 tst         register_default_mass.py: using MSISDN 1021
22:48:31.160617 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.191760 tst         register_default_mass.py: using MSISDN 1022
22:48:31.206167 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.237581 tst         register_default_mass.py: using MSISDN 1023
22:48:31.252416 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.290972 tst         register_default_mass.py: using MSISDN 1024
22:48:31.308902 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.340511 tst         register_default_mass.py: using MSISDN 1025
22:48:31.355780 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.387503 tst         register_default_mass.py: using MSISDN 1026
22:48:31.402470 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.434018 tst         register_default_mass.py: using MSISDN 1027
22:48:31.448999 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.485216 tst         register_default_mass.py: using MSISDN 1028
22:48:31.502007 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.533416 tst         register_default_mass.py: using MSISDN 1029
22:48:31.548316 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.579585 tst         register_default_mass.py: using MSISDN 1030
22:48:31.594491 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:31.625889 tst         register_default_mass.py: using MSISDN 1031
22:48:31.640878 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:31.674113 tst         register_default_mass.py: using MSISDN 1032
22:48:31.689840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:31.721314 tst         register_default_mass.py: using MSISDN 1033
22:48:31.736353 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:31.767583 tst         register_default_mass.py: using MSISDN 1034
22:48:31.782416 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:31.814185 tst         register_default_mass.py: using MSISDN 1035
22:48:31.829043 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:31.862086 tst         register_default_mass.py: using MSISDN 1036
22:48:31.877768 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:31.909390 tst         register_default_mass.py: using MSISDN 1037
22:48:31.924472 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:31.964557 tst         register_default_mass.py: using MSISDN 1038
22:48:31.982541 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.020807 tst         register_default_mass.py: using MSISDN 1039
22:48:32.038533 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.069589 tst         register_default_mass.py: using MSISDN 1040
22:48:32.084370 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.116239 tst         register_default_mass.py: using MSISDN 1041
22:48:32.131281 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.162733 tst         register_default_mass.py: using MSISDN 1042
22:48:32.177689 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.212711 tst         register_default_mass.py: using MSISDN 1043
22:48:32.229303 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.260670 tst         register_default_mass.py: using MSISDN 1044
22:48:32.275644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.307140 tst         register_default_mass.py: using MSISDN 1045
22:48:32.322045 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.353746 tst         register_default_mass.py: using MSISDN 1046
22:48:32.368618 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.404375 tst         register_default_mass.py: using MSISDN 1047
22:48:32.421179 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.453264 tst         register_default_mass.py: using MSISDN 1048
22:48:32.468472 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.499946 tst         register_default_mass.py: using MSISDN 1049
22:48:32.514689 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.546418 tst         register_default_mass.py: using MSISDN 1050
22:48:32.561438 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.596287 tst         register_default_mass.py: using MSISDN 1051
22:48:32.612695 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.646362 tst         register_default_mass.py: using MSISDN 1052
22:48:32.662190 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:32.693759 tst         register_default_mass.py: using MSISDN 1053
22:48:32.704017 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:32.734946 tst         register_default_mass.py: using MSISDN 1054
22:48:32.750367 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:32.784029 tst         register_default_mass.py: using MSISDN 1055
22:48:32.799611 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:32.831081 tst         register_default_mass.py: using MSISDN 1056
22:48:32.845696 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:32.876878 tst         register_default_mass.py: using MSISDN 1057
22:48:32.891285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:32.923169 tst         register_default_mass.py: using MSISDN 1058
22:48:32.937708 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:32.980235 tst         register_default_mass.py: using MSISDN 1059
22:48:32.998597 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.030596 tst         register_default_mass.py: using MSISDN 1060
22:48:33.045826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.077293 tst         register_default_mass.py: using MSISDN 1061
22:48:33.091914 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.122761 tst         register_default_mass.py: using MSISDN 1062
22:48:33.137153 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.180105 tst         register_default_mass.py: using MSISDN 1063
22:48:33.189732 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.220804 tst         register_default_mass.py: using MSISDN 1064
22:48:33.236845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.268326 tst         register_default_mass.py: using MSISDN 1065
22:48:33.283387 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.315216 tst         register_default_mass.py: using MSISDN 1066
22:48:33.330448 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.365905 tst         register_default_mass.py: using MSISDN 1067
22:48:33.382626 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.414633 tst         register_default_mass.py: using MSISDN 1068
22:48:33.429967 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.461844 tst         register_default_mass.py: using MSISDN 1069
22:48:33.477158 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.508519 tst         register_default_mass.py: using MSISDN 1070
22:48:33.518733 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.554190 tst         register_default_mass.py: using MSISDN 1071
22:48:33.571298 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.603122 tst         register_default_mass.py: using MSISDN 1072
22:48:33.617997 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.649495 tst         register_default_mass.py: using MSISDN 1073
22:48:33.663904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.695994 tst         register_default_mass.py: using MSISDN 1074
22:48:33.710791 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:33.744811 tst         register_default_mass.py: using MSISDN 1075
22:48:33.766232 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:33.798526 tst         register_default_mass.py: using MSISDN 1076
22:48:33.814281 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:33.846044 tst         register_default_mass.py: using MSISDN 1077
22:48:33.860231 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:33.891141 tst         register_default_mass.py: using MSISDN 1078
22:48:33.905518 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:33.942312 tst         register_default_mass.py: using MSISDN 1079
22:48:33.958950 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:33.990848 tst         register_default_mass.py: using MSISDN 1080
22:48:34.005879 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.037800 tst         register_default_mass.py: using MSISDN 1081
22:48:34.052920 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.084866 tst         register_default_mass.py: using MSISDN 1082
22:48:34.099757 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.133536 tst         register_default_mass.py: using MSISDN 1083
22:48:34.149422 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.181373 tst         register_default_mass.py: using MSISDN 1084
22:48:34.196459 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.228341 tst         register_default_mass.py: using MSISDN 1085
22:48:34.243362 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.274514 tst         register_default_mass.py: using MSISDN 1086
22:48:34.289014 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.323484 tst         register_default_mass.py: using MSISDN 1087
22:48:34.339635 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.371223 tst         register_default_mass.py: using MSISDN 1088
22:48:34.386168 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.417938 tst         register_default_mass.py: using MSISDN 1089
22:48:34.432772 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.464132 tst         register_default_mass.py: using MSISDN 1090
22:48:34.473906 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.508185 tst         register_default_mass.py: using MSISDN 1091
22:48:34.525424 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.556562 tst         register_default_mass.py: using MSISDN 1092
22:48:34.571483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.602345 tst         register_default_mass.py: using MSISDN 1093
22:48:34.616994 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.655973 tst         register_default_mass.py: using MSISDN 1094
22:48:34.673712 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.710111 tst         register_default_mass.py: using MSISDN 1095
22:48:34.727357 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.758258 tst         register_default_mass.py: using MSISDN 1096
22:48:34.773111 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:34.803742 tst         register_default_mass.py: using MSISDN 1097
22:48:34.818206 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:34.849022 tst         register_default_mass.py: using MSISDN 1098
22:48:34.863535 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:34.897116 tst         register_default_mass.py: using MSISDN 1099
22:48:34.912992 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:34.943821 tst         register_default_mass.py: using MSISDN 1100
22:48:34.958324 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.051090 run                             mass: Starting testcase
22:48:35.056642 run                             mass: Pre-launching all virtphy's
22:48:35.062082 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.075039 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.081160 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.094124 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.100242 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.113371 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.119298 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.132064 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.138119 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.150999 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.157015 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.169893 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.175851 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.188552 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.194566 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.207412 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.213435 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.226361 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.232292 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.244883 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.250751 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.263428 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.269425 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.282244 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.288138 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.300863 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.306785 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.319513 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.325420 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.338221 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.344079 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.356901 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.362808 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.375551 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.381479 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.394200 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.400077 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.412864 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.418879 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.431703 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.437662 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.450468 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.456380 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.469193 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.475150 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.488017 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.493960 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.506867 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.512758 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.525605 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.531567 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.544365 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.550335 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.563194 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.569101 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.581927 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.587816 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.600593 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.606480 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.619239 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.625116 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.637876 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.643747 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.656521 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.662579 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.675436 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.681406 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.694246 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.700180 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.712983 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.718844 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.731512 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.737471 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.750345 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.756240 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.769167 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.775038 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:35.787906 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:35.793837 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:35.806697 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:35.812585 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:35.825420 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:35.831278 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:35.844048 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:35.849956 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:35.862807 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:35.868711 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:35.881470 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:35.887377 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:35.900150 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:35.906032 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:35.918796 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:35.924699 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:35.937451 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:35.943386 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:35.956118 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:35.962001 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:35.974761 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:35.980756 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:35.993563 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:35.999520 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.012322 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.018203 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.031105 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.037013 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.050082 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.056035 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.068813 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.074707 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.087490 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.093422 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.106324 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.112190 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.124947 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.130826 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.143587 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.149512 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.162267 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.168110 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.180839 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.186719 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.199602 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.205547 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.218410 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.224365 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.237248 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.243153 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.255943 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.262022 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.274794 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.280774 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.293580 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.299447 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.312233 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.318119 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.331041 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.337019 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.349881 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.355820 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.368574 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.374456 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.387284 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.393245 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.406026 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.411946 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.424769 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.430786 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.443443 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.449557 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.462619 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.468748 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.481557 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.487426 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.500343 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.506239 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.519203 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.525106 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.537881 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.543807 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.556614 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.562580 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.575475 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.581417 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.594226 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.600116 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.612866 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.618748 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.631449 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.637320 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.650099 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.655967 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.668733 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.674650 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.687599 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.693473 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.706355 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.712232 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.724998 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.731024 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.743782 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.749815 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.762664 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.768537 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:36.781266 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:36.787150 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:36.799920 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:36.805839 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:36.818593 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:36.824480 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:36.837197 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:36.843052 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:36.855758 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:36.861688 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:36.874430 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:36.880335 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:36.893128 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:36.899041 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:36.911840 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:36.917722 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:36.930652 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:36.936668 run                             mass: Checking if sockets are in the filesystem
22:48:36.968577 run                osmo-ms-mob/00000: Starting mobile
22:48:36.981600 run       osmo-ms-mob/00000(pid=135): Launched
22:48:36.992654 run                             mass: MS start registered  {at=29415422.69599969, delay=0.004892855882644653, ms=00000}
22:48:41.155101 run                osmo-ms-mob/00001: Starting mobile
22:48:41.168086 run       osmo-ms-mob/00001(pid=136): Launched
22:48:41.178890 run                             mass: MS start registered  {at=29415426.882222146, delay=0.003048088401556015, ms=00001}
22:48:41.954571 run                             mass: MS performed LU  {at=29415427.65780675, lu_delay=4.961807060986757, ms=00000}
22:48:42.980872 run                osmo-ms-mob/00002: Starting mobile
22:48:42.997433 run       osmo-ms-mob/00002(pid=137): Launched
22:48:43.008084 run                             mass: MS start registered  {at=29415428.711428996, delay=0.004580490291118622, ms=00002}
22:48:44.283585 run                osmo-ms-mob/00003: Starting mobile
22:48:44.299769 run       osmo-ms-mob/00003(pid=138): Launched
22:48:44.310469 run                             mass: MS start registered  {at=29415430.013820462, delay=0.004608657211065292, ms=00003}
22:48:45.352037 run                osmo-ms-mob/00004: Starting mobile
22:48:45.365001 run       osmo-ms-mob/00004(pid=139): Launched
22:48:45.375504 run                             mass: MS start registered  {at=29415431.07885341, delay=0.004530519247055054, ms=00004}
22:48:46.190926 run                             mass: MS performed LU  {at=29415431.894163202, lu_delay=5.011941056698561, ms=00001}
22:48:46.354323 run                osmo-ms-mob/00005: Starting mobile
22:48:46.367266 run       osmo-ms-mob/00005(pid=140): Launched
22:48:46.377964 run                             mass: MS start registered  {at=29415432.08131108, delay=0.004703883081674576, ms=00005}
22:48:47.251816 run                osmo-ms-mob/00006: Starting mobile
22:48:47.264846 run       osmo-ms-mob/00006(pid=141): Launched
22:48:47.275811 run                             mass: MS start registered  {at=29415432.97916159, delay=0.00499923899769783, ms=00006}
22:48:48.092176 run                             mass: MS performed LU  {at=29415433.795411192, lu_delay=5.083982195705175, ms=00002}
22:48:48.134724 run                osmo-ms-mob/00007: Starting mobile
22:48:48.150321 run       osmo-ms-mob/00007(pid=142): Launched
22:48:48.160961 run                             mass: MS start registered  {at=29415433.864313506, delay=0.004716154187917709, ms=00007}
22:48:48.984098 run                osmo-ms-mob/00008: Starting mobile
22:48:49.001184 run       osmo-ms-mob/00008(pid=143): Launched
22:48:49.011779 run                             mass: MS start registered  {at=29415434.715130925, delay=0.0045336149632930756, ms=00008}
22:48:49.486858 run                             mass: MS performed LU  {at=29415435.190101806, lu_delay=5.176281344145536, ms=00003}
22:48:49.685249 run                osmo-ms-mob/00009: Starting mobile
22:48:49.702185 run       osmo-ms-mob/00009(pid=144): Launched
22:48:49.712813 run                             mass: MS start registered  {at=29415435.41616663, delay=0.004568792879581451, ms=00009}
22:48:50.364419 run                osmo-ms-mob/00010: Starting mobile
22:48:50.378012 run       osmo-ms-mob/00010(pid=145): Launched
22:48:50.388960 run                             mass: MS start registered  {at=29415436.092312455, delay=0.004769820719957352, ms=00010}
22:48:50.985025 run                osmo-ms-mob/00011: Starting mobile
22:48:51.001833 run       osmo-ms-mob/00011(pid=146): Launched
22:48:51.012311 run                             mass: MS start registered  {at=29415436.715665597, delay=0.004463315010070801, ms=00011}
22:48:51.388789 run                             mass: MS performed LU  {at=29415437.09199499, lu_delay=6.013141579926014, ms=00004}
22:48:51.415519 run                             mass: MS performed LU  {at=29415437.118793655, lu_delay=5.0374825745821, ms=00005}
22:48:51.436719 run                osmo-ms-mob/00012: Starting mobile
22:48:51.449541 run       osmo-ms-mob/00012(pid=147): Launched
22:48:51.460123 run                             mass: MS start registered  {at=29415437.163476966, delay=0.004649210721254349, ms=00012}
22:48:52.184493 run                osmo-ms-mob/00013: Starting mobile
22:48:52.203182 run       osmo-ms-mob/00013(pid=148): Launched
22:48:52.213999 run                             mass: MS start registered  {at=29415437.91734781, delay=0.00469854474067688, ms=00013}
22:48:52.774782 run                osmo-ms-mob/00014: Starting mobile
22:48:52.791310 run       osmo-ms-mob/00014(pid=149): Launched
22:48:52.801984 run                             mass: MS start registered  {at=29415438.505336408, delay=0.004537150263786316, ms=00014}
22:48:53.250880 run                             mass: MS performed LU  {at=29415438.954204727, lu_delay=5.089891221374273, ms=00007}
22:48:53.284850 run                osmo-ms-mob/00015: Starting mobile
22:48:53.300222 run       osmo-ms-mob/00015(pid=150): Launched
22:48:53.311236 run                             mass: MS start registered  {at=29415439.014590286, delay=0.004871796816587448, ms=00015}
22:48:53.317682 run                             mass: MS performed LU  {at=29415439.02104131, lu_delay=6.041879720985889, ms=00006}
22:48:53.883620 run                osmo-ms-mob/00016: Starting mobile
22:48:53.900403 run       osmo-ms-mob/00016(pid=151): Launched
22:48:53.911572 run                             mass: MS start registered  {at=29415439.61492067, delay=0.005022633820772171, ms=00016}
22:48:54.352279 run                osmo-ms-mob/00017: Starting mobile
22:48:54.365689 run       osmo-ms-mob/00017(pid=152): Launched
22:48:54.376437 run                             mass: MS start registered  {at=29415440.079789925, delay=0.004630617797374725, ms=00017}
22:48:54.984375 run                osmo-ms-mob/00018: Starting mobile
22:48:55.001248 run       osmo-ms-mob/00018(pid=153): Launched
22:48:55.011840 run                             mass: MS start registered  {at=29415440.715192176, delay=0.004685942083597183, ms=00018}
22:48:55.153533 run                             mass: MS performed LU  {at=29415440.856784288, lu_delay=6.1416533626616, ms=00008}
22:48:55.181622 run                             mass: MS performed LU  {at=29415440.88490057, lu_delay=5.468733940273523, ms=00009}
22:48:55.204498 run                osmo-ms-mob/00019: Starting mobile
22:48:55.217460 run       osmo-ms-mob/00019(pid=154): Launched
22:48:55.228111 run                             mass: MS start registered  {at=29415440.931466494, delay=0.004614394158124924, ms=00019}
22:48:55.269181 run                             mass: MS performed LU  {at=29415440.972432386, lu_delay=4.880119930952787, ms=00010}
22:48:55.865001 run                osmo-ms-mob/00020: Starting mobile
22:48:55.878728 run       osmo-ms-mob/00020(pid=155): Launched
22:48:55.889766 run                             mass: MS start registered  {at=29415441.593118552, delay=0.00500895082950592, ms=00020}
22:48:56.382636 run                osmo-ms-mob/00021: Starting mobile
22:48:56.397877 run       osmo-ms-mob/00021(pid=156): Launched
22:48:56.408543 run                             mass: MS start registered  {at=29415442.111897748, delay=0.004612348973751068, ms=00021}
22:48:56.752642 run                osmo-ms-mob/00022: Starting mobile
22:48:56.765877 run       osmo-ms-mob/00022(pid=157): Launched
22:48:56.776590 run                             mass: MS start registered  {at=29415442.479945067, delay=0.00456499308347702, ms=00022}
22:48:56.934839 run                             mass: MS performed LU  {at=29415442.638091136, lu_delay=4.720743324607611, ms=00013}
22:48:57.017696 run                             mass: MS performed LU  {at=29415442.72095487, lu_delay=6.005289271473885, ms=00011}
22:48:57.083570 run                             mass: MS performed LU  {at=29415442.78682109, lu_delay=5.623344123363495, ms=00012}
22:48:57.283762 run                osmo-ms-mob/00023: Starting mobile
22:48:57.300363 run       osmo-ms-mob/00023(pid=158): Launched
22:48:57.310996 run                             mass: MS start registered  {at=29415443.01434877, delay=0.004698887467384338, ms=00023}
22:48:57.664147 run                osmo-ms-mob/00024: Starting mobile
22:48:57.678000 run       osmo-ms-mob/00024(pid=159): Launched
22:48:57.688826 run                             mass: MS start registered  {at=29415443.3921793, delay=0.00478772446513176, ms=00024}
22:48:58.156190 run                osmo-ms-mob/00025: Starting mobile
22:48:58.169614 run       osmo-ms-mob/00025(pid=160): Launched
22:48:58.180546 run                             mass: MS start registered  {at=29415443.88389738, delay=0.004927121102809906, ms=00025}
22:48:58.586003 run                osmo-ms-mob/00026: Starting mobile
22:48:58.603627 run       osmo-ms-mob/00026(pid=161): Launched
22:48:58.614584 run                             mass: MS start registered  {at=29415444.317934237, delay=0.004849765449762344, ms=00026}
22:48:58.919876 run                             mass: MS performed LU  {at=29415444.62312514, lu_delay=6.117788732051849, ms=00014}
22:48:58.977089 run                osmo-ms-mob/00027: Starting mobile
22:48:58.993463 run       osmo-ms-mob/00027(pid=162): Launched
22:48:58.999461 run                             mass: MS performed LU  {at=29415444.702824276, lu_delay=5.08790360763669, ms=00016}
22:48:59.005572 run                             mass: MS start registered  {at=29415444.708938614, delay=0.006130583584308624, ms=00027}
22:48:59.033683 run                             mass: MS performed LU  {at=29415444.737018052, lu_delay=5.722427766770124, ms=00015}
22:48:59.307321 run                             mass: MS performed LU  {at=29415445.010571647, lu_delay=4.930781722068787, ms=00017}
22:48:59.322290 run                osmo-ms-mob/00028: Starting mobile
22:48:59.335567 run       osmo-ms-mob/00028(pid=163): Launched
22:48:59.346616 run                             mass: MS start registered  {at=29415445.049966127, delay=0.0050218962132930756, ms=00028}
22:48:59.753375 run                osmo-ms-mob/00029: Starting mobile
22:48:59.766767 run       osmo-ms-mob/00029(pid=164): Launched
22:48:59.778311 run                             mass: MS start registered  {at=29415445.481662374, delay=0.005295153707265854, ms=00029}
22:49:00.152720 run                osmo-ms-mob/00030: Starting mobile
22:49:00.165593 run       osmo-ms-mob/00030(pid=165): Launched
22:49:00.176304 run                             mass: MS start registered  {at=29415445.87965904, delay=0.004700522869825363, ms=00030}
22:49:00.587491 run                osmo-ms-mob/00031: Starting mobile
22:49:00.604780 run       osmo-ms-mob/00031(pid=166): Launched
22:49:00.615978 run                             mass: MS start registered  {at=29415446.319328453, delay=0.005179930478334427, ms=00031}
22:49:00.700532 run                             mass: MS performed LU  {at=29415446.403782338, lu_delay=5.4723158441483974, ms=00019}
22:49:00.783854 run                             mass: MS performed LU  {at=29415446.48710361, lu_delay=4.89398505911231, ms=00020}
22:49:00.811498 run                osmo-ms-mob/00032: Starting mobile
22:49:00.824477 run       osmo-ms-mob/00032(pid=167): Launched
22:49:00.835275 run                             mass: MS start registered  {at=29415446.53862808, delay=0.0047938041388988495, ms=00032}
22:49:00.847008 run                             mass: MS performed LU  {at=29415446.550351735, lu_delay=5.835159558802843, ms=00018}
22:49:00.973551 run                             mass: MS performed LU  {at=29415446.676800918, lu_delay=4.564903169870377, ms=00021}
22:49:01.276099 run                osmo-ms-mob/00033: Starting mobile
22:49:01.292056 run       osmo-ms-mob/00033(pid=168): Launched
22:49:01.303293 run                             mass: MS start registered  {at=29415447.006642338, delay=0.005147915333509445, ms=00033}
22:49:01.665527 run                osmo-ms-mob/00034: Starting mobile
22:49:01.679294 run       osmo-ms-mob/00034(pid=169): Launched
22:49:01.690165 run                             mass: MS start registered  {at=29415447.3935162, delay=0.004682615399360657, ms=00034}
22:49:01.966321 run                osmo-ms-mob/00035: Starting mobile
22:49:01.980399 run       osmo-ms-mob/00035(pid=170): Launched
22:49:01.991361 run                             mass: MS start registered  {at=29415447.694712047, delay=0.004891764372587204, ms=00035}
22:49:02.353239 run                osmo-ms-mob/00036: Starting mobile
22:49:02.366866 run       osmo-ms-mob/00036(pid=171): Launched
22:49:02.377619 run                             mass: MS start registered  {at=29415448.08097057, delay=0.00466359406709671, ms=00036}
22:49:02.684814 run                             mass: MS performed LU  {at=29415448.388066348, lu_delay=5.908121280372143, ms=00022}
22:49:02.700580 run                osmo-ms-mob/00037: Starting mobile
22:49:02.713887 run       osmo-ms-mob/00037(pid=172): Launched
22:49:02.719987 run                             mass: MS performed LU  {at=29415448.42334868, lu_delay=5.031169380992651, ms=00024}
22:49:02.725868 run                             mass: MS start registered  {at=29415448.429235745, delay=0.005903035402297974, ms=00037}
22:49:02.801014 run                             mass: MS performed LU  {at=29415448.504265785, lu_delay=5.489917013794184, ms=00023}
22:49:02.829644 run                osmo-ms-mob/00038: Starting mobile
22:49:02.843035 run       osmo-ms-mob/00038(pid=173): Launched
22:49:02.853998 run                             mass: MS start registered  {at=29415448.557338648, delay=0.004895240068435669, ms=00038}
22:49:03.072771 run                             mass: MS performed LU  {at=29415448.7759769, lu_delay=4.892079520970583, ms=00025}
22:49:03.386261 run                osmo-ms-mob/00039: Starting mobile
22:49:03.403765 run       osmo-ms-mob/00039(pid=174): Launched
22:49:03.414634 run                             mass: MS start registered  {at=29415449.11798701, delay=0.004868365824222565, ms=00039}
22:49:03.752292 run                osmo-ms-mob/00040: Starting mobile
22:49:03.765454 run       osmo-ms-mob/00040(pid=175): Launched
22:49:03.776673 run                             mass: MS start registered  {at=29415449.48002344, delay=0.004994921386241913, ms=00040}
22:49:04.102394 run                osmo-ms-mob/00041: Starting mobile
22:49:04.119246 run       osmo-ms-mob/00041(pid=176): Launched
22:49:04.129982 run                             mass: MS start registered  {at=29415449.833333287, delay=0.004723791033029556, ms=00041}
22:49:04.353114 run                osmo-ms-mob/00042: Starting mobile
22:49:04.366086 run       osmo-ms-mob/00042(pid=177): Launched
22:49:04.376718 run                             mass: MS start registered  {at=29415450.080073483, delay=0.00458870455622673, ms=00042}
22:49:04.466354 run                             mass: MS performed LU  {at=29415450.169605784, lu_delay=4.687943410128355, ms=00029}
22:49:04.550890 run                             mass: MS performed LU  {at=29415450.254142098, lu_delay=5.2041759714484215, ms=00028}
22:49:04.614901 run                             mass: MS performed LU  {at=29415450.31815342, lu_delay=6.00021918118, ms=00026}
22:49:04.641618 run                osmo-ms-mob/00043: Starting mobile
22:49:04.654554 run       osmo-ms-mob/00043(pid=178): Launched
22:49:04.665226 run                             mass: MS start registered  {at=29415450.36858276, delay=0.00470869243144989, ms=00043}
22:49:04.739872 run                             mass: MS performed LU  {at=29415450.44312411, lu_delay=5.7341854982078075, ms=00027}
22:49:04.762790 run                             mass: MS performed LU  {at=29415450.466153797, lu_delay=4.586494754999876, ms=00030}
22:49:04.787964 run                osmo-ms-mob/00044: Starting mobile
22:49:04.801381 run       osmo-ms-mob/00044(pid=179): Launched
22:49:04.812210 run                             mass: MS start registered  {at=29415450.515565235, delay=0.004738893359899521, ms=00044}
22:49:05.383784 run                osmo-ms-mob/00045: Starting mobile
22:49:05.405600 run       osmo-ms-mob/00045(pid=180): Launched
22:49:05.419426 run                             mass: MS start registered  {at=29415451.122751605, delay=0.007118482142686844, ms=00045}
22:49:05.666315 run                osmo-ms-mob/00046: Starting mobile
22:49:05.680336 run       osmo-ms-mob/00046(pid=181): Launched
22:49:05.691090 run                             mass: MS start registered  {at=29415451.394440893, delay=0.004627503454685211, ms=00046}
22:49:05.964037 run                osmo-ms-mob/00047: Starting mobile
22:49:05.977791 run       osmo-ms-mob/00047(pid=182): Launched
22:49:05.989213 run                             mass: MS start registered  {at=29415451.69256327, delay=0.004988066852092743, ms=00047}
22:49:06.252335 run                osmo-ms-mob/00048: Starting mobile
22:49:06.265659 run       osmo-ms-mob/00048(pid=183): Launched
22:49:06.276451 run                             mass: MS start registered  {at=29415451.979806002, delay=0.0047981590032577515, ms=00048}
22:49:06.451624 run                             mass: MS performed LU  {at=29415452.154875208, lu_delay=4.761359006166458, ms=00034}
22:49:06.466668 run                osmo-ms-mob/00049: Starting mobile
22:49:06.479785 run       osmo-ms-mob/00049(pid=184): Launched
22:49:06.485735 run                             mass: MS performed LU  {at=29415452.189097263, lu_delay=5.869768809527159, ms=00031}
22:49:06.491484 run                             mass: MS start registered  {at=29415452.19485168, delay=0.0057706087827682495, ms=00049}
22:49:06.566341 run                             mass: MS performed LU  {at=29415452.26959229, lu_delay=5.262949950993061, ms=00033}
22:49:06.595746 run                osmo-ms-mob/00050: Starting mobile
22:49:06.608932 run       osmo-ms-mob/00050(pid=185): Launched
22:49:06.614998 run                             mass: MS performed LU  {at=29415452.318359587, lu_delay=5.779731508344412, ms=00032}
22:49:06.621079 run                             mass: MS start registered  {at=29415452.32444454, delay=0.006102792918682098, ms=00050}
22:49:06.893795 run                             mass: MS performed LU  {at=29415452.597045198, lu_delay=4.902333151549101, ms=00035}
22:49:07.253383 run                osmo-ms-mob/00051: Starting mobile
22:49:07.266378 run       osmo-ms-mob/00051(pid=186): Launched
22:49:07.277815 run                             mass: MS start registered  {at=29415452.981165335, delay=0.005212794989347458, ms=00051}
22:49:07.566354 run                osmo-ms-mob/00052: Starting mobile
22:49:07.579943 run       osmo-ms-mob/00052(pid=187): Launched
22:49:07.591101 run                             mass: MS start registered  {at=29415453.294453193, delay=0.0048068612813949585, ms=00052}
22:49:07.853504 run                osmo-ms-mob/00053: Starting mobile
22:49:07.866504 run       osmo-ms-mob/00053(pid=188): Launched
22:49:07.877490 run                             mass: MS start registered  {at=29415453.58084339, delay=0.0050088949501514435, ms=00053}
22:49:08.175556 run                osmo-ms-mob/00054: Starting mobile
22:49:08.191923 run       osmo-ms-mob/00054(pid=189): Launched
22:49:08.202676 run                             mass: MS start registered  {at=29415453.906029608, delay=0.004651378840208054, ms=00054}
22:49:08.232398 run                             mass: MS performed LU  {at=29415453.935671654, lu_delay=5.378333006054163, ms=00038}
22:49:08.315686 run                             mass: MS performed LU  {at=29415454.018942494, lu_delay=4.900955483317375, ms=00039}
22:49:08.343517 run                osmo-ms-mob/00055: Starting mobile
22:49:08.356464 run       osmo-ms-mob/00055(pid=190): Launched
22:49:08.367194 run                             mass: MS start registered  {at=29415454.070548747, delay=0.0047681257128715515, ms=00055}
22:49:08.378986 run                             mass: MS performed LU  {at=29415454.082339197, lu_delay=6.001368626952171, ms=00036}
22:49:08.505286 run                             mass: MS performed LU  {at=29415454.20853545, lu_delay=5.779299706220627, ms=00037}
22:49:08.531715 run                osmo-ms-mob/00056: Starting mobile
22:49:08.544972 run       osmo-ms-mob/00056(pid=191): Launched
22:49:08.551305 run                             mass: MS performed LU  {at=29415454.254662532, lu_delay=4.774639092385769, ms=00040}
22:49:08.557263 run                             mass: MS start registered  {at=29415454.26062901, delay=0.0059836916625499725, ms=00056}
22:49:09.082563 run                osmo-ms-mob/00057: Starting mobile
22:49:09.098404 run       osmo-ms-mob/00057(pid=192): Launched
22:49:09.109288 run                             mass: MS start registered  {at=29415454.81264108, delay=0.004892677068710327, ms=00057}
22:49:09.473629 run                osmo-ms-mob/00058: Starting mobile
22:49:09.488288 run       osmo-ms-mob/00058(pid=193): Launched
22:49:09.499139 run                             mass: MS start registered  {at=29415455.20249099, delay=0.004295483231544495, ms=00058}
22:49:09.770140 run                osmo-ms-mob/00059: Starting mobile
22:49:09.784983 run       osmo-ms-mob/00059(pid=194): Launched
22:49:09.795831 run                             mass: MS start registered  {at=29415455.49918339, delay=0.0048366934061050415, ms=00059}
22:49:10.053772 run                osmo-ms-mob/00060: Starting mobile
22:49:10.066811 run       osmo-ms-mob/00060(pid=195): Launched
22:49:10.077609 run                             mass: MS start registered  {at=29415455.78096329, delay=0.004816606640815735, ms=00060}
22:49:10.217307 run                             mass: MS performed LU  {at=29415455.920566563, lu_delay=4.797814957797527, ms=00045}
22:49:10.243964 run                             mass: MS performed LU  {at=29415455.94730331, lu_delay=5.4317380748689175, ms=00044}
22:49:10.331883 run                             mass: MS performed LU  {at=29415456.035133954, lu_delay=6.201800666749477, ms=00041}
22:49:10.347287 run                osmo-ms-mob/00061: Starting mobile
22:49:10.360630 run       osmo-ms-mob/00061(pid=196): Launched
22:49:10.367632 run                             mass: MS performed LU  {at=29415456.070986055, lu_delay=5.990912571549416, ms=00042}
22:49:10.373535 run                             mass: MS start registered  {at=29415456.076902103, delay=0.0069480836391448975, ms=00061}
22:49:10.678109 run                             mass: MS performed LU  {at=29415456.381365176, lu_delay=4.986924283206463, ms=00046}
22:49:10.720320 run                osmo-ms-mob/00062: Starting mobile
22:49:10.736339 run       osmo-ms-mob/00062(pid=197): Launched
22:49:10.747157 run                             mass: MS start registered  {at=29415456.45051072, delay=0.00484195351600647, ms=00062}
22:49:11.066388 run                osmo-ms-mob/00063: Starting mobile
22:49:11.080219 run       osmo-ms-mob/00063(pid=198): Launched
22:49:11.090904 run                             mass: MS start registered  {at=29415456.794260006, delay=0.004547771066427231, ms=00063}
22:49:11.465279 run                osmo-ms-mob/00064: Starting mobile
22:49:11.479124 run       osmo-ms-mob/00064(pid=199): Launched
22:49:11.490156 run                             mass: MS start registered  {at=29415457.193508472, delay=0.00491638109087944, ms=00064}
22:49:11.884214 run                osmo-ms-mob/00065: Starting mobile
22:49:11.899735 run       osmo-ms-mob/00065(pid=200): Launched
22:49:11.910826 run                             mass: MS start registered  {at=29415457.614176404, delay=0.005065783858299255, ms=00065}
22:49:11.997822 run                             mass: MS performed LU  {at=29415457.701071307, lu_delay=5.721265304833651, ms=00048}
22:49:12.081673 run                             mass: MS performed LU  {at=29415457.784932405, lu_delay=4.803767070174217, ms=00051}
22:49:12.109224 run                osmo-ms-mob/00066: Starting mobile
22:49:12.122283 run       osmo-ms-mob/00066(pid=201): Launched
22:49:12.133057 run                             mass: MS start registered  {at=29415457.836411607, delay=0.004650987684726715, ms=00066}
22:49:12.144632 run                             mass: MS performed LU  {at=29415457.84798542, lu_delay=6.155422151088715, ms=00047}
22:49:12.271812 run                             mass: MS performed LU  {at=29415457.9750643, lu_delay=5.650619760155678, ms=00050}
22:49:12.289979 run                             mass: MS performed LU  {at=29415457.993287835, lu_delay=5.798436153680086, ms=00049}
22:49:12.306509 run                osmo-ms-mob/00067: Starting mobile
22:49:12.319696 run       osmo-ms-mob/00067(pid=202): Launched
22:49:12.330644 run                             mass: MS start registered  {at=29415458.03399234, delay=0.004881724715232849, ms=00067}
22:49:12.342886 run                             mass: MS performed LU  {at=29415458.046241067, lu_delay=4.7517878748476505, ms=00052}
22:49:12.875945 run                osmo-ms-mob/00068: Starting mobile
22:49:12.892684 run       osmo-ms-mob/00068(pid=203): Launched
22:49:12.903749 run                             mass: MS start registered  {at=29415458.607100867, delay=0.004929687827825546, ms=00068}
22:49:13.264616 run                osmo-ms-mob/00069: Starting mobile
22:49:13.278667 run       osmo-ms-mob/00069(pid=204): Launched
22:49:13.289790 run                             mass: MS start registered  {at=29415458.99314033, delay=0.0050153546035289764, ms=00069}
22:49:13.359160 run                             mass: MS performed LU  {at=29415459.06242304, lu_delay=3.8599320501089096, ms=00058}
22:49:13.667180 run                osmo-ms-mob/00070: Starting mobile
22:49:13.681345 run       osmo-ms-mob/00070(pid=205): Launched
22:49:13.692127 run                             mass: MS start registered  {at=29415459.395481702, delay=0.004768256098031998, ms=00070}
22:49:13.982511 run                             mass: MS performed LU  {at=29415459.685763698, lu_delay=4.873122617602348, ms=00057}
22:49:14.011455 run                osmo-ms-mob/00071: Starting mobile
22:49:14.024572 run       osmo-ms-mob/00071(pid=206): Launched
22:49:14.030526 run                             mass: MS performed LU  {at=29415459.733886875, lu_delay=5.47325786575675, ms=00056}
22:49:14.036344 run                             mass: MS start registered  {at=29415459.739711005, delay=0.005841098725795746, ms=00071}
22:49:14.098664 run                             mass: MS performed LU  {at=29415459.801820718, lu_delay=5.731271971017122, ms=00055}
22:49:14.134775 run                             mass: MS performed LU  {at=29415459.83804532, lu_delay=6.257201932370663, ms=00053}
22:49:14.159048 run                osmo-ms-mob/00072: Starting mobile
22:49:14.172326 run       osmo-ms-mob/00072(pid=207): Launched
22:49:14.184072 run                             mass: MS start registered  {at=29415459.887386285, delay=0.005367126315832138, ms=00072}
22:49:14.207719 run                             mass: MS performed LU  {at=29415459.91104621, lu_delay=6.005016602575779, ms=00054}
22:49:14.865869 run                osmo-ms-mob/00073: Starting mobile
22:49:14.879865 run       osmo-ms-mob/00073(pid=208): Launched
22:49:14.890847 run                             mass: MS start registered  {at=29415460.594198108, delay=0.004954740405082703, ms=00073}
22:49:15.298305 run                osmo-ms-mob/00074: Starting mobile
22:49:15.315503 run       osmo-ms-mob/00074(pid=209): Launched
22:49:15.326502 run                             mass: MS start registered  {at=29415461.02985676, delay=0.0049633122980594635, ms=00074}
22:49:15.651736 run                osmo-ms-mob/00075: Starting mobile
22:49:15.664754 run       osmo-ms-mob/00075(pid=210): Launched
22:49:15.676620 run                             mass: MS start registered  {at=29415461.379967142, delay=0.005769375711679459, ms=00075}
22:49:15.763771 run                             mass: MS performed LU  {at=29415461.467021912, lu_delay=5.390119809657335, ms=00061}
22:49:15.801960 run                             mass: MS performed LU  {at=29415461.50522699, lu_delay=5.054716266691685, ms=00062}
22:49:15.911817 run                             mass: MS performed LU  {at=29415461.615069, lu_delay=4.820808991789818, ms=00063}
22:49:16.055334 run                             mass: MS performed LU  {at=29415461.758584354, lu_delay=5.97762106359005, ms=00060}
22:49:16.068620 run                osmo-ms-mob/00076: Starting mobile
22:49:16.081819 run       osmo-ms-mob/00076(pid=211): Launched
22:49:16.093360 run                             mass: MS start registered  {at=29415461.796709575, delay=0.005400296300649643, ms=00076}
22:49:16.567230 run                osmo-ms-mob/00077: Starting mobile
22:49:16.581149 run       osmo-ms-mob/00077(pid=212): Launched
22:49:16.592391 run                             mass: MS start registered  {at=29415462.29574315, delay=0.00508185476064682, ms=00077}
22:49:16.807348 run                             mass: MS performed LU  {at=29415462.510599017, lu_delay=7.0114156268537045, ms=00059}
22:49:17.065965 run                osmo-ms-mob/00078: Starting mobile
22:49:17.079999 run       osmo-ms-mob/00078(pid=213): Launched
22:49:17.091328 run                             mass: MS start registered  {at=29415462.794678032, delay=0.005231194198131561, ms=00078}
22:49:17.453222 run                osmo-ms-mob/00079: Starting mobile
22:49:17.466615 run       osmo-ms-mob/00079(pid=214): Launched
22:49:17.477522 run                             mass: MS start registered  {at=29415463.180876, delay=0.004807420074939728, ms=00079}
22:49:17.628840 run                             mass: MS performed LU  {at=29415463.332092755, lu_delay=6.138584282249212, ms=00064}
22:49:17.665748 run                             mass: MS performed LU  {at=29415463.369014677, lu_delay=5.335022337734699, ms=00067}
22:49:17.775886 run                             mass: MS performed LU  {at=29415463.479137685, lu_delay=5.8649612814188, ms=00065}
22:49:17.994684 run                osmo-ms-mob/00080: Starting mobile
22:49:18.010875 run       osmo-ms-mob/00080(pid=215): Launched
22:49:18.016953 run                             mass: MS performed LU  {at=29415463.720311407, lu_delay=5.883899800479412, ms=00066}
22:49:18.022761 run                             mass: MS start registered  {at=29415463.72612832, delay=0.005835074931383133, ms=00080}
22:49:18.228902 run                             mass: MS performed LU  {at=29415463.932152413, lu_delay=4.939012084156275, ms=00069}
22:49:18.453377 run                osmo-ms-mob/00081: Starting mobile
22:49:18.466900 run       osmo-ms-mob/00081(pid=216): Launched
22:49:18.477905 run                             mass: MS start registered  {at=29415464.181258127, delay=0.004910282790660858, ms=00081}
22:49:18.874275 run                osmo-ms-mob/00082: Starting mobile
22:49:18.889694 run       osmo-ms-mob/00082(pid=217): Launched
22:49:18.901678 run                             mass: MS start registered  {at=29415464.605024967, delay=0.005847357213497162, ms=00082}
22:49:19.484207 run                osmo-ms-mob/00083: Starting mobile
22:49:19.500888 run       osmo-ms-mob/00083(pid=218): Launched
22:49:19.511721 run                             mass: MS start registered  {at=29415465.21507317, delay=0.0047876350581645966, ms=00083}
22:49:19.528631 run                             mass: MS performed LU  {at=29415465.23197355, lu_delay=5.4922625459730625, ms=00071}
22:49:19.568198 run                             mass: MS performed LU  {at=29415465.271460034, lu_delay=5.3840737491846085, ms=00072}
22:49:19.678222 run                             mass: MS performed LU  {at=29415465.381472226, lu_delay=5.985990524291992, ms=00070}
22:49:19.822288 run                             mass: MS performed LU  {at=29415465.52553681, lu_delay=4.931338701397181, ms=00073}
22:49:19.865461 run                osmo-ms-mob/00084: Starting mobile
22:49:19.879561 run       osmo-ms-mob/00084(pid=219): Launched
22:49:19.890481 run                             mass: MS start registered  {at=29415465.593834292, delay=0.00496157631278038, ms=00084}
22:49:20.452798 run                osmo-ms-mob/00085: Starting mobile
22:49:20.470117 run       osmo-ms-mob/00085(pid=220): Launched
22:49:20.481455 run                             mass: MS start registered  {at=29415466.184797317, delay=0.005130209028720856, ms=00085}
22:49:21.062985 run                osmo-ms-mob/00086: Starting mobile
22:49:21.076615 run       osmo-ms-mob/00086(pid=221): Launched
22:49:21.087564 run                             mass: MS start registered  {at=29415466.790914502, delay=0.004910826683044434, ms=00086}
22:49:21.513389 run                             mass: MS performed LU  {at=29415467.216715686, lu_delay=6.186858925968409, ms=00074}
22:49:21.541544 run                             mass: MS performed LU  {at=29415467.244818892, lu_delay=4.949075743556023, ms=00077}
22:49:21.590920 run                osmo-ms-mob/00087: Starting mobile
22:49:21.606150 run       osmo-ms-mob/00087(pid=222): Launched
22:49:21.617097 run                             mass: MS start registered  {at=29415467.320449475, delay=0.004795897752046585, ms=00087}
22:49:21.628610 run                             mass: MS performed LU  {at=29415467.331966326, lu_delay=5.535256750881672, ms=00076}
22:49:21.666240 run                             mass: MS performed LU  {at=29415467.369502407, lu_delay=5.989535264670849, ms=00075}
22:49:21.975837 run                             mass: MS performed LU  {at=29415467.679091588, lu_delay=4.884413555264473, ms=00078}
22:49:22.264844 run                osmo-ms-mob/00088: Starting mobile
22:49:22.278996 run       osmo-ms-mob/00088(pid=223): Launched
22:49:22.289963 run                             mass: MS start registered  {at=29415467.993316185, delay=0.00483940914273262, ms=00088}
22:49:22.877061 run                osmo-ms-mob/00089: Starting mobile
22:49:22.897884 run       osmo-ms-mob/00089(pid=224): Launched
22:49:22.909223 run                             mass: MS start registered  {at=29415468.61256609, delay=0.005398821085691452, ms=00089}
22:49:23.295932 run                             mass: MS performed LU  {at=29415468.999180093, lu_delay=5.273051772266626, ms=00080}
22:49:23.379371 run                             mass: MS performed LU  {at=29415469.082391776, lu_delay=5.9015157744288445, ms=00079}
22:49:23.393850 run                osmo-ms-mob/00090: Starting mobile
22:49:23.406951 run       osmo-ms-mob/00090(pid=225): Launched
22:49:23.417820 run                             mass: MS start registered  {at=29415469.121171277, delay=0.004781760275363922, ms=00090}
22:49:23.442600 run                             mass: MS performed LU  {at=29415469.145942777, lu_delay=4.964684650301933, ms=00081}
22:49:23.569439 run                             mass: MS performed LU  {at=29415469.27268987, lu_delay=4.6676649041473866, ms=00082}
22:49:24.151979 run                osmo-ms-mob/00091: Starting mobile
22:49:24.165057 run       osmo-ms-mob/00091(pid=226): Launched
22:49:24.176028 run                             mass: MS start registered  {at=29415469.879336458, delay=0.004878319799900055, ms=00091}
22:49:24.883204 run                osmo-ms-mob/00092: Starting mobile
22:49:24.899991 run       osmo-ms-mob/00092(pid=227): Launched
22:49:24.910994 run                             mass: MS start registered  {at=29415470.614348304, delay=0.004805471748113632, ms=00092}
22:49:25.279805 run                             mass: MS performed LU  {at=29415470.98306023, lu_delay=4.7982629127800465, ms=00085}
22:49:25.308346 run                             mass: MS performed LU  {at=29415471.01157044, lu_delay=5.417736146599054, ms=00084}
22:49:25.694263 run                osmo-ms-mob/00093: Starting mobile
22:49:25.711478 run       osmo-ms-mob/00093(pid=228): Launched
22:49:25.722832 run                             mass: MS start registered  {at=29415471.426185805, delay=0.0051741041243076324, ms=00093}
22:49:26.563221 run                osmo-ms-mob/00094: Starting mobile
22:49:26.576991 run       osmo-ms-mob/00094(pid=229): Launched
22:49:26.588669 run                             mass: MS start registered  {at=29415472.292019438, delay=0.005227483808994293, ms=00094}
22:49:27.061647 run                             mass: MS performed LU  {at=29415472.76489593, lu_delay=4.771579746156931, ms=00088}
22:49:27.145001 run                             mass: MS performed LU  {at=29415472.84824296, lu_delay=6.057328458875418, ms=00086}
22:49:27.209272 run                             mass: MS performed LU  {at=29415472.912533358, lu_delay=5.592083882540464, ms=00087}
22:49:27.483697 run                osmo-ms-mob/00095: Starting mobile
22:49:27.500544 run       osmo-ms-mob/00095(pid=230): Launched
22:49:27.511457 run                             mass: MS start registered  {at=29415473.214810442, delay=0.004988405853509903, ms=00095}
22:49:27.550580 run                             mass: MS performed LU  {at=29415473.253834214, lu_delay=22.885251455008984, ms=00043}
22:49:28.465705 run                osmo-ms-mob/00096: Starting mobile
22:49:28.479535 run       osmo-ms-mob/00096(pid=231): Launched
22:49:28.490743 run                             mass: MS start registered  {at=29415474.19409133, delay=0.004774089902639389, ms=00096}
22:49:28.982593 run                             mass: MS performed LU  {at=29415474.68584348, lu_delay=6.07327738776803, ms=00089}
22:49:29.046116 run                             mass: MS performed LU  {at=29415474.74938398, lu_delay=4.8700475208461285, ms=00091}
22:49:29.072669 run                             mass: MS performed LU  {at=29415474.77592334, lu_delay=5.654752064496279, ms=00090}
22:49:29.582170 run                osmo-ms-mob/00097: Starting mobile
22:49:29.598537 run       osmo-ms-mob/00097(pid=232): Launched
22:49:29.609561 run                             mass: MS start registered  {at=29415475.31291516, delay=0.004829254001379013, ms=00097}
22:49:30.892811 run                osmo-ms-mob/00098: Starting mobile
22:49:30.908989 run       osmo-ms-mob/00098(pid=233): Launched
22:49:30.915259 run                             mass: MS performed LU  {at=29415476.61861771, lu_delay=6.004269406199455, ms=00092}
22:49:30.921110 run                             mass: MS start registered  {at=29415476.624475583, delay=0.0058765709400177, ms=00098}
22:49:30.974615 run                             mass: MS performed LU  {at=29415476.677884974, lu_delay=5.2516991682350636, ms=00093}
22:49:32.691588 run                osmo-ms-mob/00099: Starting mobile
22:49:32.709000 run       osmo-ms-mob/00099(pid=234): Launched
22:49:32.715136 run                             mass: All started... {duration=55.772885128855705, too_slow=0}
22:49:32.721204 run                             mass: MS start registered  {at=29415478.424563535, delay=0.006061296910047531, ms=00099}
22:49:32.812286 run                             mass: MS performed LU  {at=29415478.515532654, lu_delay=6.223513215780258, ms=00094}
22:49:32.838341 run                             mass: MS performed LU  {at=29415478.541687056, lu_delay=5.326876614242792, ms=00095}
22:49:34.675948 run                             mass: MS performed LU  {at=29415480.379175957, lu_delay=5.0662607960402966, ms=00097}
22:49:34.741296 run                             mass: MS performed LU  {at=29415480.444548495, lu_delay=6.250457163900137, ms=00096}
22:49:34.810036 run                             mass: MS performed LU  {at=29415480.513268933, lu_delay=21.906168065965176, ms=00068}
22:49:36.578102 run                             mass: MS performed LU  {at=29415482.281352457, lu_delay=5.656876873224974, ms=00098}
22:49:38.442387 run                             mass: MS performed LU  {at=29415484.145641293, lu_delay=5.721077758818865, ms=00099}
22:49:42.444302 run                             mass: MS performed LU  {at=29415488.147558633, lu_delay=22.932485464960337, ms=00083}
22:49:42.453279 run                             mass: Tests done {all_completed=True, max=22.932485464960337, min=3.8599320501089096}
22:49:42.458698 tst         register_default_mass.py: Test passed (85.1 sec)
22:49:42.464029 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:42.467316 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:42.470543 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:42.473763 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:42.476983 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:42.480253 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:42.483547 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:42.486850 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:42.490107 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:42.493345 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:42.496610 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:42.499913 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:42.503309 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:42.506625 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:42.509994 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:42.513407 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:42.516846 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:42.520265 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:42.523695 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:42.527085 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:42.530379 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:42.533774 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:42.537110 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:42.540453 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:42.543827 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:42.547143 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:42.550417 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:42.553810 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:42.557141 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:42.560446 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:42.563772 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:42.567097 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:42.570412 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:42.573717 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:42.576986 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:42.580765 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:42.584069 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:42.587708 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:42.591200 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:42.594719 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:42.598204 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:42.601638 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:42.605597 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:42.609227 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:42.612955 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:42.616300 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:42.619658 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:42.623053 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:42.626412 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:42.629795 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:42.633336 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:42.636618 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:42.639910 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:42.643230 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:42.646558 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:42.650051 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:42.653390 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:42.657210 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:42.660568 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:42.663895 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:42.667279 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:42.670576 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:42.673980 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:42.677306 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:42.680756 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:42.684342 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:42.687879 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:42.691452 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:42.694794 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:42.698703 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:42.702001 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:42.705309 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:42.708616 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:42.711919 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:42.715231 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:42.718548 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:42.721845 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:42.725189 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:42.728537 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:42.731815 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:42.735097 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:42.738423 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:42.741887 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:42.745314 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:42.748993 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:42.752269 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:42.755561 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:42.758845 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:42.762141 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:42.765454 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:42.768790 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:42.772041 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:42.775350 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:42.778645 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:42.781971 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:42.785293 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:42.788569 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:42.791857 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:42.795219 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:42.798941 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:42.802808 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:42.806124 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:42.809974 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:42.813300 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:42.816559 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:42.819973 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:42.823352 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:42.826642 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:42.829936 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:42.833258 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:42.836607 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:42.839984 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:42.843357 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:42.846715 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:42.850043 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:42.853323 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:42.856574 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:42.859803 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:42.863014 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:42.866237 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:42.869448 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:42.872656 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:42.875884 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:42.879092 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:42.882317 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:42.885559 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:42.888773 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:42.891982 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:42.895179 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:42.898386 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:42.901641 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:42.904892 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:42.908145 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:42.911405 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:42.914671 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:42.917947 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:42.921203 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:42.924453 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:42.927714 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:42.930967 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:42.934241 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:42.937515 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:42.940790 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:42.944058 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:42.947318 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:42.950572 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:42.953841 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:42.957094 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:42.960357 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:42.963614 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:42.966868 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:42.970142 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:42.973407 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:42.976681 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:42.979929 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:42.983186 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:42.986433 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:42.989686 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:42.992948 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:42.996210 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:42.999468 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:43.002740 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:43.006005 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:43.009270 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:43.012524 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:43.015792 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:43.019047 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:43.022301 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:43.025561 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:43.028811 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:43.032065 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:43.035320 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:43.038572 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:43.041818 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:43.045072 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:43.048322 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:43.051584 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:43.054837 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:43.058092 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:43.061345 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:43.064589 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:43.067838 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:43.071177 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:43.074464 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:43.077722 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:43.080981 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:43.084259 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:43.087520 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:43.090800 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:43.094069 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:43.097342 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:43.100591 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:43.103853 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:43.107130 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:43.110390 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:43.113659 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:43.116912 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:43.120161 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:43.123435 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:43.126692 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:43.129950 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:43.133203 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:43.136455 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:43.139728 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:43.142976 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:43.146249 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:43.149513 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:43.152782 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:43.156048 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:43.159322 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:43.162575 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:43.165839 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:43.169099 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:43.172363 ---      ParallelTerminationStrategy: PID 22 died...
22:49:43.173834 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:43.177439 ---      ParallelTerminationStrategy: PID 23 died...
22:49:43.178893 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:43.182482 ---      ParallelTerminationStrategy: PID 24 died...
22:49:43.183936 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:43.187548 ---      ParallelTerminationStrategy: PID 25 died...
22:49:43.189021 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:43.192630 ---      ParallelTerminationStrategy: PID 26 died...
22:49:43.194093 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:43.197751 ---      ParallelTerminationStrategy: PID 27 died...
22:49:43.199240 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:43.202878 ---      ParallelTerminationStrategy: PID 28 died...
22:49:43.204354 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:43.208004 ---      ParallelTerminationStrategy: PID 29 died...
22:49:43.209486 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:43.213123 ---      ParallelTerminationStrategy: PID 30 died...
22:49:43.214581 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:43.218202 ---      ParallelTerminationStrategy: PID 31 died...
22:49:43.219668 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:43.223307 ---      ParallelTerminationStrategy: PID 32 died...
22:49:43.224804 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:43.228441 ---      ParallelTerminationStrategy: PID 33 died...
22:49:43.229936 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:43.233606 ---      ParallelTerminationStrategy: PID 35 died...
22:49:43.235079 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:43.238737 ---      ParallelTerminationStrategy: PID 36 died...
22:49:43.240218 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:43.243865 ---      ParallelTerminationStrategy: PID 37 died...
22:49:43.245348 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:43.249021 ---      ParallelTerminationStrategy: PID 38 died...
22:49:43.250497 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:43.254134 ---      ParallelTerminationStrategy: PID 39 died...
22:49:43.255597 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:43.259247 ---      ParallelTerminationStrategy: PID 40 died...
22:49:43.260739 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:43.264391 ---      ParallelTerminationStrategy: PID 41 died...
22:49:43.265885 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:43.269523 ---      ParallelTerminationStrategy: PID 42 died...
22:49:43.270996 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:43.274652 ---      ParallelTerminationStrategy: PID 43 died...
22:49:43.276122 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:43.279752 ---      ParallelTerminationStrategy: PID 44 died...
22:49:43.281233 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:43.284860 ---      ParallelTerminationStrategy: PID 45 died...
22:49:43.286338 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:43.289949 ---      ParallelTerminationStrategy: PID 46 died...
22:49:43.291427 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:43.295052 ---      ParallelTerminationStrategy: PID 47 died...
22:49:43.296519 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:43.300149 ---      ParallelTerminationStrategy: PID 48 died...
22:49:43.301626 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:43.305266 ---      ParallelTerminationStrategy: PID 49 died...
22:49:43.306735 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:43.310359 ---      ParallelTerminationStrategy: PID 50 died...
22:49:43.311829 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:43.315451 ---      ParallelTerminationStrategy: PID 51 died...
22:49:43.316922 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:43.320535 ---      ParallelTerminationStrategy: PID 52 died...
22:49:43.322037 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:43.325654 ---      ParallelTerminationStrategy: PID 53 died...
22:49:43.327121 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:43.330739 ---      ParallelTerminationStrategy: PID 54 died...
22:49:43.332215 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:43.335812 ---      ParallelTerminationStrategy: PID 55 died...
22:49:43.337282 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:43.340913 ---      ParallelTerminationStrategy: PID 56 died...
22:49:43.342370 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:43.345982 ---      ParallelTerminationStrategy: PID 57 died...
22:49:43.347443 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:43.351076 ---      ParallelTerminationStrategy: PID 58 died...
22:49:43.352547 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:43.356168 ---      ParallelTerminationStrategy: PID 59 died...
22:49:43.357644 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:43.361272 ---      ParallelTerminationStrategy: PID 60 died...
22:49:43.362732 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:43.366357 ---      ParallelTerminationStrategy: PID 61 died...
22:49:43.367818 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:43.371456 ---      ParallelTerminationStrategy: PID 62 died...
22:49:43.372933 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:43.376560 ---      ParallelTerminationStrategy: PID 63 died...
22:49:43.378038 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:43.381687 ---      ParallelTerminationStrategy: PID 64 died...
22:49:43.383161 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:43.386790 ---      ParallelTerminationStrategy: PID 65 died...
22:49:43.388259 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:43.391896 ---      ParallelTerminationStrategy: PID 66 died...
22:49:43.393377 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:43.396996 ---      ParallelTerminationStrategy: PID 67 died...
22:49:43.398472 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:43.402099 ---      ParallelTerminationStrategy: PID 68 died...
22:49:43.403576 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:43.407195 ---      ParallelTerminationStrategy: PID 69 died...
22:49:43.408673 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:43.412307 ---      ParallelTerminationStrategy: PID 70 died...
22:49:43.413783 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:43.417396 ---      ParallelTerminationStrategy: PID 71 died...
22:49:43.418864 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:43.422544 ---      ParallelTerminationStrategy: PID 72 died...
22:49:43.424020 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:43.427652 ---      ParallelTerminationStrategy: PID 73 died...
22:49:43.429133 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:43.432789 ---      ParallelTerminationStrategy: PID 74 died...
22:49:43.434248 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:43.437877 ---      ParallelTerminationStrategy: PID 75 died...
22:49:43.439355 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:43.442986 ---      ParallelTerminationStrategy: PID 76 died...
22:49:43.444452 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:43.448098 ---      ParallelTerminationStrategy: PID 77 died...
22:49:43.449576 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:43.453202 ---      ParallelTerminationStrategy: PID 78 died...
22:49:43.454667 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:43.458277 ---      ParallelTerminationStrategy: PID 79 died...
22:49:43.459732 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:43.463345 ---      ParallelTerminationStrategy: PID 80 died...
22:49:43.464832 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:43.468448 ---      ParallelTerminationStrategy: PID 81 died...
22:49:43.469910 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:43.473538 ---      ParallelTerminationStrategy: PID 82 died...
22:49:43.475000 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:43.478627 ---      ParallelTerminationStrategy: PID 83 died...
22:49:43.480090 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:43.483709 ---      ParallelTerminationStrategy: PID 84 died...
22:49:43.485189 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:43.488816 ---      ParallelTerminationStrategy: PID 85 died...
22:49:43.490276 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:43.493910 ---      ParallelTerminationStrategy: PID 86 died...
22:49:43.495376 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:43.499011 ---      ParallelTerminationStrategy: PID 87 died...
22:49:43.500479 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:43.504081 ---      ParallelTerminationStrategy: PID 88 died...
22:49:43.505567 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:43.509204 ---      ParallelTerminationStrategy: PID 89 died...
22:49:43.510676 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:43.514300 ---      ParallelTerminationStrategy: PID 90 died...
22:49:43.515775 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:43.519407 ---      ParallelTerminationStrategy: PID 91 died...
22:49:43.520895 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:43.524522 ---      ParallelTerminationStrategy: PID 92 died...
22:49:43.525998 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:43.529620 ---      ParallelTerminationStrategy: PID 93 died...
22:49:43.531083 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:43.534703 ---      ParallelTerminationStrategy: PID 94 died...
22:49:43.536168 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:43.539783 ---      ParallelTerminationStrategy: PID 95 died...
22:49:43.541249 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:43.544875 ---      ParallelTerminationStrategy: PID 96 died...
22:49:43.546345 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:43.549949 ---      ParallelTerminationStrategy: PID 97 died...
22:49:43.551414 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:43.555065 ---      ParallelTerminationStrategy: PID 98 died...
22:49:43.556530 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:43.560147 ---      ParallelTerminationStrategy: PID 99 died...
22:49:43.561615 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:43.565232 ---      ParallelTerminationStrategy: PID 100 died...
22:49:43.566695 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:43.570335 ---      ParallelTerminationStrategy: PID 101 died...
22:49:43.571794 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:43.575413 ---      ParallelTerminationStrategy: PID 102 died...
22:49:43.576892 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:43.580513 ---      ParallelTerminationStrategy: PID 103 died...
22:49:43.581989 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:43.585608 ---      ParallelTerminationStrategy: PID 104 died...
22:49:43.587071 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:43.590694 ---      ParallelTerminationStrategy: PID 105 died...
22:49:43.592164 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:43.595774 ---      ParallelTerminationStrategy: PID 106 died...
22:49:43.597237 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:43.600851 ---      ParallelTerminationStrategy: PID 107 died...
22:49:43.602317 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:43.605915 ---      ParallelTerminationStrategy: PID 108 died...
22:49:43.607366 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:43.610978 ---      ParallelTerminationStrategy: PID 109 died...
22:49:43.612451 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:43.616076 ---      ParallelTerminationStrategy: PID 110 died...
22:49:43.617547 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:43.621171 ---      ParallelTerminationStrategy: PID 111 died...
22:49:43.622634 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:43.626263 ---      ParallelTerminationStrategy: PID 112 died...
22:49:43.627741 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:43.631382 ---      ParallelTerminationStrategy: PID 113 died...
22:49:43.632879 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:43.636493 ---      ParallelTerminationStrategy: PID 114 died...
22:49:43.637973 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:43.641596 ---      ParallelTerminationStrategy: PID 115 died...
22:49:43.643059 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:43.646704 ---      ParallelTerminationStrategy: PID 116 died...
22:49:43.648160 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:43.651769 ---      ParallelTerminationStrategy: PID 117 died...
22:49:43.653235 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:43.656840 ---      ParallelTerminationStrategy: PID 118 died...
22:49:43.658302 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:43.661931 ---      ParallelTerminationStrategy: PID 119 died...
22:49:43.663398 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:43.667011 ---      ParallelTerminationStrategy: PID 120 died...
22:49:43.668475 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:43.672096 ---      ParallelTerminationStrategy: PID 121 died...
22:49:43.673561 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:43.677205 ---      ParallelTerminationStrategy: PID 122 died...
22:49:43.678669 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:43.682293 ---      ParallelTerminationStrategy: PID 123 died...
22:49:43.683757 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:43.687379 ---      ParallelTerminationStrategy: PID 124 died...
22:49:43.688866 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:43.692492 ---      ParallelTerminationStrategy: PID 125 died...
22:49:43.693979 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:43.697601 ---      ParallelTerminationStrategy: PID 126 died...
22:49:43.699072 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:43.702681 ---      ParallelTerminationStrategy: PID 127 died...
22:49:43.704152 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:43.707798 ---      ParallelTerminationStrategy: PID 128 died...
22:49:43.709266 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:43.712904 ---      ParallelTerminationStrategy: PID 129 died...
22:49:43.714368 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:43.717994 ---      ParallelTerminationStrategy: PID 130 died...
22:49:43.719463 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:43.723094 ---      ParallelTerminationStrategy: PID 131 died...
22:49:43.724564 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:43.728198 ---      ParallelTerminationStrategy: PID 132 died...
22:49:43.729677 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:43.733293 ---      ParallelTerminationStrategy: PID 133 died...
22:49:43.734764 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:43.738374 ---      ParallelTerminationStrategy: PID 134 died...
22:49:43.739840 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:43.743457 ---      ParallelTerminationStrategy: PID 135 died...
22:49:43.744937 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:43.748577 ---      ParallelTerminationStrategy: PID 136 died...
22:49:43.750047 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:43.753714 ---      ParallelTerminationStrategy: PID 137 died...
22:49:43.755183 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:43.758860 ---      ParallelTerminationStrategy: PID 138 died...
22:49:43.760333 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:43.764009 ---      ParallelTerminationStrategy: PID 139 died...
22:49:43.765492 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:43.769138 ---      ParallelTerminationStrategy: PID 140 died...
22:49:43.770614 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:43.774249 ---      ParallelTerminationStrategy: PID 141 died...
22:49:43.775702 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:43.779342 ---      ParallelTerminationStrategy: PID 142 died...
22:49:43.780813 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:43.784457 ---      ParallelTerminationStrategy: PID 143 died...
22:49:43.785932 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:43.789574 ---      ParallelTerminationStrategy: PID 144 died...
22:49:43.791040 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:43.794717 ---      ParallelTerminationStrategy: PID 145 died...
22:49:43.796191 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:43.799846 ---      ParallelTerminationStrategy: PID 146 died...
22:49:43.801315 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:43.804964 ---      ParallelTerminationStrategy: PID 147 died...
22:49:43.806446 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:43.810087 ---      ParallelTerminationStrategy: PID 148 died...
22:49:43.811553 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:43.815210 ---      ParallelTerminationStrategy: PID 149 died...
22:49:43.816703 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:43.820355 ---      ParallelTerminationStrategy: PID 150 died...
22:49:43.821845 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:43.825506 ---      ParallelTerminationStrategy: PID 151 died...
22:49:43.826972 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:43.830642 ---      ParallelTerminationStrategy: PID 152 died...
22:49:43.832120 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:43.835800 ---      ParallelTerminationStrategy: PID 153 died...
22:49:43.837278 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:43.840917 ---      ParallelTerminationStrategy: PID 154 died...
22:49:43.842392 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:43.846039 ---      ParallelTerminationStrategy: PID 155 died...
22:49:43.847496 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:43.851156 ---      ParallelTerminationStrategy: PID 156 died...
22:49:43.852629 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:43.856290 ---      ParallelTerminationStrategy: PID 157 died...
22:49:43.857784 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:43.861429 ---      ParallelTerminationStrategy: PID 158 died...
22:49:43.862893 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:43.866564 ---      ParallelTerminationStrategy: PID 159 died...
22:49:43.868034 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:43.871688 ---      ParallelTerminationStrategy: PID 160 died...
22:49:43.873159 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:43.876798 ---      ParallelTerminationStrategy: PID 161 died...
22:49:43.878274 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:43.881917 ---      ParallelTerminationStrategy: PID 162 died...
22:49:43.883385 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:43.887031 ---      ParallelTerminationStrategy: PID 163 died...
22:49:43.888499 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:43.892158 ---      ParallelTerminationStrategy: PID 164 died...
22:49:43.893642 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:43.897296 ---      ParallelTerminationStrategy: PID 165 died...
22:49:43.898771 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:43.902416 ---      ParallelTerminationStrategy: PID 166 died...
22:49:43.903890 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:43.907531 ---      ParallelTerminationStrategy: PID 167 died...
22:49:43.909013 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:43.912656 ---      ParallelTerminationStrategy: PID 168 died...
22:49:43.914133 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:43.917796 ---      ParallelTerminationStrategy: PID 169 died...
22:49:43.919275 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:43.922919 ---      ParallelTerminationStrategy: PID 170 died...
22:49:43.924385 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:43.928025 ---      ParallelTerminationStrategy: PID 171 died...
22:49:43.929495 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:43.933167 ---      ParallelTerminationStrategy: PID 172 died...
22:49:43.934638 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:43.938275 ---      ParallelTerminationStrategy: PID 173 died...
22:49:43.939739 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:43.943371 ---      ParallelTerminationStrategy: PID 174 died...
22:49:43.944850 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:43.948492 ---      ParallelTerminationStrategy: PID 175 died...
22:49:43.949995 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:43.953654 ---      ParallelTerminationStrategy: PID 176 died...
22:49:43.955125 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:43.958799 ---      ParallelTerminationStrategy: PID 177 died...
22:49:43.960276 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:43.963919 ---      ParallelTerminationStrategy: PID 178 died...
22:49:43.965395 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:43.969049 ---      ParallelTerminationStrategy: PID 179 died...
22:49:43.970527 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:43.974187 ---      ParallelTerminationStrategy: PID 180 died...
22:49:43.975660 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:43.979309 ---      ParallelTerminationStrategy: PID 181 died...
22:49:43.980791 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:43.984433 ---      ParallelTerminationStrategy: PID 182 died...
22:49:43.985924 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:43.989565 ---      ParallelTerminationStrategy: PID 183 died...
22:49:43.991046 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:43.994691 ---      ParallelTerminationStrategy: PID 184 died...
22:49:43.996158 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:43.999817 ---      ParallelTerminationStrategy: PID 185 died...
22:49:44.001304 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:44.004953 ---      ParallelTerminationStrategy: PID 186 died...
22:49:44.006425 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:44.010059 ---      ParallelTerminationStrategy: PID 187 died...
22:49:44.011529 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:44.015192 ---      ParallelTerminationStrategy: PID 188 died...
22:49:44.016672 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:44.020299 ---      ParallelTerminationStrategy: PID 189 died...
22:49:44.021782 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:44.025423 ---      ParallelTerminationStrategy: PID 190 died...
22:49:44.026886 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:44.030537 ---      ParallelTerminationStrategy: PID 191 died...
22:49:44.032006 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:44.035661 ---      ParallelTerminationStrategy: PID 192 died...
22:49:44.037139 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:44.040781 ---      ParallelTerminationStrategy: PID 193 died...
22:49:44.042258 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:44.045903 ---      ParallelTerminationStrategy: PID 194 died...
22:49:44.047367 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:44.051003 ---      ParallelTerminationStrategy: PID 195 died...
22:49:44.052474 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:44.056127 ---      ParallelTerminationStrategy: PID 196 died...
22:49:44.057615 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:44.061258 ---      ParallelTerminationStrategy: PID 197 died...
22:49:44.062728 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:44.066419 ---      ParallelTerminationStrategy: PID 198 died...
22:49:44.067890 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:44.071542 ---      ParallelTerminationStrategy: PID 199 died...
22:49:44.073011 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:44.076671 ---      ParallelTerminationStrategy: PID 200 died...
22:49:44.078158 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:44.081800 ---      ParallelTerminationStrategy: PID 201 died...
22:49:44.083266 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:44.086915 ---      ParallelTerminationStrategy: PID 202 died...
22:49:44.088397 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:44.092045 ---      ParallelTerminationStrategy: PID 203 died...
22:49:44.093522 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:44.097169 ---      ParallelTerminationStrategy: PID 204 died...
22:49:44.098639 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:44.102288 ---      ParallelTerminationStrategy: PID 205 died...
22:49:44.103753 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:44.107406 ---      ParallelTerminationStrategy: PID 206 died...
22:49:44.108877 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:44.112520 ---      ParallelTerminationStrategy: PID 207 died...
22:49:44.113999 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:44.117670 ---      ParallelTerminationStrategy: PID 208 died...
22:49:44.119139 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:44.122773 ---      ParallelTerminationStrategy: PID 209 died...
22:49:44.124238 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:44.127889 ---      ParallelTerminationStrategy: PID 210 died...
22:49:44.129358 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:44.133016 ---      ParallelTerminationStrategy: PID 211 died...
22:49:44.134478 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:44.138126 ---      ParallelTerminationStrategy: PID 212 died...
22:49:44.139586 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:44.143227 ---      ParallelTerminationStrategy: PID 213 died...
22:49:44.144698 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:44.148345 ---      ParallelTerminationStrategy: PID 214 died...
22:49:44.149821 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:44.153470 ---      ParallelTerminationStrategy: PID 215 died...
22:49:44.154934 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:44.158577 ---      ParallelTerminationStrategy: PID 216 died...
22:49:44.160043 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:44.163687 ---      ParallelTerminationStrategy: PID 217 died...
22:49:44.165163 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:44.168828 ---      ParallelTerminationStrategy: PID 218 died...
22:49:44.170298 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:44.173951 ---      ParallelTerminationStrategy: PID 219 died...
22:49:44.175428 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:44.179077 ---      ParallelTerminationStrategy: PID 220 died...
22:49:44.180550 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:44.184224 ---      ParallelTerminationStrategy: PID 221 died...
22:49:44.185707 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:44.189385 ---      ParallelTerminationStrategy: PID 222 died...
22:49:44.190859 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:44.194527 ---      ParallelTerminationStrategy: PID 223 died...
22:49:44.196004 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:44.199653 ---      ParallelTerminationStrategy: PID 224 died...
22:49:44.201147 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:44.204817 ---      ParallelTerminationStrategy: PID 225 died...
22:49:44.206291 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:44.209958 ---      ParallelTerminationStrategy: PID 226 died...
22:49:44.211435 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:44.215101 ---      ParallelTerminationStrategy: PID 227 died...
22:49:44.216569 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:44.220236 ---      ParallelTerminationStrategy: PID 228 died...
22:49:44.221739 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:44.225394 ---      ParallelTerminationStrategy: PID 229 died...
22:49:44.226872 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:44.230545 ---      ParallelTerminationStrategy: PID 230 died...
22:49:44.232024 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:44.235692 ---      ParallelTerminationStrategy: PID 231 died...
22:49:44.237176 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:44.240841 ---      ParallelTerminationStrategy: PID 232 died...
22:49:44.242322 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:44.245993 ---      ParallelTerminationStrategy: PID 233 died...
22:49:44.247466 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:44.251115 ---      ParallelTerminationStrategy: PID 234 died...
22:49:44.252589 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:47.656994 ---      ParallelTerminationStrategy: PID 34 died...
22:49:47.662661 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8185 netreg_mass PASS
---------------------------------------------------------------------
22:49:47.745540 tst                       trial-8185: Storing JUnit report in /build/trial-8185/run.2025-12-19_22-48-17/trial-8185.xml

--------------------------------------------------------------------------------------------
trial-8185 PASS
--------------------------------------------------------------------------------------------
22:49:47.756433 tst                       trial-8185: trial-8185: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (85.1 sec)
+ exit_code=0
+ rm -rf trial-8185/inst
+ cd trial-8185
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-12-19 22:48:16
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8185-run.tgz run.2025-12-19_22-48-17
+ tar czf /build/trial-8185-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-12-19_15_22_23.tgz osmo-bts-oc2g.build-2025-12-19_00_52_58.tgz osmo-bts-sysmo.build-2025-12-19_00_52_53.tgz osmo-bts.build-2025-12-19_00_52_59.tgz osmo-ggsn.build-2025-12-19_20_42_39.tgz osmo-hlr.build-2025-12-19_16_36_53.tgz osmo-hnbgw.build-2025-12-19_13_28_57.tgz osmo-mgw.build-2025-12-19_08_33_11.tgz osmo-msc.build-2025-12-19_15_24_25.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-12-19_07_34_10.tgz osmo-pcu-sysmo.build-2025-12-19_07_34_09.tgz osmo-pcu.build-2025-12-19_07_34_10.tgz osmo-sgsn.build-2025-12-19_20_48_18.tgz osmo-stp.build-2025-12-19_13_23_19.tgz osmo-trx.build-2025-12-19_14_29_46.tgz osmocom-bb.build-2025-12-19_21_17_37.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