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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:8bc584c9b40d7c34c5193f6eadf44f54cb18f5c1ebe667919924a05a3a024352 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=8150 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-11-14 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8150
+ mkdir -p trial-8150
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-11-14_15_12_42.tgz osmo-bts-oc2g.build-2025-11-14_00_51_40.tgz osmo-bts-sysmo.build-2025-11-14_00_51_40.tgz osmo-bts.build-2025-11-14_00_51_51.tgz osmo-ggsn.build-2025-11-14_20_42_31.tgz osmo-hlr.build-2025-11-14_16_36_51.tgz osmo-hnbgw.build-2025-11-14_15_14_25.tgz osmo-mgw.build-2025-11-14_08_35_24.tgz osmo-msc.build-2025-11-14_15_18_23.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-14_07_34_00.tgz osmo-pcu-sysmo.build-2025-11-14_07_34_05.tgz osmo-pcu.build-2025-11-14_07_36_20.tgz osmo-sgsn.build-2025-11-14_20_48_04.tgz osmo-stp.build-2025-11-14_15_08_27.tgz osmo-trx.build-2025-11-14_14_25_41.tgz osmocom-bb.build-2025-11-14_21_17_24.tgz srslte.build-19.tgz trial-8150
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-11-14_15_12_42.md5 osmo-bts-oc2g.build-2025-11-14_00_51_40.md5 osmo-bts-sysmo.build-2025-11-14_00_51_40.md5 osmo-bts.build-2025-11-14_00_51_51.md5 osmo-ggsn.build-2025-11-14_20_42_31.md5 osmo-hlr.build-2025-11-14_16_36_51.md5 osmo-hnbgw.build-2025-11-14_15_14_25.md5 osmo-mgw.build-2025-11-14_08_35_24.md5 osmo-msc.build-2025-11-14_15_18_23.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-14_07_34_00.md5 osmo-pcu-sysmo.build-2025-11-14_07_34_05.md5 osmo-pcu.build-2025-11-14_07_36_20.md5 osmo-sgsn.build-2025-11-14_20_48_04.md5 osmo-stp.build-2025-11-14_15_08_27.md5 osmo-trx.build-2025-11-14_14_25_41.md5 osmocom-bb.build-2025-11-14_21_17_24.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-11-14_15_12_42.md5 osmo-bts-oc2g.build-2025-11-14_00_51_40.md5 osmo-bts-sysmo.build-2025-11-14_00_51_40.md5 osmo-bts.build-2025-11-14_00_51_51.md5 osmo-ggsn.build-2025-11-14_20_42_31.md5 osmo-hlr.build-2025-11-14_16_36_51.md5 osmo-hnbgw.build-2025-11-14_15_14_25.md5 osmo-mgw.build-2025-11-14_08_35_24.md5 osmo-msc.build-2025-11-14_15_18_23.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-11-14_07_34_00.md5 osmo-pcu-sysmo.build-2025-11-14_07_34_05.md5 osmo-pcu.build-2025-11-14_07_36_20.md5 osmo-sgsn.build-2025-11-14_20_48_04.md5 osmo-stp.build-2025-11-14_15_08_27.md5 osmo-trx.build-2025-11-14_14_25_41.md5 osmocom-bb.build-2025-11-14_21_17_24.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-8150 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8150'
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-8150
--------------------------------------------------------------------------------------------
22:48:17.616264 tst                       trial-8150: Detailed log at /build/trial-8150/run.2025-11-14_22-48-17/log

---------------------------------------------------------------------
trial-8150 netreg_mass
---------------------------------------------------------------------
22:48:17.819042 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.819397 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.820219 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.821395 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.863111 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.864013 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.865209 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.927725 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-8150 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.928501 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.943607 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.944144 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.944619 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.945074 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.945533 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.945990 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.946436 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.977439 tst         register_default_mass.py: using LAC 2
22:48:17.999809 tst         register_default_mass.py: using RAC 2
22:48:18.026647 tst         register_default_mass.py: using CellId 2
22:48:18.056345 tst         register_default_mass.py: using BVCI 3
22:48:18.070180 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.070881 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.071451 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.071984 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.072514 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.073039 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.073547 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.074077 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.074608 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.075135 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.075677 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.076206 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.076849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.077420 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.077954 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.078495 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.079030 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.079558 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.080089 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.080628 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.081150 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.081685 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.082219 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.082741 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.083255 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.083781 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.084304 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.084823 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.085366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.085891 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.086405 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.086941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.087470 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.087996 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.088538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.089069 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.089592 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.090134 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.090656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.091165 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.091690 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.092213 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.092733 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.093270 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.093790 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.094323 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.094849 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.095374 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.095909 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.096431 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.096959 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.097488 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.098006 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.098527 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.099057 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.099577 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.100104 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.100638 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.101160 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.101684 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.102195 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.102712 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.103243 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.103763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.104269 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.104803 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.105319 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.105858 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.106385 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.106897 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.107428 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.107955 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.108552 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.109079 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.109593 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.110119 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.110636 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.111149 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.111669 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.112185 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.112701 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.113208 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.113733 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.114246 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.114772 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.115288 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.115802 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.116316 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.116833 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.117340 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.117874 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.118395 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.118915 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.119452 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.119971 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.120480 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.121014 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.121542 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.122059 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.122585 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.123099 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.123663 tst      register_default_mass.py:21: Launching a simple network
22:48:18.133744 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.251066 run            create_hlr_db(pid=20): Launched
22:48:19.265747 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.281992 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.297035 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.302781 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.484500 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.499365 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.505025 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.914591 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.929611 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.944316 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.056747 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:23.071908 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:23.077598 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.100967 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.116129 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.121834 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.429927 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.445885 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.472427 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.642389 run         osmo-bts-virtual(pid=34): Launched
22:48:30.677839 tst         register_default_mass.py: using MSISDN 1001
22:48:30.691692 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.731001 tst         register_default_mass.py: using MSISDN 1002
22:48:30.748740 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.779673 tst         register_default_mass.py: using MSISDN 1003
22:48:30.794443 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.824877 tst         register_default_mass.py: using MSISDN 1004
22:48:30.839254 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.869375 tst         register_default_mass.py: using MSISDN 1005
22:48:30.883655 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:30.913146 tst         register_default_mass.py: using MSISDN 1006
22:48:30.927069 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:30.956509 tst         register_default_mass.py: using MSISDN 1007
22:48:30.970561 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.000005 tst         register_default_mass.py: using MSISDN 1008
22:48:31.013829 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.043341 tst         register_default_mass.py: using MSISDN 1009
22:48:31.057179 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.086722 tst         register_default_mass.py: using MSISDN 1010
22:48:31.100666 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.130312 tst         register_default_mass.py: using MSISDN 1011
22:48:31.144154 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.173869 tst         register_default_mass.py: using MSISDN 1012
22:48:31.187685 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.217194 tst         register_default_mass.py: using MSISDN 1013
22:48:31.231092 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.261875 tst         register_default_mass.py: using MSISDN 1014
22:48:31.276194 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.307073 tst         register_default_mass.py: using MSISDN 1015
22:48:31.321709 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.352587 tst         register_default_mass.py: using MSISDN 1016
22:48:31.367284 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.398044 tst         register_default_mass.py: using MSISDN 1017
22:48:31.412645 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.443283 tst         register_default_mass.py: using MSISDN 1018
22:48:31.457817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:31.488558 tst         register_default_mass.py: using MSISDN 1019
22:48:31.503046 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:31.533861 tst         register_default_mass.py: using MSISDN 1020
22:48:31.548524 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:31.579250 tst         register_default_mass.py: using MSISDN 1021
22:48:31.593718 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:31.624470 tst         register_default_mass.py: using MSISDN 1022
22:48:31.639117 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:31.669944 tst         register_default_mass.py: using MSISDN 1023
22:48:31.684467 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:31.714959 tst         register_default_mass.py: using MSISDN 1024
22:48:31.729449 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:31.760479 tst         register_default_mass.py: using MSISDN 1025
22:48:31.775282 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:31.806281 tst         register_default_mass.py: using MSISDN 1026
22:48:31.820936 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:31.851752 tst         register_default_mass.py: using MSISDN 1027
22:48:31.866220 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:31.897170 tst         register_default_mass.py: using MSISDN 1028
22:48:31.911795 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:31.942596 tst         register_default_mass.py: using MSISDN 1029
22:48:31.957079 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:31.987839 tst         register_default_mass.py: using MSISDN 1030
22:48:32.002435 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.033155 tst         register_default_mass.py: using MSISDN 1031
22:48:32.047771 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:32.078571 tst         register_default_mass.py: using MSISDN 1032
22:48:32.093113 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:32.123647 tst         register_default_mass.py: using MSISDN 1033
22:48:32.138119 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:32.168708 tst         register_default_mass.py: using MSISDN 1034
22:48:32.183188 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:32.213269 tst         register_default_mass.py: using MSISDN 1035
22:48:32.227592 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:32.257936 tst         register_default_mass.py: using MSISDN 1036
22:48:32.272173 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:32.302727 tst         register_default_mass.py: using MSISDN 1037
22:48:32.317195 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:32.347672 tst         register_default_mass.py: using MSISDN 1038
22:48:32.362032 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:32.392536 tst         register_default_mass.py: using MSISDN 1039
22:48:32.407053 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:32.437656 tst         register_default_mass.py: using MSISDN 1040
22:48:32.451977 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:32.482280 tst         register_default_mass.py: using MSISDN 1041
22:48:32.496517 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:32.527066 tst         register_default_mass.py: using MSISDN 1042
22:48:32.541546 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:32.571946 tst         register_default_mass.py: using MSISDN 1043
22:48:32.586378 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:32.616818 tst         register_default_mass.py: using MSISDN 1044
22:48:32.631192 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:32.661671 tst         register_default_mass.py: using MSISDN 1045
22:48:32.675853 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:32.706363 tst         register_default_mass.py: using MSISDN 1046
22:48:32.720900 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:32.751354 tst         register_default_mass.py: using MSISDN 1047
22:48:32.765742 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:32.795968 tst         register_default_mass.py: using MSISDN 1048
22:48:32.810409 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:32.839454 tst         register_default_mass.py: using MSISDN 1049
22:48:32.853268 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:32.882553 tst         register_default_mass.py: using MSISDN 1050
22:48:32.896114 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:32.926260 tst         register_default_mass.py: using MSISDN 1051
22:48:32.940493 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:32.970630 tst         register_default_mass.py: using MSISDN 1052
22:48:32.984711 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:33.014867 tst         register_default_mass.py: using MSISDN 1053
22:48:33.029037 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:33.063284 tst         register_default_mass.py: using MSISDN 1054
22:48:33.079381 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:33.109439 tst         register_default_mass.py: using MSISDN 1055
22:48:33.123704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:33.153939 tst         register_default_mass.py: using MSISDN 1056
22:48:33.168270 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:33.198635 tst         register_default_mass.py: using MSISDN 1057
22:48:33.212969 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:33.243340 tst         register_default_mass.py: using MSISDN 1058
22:48:33.257711 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:33.287715 tst         register_default_mass.py: using MSISDN 1059
22:48:33.301917 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:33.332143 tst         register_default_mass.py: using MSISDN 1060
22:48:33.346431 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:33.376440 tst         register_default_mass.py: using MSISDN 1061
22:48:33.390745 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:33.420850 tst         register_default_mass.py: using MSISDN 1062
22:48:33.434965 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:33.465562 tst         register_default_mass.py: using MSISDN 1063
22:48:33.479840 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:33.510358 tst         register_default_mass.py: using MSISDN 1064
22:48:33.524805 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:33.555459 tst         register_default_mass.py: using MSISDN 1065
22:48:33.570078 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:33.600961 tst         register_default_mass.py: using MSISDN 1066
22:48:33.615337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:33.646265 tst         register_default_mass.py: using MSISDN 1067
22:48:33.660734 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:33.700057 tst         register_default_mass.py: using MSISDN 1068
22:48:33.717889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:33.748476 tst         register_default_mass.py: using MSISDN 1069
22:48:33.763194 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:33.793901 tst         register_default_mass.py: using MSISDN 1070
22:48:33.808432 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:33.839203 tst         register_default_mass.py: using MSISDN 1071
22:48:33.853781 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:33.884551 tst         register_default_mass.py: using MSISDN 1072
22:48:33.899089 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:33.929715 tst         register_default_mass.py: using MSISDN 1073
22:48:33.944170 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:33.974973 tst         register_default_mass.py: using MSISDN 1074
22:48:33.989558 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:34.020158 tst         register_default_mass.py: using MSISDN 1075
22:48:34.034596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:34.065295 tst         register_default_mass.py: using MSISDN 1076
22:48:34.079790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:34.110368 tst         register_default_mass.py: using MSISDN 1077
22:48:34.125020 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:34.155648 tst         register_default_mass.py: using MSISDN 1078
22:48:34.170140 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:34.200782 tst         register_default_mass.py: using MSISDN 1079
22:48:34.215177 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:34.245800 tst         register_default_mass.py: using MSISDN 1080
22:48:34.260257 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:34.290719 tst         register_default_mass.py: using MSISDN 1081
22:48:34.305184 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:34.335801 tst         register_default_mass.py: using MSISDN 1082
22:48:34.350152 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:34.380733 tst         register_default_mass.py: using MSISDN 1083
22:48:34.395203 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:34.425893 tst         register_default_mass.py: using MSISDN 1084
22:48:34.440255 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:34.470503 tst         register_default_mass.py: using MSISDN 1085
22:48:34.484771 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:34.523830 tst         register_default_mass.py: using MSISDN 1086
22:48:34.541655 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:34.572309 tst         register_default_mass.py: using MSISDN 1087
22:48:34.586994 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:34.617464 tst         register_default_mass.py: using MSISDN 1088
22:48:34.631845 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:34.662315 tst         register_default_mass.py: using MSISDN 1089
22:48:34.676783 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:34.707209 tst         register_default_mass.py: using MSISDN 1090
22:48:34.721676 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:34.752224 tst         register_default_mass.py: using MSISDN 1091
22:48:34.766586 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:34.797040 tst         register_default_mass.py: using MSISDN 1092
22:48:34.811274 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:34.841980 tst         register_default_mass.py: using MSISDN 1093
22:48:34.856522 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:34.887102 tst         register_default_mass.py: using MSISDN 1094
22:48:34.901507 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:34.932270 tst         register_default_mass.py: using MSISDN 1095
22:48:34.946794 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:34.977265 tst         register_default_mass.py: using MSISDN 1096
22:48:34.991637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:35.022306 tst         register_default_mass.py: using MSISDN 1097
22:48:35.036863 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:35.067518 tst         register_default_mass.py: using MSISDN 1098
22:48:35.081938 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:35.112702 tst         register_default_mass.py: using MSISDN 1099
22:48:35.127285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:35.157823 tst         register_default_mass.py: using MSISDN 1100
22:48:35.172234 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:35.263604 run                             mass: Starting testcase
22:48:35.269158 run                             mass: Pre-launching all virtphy's
22:48:35.274587 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:35.287608 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:35.293688 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:35.306687 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:35.312777 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:35.325753 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:35.331835 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:35.344910 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:35.350957 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:35.363882 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:35.369970 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:35.382950 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:35.389090 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:35.402106 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:35.408190 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:35.421248 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:35.427377 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:35.440270 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:35.446248 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:35.459066 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:35.465033 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:35.477856 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:35.483778 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:35.496766 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:35.502919 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:35.515809 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:35.521960 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:35.534987 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:35.541126 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:35.554196 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:35.560263 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:35.573162 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:35.579255 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:35.592201 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:35.598288 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:35.611160 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:35.617118 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:35.630048 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:35.635973 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:35.648751 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:35.654658 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:35.667495 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:35.673461 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:35.686266 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:35.692293 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:35.705149 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:35.711132 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:35.724003 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:35.729965 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:35.742931 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:35.748872 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:35.761703 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:35.767643 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:35.780555 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:35.786520 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:35.799455 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:35.805462 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:35.818481 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:35.824501 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:35.837445 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:35.843492 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:35.856361 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:35.862507 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:35.875342 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:35.881310 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:35.894202 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:35.900133 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:35.913001 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:35.918945 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:35.931762 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:35.937701 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:35.950512 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:35.956443 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:35.969330 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:35.975310 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:35.988207 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:35.994194 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:36.007047 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:36.013048 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:36.025845 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:36.031900 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:36.044831 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:36.050868 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:36.063702 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:36.069684 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:36.082733 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:36.088736 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:36.101722 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:36.107651 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:36.120480 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:36.126421 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:36.139306 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:36.145266 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:36.158129 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:36.164092 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:36.176948 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:36.182935 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:36.195921 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:36.202010 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:36.214920 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:36.220988 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:36.233911 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:36.239953 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:36.252925 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:36.259017 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:36.272096 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:36.278114 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:36.291099 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:36.297040 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:36.309891 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:36.315968 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:36.328964 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:36.335156 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:36.348027 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:36.353974 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:36.366778 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:36.372733 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:36.385526 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:36.391436 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:36.404218 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:36.410141 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:36.422877 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:36.428771 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:36.441528 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:36.447492 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:36.460273 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:36.466273 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:36.479087 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:36.485063 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:36.497860 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:36.503955 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:36.516891 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:36.522990 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:36.535807 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:36.541770 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:36.554800 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:36.560775 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:36.573763 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:36.579682 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:36.592544 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:36.598520 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:36.611417 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:36.617365 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:36.630259 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:36.636206 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:36.649037 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:36.654976 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:36.667774 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:36.673712 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:36.686536 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:36.692452 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:36.705304 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:36.711215 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:36.724154 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:36.730126 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:36.743243 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:36.749242 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:36.762188 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:36.768123 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:36.780927 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:36.787023 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:36.800092 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:36.806644 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:36.819425 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:36.825582 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:36.838692 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:36.844809 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:36.857914 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:36.864014 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:36.877102 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:36.883130 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:36.896001 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:36.902083 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:36.914887 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:36.920861 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:36.933698 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:36.939686 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:36.952655 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:36.958692 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:36.972029 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:36.978047 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:36.991228 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:36.997311 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:37.010137 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:37.016260 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:37.029799 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:37.036154 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:37.049232 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:37.055298 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:37.068343 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:37.074408 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:37.087438 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:37.093487 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:37.106604 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:37.112601 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:37.125417 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:37.131460 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:37.144274 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:37.150184 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:37.163049 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:37.168977 run                             mass: Checking if sockets are in the filesystem
22:48:37.201251 run                osmo-ms-mob/00000: Starting mobile
22:48:37.215041 run       osmo-ms-mob/00000(pid=135): Launched
22:48:37.225998 run                             mass: MS start registered  {at=26391422.929340545, delay=0.004990663379430771, ms=00000}
22:48:41.417538 run                osmo-ms-mob/00001: Starting mobile
22:48:41.434211 run       osmo-ms-mob/00001(pid=136): Launched
22:48:41.445055 run                             mass: MS start registered  {at=26391427.148377184, delay=0.00487755611538887, ms=00001}
22:48:42.478825 run                             mass: MS performed LU  {at=26391428.182058316, lu_delay=5.252717770636082, ms=00000}
22:48:43.206424 run                osmo-ms-mob/00002: Starting mobile
22:48:43.222344 run       osmo-ms-mob/00002(pid=137): Launched
22:48:43.232952 run                             mass: MS start registered  {at=26391428.936290916, delay=0.0047070905566215515, ms=00002}
22:48:44.517300 run                osmo-ms-mob/00003: Starting mobile
22:48:44.534634 run       osmo-ms-mob/00003(pid=138): Launched
22:48:44.545143 run                             mass: MS start registered  {at=26391430.248493943, delay=0.0045693181455135345, ms=00003}
22:48:45.606753 run                osmo-ms-mob/00004: Starting mobile
22:48:45.622798 run       osmo-ms-mob/00004(pid=139): Launched
22:48:45.633197 run                             mass: MS start registered  {at=26391431.336549696, delay=0.004336606711149216, ms=00004}
22:48:46.244405 run                             mass: MS performed LU  {at=26391431.947645705, lu_delay=4.799268521368504, ms=00001}
22:48:46.584550 run                osmo-ms-mob/00005: Starting mobile
22:48:46.597231 run       osmo-ms-mob/00005(pid=140): Launched
22:48:46.607525 run                             mass: MS start registered  {at=26391432.31087562, delay=0.004415471106767654, ms=00005}
22:48:47.507389 run                osmo-ms-mob/00006: Starting mobile
22:48:47.523243 run       osmo-ms-mob/00006(pid=141): Launched
22:48:47.533784 run                             mass: MS start registered  {at=26391433.237137847, delay=0.0045615918934345245, ms=00006}
22:48:48.145910 run                             mass: MS performed LU  {at=26391433.84914731, lu_delay=4.912856392562389, ms=00002}
22:48:48.416397 run                osmo-ms-mob/00007: Starting mobile
22:48:48.433194 run       osmo-ms-mob/00007(pid=142): Launched
22:48:48.443713 run                             mass: MS start registered  {at=26391434.147064082, delay=0.004612486809492111, ms=00007}
22:48:49.185294 run                osmo-ms-mob/00008: Starting mobile
22:48:49.198010 run       osmo-ms-mob/00008(pid=143): Launched
22:48:49.208402 run                             mass: MS start registered  {at=26391434.91175556, delay=0.004376322031021118, ms=00008}
22:48:49.918045 run                osmo-ms-mob/00009: Starting mobile
22:48:49.933384 run       osmo-ms-mob/00009(pid=144): Launched
22:48:49.943960 run                             mass: MS start registered  {at=26391435.647311497, delay=0.00422012060880661, ms=00009}
22:48:50.010190 run                             mass: MS performed LU  {at=26391435.713434763, lu_delay=5.464940819889307, ms=00003}
22:48:50.615124 run                osmo-ms-mob/00010: Starting mobile
22:48:50.631874 run       osmo-ms-mob/00010(pid=145): Launched
22:48:50.642616 run                             mass: MS start registered  {at=26391436.345966678, delay=0.004652634263038635, ms=00010}
22:48:51.185869 run                osmo-ms-mob/00011: Starting mobile
22:48:51.198724 run       osmo-ms-mob/00011(pid=146): Launched
22:48:51.209599 run                             mass: MS start registered  {at=26391436.912952956, delay=0.004619330167770386, ms=00011}
22:48:51.785190 run                osmo-ms-mob/00012: Starting mobile
22:48:51.798062 run       osmo-ms-mob/00012(pid=147): Launched
22:48:51.809144 run                             mass: MS start registered  {at=26391437.51249779, delay=0.004731327295303345, ms=00012}
22:48:51.911877 run                             mass: MS performed LU  {at=26391437.615122598, lu_delay=6.278572902083397, ms=00004}
22:48:51.938663 run                             mass: MS performed LU  {at=26391437.64193654, lu_delay=5.331060919910669, ms=00005}
22:48:52.417051 run                osmo-ms-mob/00013: Starting mobile
22:48:52.433953 run       osmo-ms-mob/00013(pid=148): Launched
22:48:52.444431 run                             mass: MS start registered  {at=26391438.147783402, delay=0.004425749182701111, ms=00013}
22:48:52.985864 run                osmo-ms-mob/00014: Starting mobile
22:48:52.998901 run       osmo-ms-mob/00014(pid=149): Launched
22:48:53.009802 run                             mass: MS start registered  {at=26391438.71315252, delay=0.004929427057504654, ms=00014}
22:48:53.611265 run                osmo-ms-mob/00015: Starting mobile
22:48:53.624304 run       osmo-ms-mob/00015(pid=150): Launched
22:48:53.635235 run                             mass: MS start registered  {at=26391439.33858822, delay=0.004869099706411362, ms=00015}
22:48:53.775966 run                             mass: MS performed LU  {at=26391439.479216438, lu_delay=6.2420785911381245, ms=00006}
22:48:53.840331 run                             mass: MS performed LU  {at=26391439.543592762, lu_delay=5.39652867987752, ms=00007}
22:48:54.095972 run                osmo-ms-mob/00016: Starting mobile
22:48:54.109484 run       osmo-ms-mob/00016(pid=151): Launched
22:48:54.120073 run                             mass: MS start registered  {at=26391439.82342262, delay=0.004528697580099106, ms=00016}
22:48:54.144017 run                             mass: MS performed LU  {at=26391439.84735513, lu_delay=4.935599569231272, ms=00008}
22:48:54.596783 run                osmo-ms-mob/00017: Starting mobile
22:48:54.610516 run       osmo-ms-mob/00017(pid=152): Launched
22:48:54.621601 run                             mass: MS start registered  {at=26391440.324951615, delay=0.004536271095275879, ms=00017}
22:48:55.219424 run                osmo-ms-mob/00018: Starting mobile
22:48:55.232386 run       osmo-ms-mob/00018(pid=153): Launched
22:48:55.242975 run                             mass: MS start registered  {at=26391440.94632704, delay=0.004484362900257111, ms=00018}
22:48:55.618615 run                osmo-ms-mob/00019: Starting mobile
22:48:55.631612 run       osmo-ms-mob/00019(pid=154): Launched
22:48:55.637665 run                             mass: MS performed LU  {at=26391441.341025814, lu_delay=5.693714316934347, ms=00009}
22:48:55.643435 run                             mass: MS start registered  {at=26391441.3468022, delay=0.005794823169708252, ms=00019}
22:48:55.676648 run                             mass: MS performed LU  {at=26391441.37994523, lu_delay=4.466992273926735, ms=00011}
22:48:55.704436 run                             mass: MS performed LU  {at=26391441.407713417, lu_delay=5.06174673885107, ms=00010}
22:48:56.107681 run                osmo-ms-mob/00020: Starting mobile
22:48:56.123756 run       osmo-ms-mob/00020(pid=155): Launched
22:48:56.135234 run                             mass: MS start registered  {at=26391441.838576622, delay=0.005044847726821899, ms=00020}
22:48:56.596881 run                osmo-ms-mob/00021: Starting mobile
22:48:56.610825 run       osmo-ms-mob/00021(pid=156): Launched
22:48:56.621761 run                             mass: MS start registered  {at=26391442.325114362, delay=0.004778869450092316, ms=00021}
22:48:56.985369 run                osmo-ms-mob/00022: Starting mobile
22:48:56.998424 run       osmo-ms-mob/00022(pid=157): Launched
22:48:57.009308 run                             mass: MS start registered  {at=26391442.712662052, delay=0.00487774983048439, ms=00022}
22:48:57.514109 run                osmo-ms-mob/00023: Starting mobile
22:48:57.529787 run       osmo-ms-mob/00023(pid=158): Launched
22:48:57.540352 run                             mass: MS performed LU  {at=26391443.243694033, lu_delay=5.731196243315935, ms=00012}
22:48:57.546557 run                             mass: MS start registered  {at=26391443.249922685, delay=0.010620590299367905, ms=00023}
22:48:57.606767 run                             mass: MS performed LU  {at=26391443.310017083, lu_delay=5.162233680486679, ms=00013}
22:48:57.907049 run                osmo-ms-mob/00024: Starting mobile
22:48:57.924120 run       osmo-ms-mob/00024(pid=159): Launched
22:48:57.930058 run                             mass: MS performed LU  {at=26391443.633417428, lu_delay=4.920264907181263, ms=00014}
22:48:57.935752 run                             mass: MS start registered  {at=26391443.63912033, delay=0.005722623318433762, ms=00024}
22:48:58.402318 run                osmo-ms-mob/00025: Starting mobile
22:48:58.417157 run       osmo-ms-mob/00025(pid=160): Launched
22:48:58.427810 run                             mass: MS start registered  {at=26391444.131161805, delay=0.0046803392469882965, ms=00025}
22:48:58.785225 run                osmo-ms-mob/00026: Starting mobile
22:48:58.797994 run       osmo-ms-mob/00026(pid=161): Launched
22:48:58.808584 run                             mass: MS start registered  {at=26391444.511937603, delay=0.00473017618060112, ms=00026}
22:48:59.184787 run                osmo-ms-mob/00027: Starting mobile
22:48:59.197497 run       osmo-ms-mob/00027(pid=162): Launched
22:48:59.208735 run                             mass: MS start registered  {at=26391444.91208558, delay=0.005280680954456329, ms=00027}
22:48:59.341761 run                             mass: MS performed LU  {at=26391445.04501253, lu_delay=5.706424310803413, ms=00015}
22:48:59.442858 run                             mass: MS performed LU  {at=26391445.146108072, lu_delay=4.821156457066536, ms=00017}
22:48:59.470446 run                             mass: MS performed LU  {at=26391445.173720974, lu_delay=5.35029835626483, ms=00016}
22:48:59.492605 run                osmo-ms-mob/00028: Starting mobile
22:48:59.505504 run       osmo-ms-mob/00028(pid=163): Launched
22:48:59.516202 run                             mass: MS start registered  {at=26391445.219558846, delay=0.004753194749355316, ms=00028}
22:49:00.016545 run                osmo-ms-mob/00029: Starting mobile
22:49:00.034706 run       osmo-ms-mob/00029(pid=164): Launched
22:49:00.045456 run                             mass: MS start registered  {at=26391445.748808157, delay=0.004458371549844742, ms=00029}
22:49:00.396869 run                osmo-ms-mob/00030: Starting mobile
22:49:00.410715 run       osmo-ms-mob/00030(pid=165): Launched
22:49:00.421436 run                             mass: MS start registered  {at=26391446.124790635, delay=0.004526443779468536, ms=00030}
22:49:00.825514 run                osmo-ms-mob/00031: Starting mobile
22:49:00.843873 run       osmo-ms-mob/00031(pid=166): Launched
22:49:00.854709 run                             mass: MS start registered  {at=26391446.558062565, delay=0.0048123858869075775, ms=00031}
22:49:01.096688 run                osmo-ms-mob/00032: Starting mobile
22:49:01.110297 run       osmo-ms-mob/00032(pid=167): Launched
22:49:01.121144 run                             mass: MS start registered  {at=26391446.824498806, delay=0.0049192458391189575, ms=00032}
22:49:01.307886 run                             mass: MS performed LU  {at=26391447.011136204, lu_delay=5.172559581696987, ms=00020}
22:49:01.372371 run                             mass: MS performed LU  {at=26391447.075628474, lu_delay=5.728826273232698, ms=00019}
22:49:01.400447 run                osmo-ms-mob/00033: Starting mobile
22:49:01.413304 run       osmo-ms-mob/00033(pid=168): Launched
22:49:01.424063 run                             mass: MS start registered  {at=26391447.12742001, delay=0.004838265478610992, ms=00033}
22:49:01.439640 run                             mass: MS performed LU  {at=26391447.142996512, lu_delay=6.196669470518827, ms=00018}
22:49:01.478230 run                             mass: MS performed LU  {at=26391447.181504898, lu_delay=4.856390535831451, ms=00021}
22:49:01.927733 run                osmo-ms-mob/00034: Starting mobile
22:49:01.946110 run       osmo-ms-mob/00034(pid=169): Launched
22:49:01.956981 run                             mass: MS start registered  {at=26391447.66033376, delay=0.004703417420387268, ms=00034}
22:49:02.196811 run                osmo-ms-mob/00035: Starting mobile
22:49:02.210953 run       osmo-ms-mob/00035(pid=170): Launched
22:49:02.222018 run                             mass: MS start registered  {at=26391447.92536903, delay=0.005141906440258026, ms=00035}
22:49:02.585531 run                osmo-ms-mob/00036: Starting mobile
22:49:02.598563 run       osmo-ms-mob/00036(pid=171): Launched
22:49:02.609226 run                             mass: MS start registered  {at=26391448.31258012, delay=0.004720192402601242, ms=00036}
22:49:03.006697 run                osmo-ms-mob/00037: Starting mobile
22:49:03.019594 run       osmo-ms-mob/00037(pid=172): Launched
22:49:03.030216 run                             mass: MS start registered  {at=26391448.733569153, delay=0.004634696990251541, ms=00037}
22:49:03.107189 run                             mass: MS performed LU  {at=26391448.81044035, lu_delay=6.097778297960758, ms=00022}
22:49:03.209429 run                             mass: MS performed LU  {at=26391448.912683588, lu_delay=5.2735632583498955, ms=00024}
22:49:03.223762 run                osmo-ms-mob/00038: Starting mobile
22:49:03.236979 run       osmo-ms-mob/00038(pid=173): Launched
22:49:03.242976 run                             mass: MS performed LU  {at=26391448.946339283, lu_delay=5.696416597813368, ms=00023}
22:49:03.248809 run                             mass: MS start registered  {at=26391448.952174842, delay=0.005852293223142624, ms=00038}
22:49:03.379870 run                             mass: MS performed LU  {at=26391449.08312212, lu_delay=4.951960314065218, ms=00025}
22:49:03.393851 run                osmo-ms-mob/00039: Starting mobile
22:49:03.406900 run       osmo-ms-mob/00039(pid=174): Launched
22:49:03.417544 run                             mass: MS start registered  {at=26391449.120896734, delay=0.004697021096944809, ms=00039}
22:49:03.983706 run                osmo-ms-mob/00040: Starting mobile
22:49:03.999793 run       osmo-ms-mob/00040(pid=175): Launched
22:49:04.010966 run                             mass: MS start registered  {at=26391449.714314617, delay=0.004842739552259445, ms=00040}
22:49:04.298584 run                osmo-ms-mob/00041: Starting mobile
22:49:04.312506 run       osmo-ms-mob/00041(pid=176): Launched
22:49:04.323476 run                             mass: MS start registered  {at=26391450.02681888, delay=0.005079079419374466, ms=00041}
22:49:04.597949 run                osmo-ms-mob/00042: Starting mobile
22:49:04.611941 run       osmo-ms-mob/00042(pid=177): Launched
22:49:04.622655 run                             mass: MS start registered  {at=26391450.326009173, delay=0.004691548645496368, ms=00042}
22:49:05.013036 run                osmo-ms-mob/00043: Starting mobile
22:49:05.026182 run       osmo-ms-mob/00043(pid=178): Launched
22:49:05.036856 run                             mass: MS start registered  {at=26391450.74020912, delay=0.004609119147062302, ms=00043}
22:49:05.072985 run                             mass: MS performed LU  {at=26391450.776253622, lu_delay=5.556694775819778, ms=00028}
22:49:05.138541 run                             mass: MS performed LU  {at=26391450.84179344, lu_delay=5.929707858711481, ms=00027}
22:49:05.165706 run                osmo-ms-mob/00044: Starting mobile
22:49:05.178626 run       osmo-ms-mob/00044(pid=179): Launched
22:49:05.189182 run                             mass: MS start registered  {at=26391450.892535232, delay=0.004539128392934799, ms=00044}
22:49:05.206248 run                             mass: MS performed LU  {at=26391450.90960217, lu_delay=4.784811533987522, ms=00030}
22:49:05.244088 run                             mass: MS performed LU  {at=26391450.947360586, lu_delay=6.435422983020544, ms=00026}
22:49:05.265665 run                osmo-ms-mob/00045: Starting mobile
22:49:05.278505 run       osmo-ms-mob/00045(pid=180): Launched
22:49:05.284971 run                             mass: MS performed LU  {at=26391450.988331404, lu_delay=5.239523246884346, ms=00029}
22:49:05.290826 run                             mass: MS start registered  {at=26391450.99419239, delay=0.005879133939743042, ms=00045}
22:49:05.893292 run                osmo-ms-mob/00046: Starting mobile
22:49:05.907480 run       osmo-ms-mob/00046(pid=181): Launched
22:49:05.918428 run                             mass: MS start registered  {at=26391451.621781785, delay=0.004534389823675156, ms=00046}
22:49:06.198619 run                osmo-ms-mob/00047: Starting mobile
22:49:06.213059 run       osmo-ms-mob/00047(pid=182): Launched
22:49:06.224301 run                             mass: MS start registered  {at=26391451.92764331, delay=0.0049293674528598785, ms=00047}
22:49:06.485099 run                osmo-ms-mob/00048: Starting mobile
22:49:06.498084 run       osmo-ms-mob/00048(pid=183): Launched
22:49:06.509094 run                             mass: MS start registered  {at=26391452.21244785, delay=0.004847705364227295, ms=00048}
22:49:06.813240 run                osmo-ms-mob/00049: Starting mobile
22:49:06.829033 run       osmo-ms-mob/00049(pid=184): Launched
22:49:06.839681 run                             mass: MS start registered  {at=26391452.543035857, delay=0.004625819623470306, ms=00049}
22:49:06.872608 run                             mass: MS performed LU  {at=26391452.575909384, lu_delay=5.751410577446222, ms=00032}
22:49:06.974895 run                             mass: MS performed LU  {at=26391452.678155247, lu_delay=6.120092682540417, ms=00031}
22:49:07.003315 run                osmo-ms-mob/00050: Starting mobile
22:49:07.017226 run       osmo-ms-mob/00050(pid=185): Launched
22:49:07.023266 run                             mass: MS performed LU  {at=26391452.72662918, lu_delay=4.801260147243738, ms=00035}
22:49:07.029097 run                             mass: MS start registered  {at=26391452.73246333, delay=0.005851376801729202, ms=00050}
22:49:07.145801 run                             mass: MS performed LU  {at=26391452.849054255, lu_delay=5.721634246408939, ms=00033}
22:49:07.181641 run                             mass: MS performed LU  {at=26391452.884943344, lu_delay=5.224609583616257, ms=00034}
22:49:07.198472 run                osmo-ms-mob/00051: Starting mobile
22:49:07.211643 run       osmo-ms-mob/00051(pid=186): Launched
22:49:07.222392 run                             mass: MS start registered  {at=26391452.925744507, delay=0.00456634908914566, ms=00051}
22:49:07.814583 run                osmo-ms-mob/00052: Starting mobile
22:49:07.831316 run       osmo-ms-mob/00052(pid=187): Launched
22:49:07.842400 run                             mass: MS start registered  {at=26391453.54575268, delay=0.004886314272880554, ms=00052}
22:49:08.093659 run                osmo-ms-mob/00053: Starting mobile
22:49:08.106728 run       osmo-ms-mob/00053(pid=188): Launched
22:49:08.117456 run                             mass: MS start registered  {at=26391453.82080862, delay=0.004619427025318146, ms=00053}
22:49:08.397466 run                osmo-ms-mob/00054: Starting mobile
22:49:08.411095 run       osmo-ms-mob/00054(pid=189): Launched
22:49:08.422356 run                             mass: MS start registered  {at=26391454.12570403, delay=0.004959717392921448, ms=00054}
22:49:08.685472 run                osmo-ms-mob/00055: Starting mobile
22:49:08.698475 run       osmo-ms-mob/00055(pid=190): Launched
22:49:08.709413 run                             mass: MS start registered  {at=26391454.41276592, delay=0.004953224211931229, ms=00055}
22:49:08.839497 run                             mass: MS performed LU  {at=26391454.54274774, lu_delay=5.421851005405188, ms=00039}
22:49:08.904711 run                             mass: MS performed LU  {at=26391454.60791958, lu_delay=5.874350428581238, ms=00037}
22:49:08.931478 run                osmo-ms-mob/00056: Starting mobile
22:49:08.944462 run       osmo-ms-mob/00056(pid=191): Launched
22:49:08.955165 run                             mass: MS start registered  {at=26391454.658520427, delay=0.004645723849534988, ms=00056}
22:49:08.972061 run                             mass: MS performed LU  {at=26391454.67538256, lu_delay=6.362802438437939, ms=00036}
22:49:09.009549 run                             mass: MS performed LU  {at=26391454.712816253, lu_delay=5.760641410946846, ms=00038}
22:49:09.030274 run                osmo-ms-mob/00057: Starting mobile
22:49:09.043266 run       osmo-ms-mob/00057(pid=192): Launched
22:49:09.049725 run                             mass: MS performed LU  {at=26391454.753084034, lu_delay=5.038769416511059, ms=00040}
22:49:09.055662 run                             mass: MS start registered  {at=26391454.75902836, delay=0.005963638424873352, ms=00057}
22:49:09.319134 run                             mass: MS performed LU  {at=26391455.022385426, lu_delay=4.995566546916962, ms=00041}
22:49:09.686260 run                osmo-ms-mob/00058: Starting mobile
22:49:09.699820 run       osmo-ms-mob/00058(pid=193): Launched
22:49:09.710943 run                             mass: MS start registered  {at=26391455.414293993, delay=0.004784103482961655, ms=00058}
22:49:09.998920 run                osmo-ms-mob/00059: Starting mobile
22:49:10.012980 run       osmo-ms-mob/00059(pid=194): Launched
22:49:10.024395 run                             mass: MS start registered  {at=26391455.727742184, delay=0.005204975605010986, ms=00059}
22:49:10.321803 run                osmo-ms-mob/00060: Starting mobile
22:49:10.338735 run       osmo-ms-mob/00060(pid=195): Launched
22:49:10.349515 run                             mass: MS start registered  {at=26391456.05286737, delay=0.0047276318073272705, ms=00060}
22:49:10.639428 run                             mass: MS performed LU  {at=26391456.342679705, lu_delay=5.450144473463297, ms=00044}
22:49:10.691921 run                osmo-ms-mob/00061: Starting mobile
22:49:10.707260 run       osmo-ms-mob/00061(pid=196): Launched
22:49:10.718108 run                             mass: MS start registered  {at=26391456.42145813, delay=0.004549000412225723, ms=00061}
22:49:10.739616 run                             mass: MS performed LU  {at=26391456.44295629, lu_delay=4.515312980860472, ms=00047}
22:49:10.767667 run                             mass: MS performed LU  {at=26391456.47094088, lu_delay=4.849159095436335, ms=00046}
22:49:10.785844 run                osmo-ms-mob/00062: Starting mobile
22:49:10.798959 run       osmo-ms-mob/00062(pid=197): Launched
22:49:10.809519 run                             mass: MS start registered  {at=26391456.512876432, delay=0.00455460324883461, ms=00062}
22:49:10.912171 run                             mass: MS performed LU  {at=26391456.61542878, lu_delay=5.8752196580171585, ms=00043}
22:49:10.948406 run                             mass: MS performed LU  {at=26391456.651703663, lu_delay=5.65751127153635, ms=00045}
22:49:10.965509 run                osmo-ms-mob/00063: Starting mobile
22:49:10.978660 run       osmo-ms-mob/00063(pid=198): Launched
22:49:10.984982 run                             mass: MS performed LU  {at=26391456.68834235, lu_delay=6.362333178520203, ms=00042}
22:49:10.990863 run                             mass: MS start registered  {at=26391456.69423001, delay=0.00590471550822258, ms=00063}
22:49:11.698674 run                osmo-ms-mob/00064: Starting mobile
22:49:11.712863 run       osmo-ms-mob/00064(pid=199): Launched
22:49:11.723526 run                             mass: MS start registered  {at=26391457.42687864, delay=0.004576686769723892, ms=00064}
22:49:12.098577 run                osmo-ms-mob/00065: Starting mobile
22:49:12.112881 run       osmo-ms-mob/00065(pid=200): Launched
22:49:12.123590 run                             mass: MS start registered  {at=26391457.82694488, delay=0.004738215357065201, ms=00065}
22:49:12.398303 run                osmo-ms-mob/00066: Starting mobile
22:49:12.412008 run       osmo-ms-mob/00066(pid=201): Launched
22:49:12.422700 run                             mass: MS start registered  {at=26391458.12605402, delay=0.004680119454860687, ms=00066}
22:49:12.605223 run                             mass: MS performed LU  {at=26391458.308474652, lu_delay=6.0960268042981625, ms=00048}
22:49:12.670266 run                             mass: MS performed LU  {at=26391458.37351859, lu_delay=5.830482732504606, ms=00049}
22:49:12.725868 run                osmo-ms-mob/00067: Starting mobile
22:49:12.741483 run       osmo-ms-mob/00067(pid=202): Launched
22:49:12.747684 run                             mass: MS performed LU  {at=26391458.451042023, lu_delay=5.52529751509428, ms=00051}
22:49:12.753464 run                             mass: MS start registered  {at=26391458.456831604, delay=0.005807168781757355, ms=00067}
22:49:12.774690 run                             mass: MS performed LU  {at=26391458.478037346, lu_delay=5.74557401612401, ms=00050}
22:49:12.786130 run                osmo-ms-mob/00068: Starting mobile
22:49:12.799502 run       osmo-ms-mob/00068(pid=203): Launched
22:49:12.810064 run                             mass: MS start registered  {at=26391458.5134181, delay=0.004549965262413025, ms=00068}
22:49:12.816302 run                             mass: MS performed LU  {at=26391458.519663125, lu_delay=4.973910443484783, ms=00052}
22:49:13.084291 run                             mass: MS performed LU  {at=26391458.787551694, lu_delay=4.96674307435751, ms=00053}
22:49:13.497671 run                osmo-ms-mob/00069: Starting mobile
22:49:13.511994 run       osmo-ms-mob/00069(pid=204): Launched
22:49:13.523196 run                             mass: MS start registered  {at=26391459.226544138, delay=0.004860579967498779, ms=00069}
22:49:13.897084 run                osmo-ms-mob/00070: Starting mobile
22:49:13.910616 run       osmo-ms-mob/00070(pid=205): Launched
22:49:13.921964 run                             mass: MS start registered  {at=26391459.625314403, delay=0.005172610282897949, ms=00070}
22:49:14.298228 run                osmo-ms-mob/00071: Starting mobile
22:49:14.311699 run       osmo-ms-mob/00071(pid=206): Launched
22:49:14.322369 run                             mass: MS start registered  {at=26391460.02572421, delay=0.0046567246317863464, ms=00071}
22:49:14.404355 run                             mass: MS performed LU  {at=26391460.107605595, lu_delay=4.6933116018772125, ms=00058}
22:49:14.443266 run                             mass: MS performed LU  {at=26391460.14653414, lu_delay=6.020830109715462, ms=00054}
22:49:14.534502 run                             mass: MS performed LU  {at=26391460.237760752, lu_delay=5.478732392191887, ms=00057}
22:49:14.563229 run                osmo-ms-mob/00072: Starting mobile
22:49:14.576152 run       osmo-ms-mob/00072(pid=207): Launched
22:49:14.587296 run                             mass: MS start registered  {at=26391460.29064753, delay=0.004760723561048508, ms=00072}
22:49:14.714295 run                             mass: MS performed LU  {at=26391460.417547528, lu_delay=5.759027101099491, ms=00056}
22:49:14.750044 run                             mass: MS performed LU  {at=26391460.45335518, lu_delay=6.04058925807476, ms=00055}
22:49:15.115739 run                osmo-ms-mob/00073: Starting mobile
22:49:15.133336 run       osmo-ms-mob/00073(pid=208): Launched
22:49:15.144056 run                             mass: MS start registered  {at=26391460.84740998, delay=0.004640620201826096, ms=00073}
22:49:15.429174 run                             mass: MS performed LU  {at=26391461.13239605, lu_delay=5.404653865844011, ms=00059}
22:49:15.470802 run                osmo-ms-mob/00074: Starting mobile
22:49:15.494827 run       osmo-ms-mob/00074(pid=209): Launched
22:49:15.507885 run                             mass: MS start registered  {at=26391461.21123865, delay=0.004393942654132843, ms=00074}
22:49:15.897298 run                osmo-ms-mob/00075: Starting mobile
22:49:15.911483 run       osmo-ms-mob/00075(pid=210): Launched
22:49:15.922352 run                             mass: MS start registered  {at=26391461.625704817, delay=0.004613790661096573, ms=00075}
22:49:16.426859 run                osmo-ms-mob/00076: Starting mobile
22:49:16.443283 run       osmo-ms-mob/00076(pid=211): Launched
22:49:16.449303 run                             mass: MS performed LU  {at=26391462.15266303, lu_delay=5.731204900890589, ms=00061}
22:49:16.455316 run                             mass: MS start registered  {at=26391462.158682697, delay=0.006038293242454529, ms=00076}
22:49:16.579528 run                             mass: MS performed LU  {at=26391462.28277731, lu_delay=5.769900877028704, ms=00062}
22:49:16.615479 run                             mass: MS performed LU  {at=26391462.318750408, lu_delay=4.891871768981218, ms=00064}
22:49:16.632499 run                osmo-ms-mob/00077: Starting mobile
22:49:16.645510 run       osmo-ms-mob/00077(pid=212): Launched
22:49:16.656282 run                             mass: MS start registered  {at=26391462.359636106, delay=0.004806585609912872, ms=00077}
22:49:17.298648 run                osmo-ms-mob/00078: Starting mobile
22:49:17.312369 run       osmo-ms-mob/00078(pid=213): Launched
22:49:17.323258 run                             mass: MS start registered  {at=26391463.026609067, delay=0.004939589649438858, ms=00078}
22:49:17.685179 run                osmo-ms-mob/00079: Starting mobile
22:49:17.698638 run       osmo-ms-mob/00079(pid=214): Launched
22:49:17.709676 run                             mass: MS start registered  {at=26391463.41302169, delay=0.004951167851686478, ms=00079}
22:49:18.170234 run                             mass: MS performed LU  {at=26391463.873480093, lu_delay=6.046535212546587, ms=00065}
22:49:18.226355 run                osmo-ms-mob/00080: Starting mobile
22:49:18.241451 run       osmo-ms-mob/00080(pid=215): Launched
22:49:18.247662 run                             mass: MS performed LU  {at=26391463.951021794, lu_delay=5.437603693455458, ms=00068}
22:49:18.253644 run                             mass: MS start registered  {at=26391463.95701054, delay=0.006007377058267593, ms=00080}
22:49:18.299592 run                             mass: MS performed LU  {at=26391464.00284454, lu_delay=5.546012934297323, ms=00067}
22:49:18.479446 run                             mass: MS performed LU  {at=26391464.182696473, lu_delay=6.0566424541175365, ms=00066}
22:49:18.516360 run                             mass: MS performed LU  {at=26391464.21963502, lu_delay=4.993090882897377, ms=00069}
22:49:18.530683 run                osmo-ms-mob/00081: Starting mobile
22:49:18.544075 run       osmo-ms-mob/00081(pid=216): Launched
22:49:18.554969 run                             mass: MS start registered  {at=26391464.258323215, delay=0.004753779619932175, ms=00081}
22:49:19.098519 run                osmo-ms-mob/00082: Starting mobile
22:49:19.113280 run       osmo-ms-mob/00082(pid=217): Launched
22:49:19.124435 run                             mass: MS start registered  {at=26391464.82777877, delay=0.005058512091636658, ms=00082}
22:49:19.360792 run                             mass: MS performed LU  {at=26391465.063994937, lu_delay=3.8527562879025936, ms=00074}
22:49:19.713700 run                osmo-ms-mob/00083: Starting mobile
22:49:19.728855 run       osmo-ms-mob/00083(pid=218): Launched
22:49:19.739659 run                             mass: MS start registered  {at=26391465.44300955, delay=0.004740767180919647, ms=00083}
22:49:20.110010 run                             mass: MS performed LU  {at=26391465.8132601, lu_delay=5.7875358909368515, ms=00071}
22:49:20.153348 run                osmo-ms-mob/00084: Starting mobile
22:49:20.166972 run       osmo-ms-mob/00084(pid=219): Launched
22:49:20.172959 run                             mass: MS performed LU  {at=26391465.87631947, lu_delay=6.251005068421364, ms=00070}
22:49:20.178666 run                             mass: MS start registered  {at=26391465.882032637, delay=0.005731169134378433, ms=00084}
22:49:20.199987 run                             mass: MS performed LU  {at=26391465.903339125, lu_delay=5.612691596150398, ms=00072}
22:49:20.381621 run                             mass: MS performed LU  {at=26391466.084873952, lu_delay=5.237463973462582, ms=00073}
22:49:20.724605 run                osmo-ms-mob/00085: Starting mobile
22:49:20.739809 run       osmo-ms-mob/00085(pid=220): Launched
22:49:20.750970 run                             mass: MS start registered  {at=26391466.45431022, delay=0.0047926828265190125, ms=00085}
22:49:21.298467 run                osmo-ms-mob/00086: Starting mobile
22:49:21.312535 run       osmo-ms-mob/00086(pid=221): Launched
22:49:21.323710 run                             mass: MS start registered  {at=26391467.027060043, delay=0.0048986636102199554, ms=00086}
22:49:21.916232 run                osmo-ms-mob/00087: Starting mobile
22:49:21.933375 run       osmo-ms-mob/00087(pid=222): Launched
22:49:21.939630 run                             mass: MS performed LU  {at=26391467.642989114, lu_delay=5.283353008329868, ms=00077}
22:49:21.945711 run                             mass: MS start registered  {at=26391467.649075665, delay=0.006104692816734314, ms=00087}
22:49:22.038312 run                             mass: MS performed LU  {at=26391467.741573405, lu_delay=4.714964337646961, ms=00078}
22:49:22.065577 run                             mass: MS performed LU  {at=26391467.7688291, lu_delay=5.610146403312683, ms=00076}
22:49:22.209270 run                             mass: MS performed LU  {at=26391467.912527375, lu_delay=6.286822557449341, ms=00075}
22:49:22.523977 run                osmo-ms-mob/00088: Starting mobile
22:49:22.540189 run       osmo-ms-mob/00088(pid=223): Launched
22:49:22.550908 run                             mass: MS start registered  {at=26391468.25426002, delay=0.004599623382091522, ms=00088}
22:49:23.097680 run                osmo-ms-mob/00089: Starting mobile
22:49:23.112053 run       osmo-ms-mob/00089(pid=224): Launched
22:49:23.123055 run                             mass: MS start registered  {at=26391468.826398935, delay=0.0049540139734745026, ms=00089}
22:49:23.697093 run                osmo-ms-mob/00090: Starting mobile
22:49:23.710810 run       osmo-ms-mob/00090(pid=225): Launched
22:49:23.721560 run                             mass: MS start registered  {at=26391469.424911864, delay=0.004747733473777771, ms=00090}
22:49:23.903169 run                             mass: MS performed LU  {at=26391469.606388263, lu_delay=4.778609491884708, ms=00082}
22:49:23.968027 run                             mass: MS performed LU  {at=26391469.671278186, lu_delay=6.258256494998932, ms=00079}
22:49:24.036405 run                             mass: MS performed LU  {at=26391469.739656422, lu_delay=5.782645881175995, ms=00080}
22:49:24.072285 run                             mass: MS performed LU  {at=26391469.775554907, lu_delay=5.5172316916286945, ms=00081}
22:49:24.420412 run                osmo-ms-mob/00091: Starting mobile
22:49:24.437342 run       osmo-ms-mob/00091(pid=226): Launched
22:49:24.448042 run                             mass: MS start registered  {at=26391470.151394896, delay=0.004757251590490341, ms=00091}
22:49:25.086048 run                osmo-ms-mob/00092: Starting mobile
22:49:25.099138 run       osmo-ms-mob/00092(pid=227): Launched
22:49:25.109855 run                             mass: MS start registered  {at=26391470.81320973, delay=0.004643935710191727, ms=00092}
22:49:25.702227 run                             mass: MS performed LU  {at=26391471.405478485, lu_delay=5.523445848375559, ms=00084}
22:49:25.803457 run                             mass: MS performed LU  {at=26391471.506709546, lu_delay=6.063699994236231, ms=00083}
22:49:25.841323 run                osmo-ms-mob/00093: Starting mobile
22:49:25.854019 run       osmo-ms-mob/00093(pid=228): Launched
22:49:25.860086 run                             mass: MS performed LU  {at=26391471.56344821, lu_delay=5.109137989580631, ms=00085}
22:49:25.865994 run                             mass: MS start registered  {at=26391471.56936117, delay=0.005928684026002884, ms=00093}
22:49:25.976159 run                             mass: MS performed LU  {at=26391471.67940876, lu_delay=4.652348715811968, ms=00086}
22:49:26.797590 run                osmo-ms-mob/00094: Starting mobile
22:49:26.811204 run       osmo-ms-mob/00094(pid=229): Launched
22:49:26.822490 run                             mass: MS start registered  {at=26391472.525832646, delay=0.005348604172468185, ms=00094}
22:49:27.668983 run                             mass: MS performed LU  {at=26391473.37210755, lu_delay=5.11784753203392, ms=00088}
22:49:27.710444 run                osmo-ms-mob/00095: Starting mobile
22:49:27.726285 run       osmo-ms-mob/00095(pid=230): Launched
22:49:27.732524 run                             mass: MS performed LU  {at=26391473.435885776, lu_delay=4.60948684066534, ms=00089}
22:49:27.738374 run                             mass: MS start registered  {at=26391473.441741098, delay=0.005870971828699112, ms=00095}
22:49:27.801949 run                             mass: MS performed LU  {at=26391473.50520222, lu_delay=5.856126554310322, ms=00087}
22:49:28.697091 run                osmo-ms-mob/00096: Starting mobile
22:49:28.710632 run       osmo-ms-mob/00096(pid=231): Launched
22:49:28.721386 run                             mass: MS start registered  {at=26391474.424736228, delay=0.004738453775644302, ms=00096}
22:49:29.569555 run                             mass: MS performed LU  {at=26391475.27280681, lu_delay=5.12141191214323, ms=00091}
22:49:29.597130 run                             mass: MS performed LU  {at=26391475.300405957, lu_delay=5.875494092702866, ms=00090}
22:49:29.703310 run                             mass: MS performed LU  {at=26391475.406560156, lu_delay=4.593350425362587, ms=00092}
22:49:29.732511 run                osmo-ms-mob/00097: Starting mobile
22:49:29.745860 run       osmo-ms-mob/00097(pid=232): Launched
22:49:29.756567 run                             mass: MS start registered  {at=26391475.45992103, delay=0.004722878336906433, ms=00097}
22:49:31.117705 run                osmo-ms-mob/00098: Starting mobile
22:49:31.135291 run       osmo-ms-mob/00098(pid=233): Launched
22:49:31.146031 run                             mass: MS start registered  {at=26391476.849382803, delay=0.004741426557302475, ms=00098}
22:49:31.433618 run                             mass: MS performed LU  {at=26391477.136827476, lu_delay=5.567466307431459, ms=00093}
22:49:31.499358 run                             mass: MS performed LU  {at=26391477.20260731, lu_delay=4.67677466571331, ms=00094}
22:49:32.924742 run                osmo-ms-mob/00099: Starting mobile
22:49:32.940748 run       osmo-ms-mob/00099(pid=234): Launched
22:49:32.946782 run                             mass: All started... {duration=55.77217519655824, too_slow=0}
22:49:32.952470 run                             mass: MS start registered  {at=26391478.655830543, delay=0.005681779235601425, ms=00099}
22:49:33.335423 run                             mass: MS performed LU  {at=26391479.038672686, lu_delay=5.596931587904692, ms=00095}
22:49:33.450949 run                             mass: MS performed LU  {at=26391479.154199306, lu_delay=23.101331934332848, ms=00060}
22:49:33.599084 run                             mass: MS performed LU  {at=26391479.30233535, lu_delay=22.608105342835188, ms=00063}
22:49:33.704535 run                             mass: MS performed LU  {at=26391479.407793924, lu_delay=4.983057696372271, ms=00096}
22:49:35.200493 run                             mass: MS performed LU  {at=26391480.903731678, lu_delay=5.443810649216175, ms=00097}
22:49:37.101546 run                             mass: MS performed LU  {at=26391482.804797683, lu_delay=5.95541488006711, ms=00098}
22:49:38.966321 run                             mass: MS performed LU  {at=26391484.669571966, lu_delay=6.013741422444582, ms=00099}
22:49:38.989467 run                             mass: Tests done {all_completed=True, max=23.101331934332848, min=3.8527562879025936}
22:49:38.995171 tst         register_default_mass.py: Test passed (81.1 sec)
22:49:39.000439 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:39.003673 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:39.006885 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:39.010078 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:39.013274 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:39.016523 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:39.019810 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:39.023057 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:39.026311 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:39.029596 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:39.032868 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:39.036205 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:39.039503 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:39.042768 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:39.046145 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:39.049575 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:39.053008 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:39.056434 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:39.059790 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:39.063100 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:39.066491 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:39.069803 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:39.073886 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:39.077188 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:39.080885 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:39.084176 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:39.087825 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:39.091358 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:39.095302 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:39.098706 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:39.102013 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:39.105359 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:39.108989 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:39.112324 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:39.115641 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:39.119012 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:39.122361 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:39.125902 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:39.129304 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:39.132695 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:39.136002 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:39.139348 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:39.142709 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:39.146097 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:39.149469 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:39.152746 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:39.156310 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:39.159623 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:39.162939 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:39.166226 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:39.169599 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:39.173043 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:39.176440 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:39.179861 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:39.183220 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:39.186624 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:39.190360 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:39.193750 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:39.197197 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:39.200694 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:39.203982 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:39.207389 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:39.210778 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:39.214302 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:39.217718 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:39.221123 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:39.224524 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:39.227919 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:39.231319 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:39.234746 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:39.238161 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:39.241558 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:39.245135 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:39.248973 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:39.252394 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:39.256354 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:39.259761 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:39.263173 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:39.266590 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:39.270014 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:39.273419 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:39.276845 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:39.280250 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:39.283671 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:39.287064 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:39.290480 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:39.293875 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:39.297287 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:39.300681 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:39.304092 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:39.307505 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:39.311329 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:39.314743 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:39.318152 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:39.321904 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:39.325305 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:39.328737 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:39.332128 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:39.335528 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:39.338944 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:39.342348 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:39.345820 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:39.349223 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:39.353169 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:39.356594 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:39.360005 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:39.363479 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:39.366887 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:39.370300 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:39.373699 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:39.377100 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:39.380501 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:39.383915 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:39.387488 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:39.391046 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:39.394715 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:39.397975 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:39.401234 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:39.404490 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:39.407758 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:39.411025 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:39.414274 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:39.417549 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:39.420818 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:39.424074 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:39.427322 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:39.430562 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:39.433824 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:39.437080 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:39.440325 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:39.443576 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:39.446820 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:39.450076 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:39.453340 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:39.456588 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:39.459838 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:39.463086 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:39.466327 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:39.469602 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:39.472884 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:39.476137 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:39.479378 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:39.482630 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:39.485887 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:39.489131 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:39.492381 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:39.495612 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:39.498860 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:39.502100 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:39.505350 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:39.508586 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:39.511829 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:39.515088 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:39.518319 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:39.521574 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:39.524831 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:39.528077 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:39.531314 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:39.534560 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:39.537821 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:39.541072 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:39.544323 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:39.547559 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:39.550810 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:39.554051 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:39.557312 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:39.560550 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:39.563800 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:39.567063 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:39.570314 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:39.573576 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:39.576832 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:39.580079 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:39.583348 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:39.586599 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:39.589854 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:39.593104 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:39.596333 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:39.599590 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:39.602837 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:39.606077 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:39.609312 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:39.612562 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:39.615824 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:39.619090 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:39.622356 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:39.625625 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:39.628892 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:39.632142 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:39.635403 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:39.638654 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:39.641881 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:39.645146 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:39.648377 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:39.651631 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:39.654916 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:39.658179 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:39.661420 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:39.664660 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:39.667898 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:39.671163 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:39.674401 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:39.677650 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:39.680910 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:39.684149 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:39.687393 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:39.690653 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:39.693902 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:39.697154 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:39.700398 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:39.703645 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:39.706897 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:39.710143 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:39.713404 ---      ParallelTerminationStrategy: PID 22 died...
22:49:39.714870 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:39.718481 ---      ParallelTerminationStrategy: PID 23 died...
22:49:39.719935 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:39.723545 ---      ParallelTerminationStrategy: PID 24 died...
22:49:39.725010 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:39.728598 ---      ParallelTerminationStrategy: PID 25 died...
22:49:39.730091 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:39.733730 ---      ParallelTerminationStrategy: PID 26 died...
22:49:39.735201 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:39.738840 ---      ParallelTerminationStrategy: PID 27 died...
22:49:39.740322 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:39.743955 ---      ParallelTerminationStrategy: PID 28 died...
22:49:39.745454 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:39.749067 ---      ParallelTerminationStrategy: PID 29 died...
22:49:39.750543 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:39.754188 ---      ParallelTerminationStrategy: PID 30 died...
22:49:39.755642 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:39.759270 ---      ParallelTerminationStrategy: PID 31 died...
22:49:39.760750 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:39.764399 ---      ParallelTerminationStrategy: PID 32 died...
22:49:39.765860 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:39.769522 ---      ParallelTerminationStrategy: PID 33 died...
22:49:39.771005 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:39.774667 ---      ParallelTerminationStrategy: PID 35 died...
22:49:39.776160 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:39.779809 ---      ParallelTerminationStrategy: PID 36 died...
22:49:39.781305 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:39.784946 ---      ParallelTerminationStrategy: PID 37 died...
22:49:39.786432 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:39.790077 ---      ParallelTerminationStrategy: PID 38 died...
22:49:39.791557 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:39.795224 ---      ParallelTerminationStrategy: PID 39 died...
22:49:39.796702 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:39.800340 ---      ParallelTerminationStrategy: PID 40 died...
22:49:39.801855 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:39.805514 ---      ParallelTerminationStrategy: PID 41 died...
22:49:39.806992 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:39.810661 ---      ParallelTerminationStrategy: PID 42 died...
22:49:39.812128 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:39.815787 ---      ParallelTerminationStrategy: PID 43 died...
22:49:39.817274 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:39.820912 ---      ParallelTerminationStrategy: PID 44 died...
22:49:39.822380 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:39.826017 ---      ParallelTerminationStrategy: PID 45 died...
22:49:39.827490 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:39.831126 ---      ParallelTerminationStrategy: PID 46 died...
22:49:39.832600 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:39.836173 ---      ParallelTerminationStrategy: PID 47 died...
22:49:39.837633 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:39.841216 ---      ParallelTerminationStrategy: PID 48 died...
22:49:39.842665 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:39.846253 ---      ParallelTerminationStrategy: PID 49 died...
22:49:39.847702 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:39.851277 ---      ParallelTerminationStrategy: PID 50 died...
22:49:39.852728 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:39.856293 ---      ParallelTerminationStrategy: PID 51 died...
22:49:39.857742 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:39.861340 ---      ParallelTerminationStrategy: PID 52 died...
22:49:39.862783 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:39.866374 ---      ParallelTerminationStrategy: PID 53 died...
22:49:39.867822 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:39.871425 ---      ParallelTerminationStrategy: PID 54 died...
22:49:39.872894 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:39.876462 ---      ParallelTerminationStrategy: PID 55 died...
22:49:39.877919 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:39.881502 ---      ParallelTerminationStrategy: PID 56 died...
22:49:39.882943 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:39.886546 ---      ParallelTerminationStrategy: PID 57 died...
22:49:39.887996 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:39.891581 ---      ParallelTerminationStrategy: PID 58 died...
22:49:39.893046 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:39.896627 ---      ParallelTerminationStrategy: PID 59 died...
22:49:39.898083 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:39.901658 ---      ParallelTerminationStrategy: PID 60 died...
22:49:39.903101 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:39.906693 ---      ParallelTerminationStrategy: PID 61 died...
22:49:39.908140 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:39.911728 ---      ParallelTerminationStrategy: PID 62 died...
22:49:39.913175 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:39.916761 ---      ParallelTerminationStrategy: PID 63 died...
22:49:39.918209 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:39.921800 ---      ParallelTerminationStrategy: PID 64 died...
22:49:39.923249 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:39.926838 ---      ParallelTerminationStrategy: PID 65 died...
22:49:39.928281 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:39.931870 ---      ParallelTerminationStrategy: PID 66 died...
22:49:39.933330 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:39.936903 ---      ParallelTerminationStrategy: PID 67 died...
22:49:39.938368 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:39.941950 ---      ParallelTerminationStrategy: PID 68 died...
22:49:39.943404 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:39.946969 ---      ParallelTerminationStrategy: PID 69 died...
22:49:39.948414 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:39.951976 ---      ParallelTerminationStrategy: PID 70 died...
22:49:39.953446 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:39.957027 ---      ParallelTerminationStrategy: PID 71 died...
22:49:39.958468 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:39.962054 ---      ParallelTerminationStrategy: PID 72 died...
22:49:39.963493 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:39.967079 ---      ParallelTerminationStrategy: PID 73 died...
22:49:39.968523 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:39.972098 ---      ParallelTerminationStrategy: PID 74 died...
22:49:39.973551 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:39.977124 ---      ParallelTerminationStrategy: PID 75 died...
22:49:39.978565 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:39.982123 ---      ParallelTerminationStrategy: PID 76 died...
22:49:39.983566 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:39.987138 ---      ParallelTerminationStrategy: PID 77 died...
22:49:39.988587 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:39.992156 ---      ParallelTerminationStrategy: PID 78 died...
22:49:39.993621 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:39.997209 ---      ParallelTerminationStrategy: PID 79 died...
22:49:39.998659 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:40.002241 ---      ParallelTerminationStrategy: PID 80 died...
22:49:40.003686 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:40.007260 ---      ParallelTerminationStrategy: PID 81 died...
22:49:40.008718 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:40.012284 ---      ParallelTerminationStrategy: PID 82 died...
22:49:40.013736 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:40.017302 ---      ParallelTerminationStrategy: PID 83 died...
22:49:40.018757 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:40.022339 ---      ParallelTerminationStrategy: PID 84 died...
22:49:40.023774 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:40.027395 ---      ParallelTerminationStrategy: PID 85 died...
22:49:40.028841 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:40.032404 ---      ParallelTerminationStrategy: PID 86 died...
22:49:40.033857 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:40.037418 ---      ParallelTerminationStrategy: PID 87 died...
22:49:40.038859 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:40.042434 ---      ParallelTerminationStrategy: PID 88 died...
22:49:40.043880 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:40.047491 ---      ParallelTerminationStrategy: PID 89 died...
22:49:40.048965 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:40.052539 ---      ParallelTerminationStrategy: PID 90 died...
22:49:40.054013 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:40.057611 ---      ParallelTerminationStrategy: PID 91 died...
22:49:40.059070 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:40.062649 ---      ParallelTerminationStrategy: PID 92 died...
22:49:40.064089 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:40.067660 ---      ParallelTerminationStrategy: PID 93 died...
22:49:40.069114 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:40.072681 ---      ParallelTerminationStrategy: PID 94 died...
22:49:40.074121 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:40.077702 ---      ParallelTerminationStrategy: PID 95 died...
22:49:40.079144 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:40.082711 ---      ParallelTerminationStrategy: PID 96 died...
22:49:40.084167 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:40.087732 ---      ParallelTerminationStrategy: PID 97 died...
22:49:40.089175 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:40.092742 ---      ParallelTerminationStrategy: PID 98 died...
22:49:40.094187 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:40.097779 ---      ParallelTerminationStrategy: PID 99 died...
22:49:40.099236 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:40.102808 ---      ParallelTerminationStrategy: PID 100 died...
22:49:40.104256 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:40.107831 ---      ParallelTerminationStrategy: PID 101 died...
22:49:40.109289 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:40.112872 ---      ParallelTerminationStrategy: PID 102 died...
22:49:40.114315 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:40.117881 ---      ParallelTerminationStrategy: PID 103 died...
22:49:40.119334 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:40.122922 ---      ParallelTerminationStrategy: PID 104 died...
22:49:40.124371 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:40.127963 ---      ParallelTerminationStrategy: PID 105 died...
22:49:40.129433 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:40.133002 ---      ParallelTerminationStrategy: PID 106 died...
22:49:40.134446 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:40.138041 ---      ParallelTerminationStrategy: PID 107 died...
22:49:40.139489 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:40.143091 ---      ParallelTerminationStrategy: PID 108 died...
22:49:40.144540 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:40.148170 ---      ParallelTerminationStrategy: PID 109 died...
22:49:40.149633 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:40.153217 ---      ParallelTerminationStrategy: PID 110 died...
22:49:40.154669 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:40.158250 ---      ParallelTerminationStrategy: PID 111 died...
22:49:40.159700 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:40.163319 ---      ParallelTerminationStrategy: PID 112 died...
22:49:40.164779 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:40.168350 ---      ParallelTerminationStrategy: PID 113 died...
22:49:40.169808 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:40.173432 ---      ParallelTerminationStrategy: PID 114 died...
22:49:40.174886 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:40.178496 ---      ParallelTerminationStrategy: PID 115 died...
22:49:40.179958 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:40.183523 ---      ParallelTerminationStrategy: PID 116 died...
22:49:40.184979 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:40.188541 ---      ParallelTerminationStrategy: PID 117 died...
22:49:40.190008 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:40.193613 ---      ParallelTerminationStrategy: PID 118 died...
22:49:40.195057 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:40.198660 ---      ParallelTerminationStrategy: PID 119 died...
22:49:40.200120 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:40.203692 ---      ParallelTerminationStrategy: PID 120 died...
22:49:40.205161 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:40.208746 ---      ParallelTerminationStrategy: PID 121 died...
22:49:40.210190 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:40.213787 ---      ParallelTerminationStrategy: PID 122 died...
22:49:40.215240 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:40.218800 ---      ParallelTerminationStrategy: PID 123 died...
22:49:40.220252 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:40.223831 ---      ParallelTerminationStrategy: PID 124 died...
22:49:40.225281 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:40.228861 ---      ParallelTerminationStrategy: PID 125 died...
22:49:40.230305 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:40.233888 ---      ParallelTerminationStrategy: PID 126 died...
22:49:40.235332 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:40.238915 ---      ParallelTerminationStrategy: PID 127 died...
22:49:40.240361 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:40.243961 ---      ParallelTerminationStrategy: PID 128 died...
22:49:40.245403 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:40.248981 ---      ParallelTerminationStrategy: PID 129 died...
22:49:40.250425 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:40.253999 ---      ParallelTerminationStrategy: PID 130 died...
22:49:40.255459 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:40.259102 ---      ParallelTerminationStrategy: PID 131 died...
22:49:40.260549 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:40.264140 ---      ParallelTerminationStrategy: PID 132 died...
22:49:40.265596 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:40.269168 ---      ParallelTerminationStrategy: PID 133 died...
22:49:40.270612 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:40.274186 ---      ParallelTerminationStrategy: PID 134 died...
22:49:40.275638 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:40.279196 ---      ParallelTerminationStrategy: PID 135 died...
22:49:40.280648 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:40.284242 ---      ParallelTerminationStrategy: PID 136 died...
22:49:40.285723 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:40.289327 ---      ParallelTerminationStrategy: PID 137 died...
22:49:40.290773 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:40.294377 ---      ParallelTerminationStrategy: PID 138 died...
22:49:40.295827 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:40.299439 ---      ParallelTerminationStrategy: PID 139 died...
22:49:40.300898 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:40.304479 ---      ParallelTerminationStrategy: PID 140 died...
22:49:40.305939 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:40.309538 ---      ParallelTerminationStrategy: PID 141 died...
22:49:40.311002 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:40.314584 ---      ParallelTerminationStrategy: PID 142 died...
22:49:40.316037 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:40.319658 ---      ParallelTerminationStrategy: PID 143 died...
22:49:40.321119 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:40.324694 ---      ParallelTerminationStrategy: PID 144 died...
22:49:40.326146 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:40.329741 ---      ParallelTerminationStrategy: PID 145 died...
22:49:40.331188 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:40.334771 ---      ParallelTerminationStrategy: PID 146 died...
22:49:40.336229 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:40.339867 ---      ParallelTerminationStrategy: PID 147 died...
22:49:40.341321 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:40.344919 ---      ParallelTerminationStrategy: PID 148 died...
22:49:40.346360 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:40.349979 ---      ParallelTerminationStrategy: PID 149 died...
22:49:40.351431 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:40.355039 ---      ParallelTerminationStrategy: PID 150 died...
22:49:40.356481 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:40.360076 ---      ParallelTerminationStrategy: PID 151 died...
22:49:40.361527 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:40.365106 ---      ParallelTerminationStrategy: PID 152 died...
22:49:40.366552 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:40.370207 ---      ParallelTerminationStrategy: PID 153 died...
22:49:40.371655 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:40.375253 ---      ParallelTerminationStrategy: PID 154 died...
22:49:40.376720 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:40.380293 ---      ParallelTerminationStrategy: PID 155 died...
22:49:40.381747 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:40.385349 ---      ParallelTerminationStrategy: PID 156 died...
22:49:40.386807 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:40.390412 ---      ParallelTerminationStrategy: PID 157 died...
22:49:40.391861 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:40.395457 ---      ParallelTerminationStrategy: PID 158 died...
22:49:40.396921 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:40.400500 ---      ParallelTerminationStrategy: PID 159 died...
22:49:40.401951 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:40.405555 ---      ParallelTerminationStrategy: PID 160 died...
22:49:40.407008 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:40.410596 ---      ParallelTerminationStrategy: PID 161 died...
22:49:40.412035 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:40.415646 ---      ParallelTerminationStrategy: PID 162 died...
22:49:40.417097 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:40.420682 ---      ParallelTerminationStrategy: PID 163 died...
22:49:40.422127 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:40.425743 ---      ParallelTerminationStrategy: PID 164 died...
22:49:40.427193 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:40.430782 ---      ParallelTerminationStrategy: PID 165 died...
22:49:40.432231 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:40.435825 ---      ParallelTerminationStrategy: PID 166 died...
22:49:40.437278 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:40.440852 ---      ParallelTerminationStrategy: PID 167 died...
22:49:40.442305 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:40.445905 ---      ParallelTerminationStrategy: PID 168 died...
22:49:40.447350 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:40.450957 ---      ParallelTerminationStrategy: PID 169 died...
22:49:40.452404 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:40.456000 ---      ParallelTerminationStrategy: PID 170 died...
22:49:40.457477 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:40.461097 ---      ParallelTerminationStrategy: PID 171 died...
22:49:40.462541 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:40.466132 ---      ParallelTerminationStrategy: PID 172 died...
22:49:40.467579 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:40.471176 ---      ParallelTerminationStrategy: PID 173 died...
22:49:40.472630 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:40.476242 ---      ParallelTerminationStrategy: PID 174 died...
22:49:40.477694 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:40.481290 ---      ParallelTerminationStrategy: PID 175 died...
22:49:40.482730 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:40.486327 ---      ParallelTerminationStrategy: PID 176 died...
22:49:40.487772 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:40.491383 ---      ParallelTerminationStrategy: PID 177 died...
22:49:40.492830 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:40.496429 ---      ParallelTerminationStrategy: PID 178 died...
22:49:40.497891 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:40.501510 ---      ParallelTerminationStrategy: PID 179 died...
22:49:40.502958 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:40.506558 ---      ParallelTerminationStrategy: PID 180 died...
22:49:40.507999 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:40.511588 ---      ParallelTerminationStrategy: PID 181 died...
22:49:40.513036 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:40.516654 ---      ParallelTerminationStrategy: PID 182 died...
22:49:40.518095 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:40.521705 ---      ParallelTerminationStrategy: PID 183 died...
22:49:40.523153 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:40.526782 ---      ParallelTerminationStrategy: PID 184 died...
22:49:40.528228 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:40.531839 ---      ParallelTerminationStrategy: PID 185 died...
22:49:40.533289 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:40.536904 ---      ParallelTerminationStrategy: PID 186 died...
22:49:40.538354 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:40.541950 ---      ParallelTerminationStrategy: PID 187 died...
22:49:40.543403 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:40.547021 ---      ParallelTerminationStrategy: PID 188 died...
22:49:40.548471 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:40.552074 ---      ParallelTerminationStrategy: PID 189 died...
22:49:40.553526 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:40.557111 ---      ParallelTerminationStrategy: PID 190 died...
22:49:40.558566 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:40.562199 ---      ParallelTerminationStrategy: PID 191 died...
22:49:40.563643 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:40.567249 ---      ParallelTerminationStrategy: PID 192 died...
22:49:40.568708 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:40.572284 ---      ParallelTerminationStrategy: PID 193 died...
22:49:40.573732 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:40.577331 ---      ParallelTerminationStrategy: PID 194 died...
22:49:40.578774 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:40.582365 ---      ParallelTerminationStrategy: PID 195 died...
22:49:40.583806 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:40.587427 ---      ParallelTerminationStrategy: PID 196 died...
22:49:40.588908 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:40.592501 ---      ParallelTerminationStrategy: PID 197 died...
22:49:40.593965 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:40.597593 ---      ParallelTerminationStrategy: PID 198 died...
22:49:40.599047 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:40.602654 ---      ParallelTerminationStrategy: PID 199 died...
22:49:40.604094 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:40.607696 ---      ParallelTerminationStrategy: PID 200 died...
22:49:40.609158 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:40.612756 ---      ParallelTerminationStrategy: PID 201 died...
22:49:40.614202 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:40.617827 ---      ParallelTerminationStrategy: PID 202 died...
22:49:40.619290 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:40.622885 ---      ParallelTerminationStrategy: PID 203 died...
22:49:40.624327 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:40.627948 ---      ParallelTerminationStrategy: PID 204 died...
22:49:40.629407 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:40.633010 ---      ParallelTerminationStrategy: PID 205 died...
22:49:40.634458 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:40.638069 ---      ParallelTerminationStrategy: PID 206 died...
22:49:40.639529 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:40.643136 ---      ParallelTerminationStrategy: PID 207 died...
22:49:40.644592 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:40.648189 ---      ParallelTerminationStrategy: PID 208 died...
22:49:40.649668 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:40.653259 ---      ParallelTerminationStrategy: PID 209 died...
22:49:40.654704 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:40.658348 ---      ParallelTerminationStrategy: PID 210 died...
22:49:40.659802 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:40.663391 ---      ParallelTerminationStrategy: PID 211 died...
22:49:40.664851 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:40.668445 ---      ParallelTerminationStrategy: PID 212 died...
22:49:40.669899 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:40.673498 ---      ParallelTerminationStrategy: PID 213 died...
22:49:40.674945 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:40.678531 ---      ParallelTerminationStrategy: PID 214 died...
22:49:40.679976 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:40.683595 ---      ParallelTerminationStrategy: PID 215 died...
22:49:40.685041 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:40.688621 ---      ParallelTerminationStrategy: PID 216 died...
22:49:40.690079 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:40.693661 ---      ParallelTerminationStrategy: PID 217 died...
22:49:40.695118 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:40.698722 ---      ParallelTerminationStrategy: PID 218 died...
22:49:40.700177 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:40.703742 ---      ParallelTerminationStrategy: PID 219 died...
22:49:40.705205 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:40.708806 ---      ParallelTerminationStrategy: PID 220 died...
22:49:40.710260 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:40.713871 ---      ParallelTerminationStrategy: PID 221 died...
22:49:40.715324 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:40.718909 ---      ParallelTerminationStrategy: PID 222 died...
22:49:40.720352 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:40.723941 ---      ParallelTerminationStrategy: PID 223 died...
22:49:40.725386 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:40.728996 ---      ParallelTerminationStrategy: PID 224 died...
22:49:40.730446 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:40.734056 ---      ParallelTerminationStrategy: PID 225 died...
22:49:40.735506 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:40.739107 ---      ParallelTerminationStrategy: PID 226 died...
22:49:40.740561 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:40.744165 ---      ParallelTerminationStrategy: PID 227 died...
22:49:40.745629 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:40.749232 ---      ParallelTerminationStrategy: PID 228 died...
22:49:40.750691 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:40.754294 ---      ParallelTerminationStrategy: PID 229 died...
22:49:40.755740 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:40.759342 ---      ParallelTerminationStrategy: PID 230 died...
22:49:40.760802 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:40.764408 ---      ParallelTerminationStrategy: PID 231 died...
22:49:40.765855 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:40.769480 ---      ParallelTerminationStrategy: PID 232 died...
22:49:40.770929 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:40.774524 ---      ParallelTerminationStrategy: PID 233 died...
22:49:40.775962 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:40.779578 ---      ParallelTerminationStrategy: PID 234 died...
22:49:40.781026 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:44.185374 ---      ParallelTerminationStrategy: PID 34 died...
22:49:44.191221 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8150 netreg_mass PASS
---------------------------------------------------------------------
22:49:44.256949 tst                       trial-8150: Storing JUnit report in /build/trial-8150/run.2025-11-14_22-48-17/trial-8150.xml

--------------------------------------------------------------------------------------------
trial-8150 PASS
--------------------------------------------------------------------------------------------
22:49:44.267645 tst                       trial-8150: trial-8150: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (81.1 sec)
+ exit_code=0
+ rm -rf trial-8150/inst
+ cd trial-8150
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-11-14 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8150-run.tgz run.2025-11-14_22-48-17
+ tar czf /build/trial-8150-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-11-14_15_12_42.tgz osmo-bts-oc2g.build-2025-11-14_00_51_40.tgz osmo-bts-sysmo.build-2025-11-14_00_51_40.tgz osmo-bts.build-2025-11-14_00_51_51.tgz osmo-ggsn.build-2025-11-14_20_42_31.tgz osmo-hlr.build-2025-11-14_16_36_51.tgz osmo-hnbgw.build-2025-11-14_15_14_25.tgz osmo-mgw.build-2025-11-14_08_35_24.tgz osmo-msc.build-2025-11-14_15_18_23.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-11-14_07_34_00.tgz osmo-pcu-sysmo.build-2025-11-14_07_34_05.tgz osmo-pcu.build-2025-11-14_07_36_20.tgz osmo-sgsn.build-2025-11-14_20_48_04.tgz osmo-stp.build-2025-11-14_15_08_27.tgz osmo-trx.build-2025-11-14_14_25_41.tgz osmocom-bb.build-2025-11-14_21_17_24.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