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/jenkins9369684840085414198.sh
+ rm -rf trial-8058-bin.tgz trial-8058-run.tgz *.md5
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bsc" build number 24468
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts" build number 10801
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-ggsn" build number 10075
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hlr" build number 12626
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-mgw" build number 12949
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-hnbgw" build number 12025
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-msc" build number 40129
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu" build number 7335
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-sgsn" build number 42126
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-trx" build number 8022
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 12989
Copied 2 artifacts from "osmo-gsm-tester_build-osmocom-bb" build number 7232
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-sysmo" build number 11326
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-sysmo" build number 7375
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-bts-oc2g" build number 8824
Copied 2 artifacts from "osmo-gsm-tester_build-osmo-pcu-oc2g" build number 6095
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 7232
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins2391950543086371661.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-8058
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
f17cc18 ttcn3-bts-test: show respawn count at the end
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

#9 [14/28] RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen &&     dpkg-reconfigure --frontend=noninteractive locales &&     update-locale LANG=en_US.UTF-8
#9 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:b7257c1a53f2415dabfba39238e4edbbd89d9dba1c0df205fdac6c0942d67c21 0.0s done
#34 naming to docker.io/osmocom-build/osmo-gsm-tester:latest 0.0s done
#34 DONE 0.1s
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=8059 -w /build -i -v /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual:/build -v /home/osmocom-build/.ssh:/home/build/.ssh:ro --name=osmo-gsm-tester-virtual --cap-add=sys_nice osmocom-build/osmo-gsm-tester /bin/bash -c LANG="en_US.utf8" LC_ALL="en_US.UTF-8" LC_LANG="en_US.UTF-8" PATH="$PWD/osmo-gsm-tester/src:${PATH}" ./osmo-gsm-tester/contrib/jenkins-run.sh
+ base=/build
+ dirname -- ./osmo-gsm-tester/contrib/jenkins-run.sh
+ CDPATH= cd -- ./osmo-gsm-tester/contrib
+ pwd -P
+ SCRIPT_DIR=/build/osmo-gsm-tester/contrib
+ OSMO_GSM_TESTER_CONF=/build/osmo-gsm-tester/sysmocom/main.conf
+ date +%F %T
+ time_start=2025-08-15 22:48:25
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8059
+ mkdir -p trial-8059
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-08-15_13_28_59.tgz osmo-bts-oc2g.build-2025-08-15_00_51_44.tgz osmo-bts-sysmo.build-2025-08-15_00_51_47.tgz osmo-bts.build-2025-08-15_00_51_52.tgz osmo-ggsn.build-2025-08-15_20_42_34.tgz osmo-hlr.build-2025-08-15_16_36_50.tgz osmo-hnbgw.build-2025-08-15_13_30_25.tgz osmo-mgw.build-2025-08-15_08_33_12.tgz osmo-msc.build-2025-08-15_13_34_32.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-15_07_33_54.tgz osmo-pcu-sysmo.build-2025-08-15_07_35_52.tgz osmo-pcu.build-2025-08-15_07_36_00.tgz osmo-sgsn.build-2025-08-15_20_48_35.tgz osmo-stp.build-2025-08-15_13_25_27.tgz osmo-trx.build-2025-08-15_14_30_13.tgz osmocom-bb.build-2025-08-15_21_17_24.tgz srslte.build-19.tgz trial-8059
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-08-15_13_28_59.md5 osmo-bts-oc2g.build-2025-08-15_00_51_44.md5 osmo-bts-sysmo.build-2025-08-15_00_51_47.md5 osmo-bts.build-2025-08-15_00_51_52.md5 osmo-ggsn.build-2025-08-15_20_42_34.md5 osmo-hlr.build-2025-08-15_16_36_50.md5 osmo-hnbgw.build-2025-08-15_13_30_25.md5 osmo-mgw.build-2025-08-15_08_33_12.md5 osmo-msc.build-2025-08-15_13_34_32.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-15_07_33_54.md5 osmo-pcu-sysmo.build-2025-08-15_07_35_52.md5 osmo-pcu.build-2025-08-15_07_36_00.md5 osmo-sgsn.build-2025-08-15_20_48_35.md5 osmo-stp.build-2025-08-15_13_25_27.md5 osmo-trx.build-2025-08-15_14_30_13.md5 osmocom-bb.build-2025-08-15_21_17_24.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-08-15_13_28_59.md5 osmo-bts-oc2g.build-2025-08-15_00_51_44.md5 osmo-bts-sysmo.build-2025-08-15_00_51_47.md5 osmo-bts.build-2025-08-15_00_51_52.md5 osmo-ggsn.build-2025-08-15_20_42_34.md5 osmo-hlr.build-2025-08-15_16_36_50.md5 osmo-hnbgw.build-2025-08-15_13_30_25.md5 osmo-mgw.build-2025-08-15_08_33_12.md5 osmo-msc.build-2025-08-15_13_34_32.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-15_07_33_54.md5 osmo-pcu-sysmo.build-2025-08-15_07_35_52.md5 osmo-pcu.build-2025-08-15_07_36_00.md5 osmo-sgsn.build-2025-08-15_20_48_35.md5 osmo-stp.build-2025-08-15_13_25_27.md5 osmo-trx.build-2025-08-15_14_30_13.md5 osmocom-bb.build-2025-08-15_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-8059 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8059'
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-8059
--------------------------------------------------------------------------------------------
22:48:25.762852 tst                       trial-8059: Detailed log at /build/trial-8059/run.2025-08-15_22-48-25/log

---------------------------------------------------------------------
trial-8059 netreg_mass
---------------------------------------------------------------------
22:48:25.998162 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:25.998576 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:25.999427 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:26.000708 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:26.039092 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:26.039891 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:26.041073 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:26.115156 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-8059 netreg_mass register_default_mass.py
----------------------------------------------
22:48:26.115977 tst       register_default_mass.py:9: Claiming resources for the test
22:48:26.132744 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.133360 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.133892 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.134409 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.134932 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.135464 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:26.135976 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:26.194257 tst         register_default_mass.py: using LAC 2
22:48:26.228517 tst         register_default_mass.py: using RAC 2
22:48:26.263355 tst         register_default_mass.py: using CellId 2
22:48:26.305750 tst         register_default_mass.py: using BVCI 3
22:48:26.313095 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.313794 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.314386 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.314928 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.315461 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.316010 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.316531 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.317067 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.317617 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.318144 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.318661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.319189 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.319718 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.320248 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.321075 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.322155 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.323160 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.324189 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.325226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.326049 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.326585 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.327141 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.327686 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.328214 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.328760 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.329307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.329844 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.330378 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.330934 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.331482 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.332020 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.332571 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.333126 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.333696 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.334256 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.334801 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.335352 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.335939 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.336508 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.337087 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.337656 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.338226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.338786 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.339366 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.339933 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.340490 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.341101 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.341688 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.342254 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.342831 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.343434 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.344028 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.344612 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.345232 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.345837 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.346424 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.347018 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.347614 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.348204 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.348818 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.349407 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.350004 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.350626 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.351226 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.351809 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.352412 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.353010 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.353598 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.354204 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.354789 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.355372 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.355978 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.356664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.357296 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.357915 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.358506 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.359078 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.359661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.360255 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.360846 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.361419 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.362011 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.362619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.363213 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.363827 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.364423 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.365074 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.365701 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.366343 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.366971 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.367570 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.368153 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.368756 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.369374 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.369956 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.370528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.371302 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.371907 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.372494 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.373116 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.373709 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:26.374358 tst      register_default_mass.py:21: Launching a simple network
22:48:26.386230 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:26.516480 run            create_hlr_db(pid=20): Launched
22:48:27.526843 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:27.544168 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:27.560434 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:27.566543 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:27.750900 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:27.767017 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:27.773341 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:28.232900 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:28.251821 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:31.263982 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:31.378493 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:31.394019 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:31.399975 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:31.424048 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:31.439267 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:31.445482 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:31.770724 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:31.788977 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:37.806857 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:37.957961 run         osmo-bts-virtual(pid=34): Launched
22:48:39.006920 tst         register_default_mass.py: using MSISDN 1001
22:48:39.013274 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:39.097978 tst         register_default_mass.py: using MSISDN 1002
22:48:39.107179 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:39.186267 tst         register_default_mass.py: using MSISDN 1003
22:48:39.193125 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:39.361455 tst         register_default_mass.py: using MSISDN 1004
22:48:39.368850 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:39.437800 tst         register_default_mass.py: using MSISDN 1005
22:48:39.445082 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:39.509762 tst         register_default_mass.py: using MSISDN 1006
22:48:39.515520 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:39.597285 tst         register_default_mass.py: using MSISDN 1007
22:48:39.605187 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:39.675487 tst         register_default_mass.py: using MSISDN 1008
22:48:39.681337 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:39.757162 tst         register_default_mass.py: using MSISDN 1009
22:48:39.764917 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:39.836653 tst         register_default_mass.py: using MSISDN 1010
22:48:39.842722 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:39.935623 tst         register_default_mass.py: using MSISDN 1011
22:48:39.942081 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:40.015468 tst         register_default_mass.py: using MSISDN 1012
22:48:40.025468 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:40.097252 tst         register_default_mass.py: using MSISDN 1013
22:48:40.103013 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:40.181806 tst         register_default_mass.py: using MSISDN 1014
22:48:40.187823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:40.256679 tst         register_default_mass.py: using MSISDN 1015
22:48:40.262453 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:40.325766 tst         register_default_mass.py: using MSISDN 1016
22:48:40.331603 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:40.404142 tst         register_default_mass.py: using MSISDN 1017
22:48:40.410052 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:40.480348 tst         register_default_mass.py: using MSISDN 1018
22:48:40.486801 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:40.555160 tst         register_default_mass.py: using MSISDN 1019
22:48:40.561743 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:40.630682 tst         register_default_mass.py: using MSISDN 1020
22:48:40.636778 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:40.803470 tst         register_default_mass.py: using MSISDN 1021
22:48:40.809413 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:40.891390 tst         register_default_mass.py: using MSISDN 1022
22:48:40.899070 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:40.961117 tst         register_default_mass.py: using MSISDN 1023
22:48:40.970676 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:41.040597 tst         register_default_mass.py: using MSISDN 1024
22:48:41.046823 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:41.128791 tst         register_default_mass.py: using MSISDN 1025
22:48:41.136826 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:41.215301 tst         register_default_mass.py: using MSISDN 1026
22:48:41.223746 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:41.295622 tst         register_default_mass.py: using MSISDN 1027
22:48:41.303755 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:41.386329 tst         register_default_mass.py: using MSISDN 1028
22:48:41.396861 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:41.484198 tst         register_default_mass.py: using MSISDN 1029
22:48:41.491101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:41.556277 tst         register_default_mass.py: using MSISDN 1030
22:48:41.562340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:41.634864 tst         register_default_mass.py: using MSISDN 1031
22:48:41.645477 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:41.763236 tst         register_default_mass.py: using MSISDN 1032
22:48:41.770179 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:41.908527 tst         register_default_mass.py: using MSISDN 1033
22:48:41.914697 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:41.991377 tst         register_default_mass.py: using MSISDN 1034
22:48:41.997709 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:42.063028 tst         register_default_mass.py: using MSISDN 1035
22:48:42.069029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:42.140193 tst         register_default_mass.py: using MSISDN 1036
22:48:42.146959 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:42.223249 tst         register_default_mass.py: using MSISDN 1037
22:48:42.229230 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:42.309468 tst         register_default_mass.py: using MSISDN 1038
22:48:42.317644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:42.388698 tst         register_default_mass.py: using MSISDN 1039
22:48:42.394869 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:42.472159 tst         register_default_mass.py: using MSISDN 1040
22:48:42.478037 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:42.545149 tst         register_default_mass.py: using MSISDN 1041
22:48:42.550894 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:42.622077 tst         register_default_mass.py: using MSISDN 1042
22:48:42.631227 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:42.692361 tst         register_default_mass.py: using MSISDN 1043
22:48:42.699675 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:42.772640 tst         register_default_mass.py: using MSISDN 1044
22:48:42.779417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:42.847699 tst         register_default_mass.py: using MSISDN 1045
22:48:42.855152 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:42.945913 tst         register_default_mass.py: using MSISDN 1046
22:48:42.955713 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:43.177514 tst         register_default_mass.py: using MSISDN 1047
22:48:43.183682 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:43.254513 tst         register_default_mass.py: using MSISDN 1048
22:48:43.265318 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:43.348409 tst         register_default_mass.py: using MSISDN 1049
22:48:43.355442 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:43.519767 tst         register_default_mass.py: using MSISDN 1050
22:48:43.526118 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:43.587929 tst         register_default_mass.py: using MSISDN 1051
22:48:43.593873 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:43.689191 tst         register_default_mass.py: using MSISDN 1052
22:48:43.696800 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:43.760079 tst         register_default_mass.py: using MSISDN 1053
22:48:43.765769 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:43.835308 tst         register_default_mass.py: using MSISDN 1054
22:48:43.842112 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:43.918329 tst         register_default_mass.py: using MSISDN 1055
22:48:43.925519 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:43.989568 tst         register_default_mass.py: using MSISDN 1056
22:48:43.999973 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:44.077396 tst         register_default_mass.py: using MSISDN 1057
22:48:44.085804 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:44.170244 tst         register_default_mass.py: using MSISDN 1058
22:48:44.179259 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:44.240701 tst         register_default_mass.py: using MSISDN 1059
22:48:44.246756 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:44.318619 tst         register_default_mass.py: using MSISDN 1060
22:48:44.324767 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:44.390668 tst         register_default_mass.py: using MSISDN 1061
22:48:44.397167 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:44.468015 tst         register_default_mass.py: using MSISDN 1062
22:48:44.476797 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:44.540048 tst         register_default_mass.py: using MSISDN 1063
22:48:44.546104 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:44.613079 tst         register_default_mass.py: using MSISDN 1064
22:48:44.619030 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:44.689614 tst         register_default_mass.py: using MSISDN 1065
22:48:44.695741 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:44.763878 tst         register_default_mass.py: using MSISDN 1066
22:48:44.769602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:44.839328 tst         register_default_mass.py: using MSISDN 1067
22:48:44.846197 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:44.933249 tst         register_default_mass.py: using MSISDN 1068
22:48:44.941009 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:45.006832 tst         register_default_mass.py: using MSISDN 1069
22:48:45.014073 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:45.100703 tst         register_default_mass.py: using MSISDN 1070
22:48:45.108201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:45.189851 tst         register_default_mass.py: using MSISDN 1071
22:48:45.195630 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:45.272844 tst         register_default_mass.py: using MSISDN 1072
22:48:45.278708 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:45.349858 tst         register_default_mass.py: using MSISDN 1073
22:48:45.356328 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:45.496340 tst         register_default_mass.py: using MSISDN 1074
22:48:45.502602 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:45.596853 tst         register_default_mass.py: using MSISDN 1075
22:48:45.602976 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:45.671214 tst         register_default_mass.py: using MSISDN 1076
22:48:45.678017 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:45.747995 tst         register_default_mass.py: using MSISDN 1077
22:48:45.753791 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:45.823574 tst         register_default_mass.py: using MSISDN 1078
22:48:45.829333 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:45.914082 tst         register_default_mass.py: using MSISDN 1079
22:48:45.920982 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:45.994829 tst         register_default_mass.py: using MSISDN 1080
22:48:46.001058 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:46.074060 tst         register_default_mass.py: using MSISDN 1081
22:48:46.081077 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:46.168541 tst         register_default_mass.py: using MSISDN 1082
22:48:46.175564 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:46.258502 tst         register_default_mass.py: using MSISDN 1083
22:48:46.268097 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:46.341189 tst         register_default_mass.py: using MSISDN 1084
22:48:46.348125 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:46.422946 tst         register_default_mass.py: using MSISDN 1085
22:48:46.432048 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:46.499099 tst         register_default_mass.py: using MSISDN 1086
22:48:46.506087 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:46.598975 tst         register_default_mass.py: using MSISDN 1087
22:48:46.605065 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:46.686221 tst         register_default_mass.py: using MSISDN 1088
22:48:46.698732 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:46.784149 tst         register_default_mass.py: using MSISDN 1089
22:48:46.791411 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:46.860612 tst         register_default_mass.py: using MSISDN 1090
22:48:46.873594 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:47.039560 tst         register_default_mass.py: using MSISDN 1091
22:48:47.052692 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:47.171880 tst         register_default_mass.py: using MSISDN 1092
22:48:47.181417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:47.441456 tst         register_default_mass.py: using MSISDN 1093
22:48:47.447904 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:47.514369 tst         register_default_mass.py: using MSISDN 1094
22:48:47.520818 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:47.585817 tst         register_default_mass.py: using MSISDN 1095
22:48:47.596596 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:47.664516 tst         register_default_mass.py: using MSISDN 1096
22:48:47.670991 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:47.743777 tst         register_default_mass.py: using MSISDN 1097
22:48:47.749889 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:47.818439 tst         register_default_mass.py: using MSISDN 1098
22:48:47.824464 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:47.898381 tst         register_default_mass.py: using MSISDN 1099
22:48:47.904536 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:48.049988 tst         register_default_mass.py: using MSISDN 1100
22:48:48.057150 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:48.174726 run                             mass: Starting testcase
22:48:48.180848 run                             mass: Pre-launching all virtphy's
22:48:48.186711 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:48.201150 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:48.208005 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:48.223248 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:48.230466 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:48.246150 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:48.253325 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:48.268902 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:48.276025 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:48.291441 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:48.298442 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:48.313595 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:48.320873 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:48.336408 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:48.343559 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:48.358638 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:48.365543 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:48.380404 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:48.387427 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:48.403214 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:48.410569 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:48.426047 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:48.433059 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:48.448276 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:48.455219 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:48.470861 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:48.478019 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:48.493361 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:48.500394 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:48.515313 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:48.522061 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:48.536181 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:48.543361 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:48.559675 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:48.568543 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:48.587354 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:48.596786 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:48.615406 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:48.624384 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:48.643422 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:48.652696 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:48.671255 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:48.680574 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:48.698922 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:48.714070 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:48.745458 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:48.759810 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:48.791160 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:48.805687 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:48.837104 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:48.851477 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:48.882331 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:48.896497 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:48.927893 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:48.942227 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:48.973314 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:48.987843 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:49.018871 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:49.033255 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:49.064257 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:49.078475 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:49.109633 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:49.124597 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:49.156468 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:49.171899 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:49.203729 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:49.218125 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:49.248844 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:49.263395 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:49.294182 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:49.306372 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:49.323590 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:49.332192 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:49.349627 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:49.359823 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:49.377330 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:49.385512 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:49.402648 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:49.411919 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:49.429327 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:49.438495 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:49.455122 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:49.462943 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:49.479691 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:49.488082 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:49.505484 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:49.514246 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:49.531307 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:49.539262 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:49.580571 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:49.587782 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:49.604081 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:49.611606 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:49.628035 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:49.635751 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:49.652335 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:49.659853 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:49.675543 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:49.682877 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:49.698828 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:49.706264 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:49.722287 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:49.729550 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:49.745874 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:49.753741 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:49.771063 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:49.779800 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:49.796797 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:49.804622 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:49.821563 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:49.828799 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:49.844029 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:49.850827 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:49.865161 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:49.871715 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:49.885889 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:49.892402 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:49.906617 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:49.913145 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:49.927559 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:49.934515 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:49.949614 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:49.956638 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:49.971644 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:49.978629 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:49.993810 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:50.000592 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:50.015027 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:50.021670 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:50.036179 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:50.042959 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:50.057729 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:50.064631 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:50.079876 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:50.087146 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:50.102408 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:50.109157 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:50.124300 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:50.131507 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:50.147065 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:50.154079 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:50.168734 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:50.175563 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:50.190311 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:50.196860 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:50.210980 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:50.217619 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:50.233347 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:50.242250 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:50.259293 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:50.266984 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:50.283663 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:50.291484 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:50.308492 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:50.316380 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:50.333034 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:50.340842 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:50.357531 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:50.365130 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:50.381344 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:50.388808 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:50.405307 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:50.412919 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:50.429245 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:50.436839 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:50.453509 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:50.462711 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:50.480182 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:50.488462 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:50.505693 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:50.514858 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:50.531699 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:50.539318 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:50.555685 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:50.563458 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:50.580453 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:50.588571 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:50.605895 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:50.613640 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:50.629770 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:50.736761 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:50.751914 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:50.759142 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:50.777331 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:50.784737 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:50.800353 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:50.807797 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:50.823674 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:50.831837 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:50.848499 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:50.856006 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:50.872053 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:50.879328 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:50.895504 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:50.902789 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:50.918576 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:50.925791 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:50.942125 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:50.949596 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:50.965494 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:50.973085 run                             mass: Checking if sockets are in the filesystem
22:48:50.988191 run                osmo-ms-mob/00000: Starting mobile
22:48:51.004145 run       osmo-ms-mob/00000(pid=135): Launched
22:48:51.017465 run                             mass: MS start registered  {at=18529036.720788404, delay=0.005972262471914291, ms=00000}
22:48:55.190026 run                osmo-ms-mob/00001: Starting mobile
22:48:55.208135 run       osmo-ms-mob/00001(pid=136): Launched
22:48:55.226315 run                             mass: MS start registered  {at=18529040.92963524, delay=0.00814453512430191, ms=00001}
22:48:56.434092 run                             mass: MS performed LU  {at=18529042.13740442, lu_delay=5.416616015136242, ms=00000}
22:48:56.998133 run                osmo-ms-mob/00002: Starting mobile
22:48:57.011816 run       osmo-ms-mob/00002(pid=137): Launched
22:48:57.023126 run                             mass: MS start registered  {at=18529042.726477694, delay=0.004928704351186752, ms=00002}
22:48:58.293723 run                osmo-ms-mob/00003: Starting mobile
22:48:58.324936 run       osmo-ms-mob/00003(pid=138): Launched
22:48:58.346130 run                             mass: MS start registered  {at=18529044.049461212, delay=0.006840929388999939, ms=00003}
22:48:59.390199 run                osmo-ms-mob/00004: Starting mobile
22:48:59.404562 run       osmo-ms-mob/00004(pid=139): Launched
22:48:59.416058 run                             mass: MS start registered  {at=18529045.1193988, delay=0.0049750059843063354, ms=00004}
22:49:00.200286 run                             mass: MS performed LU  {at=18529045.903602734, lu_delay=4.973967492580414, ms=00001}
22:49:00.387856 run                osmo-ms-mob/00005: Starting mobile
22:49:00.401904 run       osmo-ms-mob/00005(pid=140): Launched
22:49:00.413740 run                             mass: MS start registered  {at=18529046.117077634, delay=0.005302637815475464, ms=00005}
22:49:01.288617 run                osmo-ms-mob/00006: Starting mobile
22:49:01.303121 run       osmo-ms-mob/00006(pid=141): Launched
22:49:01.314511 run                             mass: MS start registered  {at=18529047.017855585, delay=0.00492328405380249, ms=00006}
22:49:02.101074 run                             mass: MS performed LU  {at=18529047.80438908, lu_delay=5.077911384403706, ms=00002}
22:49:02.115586 run                osmo-ms-mob/00007: Starting mobile
22:49:02.131321 run       osmo-ms-mob/00007(pid=142): Launched
22:49:02.144232 run                             mass: MS start registered  {at=18529047.84756811, delay=0.005446590483188629, ms=00007}
22:49:02.994415 run                osmo-ms-mob/00008: Starting mobile
22:49:03.031508 run       osmo-ms-mob/00008(pid=143): Launched
22:49:03.049545 run                             mass: MS start registered  {at=18529048.75288394, delay=3.866851329803467e-05, ms=00008}
22:49:03.696279 run                osmo-ms-mob/00009: Starting mobile
22:49:03.731848 run       osmo-ms-mob/00009(pid=144): Launched
22:49:03.756356 run                             mass: MS start registered  {at=18529049.459669437, delay=0.007373590022325516, ms=00009}
22:49:03.965689 run                             mass: MS performed LU  {at=18529049.669002887, lu_delay=5.619541674852371, ms=00003}
22:49:04.395197 run                osmo-ms-mob/00010: Starting mobile
22:49:04.431827 run       osmo-ms-mob/00010(pid=145): Launched
22:49:04.455888 run                             mass: MS start registered  {at=18529050.159193296, delay=0.007692448794841766, ms=00010}
22:49:04.483394 run                             mass: MS performed LU  {at=18529050.1866966, lu_delay=5.067297801375389, ms=00004}
22:49:04.990494 run                osmo-ms-mob/00011: Starting mobile
22:49:05.004756 run       osmo-ms-mob/00011(pid=146): Launched
22:49:05.016225 run                             mass: MS start registered  {at=18529050.719574697, delay=0.005051311105489731, ms=00011}
22:49:05.593089 run                osmo-ms-mob/00012: Starting mobile
22:49:05.624124 run       osmo-ms-mob/00012(pid=147): Launched
22:49:05.638982 run                             mass: MS start registered  {at=18529051.342323724, delay=3.4693628549575806e-05, ms=00012}
22:49:05.867184 run                             mass: MS performed LU  {at=18529051.570501804, lu_delay=4.552646219730377, ms=00006}
22:49:05.913050 run                             mass: MS performed LU  {at=18529051.616378747, lu_delay=5.499301113188267, ms=00005}
22:49:06.187947 run                osmo-ms-mob/00013: Starting mobile
22:49:06.204965 run       osmo-ms-mob/00013(pid=148): Launched
22:49:06.218073 run                             mass: MS start registered  {at=18529051.92141358, delay=0.0033730119466781616, ms=00013}
22:49:06.787125 run                osmo-ms-mob/00014: Starting mobile
22:49:06.802034 run       osmo-ms-mob/00014(pid=149): Launched
22:49:06.815366 run                             mass: MS start registered  {at=18529052.518702, delay=0.005579616874456406, ms=00014}
22:49:07.386783 run                osmo-ms-mob/00015: Starting mobile
22:49:07.401097 run       osmo-ms-mob/00015(pid=150): Launched
22:49:07.413471 run                             mass: MS start registered  {at=18529053.116802458, delay=0.005063630640506744, ms=00015}
22:49:07.731693 run                             mass: MS performed LU  {at=18529053.435006864, lu_delay=4.682122923433781, ms=00008}
22:49:07.778180 run                             mass: MS performed LU  {at=18529053.481515553, lu_delay=5.633947443217039, ms=00007}
22:49:07.790598 run                osmo-ms-mob/00016: Starting mobile
22:49:07.805627 run       osmo-ms-mob/00016(pid=151): Launched
22:49:07.817435 run                             mass: MS start registered  {at=18529053.5207856, delay=0.004959341138601303, ms=00016}
22:49:08.386726 run                osmo-ms-mob/00017: Starting mobile
22:49:08.402362 run       osmo-ms-mob/00017(pid=152): Launched
22:49:08.414661 run                             mass: MS start registered  {at=18529054.1179899, delay=0.005200240761041641, ms=00017}
22:49:08.992950 run                osmo-ms-mob/00018: Starting mobile
22:49:09.017332 run       osmo-ms-mob/00018(pid=153): Launched
22:49:09.034629 run                             mass: MS start registered  {at=18529054.73795223, delay=0.00740915909409523, ms=00018}
22:49:09.392441 run                osmo-ms-mob/00019: Starting mobile
22:49:09.415679 run       osmo-ms-mob/00019(pid=154): Launched
22:49:09.429102 run                             mass: MS start registered  {at=18529055.132446267, delay=0.005189955234527588, ms=00019}
22:49:09.632820 run                             mass: MS performed LU  {at=18529055.33614061, lu_delay=4.61656591296196, ms=00011}
22:49:09.679450 run                             mass: MS performed LU  {at=18529055.382786855, lu_delay=5.223593559116125, ms=00010}
22:49:09.748023 run                             mass: MS performed LU  {at=18529055.4513559, lu_delay=5.991686463356018, ms=00009}
22:49:09.763021 run                osmo-ms-mob/00020: Starting mobile
22:49:09.781586 run       osmo-ms-mob/00020(pid=155): Launched
22:49:09.794189 run                             mass: MS start registered  {at=18529055.49753944, delay=0.00405421108007431, ms=00020}
22:49:10.389202 run                osmo-ms-mob/00021: Starting mobile
22:49:10.406277 run       osmo-ms-mob/00021(pid=156): Launched
22:49:10.421462 run                             mass: MS start registered  {at=18529056.124799673, delay=0.00684727355837822, ms=00021}
22:49:10.787080 run                osmo-ms-mob/00022: Starting mobile
22:49:10.803064 run       osmo-ms-mob/00022(pid=157): Launched
22:49:10.816335 run                             mass: MS start registered  {at=18529056.519686665, delay=0.00022216513752937317, ms=00022}
22:49:11.294460 run                osmo-ms-mob/00023: Starting mobile
22:49:11.321330 run       osmo-ms-mob/00023(pid=158): Launched
22:49:11.346305 run                             mass: MS start registered  {at=18529057.04961587, delay=0.016239535063505173, ms=00023}
22:49:11.414434 run                             mass: MS performed LU  {at=18529057.117743056, lu_delay=5.196329474449158, ms=00013}
22:49:11.497437 run                             mass: MS performed LU  {at=18529057.20074334, lu_delay=5.858419615775347, ms=00012}
22:49:11.544135 run                             mass: MS performed LU  {at=18529057.247444805, lu_delay=4.728742804378271, ms=00014}
22:49:11.572514 run                osmo-ms-mob/00024: Starting mobile
22:49:11.591483 run       osmo-ms-mob/00024(pid=159): Launched
22:49:11.607575 run                             mass: MS start registered  {at=18529057.310916677, delay=3.52710485458374e-05, ms=00024}
22:49:12.191490 run                osmo-ms-mob/00025: Starting mobile
22:49:12.208817 run       osmo-ms-mob/00025(pid=160): Launched
22:49:12.224786 run                             mass: MS start registered  {at=18529057.928123325, delay=0.006476804614067078, ms=00025}
22:49:12.596298 run                osmo-ms-mob/00026: Starting mobile
22:49:12.634394 run       osmo-ms-mob/00026(pid=161): Launched
22:49:12.659418 run                             mass: MS start registered  {at=18529058.36273101, delay=0.0070570968091487885, ms=00026}
22:49:12.995333 run                osmo-ms-mob/00027: Starting mobile
22:49:13.032562 run       osmo-ms-mob/00027(pid=162): Launched
22:49:13.057790 run                             mass: MS start registered  {at=18529058.761106912, delay=0.007302887737751007, ms=00027}
22:49:13.395990 run                osmo-ms-mob/00028: Starting mobile
22:49:13.419178 run       osmo-ms-mob/00028(pid=163): Launched
22:49:13.430250 run                             mass: MS performed LU  {at=18529059.133593984, lu_delay=4.395641755312681, ms=00018}
22:49:13.446019 run                             mass: MS start registered  {at=18529059.14937565, delay=0.01581743359565735, ms=00028}
22:49:13.454994 run                             mass: MS performed LU  {at=18529059.15834351, lu_delay=5.6375579088926315, ms=00016}
22:49:13.514668 run                             mass: MS performed LU  {at=18529059.217982013, lu_delay=6.101179555058479, ms=00015}
22:49:13.545225 run                osmo-ms-mob/00029: Starting mobile
22:49:13.565675 run       osmo-ms-mob/00029(pid=164): Launched
22:49:13.576782 run                             mass: MS performed LU  {at=18529059.280130234, lu_delay=5.16214033216238, ms=00017}
22:49:13.589640 run                             mass: MS start registered  {at=18529059.29294828, delay=0.012847237288951874, ms=00029}
22:49:14.196684 run                osmo-ms-mob/00030: Starting mobile
22:49:14.234397 run       osmo-ms-mob/00030(pid=165): Launched
22:49:14.255436 run                             mass: MS start registered  {at=18529059.958759893, delay=0.004371728748083115, ms=00030}
22:49:14.590480 run                osmo-ms-mob/00031: Starting mobile
22:49:14.619956 run       osmo-ms-mob/00031(pid=166): Launched
22:49:14.637881 run                             mass: MS start registered  {at=18529060.341220908, delay=3.951042890548706e-05, ms=00031}
22:49:14.891456 run                osmo-ms-mob/00032: Starting mobile
22:49:14.908166 run       osmo-ms-mob/00032(pid=167): Launched
22:49:14.921945 run                             mass: MS start registered  {at=18529060.625287138, delay=3.696233034133911e-05, ms=00032}
22:49:15.180693 run                             mass: MS performed LU  {at=18529060.883976985, lu_delay=4.759177312254906, ms=00021}
22:49:15.263521 run                             mass: MS performed LU  {at=18529060.966824938, lu_delay=5.83437867090106, ms=00019}
22:49:15.288405 run                osmo-ms-mob/00033: Starting mobile
22:49:15.305377 run       osmo-ms-mob/00033(pid=168): Launched
22:49:15.313482 run                             mass: MS performed LU  {at=18529061.016832653, lu_delay=5.519293215125799, ms=00020}
22:49:15.321231 run                             mass: MS start registered  {at=18529061.02459191, delay=0.007784929126501083, ms=00033}
22:49:15.452589 run                             mass: MS performed LU  {at=18529061.155914873, lu_delay=4.636228207498789, ms=00022}
22:49:15.688143 run                osmo-ms-mob/00034: Starting mobile
22:49:15.704845 run       osmo-ms-mob/00034(pid=169): Launched
22:49:15.720887 run                             mass: MS start registered  {at=18529061.424228065, delay=0.007417567074298859, ms=00034}
22:49:15.989241 run                osmo-ms-mob/00035: Starting mobile
22:49:16.007021 run       osmo-ms-mob/00035(pid=170): Launched
22:49:16.020312 run                             mass: MS start registered  {at=18529061.723648496, delay=0.005807366222143173, ms=00035}
22:49:16.389865 run                osmo-ms-mob/00036: Starting mobile
22:49:16.406557 run       osmo-ms-mob/00036(pid=171): Launched
22:49:16.420017 run                             mass: MS start registered  {at=18529062.12335057, delay=0.005432993173599243, ms=00036}
22:49:16.792713 run                osmo-ms-mob/00037: Starting mobile
22:49:16.816008 run       osmo-ms-mob/00037(pid=172): Launched
22:49:16.830901 run                             mass: MS start registered  {at=18529062.534234513, delay=0.005747847259044647, ms=00037}
22:49:17.087822 run                osmo-ms-mob/00038: Starting mobile
22:49:17.105804 run       osmo-ms-mob/00038(pid=173): Launched
22:49:17.119706 run                             mass: MS start registered  {at=18529062.823040843, delay=0.005746901035308838, ms=00038}
22:49:17.165247 run                             mass: MS performed LU  {at=18529062.868575696, lu_delay=5.818959824740887, ms=00023}
22:49:17.210977 run                             mass: MS performed LU  {at=18529062.914312024, lu_delay=5.603395346552134, ms=00024}
22:49:17.225353 run                osmo-ms-mob/00039: Starting mobile
22:49:17.242591 run       osmo-ms-mob/00039(pid=174): Launched
22:49:17.256462 run                             mass: MS start registered  {at=18529062.959806472, delay=0.005855262279510498, ms=00039}
22:49:17.279826 run                             mass: MS performed LU  {at=18529062.983159818, lu_delay=4.620428808033466, ms=00026}
22:49:17.317163 run                             mass: MS performed LU  {at=18529063.02049264, lu_delay=5.0923693142831326, ms=00025}
22:49:17.858000 run                osmo-ms-mob/00040: Starting mobile
22:49:17.883450 run       osmo-ms-mob/00040(pid=175): Launched
22:49:17.898355 run                             mass: Starting too slowly. Moving on {now=18529063.601707075, sleep=-0.01781490445137024, target=18529063.58389217}
22:49:17.912523 run                             mass: MS start registered  {at=18529063.615863983, delay=0.014162998646497726, ms=00040}
22:49:18.089683 run                osmo-ms-mob/00041: Starting mobile
22:49:18.107169 run       osmo-ms-mob/00041(pid=176): Launched
22:49:18.122503 run                             mass: MS start registered  {at=18529063.825838067, delay=0.007025010883808136, ms=00041}
22:49:18.393750 run                osmo-ms-mob/00042: Starting mobile
22:49:18.424387 run       osmo-ms-mob/00042(pid=177): Launched
22:49:18.440111 run                             mass: MS start registered  {at=18529064.14345248, delay=0.0011307895183563232, ms=00042}
22:49:18.793749 run                osmo-ms-mob/00043: Starting mobile
22:49:18.823050 run       osmo-ms-mob/00043(pid=178): Launched
22:49:18.846309 run                             mass: MS start registered  {at=18529064.549624037, delay=0.013276319950819016, ms=00043}
22:49:19.029505 run                             mass: MS performed LU  {at=18529064.732809056, lu_delay=5.971702143549919, ms=00027}
22:49:19.059084 run                osmo-ms-mob/00044: Starting mobile
22:49:19.094333 run       osmo-ms-mob/00044(pid=179): Launched
22:49:19.109772 run                             mass: MS performed LU  {at=18529064.81311461, lu_delay=5.663738958537579, ms=00028}
22:49:19.125263 run                             mass: MS start registered  {at=18529064.82861394, delay=0.015538375824689865, ms=00044}
22:49:19.181231 run                             mass: MS performed LU  {at=18529064.88453661, lu_delay=5.591588329523802, ms=00029}
22:49:19.204360 run                osmo-ms-mob/00045: Starting mobile
22:49:19.223401 run       osmo-ms-mob/00045(pid=180): Launched
22:49:19.232254 run                             mass: MS performed LU  {at=18529064.935604807, lu_delay=4.976844914257526, ms=00030}
22:49:19.241088 run                             mass: MS performed LU  {at=18529064.94444682, lu_delay=4.603225912898779, ms=00031}
22:49:19.249498 run                             mass: MS start registered  {at=18529064.9528586, delay=0.017284531146287918, ms=00045}
22:49:19.265180 run                osmo-ms-mob/00046: Starting mobile
22:49:19.284055 run       osmo-ms-mob/00046(pid=181): Launched
22:49:19.304401 run                             mass: MS start registered  {at=18529065.00771145, delay=0.011396806687116623, ms=00046}
22:49:19.988244 run                osmo-ms-mob/00047: Starting mobile
22:49:20.006978 run       osmo-ms-mob/00047(pid=182): Launched
22:49:20.020322 run                             mass: MS start registered  {at=18529065.72366258, delay=0.005416411906480789, ms=00047}
22:49:20.287298 run                osmo-ms-mob/00048: Starting mobile
22:49:20.302392 run       osmo-ms-mob/00048(pid=183): Launched
22:49:20.314647 run                             mass: MS start registered  {at=18529066.017982047, delay=0.005298662930727005, ms=00048}
22:49:20.590189 run                osmo-ms-mob/00049: Starting mobile
22:49:20.607373 run       osmo-ms-mob/00049(pid=184): Launched
22:49:20.621106 run                             mass: MS start registered  {at=18529066.32445203, delay=0.005656048655509949, ms=00049}
22:49:20.887703 run                osmo-ms-mob/00050: Starting mobile
22:49:20.903508 run       osmo-ms-mob/00050(pid=185): Launched
22:49:20.916406 run                             mass: MS start registered  {at=18529066.61974969, delay=0.005380697548389435, ms=00050}
22:49:20.930459 run                             mass: MS performed LU  {at=18529066.633775517, lu_delay=5.2095474526286125, ms=00034}
22:49:20.977449 run                             mass: MS performed LU  {at=18529066.680753637, lu_delay=6.055466499179602, ms=00032}
22:49:21.045668 run                             mass: MS performed LU  {at=18529066.748988785, lu_delay=5.025340288877487, ms=00035}
22:49:21.060017 run                osmo-ms-mob/00051: Starting mobile
22:49:21.075833 run       osmo-ms-mob/00051(pid=186): Launched
22:49:21.083853 run                             mass: MS performed LU  {at=18529066.78720743, lu_delay=5.762615516781807, ms=00033}
22:49:21.091295 run                             mass: MS start registered  {at=18529066.794657063, delay=0.007472768425941467, ms=00051}
22:49:21.138019 run                             mass: MS performed LU  {at=18529066.841351997, lu_delay=4.718001425266266, ms=00036}
22:49:21.151552 run                osmo-ms-mob/00052: Starting mobile
22:49:21.168123 run       osmo-ms-mob/00052(pid=187): Launched
22:49:21.181542 run                             mass: MS start registered  {at=18529066.8848799, delay=0.005874164402484894, ms=00052}
22:49:22.072187 run                osmo-ms-mob/00053: Starting mobile
22:49:22.106946 run       osmo-ms-mob/00053(pid=188): Launched
22:49:22.123660 run                             mass: Starting too slowly. Moving on {now=18529067.82702002, sleep=-0.14312778785824776, target=18529067.68389223}
22:49:22.138014 run                             mass: MS start registered  {at=18529067.841356743, delay=0.014340750873088837, ms=00053}
22:49:22.153252 run                             mass: Starting too slowly. Moving on {now=18529067.8566109, sleep=-0.07271866872906685, target=18529067.783892233}
22:49:22.194512 run                osmo-ms-mob/00054: Starting mobile
22:49:22.227311 run       osmo-ms-mob/00054(pid=189): Launched
22:49:22.251453 run                             mass: MS start registered  {at=18529067.954766497, delay=0.007694464176893234, ms=00054}
22:49:22.490298 run                osmo-ms-mob/00055: Starting mobile
22:49:22.508749 run       osmo-ms-mob/00055(pid=190): Launched
22:49:22.524013 run                             mass: MS start registered  {at=18529068.227351002, delay=0.00028231367468833923, ms=00055}
22:49:22.712060 run                             mass: MS performed LU  {at=18529068.41539031, lu_delay=5.4555838368833065, ms=00039}
22:49:22.725629 run                osmo-ms-mob/00056: Starting mobile
22:49:22.741175 run       osmo-ms-mob/00056(pid=191): Launched
22:49:22.753755 run                             mass: MS start registered  {at=18529068.457098823, delay=0.004478752613067627, ms=00056}
22:49:22.795244 run                             mass: MS performed LU  {at=18529068.498576224, lu_delay=4.672738157212734, ms=00041}
22:49:22.840773 run                             mass: MS performed LU  {at=18529068.544104964, lu_delay=6.009870450943708, ms=00037}
22:49:22.854341 run                osmo-ms-mob/00057: Starting mobile
22:49:22.870176 run       osmo-ms-mob/00057(pid=192): Launched
22:49:22.884203 run                             mass: MS start registered  {at=18529068.587539244, delay=0.006465591490268707, ms=00057}
22:49:23.003062 run                             mass: MS performed LU  {at=18529068.706394635, lu_delay=5.883353792130947, ms=00038}
22:49:23.219698 run                             mass: MS performed LU  {at=18529068.923032407, lu_delay=5.307168424129486, ms=00040}
22:49:23.487665 run                osmo-ms-mob/00058: Starting mobile
22:49:23.503726 run       osmo-ms-mob/00058(pid=193): Launched
22:49:23.516516 run                             mass: MS start registered  {at=18529069.219855502, delay=0.005339920520782471, ms=00058}
22:49:23.787540 run                osmo-ms-mob/00059: Starting mobile
22:49:23.802637 run       osmo-ms-mob/00059(pid=194): Launched
22:49:23.814824 run                             mass: MS start registered  {at=18529069.518170938, delay=0.005195338279008865, ms=00059}
22:49:24.087738 run                osmo-ms-mob/00060: Starting mobile
22:49:24.102010 run       osmo-ms-mob/00060(pid=195): Launched
22:49:24.113916 run                             mass: MS start registered  {at=18529069.81726373, delay=0.00519740954041481, ms=00060}
22:49:24.487222 run                osmo-ms-mob/00061: Starting mobile
22:49:24.501533 run       osmo-ms-mob/00061(pid=196): Launched
22:49:24.513573 run                             mass: MS start registered  {at=18529070.216914173, delay=0.005224753171205521, ms=00061}
22:49:24.613231 run                             mass: MS performed LU  {at=18529070.316552103, lu_delay=4.59288952127099, ms=00047}
22:49:24.695994 run                             mass: MS performed LU  {at=18529070.399304695, lu_delay=4.381322648376226, ms=00048}
22:49:24.715659 run                osmo-ms-mob/00062: Starting mobile
22:49:24.734841 run       osmo-ms-mob/00062(pid=197): Launched
22:49:24.744445 run                             mass: MS performed LU  {at=18529070.44779614, lu_delay=5.898172102868557, ms=00043}
22:49:24.757202 run                             mass: MS start registered  {at=18529070.460528657, delay=0.012756764888763428, ms=00062}
22:49:24.904321 run                             mass: MS performed LU  {at=18529070.607650813, lu_delay=5.779036872088909, ms=00044}
22:49:24.918933 run                osmo-ms-mob/00063: Starting mobile
22:49:24.936999 run       osmo-ms-mob/00063(pid=198): Launched
22:49:24.947026 run                             mass: MS performed LU  {at=18529070.650379237, lu_delay=5.697520636022091, ms=00045}
22:49:24.954978 run                             mass: MS performed LU  {at=18529070.658338822, lu_delay=5.6506273709237576, ms=00046}
22:49:24.962838 run                             mass: MS start registered  {at=18529070.666199557, delay=0.01584792509675026, ms=00063}
22:49:25.488748 run                osmo-ms-mob/00064: Starting mobile
22:49:25.505778 run       osmo-ms-mob/00064(pid=199): Launched
22:49:25.521203 run                             mass: MS start registered  {at=18529071.224543907, delay=0.007172904908657074, ms=00064}
22:49:25.619706 run                             mass: MS performed LU  {at=18529071.323028095, lu_delay=7.179575614631176, ms=00042}
22:49:25.789916 run                             mass: MS performed LU  {at=18529071.493233137, lu_delay=3.6518763937056065, ms=00053}
22:49:25.806595 run                osmo-ms-mob/00065: Starting mobile
22:49:25.823003 run       osmo-ms-mob/00065(pid=200): Launched
22:49:25.836334 run                             mass: MS start registered  {at=18529071.53967996, delay=3.1016767024993896e-05, ms=00065}
22:49:26.188567 run                osmo-ms-mob/00066: Starting mobile
22:49:26.204015 run       osmo-ms-mob/00066(pid=201): Launched
22:49:26.219296 run                             mass: MS start registered  {at=18529071.922622364, delay=0.005440767854452133, ms=00066}
22:49:26.477747 run                             mass: MS performed LU  {at=18529072.18107013, lu_delay=5.856618098914623, ms=00049}
22:49:26.515027 run                             mass: MS performed LU  {at=18529072.218367063, lu_delay=5.333487164229155, ms=00052}
22:49:26.526966 run                osmo-ms-mob/00067: Starting mobile
22:49:26.542046 run       osmo-ms-mob/00067(pid=202): Launched
22:49:26.555739 run                             mass: MS start registered  {at=18529072.2590864, delay=0.0066125355660915375, ms=00067}
22:49:26.606587 run                             mass: MS performed LU  {at=18529072.309920397, lu_delay=5.690170705318451, ms=00050}
22:49:26.769177 run                             mass: MS performed LU  {at=18529072.472515646, lu_delay=5.677858583629131, ms=00051}
22:49:26.781186 run                osmo-ms-mob/00068: Starting mobile
22:49:26.796311 run       osmo-ms-mob/00068(pid=203): Launched
22:49:26.810429 run                             mass: MS start registered  {at=18529072.513774283, delay=0.006914153695106506, ms=00068}
22:49:27.362682 run                osmo-ms-mob/00069: Starting mobile
22:49:27.390184 run       osmo-ms-mob/00069(pid=204): Launched
22:49:27.398812 run                             mass: Starting too slowly. Moving on {now=18529073.10217792, sleep=-0.018285609781742096, target=18529073.083892312}
22:49:27.411028 run                             mass: MS start registered  {at=18529073.114346452, delay=0.012171536684036255, ms=00069}
22:49:28.027854 run                osmo-ms-mob/00070: Starting mobile
22:49:28.042206 run       osmo-ms-mob/00070(pid=205): Launched
22:49:28.048620 run                             mass: Starting too slowly. Moving on {now=18529073.75198978, sleep=-0.2680974639952183, target=18529073.483892318}
22:49:28.054763 run                             mass: MS start registered  {at=18529073.758121237, delay=0.006133511662483215, ms=00070}
22:49:28.061594 run                             mass: Starting too slowly. Moving on {now=18529073.764963638, sleep=-0.18107131868600845, target=18529073.58389232}
22:49:28.068360 run                             mass: Starting too slowly. Moving on {now=18529073.771729987, sleep=-0.08783766627311707, target=18529073.68389232}
22:49:28.166683 run                osmo-ms-mob/00071: Starting mobile
22:49:28.180945 run       osmo-ms-mob/00071(pid=206): Launched
22:49:28.187480 run                             mass: Starting too slowly. Moving on {now=18529073.89084947, sleep=-0.006957147270441055, target=18529073.883892324}
22:49:28.193543 run                             mass: MS start registered  {at=18529073.896902807, delay=0.006055407226085663, ms=00071}
22:49:28.860652 run                osmo-ms-mob/00072: Starting mobile
22:49:28.874862 run       osmo-ms-mob/00072(pid=207): Launched
22:49:28.881138 run                             mass: Starting too slowly. Moving on {now=18529074.584507164, sleep=-0.3006148338317871, target=18529074.28389233}
22:49:28.887195 run                             mass: MS start registered  {at=18529074.59055308, delay=0.006048109382390976, ms=00072}
22:49:28.893303 run                             mass: Starting too slowly. Moving on {now=18529074.596673317, sleep=-0.21278098598122597, target=18529074.38389233}
22:49:28.899225 run                             mass: Starting too slowly. Moving on {now=18529074.60259664, sleep=-0.11870430782437325, target=18529074.483892333}
22:49:28.905341 run                             mass: Starting too slowly. Moving on {now=18529074.608711492, sleep=-0.024819158017635345, target=18529074.583892334}
22:49:29.193559 run                osmo-ms-mob/00073: Starting mobile
22:49:29.207841 run       osmo-ms-mob/00073(pid=208): Launched
22:49:29.214698 run                             mass: Starting too slowly. Moving on {now=18529074.91806459, sleep=-0.2341722548007965, target=18529074.683892336}
22:49:29.220769 run                             mass: MS start registered  {at=18529074.924126677, delay=0.0060646869242191315, ms=00073}
22:49:29.226880 run                             mass: Starting too slowly. Moving on {now=18529074.930249903, sleep=-0.14635756611824036, target=18529074.783892337}
22:49:29.232968 run                             mass: Starting too slowly. Moving on {now=18529074.93633734, sleep=-0.052445001900196075, target=18529074.88389234}
22:49:29.524685 run                osmo-ms-mob/00074: Starting mobile
22:49:29.539600 run       osmo-ms-mob/00074(pid=209): Launched
22:49:29.545976 run                             mass: Starting too slowly. Moving on {now=18529075.249344695, sleep=-0.16545235365629196, target=18529075.08389234}
22:49:29.552268 run                             mass: MS start registered  {at=18529075.255626664, delay=0.006284430623054504, ms=00074}
22:49:29.558462 run                             mass: Starting too slowly. Moving on {now=18529075.26183163, sleep=-0.07793928682804108, target=18529075.183892343}
22:49:29.687002 run                osmo-ms-mob/00075: Starting mobile
22:49:29.704865 run       osmo-ms-mob/00075(pid=210): Launched
22:49:29.718580 run                             mass: MS start registered  {at=18529075.421893366, delay=0.006813988089561462, ms=00075}
22:49:30.193011 run                osmo-ms-mob/00076: Starting mobile
22:49:30.221373 run       osmo-ms-mob/00076(pid=211): Launched
22:49:30.245111 run                             mass: MS start registered  {at=18529075.948424667, delay=0.006069593131542206, ms=00076}
22:49:30.507191 run                             mass: MS performed LU  {at=18529076.210497055, lu_delay=4.670817095786333, ms=00065}
22:49:30.530587 run                osmo-ms-mob/00077: Starting mobile
22:49:30.561774 run       osmo-ms-mob/00077(pid=212): Launched
22:49:30.582911 run                             mass: MS start registered  {at=18529076.28623448, delay=0.002110011875629425, ms=00077}
22:49:31.098204 run                osmo-ms-mob/00078: Starting mobile
22:49:31.137130 run       osmo-ms-mob/00078(pid=213): Launched
22:49:31.155976 run                             mass: MS performed LU  {at=18529076.85930958, lu_delay=8.402210757136345, ms=00056}
22:49:31.173550 run                             mass: MS start registered  {at=18529076.876891483, delay=0.017626509070396423, ms=00078}
22:49:31.191989 run                             mass: MS performed LU  {at=18529076.895324983, lu_delay=6.434796325862408, ms=00062}
22:49:31.211312 run                             mass: MS performed LU  {at=18529076.914660685, lu_delay=8.687309682369232, ms=00055}
22:49:31.244022 run                osmo-ms-mob/00079: Starting mobile
22:49:31.283342 run       osmo-ms-mob/00079(pid=214): Launched
22:49:31.302095 run                             mass: MS performed LU  {at=18529077.005433757, lu_delay=6.788519583642483, ms=00061}
22:49:31.315155 run                             mass: MS performed LU  {at=18529077.0185119, lu_delay=5.793967992067337, ms=00064}
22:49:31.323763 run                             mass: MS performed LU  {at=18529077.027121253, lu_delay=5.104498889297247, ms=00066}
22:49:31.332965 run                             mass: MS performed LU  {at=18529077.036322556, lu_delay=7.2190588265657425, ms=00060}
22:49:31.341769 run                             mass: MS performed LU  {at=18529077.045125317, lu_delay=4.531351033598185, ms=00068}
22:49:31.358450 run                osmo-ms-mob/00080: Starting mobile
22:49:31.377961 run       osmo-ms-mob/00080(pid=215): Launched
22:49:31.387783 run                             mass: MS performed LU  {at=18529077.09112908, lu_delay=7.572958141565323, ms=00059}
22:49:31.398012 run                             mass: MS performed LU  {at=18529077.10136773, lu_delay=8.513828486204147, ms=00057}
22:49:31.407580 run                             mass: MS performed LU  {at=18529077.11093587, lu_delay=7.891080368310213, ms=00058}
22:49:31.417542 run                             mass: MS start registered  {at=18529077.12089778, delay=0.11550289765000343, ms=00079}
22:49:31.426794 run                             mass: MS performed LU  {at=18529077.130144022, lu_delay=6.463944464921951, ms=00063}
22:49:31.443683 run                osmo-ms-mob/00081: Starting mobile
22:49:31.464567 run       osmo-ms-mob/00081(pid=216): Launched
22:49:31.473934 run                             mass: MS start registered  {at=18529077.177284993, delay=0.0861908607184887, ms=00080}
22:49:31.483461 run                             mass: MS performed LU  {at=18529077.186810747, lu_delay=4.072464294731617, ms=00069}
22:49:31.492556 run                             mass: MS start registered  {at=18529077.195915006, delay=0.018659036606550217, ms=00081}
22:49:32.107780 run                             mass: MS performed LU  {at=18529077.811088692, lu_delay=5.552002292126417, ms=00067}
22:49:32.121016 run                osmo-ms-mob/00082: Starting mobile
22:49:32.137015 run       osmo-ms-mob/00082(pid=217): Launched
22:49:32.150356 run                             mass: MS start registered  {at=18529077.853694152, delay=0.005785711109638214, ms=00082}
22:49:33.486999 run                osmo-ms-mob/00083: Starting mobile
22:49:33.500966 run       osmo-ms-mob/00083(pid=218): Launched
22:49:33.512064 run                             mass: MS start registered  {at=18529079.21541637, delay=0.004765663295984268, ms=00083}
22:49:33.987828 run                osmo-ms-mob/00084: Starting mobile
22:49:34.004802 run       osmo-ms-mob/00084(pid=219): Launched
22:49:34.018104 run                             mass: MS start registered  {at=18529079.721400872, delay=0.005293115973472595, ms=00084}
22:49:34.092067 run                             mass: MS performed LU  {at=18529079.795351136, lu_delay=5.898448329418898, ms=00071}
22:49:34.110762 run                             mass: MS performed LU  {at=18529079.81408858, lu_delay=4.889961902052164, ms=00073}
22:49:34.157094 run                             mass: MS performed LU  {at=18529079.86040858, lu_delay=6.102287344634533, ms=00070}
22:49:34.244916 run                             mass: MS performed LU  {at=18529079.948222246, lu_delay=5.3576691672205925, ms=00072}
22:49:34.263685 run                osmo-ms-mob/00085: Starting mobile
22:49:34.281369 run       osmo-ms-mob/00085(pid=220): Launched
22:49:34.290601 run                             mass: MS performed LU  {at=18529079.993953083, lu_delay=4.572059717029333, ms=00075}
22:49:34.298650 run                             mass: MS start registered  {at=18529080.002011355, delay=0.008085183799266815, ms=00085}
22:49:34.373670 run                             mass: MS performed LU  {at=18529080.07698819, lu_delay=4.821361526846886, ms=00074}
22:49:35.087601 run                osmo-ms-mob/00086: Starting mobile
22:49:35.105342 run       osmo-ms-mob/00086(pid=221): Launched
22:49:35.117902 run                             mass: MS start registered  {at=18529080.821248144, delay=0.00478372722864151, ms=00086}
22:49:35.686771 run                osmo-ms-mob/00087: Starting mobile
22:49:35.702065 run       osmo-ms-mob/00087(pid=222): Launched
22:49:35.714827 run                             mass: MS start registered  {at=18529081.418164484, delay=0.005744408816099167, ms=00087}
22:49:35.874483 run                             mass: MS performed LU  {at=18529081.577815097, lu_delay=5.629390429705381, ms=00076}
22:49:35.929727 run                             mass: MS performed LU  {at=18529081.633019265, lu_delay=5.3467847853899, ms=00077}
22:49:35.948335 run                             mass: MS performed LU  {at=18529081.65165915, lu_delay=4.474374156445265, ms=00080}
22:49:36.201874 run                             mass: MS performed LU  {at=18529081.905208148, lu_delay=4.78431036695838, ms=00079}
22:49:36.214287 run                osmo-ms-mob/00088: Starting mobile
22:49:36.229946 run       osmo-ms-mob/00088(pid=223): Launched
22:49:36.242713 run                             mass: MS start registered  {at=18529081.946041618, delay=0.0055047981441020966, ms=00088}
22:49:36.473729 run                             mass: MS performed LU  {at=18529082.177058958, lu_delay=4.981143951416016, ms=00081}
22:49:36.887748 run                osmo-ms-mob/00089: Starting mobile
22:49:36.905628 run       osmo-ms-mob/00089(pid=224): Launched
22:49:36.918144 run                             mass: MS start registered  {at=18529082.621481653, delay=0.00537450984120369, ms=00089}
22:49:37.487035 run                osmo-ms-mob/00090: Starting mobile
22:49:37.502877 run       osmo-ms-mob/00090(pid=225): Launched
22:49:37.515662 run                             mass: MS start registered  {at=18529083.21899725, delay=0.005353819578886032, ms=00090}
22:49:37.858519 run                             mass: MS performed LU  {at=18529083.56180836, lu_delay=5.708114206790924, ms=00082}
22:49:38.187980 run                osmo-ms-mob/00091: Starting mobile
22:49:38.205121 run       osmo-ms-mob/00091(pid=226): Launched
22:49:38.222959 run                             mass: MS start registered  {at=18529083.926284526, delay=0.00965038314461708, ms=00091}
22:49:38.889160 run                osmo-ms-mob/00092: Starting mobile
22:49:38.905739 run       osmo-ms-mob/00092(pid=227): Launched
22:49:38.919505 run                             mass: MS start registered  {at=18529084.622851256, delay=3.3482909202575684e-05, ms=00092}
22:49:39.693248 run                osmo-ms-mob/00093: Starting mobile
22:49:39.712912 run       osmo-ms-mob/00093(pid=228): Launched
22:49:39.727060 run                             mass: MS start registered  {at=18529085.430405542, delay=0.0019878968596458435, ms=00093}
22:49:39.759861 run                             mass: MS performed LU  {at=18529085.463185553, lu_delay=5.461174197494984, ms=00085}
22:49:39.787425 run                             mass: MS performed LU  {at=18529085.490758013, lu_delay=6.2753416411578655, ms=00083}
22:49:39.805954 run                             mass: MS performed LU  {at=18529085.509297367, lu_delay=5.787896495312452, ms=00084}
22:49:39.874796 run                             mass: MS performed LU  {at=18529085.578119732, lu_delay=4.756871588528156, ms=00086}
22:49:40.664701 run                osmo-ms-mob/00094: Starting mobile
22:49:40.679196 run       osmo-ms-mob/00094(pid=229): Launched
22:49:40.686442 run                             mass: Starting too slowly. Moving on {now=18529086.389808737, sleep=-0.005916226655244827, target=18529086.38389251}
22:49:40.693171 run                             mass: MS start registered  {at=18529086.3965253, delay=0.006718769669532776, ms=00094}
22:49:41.488877 run                osmo-ms-mob/00095: Starting mobile
22:49:41.504045 run       osmo-ms-mob/00095(pid=230): Launched
22:49:41.516460 run                             mass: MS start registered  {at=18529087.21980642, delay=0.00524941086769104, ms=00095}
22:49:41.541505 run                             mass: MS performed LU  {at=18529087.24484322, lu_delay=4.623361565172672, ms=00089}
22:49:41.559085 run                             mass: MS performed LU  {at=18529087.26242034, lu_delay=5.844255857169628, ms=00087}
22:49:41.624583 run                             mass: MS performed LU  {at=18529087.327910714, lu_delay=5.381869096308947, ms=00088}
22:49:42.492397 run                osmo-ms-mob/00096: Starting mobile
22:49:42.511162 run       osmo-ms-mob/00096(pid=231): Launched
22:49:42.525517 run                             mass: MS start registered  {at=18529088.228860818, delay=0.006214674562215805, ms=00096}
22:49:43.618569 run                osmo-ms-mob/00097: Starting mobile
22:49:43.632480 run       osmo-ms-mob/00097(pid=232): Launched
22:49:43.638967 run                             mass: MS performed LU  {at=18529089.342325255, lu_delay=5.416040729731321, ms=00091}
22:49:43.645205 run                             mass: MS start registered  {at=18529089.34856909, delay=0.006267953664064407, ms=00097}
22:49:43.788137 run                             mass: MS performed LU  {at=18529089.491471574, lu_delay=4.868620317429304, ms=00092}
22:49:43.807452 run                             mass: MS performed LU  {at=18529089.510795634, lu_delay=6.291798382997513, ms=00090}
22:49:44.892940 run                osmo-ms-mob/00098: Starting mobile
22:49:44.910313 run       osmo-ms-mob/00098(pid=233): Launched
22:49:44.927623 run                             mass: MS start registered  {at=18529090.630957082, delay=0.007430516183376312, ms=00098}
22:49:45.288342 run                             mass: MS performed LU  {at=18529090.991661888, lu_delay=5.561256345361471, ms=00093}
22:49:45.306825 run                             mass: MS performed LU  {at=18529091.010172192, lu_delay=23.05540569499135, ms=00054}
22:49:45.389574 run                             mass: MS performed LU  {at=18529091.092852022, lu_delay=4.696326721459627, ms=00094}
22:49:46.689920 run                osmo-ms-mob/00099: Starting mobile
22:49:46.705374 run       osmo-ms-mob/00099(pid=234): Launched
22:49:46.713430 run                             mass: All started... {duration=55.732902355492115, too_slow=18}
22:49:46.720910 run                             mass: MS start registered  {at=18529092.42426326, delay=0.007473129779100418, ms=00099}
22:49:47.290927 run                             mass: MS performed LU  {at=18529092.994246375, lu_delay=4.765385556966066, ms=00096}
22:49:47.319350 run                             mass: MS performed LU  {at=18529093.02269868, lu_delay=5.802892260253429, ms=00095}
22:49:49.155609 run                             mass: MS performed LU  {at=18529094.85894515, lu_delay=5.510376058518887, ms=00097}
22:49:51.527780 run                             mass: MS performed LU  {at=18529097.231113058, lu_delay=6.600155975669622, ms=00098}
22:49:52.922156 run                             mass: MS performed LU  {at=18529098.625454176, lu_delay=6.201190914958715, ms=00099}
22:49:53.438195 run                             mass: MS performed LU  {at=18529099.141525194, lu_delay=22.26463371142745, ms=00078}
22:49:53.446100 run                             mass: Tests done {all_completed=True, max=23.05540569499135, min=3.6518763937056065}
22:49:53.453476 tst         register_default_mass.py: Test passed (87.3 sec)
22:49:53.460566 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:53.464871 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:53.476182 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:53.480470 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:53.484769 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:53.489079 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:53.505557 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:53.509602 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:53.513764 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:53.518025 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:53.522341 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:53.539033 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:53.542981 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:53.547038 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:53.551105 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:53.555538 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:53.559854 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:53.564272 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:53.568844 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:53.573404 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:53.578068 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:53.582944 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:53.587503 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:53.592093 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:53.597173 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:53.602001 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:53.606555 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:53.636690 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:53.640452 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:53.644398 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:53.649039 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:53.653287 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:53.657841 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:53.662336 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:53.667360 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:53.671740 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:53.676539 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:53.681045 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:53.685505 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:53.690550 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:53.695082 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:53.700024 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:53.704372 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:53.708788 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:53.738446 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:53.741950 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:53.745583 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:53.749972 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:53.754228 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:53.758631 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:53.763576 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:53.768197 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:53.776808 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:53.781199 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:53.785807 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:53.791311 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:53.796265 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:53.800752 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:53.805174 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:53.809569 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:53.814085 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:53.819083 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:53.823558 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:53.827894 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:53.832227 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:53.837023 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:53.841691 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:53.846121 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:53.850585 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:53.862330 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:53.867167 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:53.871570 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:53.876096 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:53.880596 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:53.885212 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:53.889952 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:53.894510 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:53.899048 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:53.903621 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:53.908197 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:53.912906 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:53.917328 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:53.921699 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:53.926002 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:53.930314 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:53.934546 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:53.938727 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:53.942992 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:53.947276 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:53.951536 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:53.955755 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:53.960235 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:53.964740 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:53.969014 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:53.973189 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:53.977413 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:53.981640 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:53.985892 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:53.990169 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:53.994426 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:53.998622 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:54.003243 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:54.008341 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:54.013328 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:54.017702 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:54.022009 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:54.026429 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:54.030774 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:54.035080 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:54.039357 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:54.043541 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:54.047814 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:54.052015 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:54.056358 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:54.060590 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:54.064927 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:54.069191 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:54.073370 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:54.077451 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:54.081461 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:54.085422 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:54.089390 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:54.093418 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:54.097723 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:54.102047 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:54.106487 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:54.110864 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:54.115113 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:54.119294 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:54.123387 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:54.127345 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:54.131188 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:54.135027 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:54.138788 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:54.142518 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:54.146268 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:54.149965 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:54.153738 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:54.157479 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:54.161166 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:54.164832 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:54.168468 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:54.172086 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:54.175696 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:54.179408 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:54.183146 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:54.186891 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:54.190628 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:54.194357 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:54.198169 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:54.201904 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:54.205666 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:54.209386 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:54.213243 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:54.217195 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:54.221314 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:54.225473 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:54.229777 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:54.234037 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:54.238321 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:54.242639 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:54.246822 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:54.250963 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:54.255116 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:54.259455 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:54.263639 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:54.267883 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:54.272048 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:54.276206 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:54.280357 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:54.284533 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:54.288619 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:54.292652 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:54.296697 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:54.300750 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:54.304804 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:54.308845 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:54.312800 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:54.316758 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:54.320794 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:54.324877 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:54.329023 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:54.333156 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:54.337231 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:54.341268 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:54.345280 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:54.349275 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:54.353205 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:54.357218 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:54.361229 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:54.365208 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:54.369201 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:54.373341 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:54.377557 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:54.381824 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:54.385976 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:54.390009 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:54.394046 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:54.398066 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:54.402100 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:54.406128 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:54.410155 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:54.414191 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:54.418219 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:54.422270 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:54.426411 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:54.430433 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:54.434466 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:54.438514 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:54.442562 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:54.446602 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:54.450638 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:54.454714 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:54.458765 ---      ParallelTerminationStrategy: PID 22 died...
22:49:54.460577 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:54.465037 ---      ParallelTerminationStrategy: PID 23 died...
22:49:54.466888 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:54.471438 ---      ParallelTerminationStrategy: PID 24 died...
22:49:54.473347 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:54.477998 ---      ParallelTerminationStrategy: PID 25 died...
22:49:54.479854 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:54.484303 ---      ParallelTerminationStrategy: PID 26 died...
22:49:54.486124 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:54.490710 ---      ParallelTerminationStrategy: PID 27 died...
22:49:54.492522 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:54.497084 ---      ParallelTerminationStrategy: PID 28 died...
22:49:54.498910 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:54.503571 ---      ParallelTerminationStrategy: PID 29 died...
22:49:54.505442 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:54.509940 ---      ParallelTerminationStrategy: PID 30 died...
22:49:54.511746 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:54.516295 ---      ParallelTerminationStrategy: PID 31 died...
22:49:54.518197 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:54.522787 ---      ParallelTerminationStrategy: PID 32 died...
22:49:54.524702 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:54.529237 ---      ParallelTerminationStrategy: PID 33 died...
22:49:54.531062 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:54.535672 ---      ParallelTerminationStrategy: PID 35 died...
22:49:54.537577 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:54.542151 ---      ParallelTerminationStrategy: PID 36 died...
22:49:54.543985 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:54.548644 ---      ParallelTerminationStrategy: PID 37 died...
22:49:54.550494 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:54.555058 ---      ParallelTerminationStrategy: PID 38 died...
22:49:54.556969 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:54.561825 ---      ParallelTerminationStrategy: PID 39 died...
22:49:54.563754 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:54.568570 ---      ParallelTerminationStrategy: PID 40 died...
22:49:54.570446 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:54.575020 ---      ParallelTerminationStrategy: PID 41 died...
22:49:54.576860 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:54.581395 ---      ParallelTerminationStrategy: PID 42 died...
22:49:54.583229 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:54.587692 ---      ParallelTerminationStrategy: PID 43 died...
22:49:54.589488 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:54.594002 ---      ParallelTerminationStrategy: PID 44 died...
22:49:54.595818 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:54.600338 ---      ParallelTerminationStrategy: PID 45 died...
22:49:54.602238 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:54.606850 ---      ParallelTerminationStrategy: PID 46 died...
22:49:54.608713 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:54.613436 ---      ParallelTerminationStrategy: PID 47 died...
22:49:54.615443 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:54.620248 ---      ParallelTerminationStrategy: PID 48 died...
22:49:54.622184 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:54.627056 ---      ParallelTerminationStrategy: PID 49 died...
22:49:54.629061 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:54.634016 ---      ParallelTerminationStrategy: PID 50 died...
22:49:54.636013 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:54.641027 ---      ParallelTerminationStrategy: PID 51 died...
22:49:54.643093 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:54.648015 ---      ParallelTerminationStrategy: PID 52 died...
22:49:54.650056 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:54.654984 ---      ParallelTerminationStrategy: PID 53 died...
22:49:54.656998 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:54.661902 ---      ParallelTerminationStrategy: PID 54 died...
22:49:54.663885 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:54.668798 ---      ParallelTerminationStrategy: PID 55 died...
22:49:54.670791 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:54.675645 ---      ParallelTerminationStrategy: PID 56 died...
22:49:54.677561 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:54.682507 ---      ParallelTerminationStrategy: PID 57 died...
22:49:54.684514 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:54.689481 ---      ParallelTerminationStrategy: PID 58 died...
22:49:54.691421 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:54.696177 ---      ParallelTerminationStrategy: PID 59 died...
22:49:54.698161 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:54.702933 ---      ParallelTerminationStrategy: PID 60 died...
22:49:54.704853 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:54.709519 ---      ParallelTerminationStrategy: PID 61 died...
22:49:54.711382 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:54.716105 ---      ParallelTerminationStrategy: PID 62 died...
22:49:54.718002 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:54.722625 ---      ParallelTerminationStrategy: PID 63 died...
22:49:54.724503 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:54.729150 ---      ParallelTerminationStrategy: PID 64 died...
22:49:54.731063 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:54.735780 ---      ParallelTerminationStrategy: PID 65 died...
22:49:54.737656 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:54.742299 ---      ParallelTerminationStrategy: PID 66 died...
22:49:54.744156 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:54.748674 ---      ParallelTerminationStrategy: PID 67 died...
22:49:54.750517 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:54.754965 ---      ParallelTerminationStrategy: PID 68 died...
22:49:54.756772 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:54.761353 ---      ParallelTerminationStrategy: PID 69 died...
22:49:54.763179 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:54.767639 ---      ParallelTerminationStrategy: PID 70 died...
22:49:54.769444 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:54.773966 ---      ParallelTerminationStrategy: PID 71 died...
22:49:54.775804 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:54.780559 ---      ParallelTerminationStrategy: PID 72 died...
22:49:54.782540 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:54.787301 ---      ParallelTerminationStrategy: PID 73 died...
22:49:54.789227 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:54.793972 ---      ParallelTerminationStrategy: PID 74 died...
22:49:54.795856 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:54.800586 ---      ParallelTerminationStrategy: PID 75 died...
22:49:54.802491 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:54.807260 ---      ParallelTerminationStrategy: PID 76 died...
22:49:54.809213 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:54.813890 ---      ParallelTerminationStrategy: PID 77 died...
22:49:54.815803 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:54.820493 ---      ParallelTerminationStrategy: PID 78 died...
22:49:54.822428 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:54.827127 ---      ParallelTerminationStrategy: PID 79 died...
22:49:54.831024 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:54.836824 ---      ParallelTerminationStrategy: PID 80 died...
22:49:54.838833 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:54.843679 ---      ParallelTerminationStrategy: PID 81 died...
22:49:54.845687 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:54.850498 ---      ParallelTerminationStrategy: PID 82 died...
22:49:54.852514 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:54.857286 ---      ParallelTerminationStrategy: PID 83 died...
22:49:54.859162 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:54.863777 ---      ParallelTerminationStrategy: PID 84 died...
22:49:54.865658 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:54.870317 ---      ParallelTerminationStrategy: PID 85 died...
22:49:54.872187 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:54.876833 ---      ParallelTerminationStrategy: PID 86 died...
22:49:54.878701 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:54.883347 ---      ParallelTerminationStrategy: PID 87 died...
22:49:54.885224 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:54.889778 ---      ParallelTerminationStrategy: PID 88 died...
22:49:54.891556 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:54.895948 ---      ParallelTerminationStrategy: PID 89 died...
22:49:54.897721 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:54.902108 ---      ParallelTerminationStrategy: PID 90 died...
22:49:54.903882 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:54.908229 ---      ParallelTerminationStrategy: PID 91 died...
22:49:54.909999 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:54.914389 ---      ParallelTerminationStrategy: PID 92 died...
22:49:54.916162 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:54.920560 ---      ParallelTerminationStrategy: PID 93 died...
22:49:54.922381 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:54.926894 ---      ParallelTerminationStrategy: PID 94 died...
22:49:54.928731 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:54.933241 ---      ParallelTerminationStrategy: PID 95 died...
22:49:54.935065 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:54.939618 ---      ParallelTerminationStrategy: PID 96 died...
22:49:54.941520 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:54.947686 ---      ParallelTerminationStrategy: PID 97 died...
22:49:54.951473 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:54.956945 ---      ParallelTerminationStrategy: PID 98 died...
22:49:54.958857 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:54.963550 ---      ParallelTerminationStrategy: PID 99 died...
22:49:54.965479 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:54.970164 ---      ParallelTerminationStrategy: PID 100 died...
22:49:54.972050 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:54.976578 ---      ParallelTerminationStrategy: PID 101 died...
22:49:54.978468 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:54.983087 ---      ParallelTerminationStrategy: PID 102 died...
22:49:54.984934 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:54.989539 ---      ParallelTerminationStrategy: PID 103 died...
22:49:54.991377 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:54.995868 ---      ParallelTerminationStrategy: PID 104 died...
22:49:54.997712 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:55.002268 ---      ParallelTerminationStrategy: PID 105 died...
22:49:55.004130 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:55.008762 ---      ParallelTerminationStrategy: PID 106 died...
22:49:55.010601 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:55.015233 ---      ParallelTerminationStrategy: PID 107 died...
22:49:55.017161 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:55.021910 ---      ParallelTerminationStrategy: PID 108 died...
22:49:55.023805 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:55.028479 ---      ParallelTerminationStrategy: PID 109 died...
22:49:55.030401 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:55.035015 ---      ParallelTerminationStrategy: PID 110 died...
22:49:55.036889 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:55.041573 ---      ParallelTerminationStrategy: PID 111 died...
22:49:55.043445 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:55.048105 ---      ParallelTerminationStrategy: PID 112 died...
22:49:55.050022 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:55.054676 ---      ParallelTerminationStrategy: PID 113 died...
22:49:55.056594 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:55.061262 ---      ParallelTerminationStrategy: PID 114 died...
22:49:55.063186 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:55.067878 ---      ParallelTerminationStrategy: PID 115 died...
22:49:55.069751 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:55.074529 ---      ParallelTerminationStrategy: PID 116 died...
22:49:55.076408 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:55.081132 ---      ParallelTerminationStrategy: PID 117 died...
22:49:55.083015 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:55.087724 ---      ParallelTerminationStrategy: PID 118 died...
22:49:55.089618 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:55.094383 ---      ParallelTerminationStrategy: PID 119 died...
22:49:55.096269 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:55.100973 ---      ParallelTerminationStrategy: PID 120 died...
22:49:55.102890 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:55.107566 ---      ParallelTerminationStrategy: PID 121 died...
22:49:55.109490 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:55.114264 ---      ParallelTerminationStrategy: PID 122 died...
22:49:55.116181 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:55.121010 ---      ParallelTerminationStrategy: PID 123 died...
22:49:55.122928 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:55.127657 ---      ParallelTerminationStrategy: PID 124 died...
22:49:55.129560 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:55.134175 ---      ParallelTerminationStrategy: PID 125 died...
22:49:55.135989 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:55.140485 ---      ParallelTerminationStrategy: PID 126 died...
22:49:55.142307 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:55.146736 ---      ParallelTerminationStrategy: PID 127 died...
22:49:55.148514 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:55.153017 ---      ParallelTerminationStrategy: PID 128 died...
22:49:55.154847 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:55.159379 ---      ParallelTerminationStrategy: PID 129 died...
22:49:55.161255 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:55.165746 ---      ParallelTerminationStrategy: PID 130 died...
22:49:55.167584 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:55.172130 ---      ParallelTerminationStrategy: PID 131 died...
22:49:55.173927 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:55.178440 ---      ParallelTerminationStrategy: PID 132 died...
22:49:55.180256 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:55.184801 ---      ParallelTerminationStrategy: PID 133 died...
22:49:55.186628 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:55.191089 ---      ParallelTerminationStrategy: PID 134 died...
22:49:55.192937 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:55.197438 ---      ParallelTerminationStrategy: PID 135 died...
22:49:55.199231 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:55.203753 ---      ParallelTerminationStrategy: PID 136 died...
22:49:55.205596 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:55.210043 ---      ParallelTerminationStrategy: PID 137 died...
22:49:55.211896 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:55.216386 ---      ParallelTerminationStrategy: PID 138 died...
22:49:55.218200 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:55.222646 ---      ParallelTerminationStrategy: PID 139 died...
22:49:55.224464 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:55.228991 ---      ParallelTerminationStrategy: PID 140 died...
22:49:55.230796 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:55.235223 ---      ParallelTerminationStrategy: PID 141 died...
22:49:55.237031 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:55.241595 ---      ParallelTerminationStrategy: PID 142 died...
22:49:55.243433 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:55.248076 ---      ParallelTerminationStrategy: PID 143 died...
22:49:55.249999 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:55.254784 ---      ParallelTerminationStrategy: PID 144 died...
22:49:55.256772 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:55.261678 ---      ParallelTerminationStrategy: PID 145 died...
22:49:55.263641 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:55.268495 ---      ParallelTerminationStrategy: PID 146 died...
22:49:55.270506 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:55.275489 ---      ParallelTerminationStrategy: PID 147 died...
22:49:55.277496 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:55.282381 ---      ParallelTerminationStrategy: PID 148 died...
22:49:55.284329 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:55.289125 ---      ParallelTerminationStrategy: PID 149 died...
22:49:55.291061 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:55.295932 ---      ParallelTerminationStrategy: PID 150 died...
22:49:55.297855 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:55.302611 ---      ParallelTerminationStrategy: PID 151 died...
22:49:55.304482 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:55.309080 ---      ParallelTerminationStrategy: PID 152 died...
22:49:55.310903 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:55.315710 ---      ParallelTerminationStrategy: PID 153 died...
22:49:55.317490 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:55.321916 ---      ParallelTerminationStrategy: PID 154 died...
22:49:55.323663 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:55.328166 ---      ParallelTerminationStrategy: PID 155 died...
22:49:55.329870 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:55.334105 ---      ParallelTerminationStrategy: PID 156 died...
22:49:55.335828 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:55.339954 ---      ParallelTerminationStrategy: PID 157 died...
22:49:55.341621 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:55.345797 ---      ParallelTerminationStrategy: PID 158 died...
22:49:55.347455 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:55.351545 ---      ParallelTerminationStrategy: PID 159 died...
22:49:55.353204 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:55.357309 ---      ParallelTerminationStrategy: PID 160 died...
22:49:55.358982 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:55.363113 ---      ParallelTerminationStrategy: PID 161 died...
22:49:55.364800 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:55.368945 ---      ParallelTerminationStrategy: PID 162 died...
22:49:55.370603 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:55.374730 ---      ParallelTerminationStrategy: PID 163 died...
22:49:55.376392 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:55.380515 ---      ParallelTerminationStrategy: PID 164 died...
22:49:55.382202 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:55.386375 ---      ParallelTerminationStrategy: PID 165 died...
22:49:55.388082 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:55.392384 ---      ParallelTerminationStrategy: PID 166 died...
22:49:55.394093 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:55.398369 ---      ParallelTerminationStrategy: PID 167 died...
22:49:55.400110 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:55.404448 ---      ParallelTerminationStrategy: PID 168 died...
22:49:55.406239 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:55.410678 ---      ParallelTerminationStrategy: PID 169 died...
22:49:55.412483 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:55.417010 ---      ParallelTerminationStrategy: PID 170 died...
22:49:55.418814 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:55.423279 ---      ParallelTerminationStrategy: PID 171 died...
22:49:55.425075 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:55.429597 ---      ParallelTerminationStrategy: PID 172 died...
22:49:55.431406 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:55.435887 ---      ParallelTerminationStrategy: PID 173 died...
22:49:55.437717 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:55.442256 ---      ParallelTerminationStrategy: PID 174 died...
22:49:55.444108 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:55.448702 ---      ParallelTerminationStrategy: PID 175 died...
22:49:55.450545 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:55.455125 ---      ParallelTerminationStrategy: PID 176 died...
22:49:55.456977 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:55.461602 ---      ParallelTerminationStrategy: PID 177 died...
22:49:55.463612 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:55.468195 ---      ParallelTerminationStrategy: PID 178 died...
22:49:55.470039 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:55.474579 ---      ParallelTerminationStrategy: PID 179 died...
22:49:55.476371 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:55.480740 ---      ParallelTerminationStrategy: PID 180 died...
22:49:55.482469 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:55.486727 ---      ParallelTerminationStrategy: PID 181 died...
22:49:55.488475 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:55.492823 ---      ParallelTerminationStrategy: PID 182 died...
22:49:55.494542 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:55.498772 ---      ParallelTerminationStrategy: PID 183 died...
22:49:55.500476 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:55.504726 ---      ParallelTerminationStrategy: PID 184 died...
22:49:55.506416 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:55.510683 ---      ParallelTerminationStrategy: PID 185 died...
22:49:55.512389 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:55.516564 ---      ParallelTerminationStrategy: PID 186 died...
22:49:55.518255 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:55.522403 ---      ParallelTerminationStrategy: PID 187 died...
22:49:55.524085 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:55.528271 ---      ParallelTerminationStrategy: PID 188 died...
22:49:55.529979 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:55.534271 ---      ParallelTerminationStrategy: PID 189 died...
22:49:55.536004 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:55.540280 ---      ParallelTerminationStrategy: PID 190 died...
22:49:55.541997 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:55.546230 ---      ParallelTerminationStrategy: PID 191 died...
22:49:55.547926 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:55.552153 ---      ParallelTerminationStrategy: PID 192 died...
22:49:55.553861 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:55.558104 ---      ParallelTerminationStrategy: PID 193 died...
22:49:55.559802 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:55.564125 ---      ParallelTerminationStrategy: PID 194 died...
22:49:55.565983 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:55.570483 ---      ParallelTerminationStrategy: PID 195 died...
22:49:55.572344 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:55.577079 ---      ParallelTerminationStrategy: PID 196 died...
22:49:55.579017 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:55.583933 ---      ParallelTerminationStrategy: PID 197 died...
22:49:55.585945 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:55.591020 ---      ParallelTerminationStrategy: PID 198 died...
22:49:55.593145 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:55.598461 ---      ParallelTerminationStrategy: PID 199 died...
22:49:55.600630 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:55.605754 ---      ParallelTerminationStrategy: PID 200 died...
22:49:55.607766 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:55.612741 ---      ParallelTerminationStrategy: PID 201 died...
22:49:55.614744 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:55.619747 ---      ParallelTerminationStrategy: PID 202 died...
22:49:55.621802 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:55.626840 ---      ParallelTerminationStrategy: PID 203 died...
22:49:55.628861 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:55.633953 ---      ParallelTerminationStrategy: PID 204 died...
22:49:55.635968 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:55.640946 ---      ParallelTerminationStrategy: PID 205 died...
22:49:55.642919 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:55.647991 ---      ParallelTerminationStrategy: PID 206 died...
22:49:55.650017 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:55.655014 ---      ParallelTerminationStrategy: PID 207 died...
22:49:55.657024 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:55.661976 ---      ParallelTerminationStrategy: PID 208 died...
22:49:55.663927 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:55.668897 ---      ParallelTerminationStrategy: PID 209 died...
22:49:55.670911 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:55.675804 ---      ParallelTerminationStrategy: PID 210 died...
22:49:55.677856 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:55.682860 ---      ParallelTerminationStrategy: PID 211 died...
22:49:55.684885 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:55.689840 ---      ParallelTerminationStrategy: PID 212 died...
22:49:55.691853 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:55.696882 ---      ParallelTerminationStrategy: PID 213 died...
22:49:55.699034 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:55.703972 ---      ParallelTerminationStrategy: PID 214 died...
22:49:55.706019 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:55.711007 ---      ParallelTerminationStrategy: PID 215 died...
22:49:55.713015 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:55.717981 ---      ParallelTerminationStrategy: PID 216 died...
22:49:55.719968 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:55.724928 ---      ParallelTerminationStrategy: PID 217 died...
22:49:55.726920 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:55.731839 ---      ParallelTerminationStrategy: PID 218 died...
22:49:55.733844 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:55.738784 ---      ParallelTerminationStrategy: PID 219 died...
22:49:55.740771 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:55.745743 ---      ParallelTerminationStrategy: PID 220 died...
22:49:55.747755 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:55.752737 ---      ParallelTerminationStrategy: PID 221 died...
22:49:55.754749 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:55.759723 ---      ParallelTerminationStrategy: PID 222 died...
22:49:55.761674 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:55.766569 ---      ParallelTerminationStrategy: PID 223 died...
22:49:55.768583 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:55.773552 ---      ParallelTerminationStrategy: PID 224 died...
22:49:55.775491 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:55.780469 ---      ParallelTerminationStrategy: PID 225 died...
22:49:55.782483 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:55.787499 ---      ParallelTerminationStrategy: PID 226 died...
22:49:55.789497 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:55.794500 ---      ParallelTerminationStrategy: PID 227 died...
22:49:55.796510 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:55.801517 ---      ParallelTerminationStrategy: PID 228 died...
22:49:55.803515 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:55.808486 ---      ParallelTerminationStrategy: PID 229 died...
22:49:55.810525 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:55.815487 ---      ParallelTerminationStrategy: PID 230 died...
22:49:55.817495 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:55.822461 ---      ParallelTerminationStrategy: PID 231 died...
22:49:55.824416 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:55.829400 ---      ParallelTerminationStrategy: PID 232 died...
22:49:55.831389 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:55.836316 ---      ParallelTerminationStrategy: PID 233 died...
22:49:55.838354 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:55.843344 ---      ParallelTerminationStrategy: PID 234 died...
22:49:55.845286 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:59.249998 ---      ParallelTerminationStrategy: PID 34 died...
22:49:59.251637 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8059 netreg_mass PASS
---------------------------------------------------------------------
22:49:59.325476 tst                       trial-8059: Storing JUnit report in /build/trial-8059/run.2025-08-15_22-48-25/trial-8059.xml

--------------------------------------------------------------------------------------------
trial-8059 PASS
--------------------------------------------------------------------------------------------
22:49:59.338602 tst                       trial-8059: trial-8059: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (87.3 sec)
+ exit_code=0
+ rm -rf trial-8059/inst
+ cd trial-8059
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-08-15 22:48:25
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8059-run.tgz run.2025-08-15_22-48-25
+ tar czf /build/trial-8059-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-08-15_13_28_59.tgz osmo-bts-oc2g.build-2025-08-15_00_51_44.tgz osmo-bts-sysmo.build-2025-08-15_00_51_47.tgz osmo-bts.build-2025-08-15_00_51_52.tgz osmo-ggsn.build-2025-08-15_20_42_34.tgz osmo-hlr.build-2025-08-15_16_36_50.tgz osmo-hnbgw.build-2025-08-15_13_30_25.tgz osmo-mgw.build-2025-08-15_08_33_12.tgz osmo-msc.build-2025-08-15_13_34_32.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-15_07_33_54.tgz osmo-pcu-sysmo.build-2025-08-15_07_35_52.tgz osmo-pcu.build-2025-08-15_07_36_00.tgz osmo-sgsn.build-2025-08-15_20_48_35.tgz osmo-stp.build-2025-08-15_13_25_27.tgz osmo-trx.build-2025-08-15_14_30_13.tgz osmocom-bb.build-2025-08-15_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