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

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

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

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

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

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

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

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

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

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

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

#11 [25/28] RUN     mkdir -p /etc/sudoers.d/ && cp osmo-gsm-tester/utils/sudoers.d/* /etc/sudoers.d/
#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 [17/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		gnuradio && 	apt-get clean
#13 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:064c51ebd749992cf88bedf9762c4cc27d8389936a220be7a69f99a8d13b5a99 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=8058 -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-14 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8058
+ mkdir -p trial-8058
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-08-14_13_26_28.tgz osmo-bts-oc2g.build-2025-08-14_00_51_40.tgz osmo-bts-sysmo.build-2025-08-14_00_51_37.tgz osmo-bts.build-2025-08-14_00_51_46.tgz osmo-ggsn.build-2025-08-14_20_42_32.tgz osmo-hlr.build-2025-08-14_16_36_45.tgz osmo-hnbgw.build-2025-08-14_13_30_08.tgz osmo-mgw.build-2025-08-14_08_33_14.tgz osmo-msc.build-2025-08-14_13_32_26.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-14_07_34_07.tgz osmo-pcu-sysmo.build-2025-08-14_07_36_07.tgz osmo-pcu.build-2025-08-14_07_36_14.tgz osmo-sgsn.build-2025-08-14_20_48_04.tgz osmo-stp.build-2025-08-14_13_25_16.tgz osmo-trx.build-2025-08-14_14_30_00.tgz osmocom-bb.build-2025-08-14_21_17_29.tgz srslte.build-19.tgz trial-8058
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-08-14_13_26_28.md5 osmo-bts-oc2g.build-2025-08-14_00_51_40.md5 osmo-bts-sysmo.build-2025-08-14_00_51_37.md5 osmo-bts.build-2025-08-14_00_51_46.md5 osmo-ggsn.build-2025-08-14_20_42_32.md5 osmo-hlr.build-2025-08-14_16_36_45.md5 osmo-hnbgw.build-2025-08-14_13_30_08.md5 osmo-mgw.build-2025-08-14_08_33_14.md5 osmo-msc.build-2025-08-14_13_32_26.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-14_07_34_07.md5 osmo-pcu-sysmo.build-2025-08-14_07_36_07.md5 osmo-pcu.build-2025-08-14_07_36_14.md5 osmo-sgsn.build-2025-08-14_20_48_04.md5 osmo-stp.build-2025-08-14_13_25_16.md5 osmo-trx.build-2025-08-14_14_30_00.md5 osmocom-bb.build-2025-08-14_21_17_29.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-08-14_13_26_28.md5 osmo-bts-oc2g.build-2025-08-14_00_51_40.md5 osmo-bts-sysmo.build-2025-08-14_00_51_37.md5 osmo-bts.build-2025-08-14_00_51_46.md5 osmo-ggsn.build-2025-08-14_20_42_32.md5 osmo-hlr.build-2025-08-14_16_36_45.md5 osmo-hnbgw.build-2025-08-14_13_30_08.md5 osmo-mgw.build-2025-08-14_08_33_14.md5 osmo-msc.build-2025-08-14_13_32_26.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-14_07_34_07.md5 osmo-pcu-sysmo.build-2025-08-14_07_36_07.md5 osmo-pcu.build-2025-08-14_07_36_14.md5 osmo-sgsn.build-2025-08-14_20_48_04.md5 osmo-stp.build-2025-08-14_13_25_16.md5 osmo-trx.build-2025-08-14_14_30_00.md5 osmocom-bb.build-2025-08-14_21_17_29.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-8058 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8058'
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-8058
--------------------------------------------------------------------------------------------
22:48:17.628325 tst                       trial-8058: Detailed log at /build/trial-8058/run.2025-08-14_22-48-17/log

---------------------------------------------------------------------
trial-8058 netreg_mass
---------------------------------------------------------------------
22:48:17.838114 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.838473 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.839281 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.840471 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.878418 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.879222 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.880398 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.950375 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-8058 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.951233 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.967270 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.967831 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.968289 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.968741 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.969207 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.969682 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.970135 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:18.019471 tst         register_default_mass.py: using LAC 2
22:48:18.055236 tst         register_default_mass.py: using RAC 2
22:48:18.096011 tst         register_default_mass.py: using CellId 2
22:48:18.133998 tst         register_default_mass.py: using BVCI 3
22:48:18.139867 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.140545 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.141100 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.141637 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.142159 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.142664 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.143177 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.143705 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.144234 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.144775 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.145297 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.145815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.146351 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.146875 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.147409 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.147941 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.148456 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.148979 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.149502 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.150108 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.150639 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.151166 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.151695 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.152239 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.152763 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.153283 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.153802 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.154324 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.154839 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.155365 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.155880 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.156395 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.156966 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.157507 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.158026 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.158538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.159068 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.159589 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.160110 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.160636 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.161148 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.161661 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.162180 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.162696 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.163215 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.163742 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.164255 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.164779 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.165307 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.165819 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.166334 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.166854 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.167371 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.167883 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.168393 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.168929 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.169440 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.169946 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.170475 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.170985 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.171488 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.171994 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.172521 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.173045 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.173552 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.174067 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.174575 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.175092 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.175609 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.176110 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.176615 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.177143 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.177723 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.178244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.178753 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.179251 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.179757 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.180271 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.180785 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.181284 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.181800 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.182310 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.182812 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.183337 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.183846 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.184351 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.184876 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.185385 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.185885 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.186406 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.186922 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.187426 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.187940 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.188468 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.188980 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.189485 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.190002 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.190514 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.191029 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.191537 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.192034 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.192608 tst      register_default_mass.py:21: Launching a simple network
22:48:18.202778 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.324825 run            create_hlr_db(pid=19): Launched
22:48:19.334859 run            create_hlr_db(pid=19): Terminated: ok {rc=0}
22:48:19.352372 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Launched
22:48:19.368809 run      osmo-hlr_127.0.42.2(pid=22): Launched
22:48:19.374959 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.557613 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Launched
22:48:19.573057 run      osmo-stp_127.0.42.5(pid=24): Launched
22:48:19.579078 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:20.010852 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Launched
22:48:20.030985 run      osmo-msc_127.0.42.6(pid=26): Launched
22:48:23.157188 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:23.275544 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Launched
22:48:23.292016 run      osmo-mgw_127.0.42.3(pid=28): Launched
22:48:23.297984 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.322340 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Launched
22:48:23.337665 run      osmo-mgw_127.0.42.4(pid=30): Launched
22:48:23.343632 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.687513 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Launched
22:48:23.705073 run      osmo-bsc_127.0.42.7(pid=32): Launched
22:48:29.722896 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.884371 run         osmo-bts-virtual(pid=33): Launched
22:48:30.929530 tst         register_default_mass.py: using MSISDN 1001
22:48:30.935570 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:31.037229 tst         register_default_mass.py: using MSISDN 1002
22:48:31.044268 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:31.115443 tst         register_default_mass.py: using MSISDN 1003
22:48:31.121275 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:31.195355 tst         register_default_mass.py: using MSISDN 1004
22:48:31.205653 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:31.280141 tst         register_default_mass.py: using MSISDN 1005
22:48:31.286617 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.364239 tst         register_default_mass.py: using MSISDN 1006
22:48:31.370936 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.446283 tst         register_default_mass.py: using MSISDN 1007
22:48:31.452604 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.524472 tst         register_default_mass.py: using MSISDN 1008
22:48:31.531382 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.597287 tst         register_default_mass.py: using MSISDN 1009
22:48:31.603429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.683800 tst         register_default_mass.py: using MSISDN 1010
22:48:31.689806 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.752682 tst         register_default_mass.py: using MSISDN 1011
22:48:31.758604 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.830846 tst         register_default_mass.py: using MSISDN 1012
22:48:31.837088 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.904578 tst         register_default_mass.py: using MSISDN 1013
22:48:31.910632 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.984237 tst         register_default_mass.py: using MSISDN 1014
22:48:31.990542 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:32.079044 tst         register_default_mass.py: using MSISDN 1015
22:48:32.088814 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:32.168144 tst         register_default_mass.py: using MSISDN 1016
22:48:32.174457 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:32.310827 tst         register_default_mass.py: using MSISDN 1017
22:48:32.316855 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:32.391095 tst         register_default_mass.py: using MSISDN 1018
22:48:32.397197 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.464868 tst         register_default_mass.py: using MSISDN 1019
22:48:32.470974 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.541497 tst         register_default_mass.py: using MSISDN 1020
22:48:32.547417 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.610583 tst         register_default_mass.py: using MSISDN 1021
22:48:32.616793 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.697181 tst         register_default_mass.py: using MSISDN 1022
22:48:32.703225 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.777820 tst         register_default_mass.py: using MSISDN 1023
22:48:32.785006 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.866502 tst         register_default_mass.py: using MSISDN 1024
22:48:32.876692 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.960455 tst         register_default_mass.py: using MSISDN 1025
22:48:32.968252 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:33.037311 tst         register_default_mass.py: using MSISDN 1026
22:48:33.043560 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:33.127804 tst         register_default_mass.py: using MSISDN 1027
22:48:33.134949 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:33.226787 tst         register_default_mass.py: using MSISDN 1028
22:48:33.233817 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:33.550316 tst         register_default_mass.py: using MSISDN 1029
22:48:33.557473 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:33.622170 tst         register_default_mass.py: using MSISDN 1030
22:48:33.628132 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:33.698066 tst         register_default_mass.py: using MSISDN 1031
22:48:33.706350 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.773118 tst         register_default_mass.py: using MSISDN 1032
22:48:33.782697 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.848099 tst         register_default_mass.py: using MSISDN 1033
22:48:33.855422 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.916391 tst         register_default_mass.py: using MSISDN 1034
22:48:33.922534 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.985097 tst         register_default_mass.py: using MSISDN 1035
22:48:33.991102 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:34.072802 tst         register_default_mass.py: using MSISDN 1036
22:48:34.078832 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:34.195629 tst         register_default_mass.py: using MSISDN 1037
22:48:34.201656 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:34.269454 tst         register_default_mass.py: using MSISDN 1038
22:48:34.275452 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:34.355767 tst         register_default_mass.py: using MSISDN 1039
22:48:34.362262 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:34.432171 tst         register_default_mass.py: using MSISDN 1040
22:48:34.438206 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:34.519724 tst         register_default_mass.py: using MSISDN 1041
22:48:34.525699 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:34.595961 tst         register_default_mass.py: using MSISDN 1042
22:48:34.602072 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:34.685911 tst         register_default_mass.py: using MSISDN 1043
22:48:34.692004 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:34.774827 tst         register_default_mass.py: using MSISDN 1044
22:48:34.783915 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:34.865942 tst         register_default_mass.py: using MSISDN 1045
22:48:34.878740 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:34.984181 tst         register_default_mass.py: using MSISDN 1046
22:48:34.994988 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:35.080652 tst         register_default_mass.py: using MSISDN 1047
22:48:35.087862 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:35.277230 tst         register_default_mass.py: using MSISDN 1048
22:48:35.287406 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:35.423422 tst         register_default_mass.py: using MSISDN 1049
22:48:35.433729 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:35.533362 tst         register_default_mass.py: using MSISDN 1050
22:48:35.539473 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:35.608312 tst         register_default_mass.py: using MSISDN 1051
22:48:35.614983 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:35.675573 tst         register_default_mass.py: using MSISDN 1052
22:48:35.682972 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:35.752276 tst         register_default_mass.py: using MSISDN 1053
22:48:35.758439 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:35.821511 tst         register_default_mass.py: using MSISDN 1054
22:48:35.828968 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:35.898376 tst         register_default_mass.py: using MSISDN 1055
22:48:35.905684 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:35.975142 tst         register_default_mass.py: using MSISDN 1056
22:48:35.982206 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:36.046141 tst         register_default_mass.py: using MSISDN 1057
22:48:36.054785 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:36.138474 tst         register_default_mass.py: using MSISDN 1058
22:48:36.147022 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:36.207529 tst         register_default_mass.py: using MSISDN 1059
22:48:36.217230 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:36.285538 tst         register_default_mass.py: using MSISDN 1060
22:48:36.297317 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:36.360630 tst         register_default_mass.py: using MSISDN 1061
22:48:36.372986 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:36.445679 tst         register_default_mass.py: using MSISDN 1062
22:48:36.462326 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:36.546997 tst         register_default_mass.py: using MSISDN 1063
22:48:36.555108 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:36.616941 tst         register_default_mass.py: using MSISDN 1064
22:48:36.624627 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:36.682857 tst         register_default_mass.py: using MSISDN 1065
22:48:36.694514 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:36.770645 tst         register_default_mass.py: using MSISDN 1066
22:48:36.787022 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:36.873427 tst         register_default_mass.py: using MSISDN 1067
22:48:36.882029 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:36.944911 tst         register_default_mass.py: using MSISDN 1068
22:48:36.951429 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:37.032000 tst         register_default_mass.py: using MSISDN 1069
22:48:37.043910 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:37.130755 tst         register_default_mass.py: using MSISDN 1070
22:48:37.137879 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:37.220587 tst         register_default_mass.py: using MSISDN 1071
22:48:37.232978 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:37.325496 tst         register_default_mass.py: using MSISDN 1072
22:48:37.334309 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:37.701424 tst         register_default_mass.py: using MSISDN 1073
22:48:37.709655 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:37.819066 tst         register_default_mass.py: using MSISDN 1074
22:48:37.828142 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:37.902576 tst         register_default_mass.py: using MSISDN 1075
22:48:37.910988 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:37.988302 tst         register_default_mass.py: using MSISDN 1076
22:48:37.996644 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:38.058867 tst         register_default_mass.py: using MSISDN 1077
22:48:38.066894 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:38.141805 tst         register_default_mass.py: using MSISDN 1078
22:48:38.154215 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:38.230982 tst         register_default_mass.py: using MSISDN 1079
22:48:38.243704 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:38.331707 tst         register_default_mass.py: using MSISDN 1080
22:48:38.345000 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:39.057953 tst         register_default_mass.py: using MSISDN 1081
22:48:39.067117 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:39.154823 tst         register_default_mass.py: using MSISDN 1082
22:48:39.162275 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:39.226713 tst         register_default_mass.py: using MSISDN 1083
22:48:39.233063 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:39.317652 tst         register_default_mass.py: using MSISDN 1084
22:48:39.325401 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:39.403167 tst         register_default_mass.py: using MSISDN 1085
22:48:39.409081 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:39.481090 tst         register_default_mass.py: using MSISDN 1086
22:48:39.492197 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:39.569397 tst         register_default_mass.py: using MSISDN 1087
22:48:39.577324 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:39.640942 tst         register_default_mass.py: using MSISDN 1088
22:48:39.654373 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:39.728751 tst         register_default_mass.py: using MSISDN 1089
22:48:39.741177 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:39.818823 tst         register_default_mass.py: using MSISDN 1090
22:48:39.829163 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:39.945639 tst         register_default_mass.py: using MSISDN 1091
22:48:39.952633 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:40.033888 tst         register_default_mass.py: using MSISDN 1092
22:48:40.041428 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:40.116639 tst         register_default_mass.py: using MSISDN 1093
22:48:40.123707 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:40.268999 tst         register_default_mass.py: using MSISDN 1094
22:48:40.277118 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:40.359752 tst         register_default_mass.py: using MSISDN 1095
22:48:40.369716 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:40.428274 tst         register_default_mass.py: using MSISDN 1096
22:48:40.441079 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:40.522094 tst         register_default_mass.py: using MSISDN 1097
22:48:40.529603 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:40.602117 tst         register_default_mass.py: using MSISDN 1098
22:48:40.609632 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:40.679785 tst         register_default_mass.py: using MSISDN 1099
22:48:40.687256 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:40.759844 tst         register_default_mass.py: using MSISDN 1100
22:48:40.770729 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:40.914780 run                             mass: Starting testcase
22:48:40.922463 run                             mass: Pre-launching all virtphy's
22:48:40.929801 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:40.948214 run   osmo-ms-virt-phy/00000(pid=34): Launched
22:48:40.957216 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:40.976608 run   osmo-ms-virt-phy/00001(pid=35): Launched
22:48:40.985831 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:41.012805 run   osmo-ms-virt-phy/00002(pid=36): Launched
22:48:41.029336 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:41.048136 run   osmo-ms-virt-phy/00003(pid=37): Launched
22:48:41.056394 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:41.073690 run   osmo-ms-virt-phy/00004(pid=38): Launched
22:48:41.081546 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:41.098089 run   osmo-ms-virt-phy/00005(pid=39): Launched
22:48:41.105877 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:41.122951 run   osmo-ms-virt-phy/00006(pid=40): Launched
22:48:41.130721 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:41.147466 run   osmo-ms-virt-phy/00007(pid=41): Launched
22:48:41.158221 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:41.175313 run   osmo-ms-virt-phy/00008(pid=42): Launched
22:48:41.183400 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:41.200812 run   osmo-ms-virt-phy/00009(pid=43): Launched
22:48:41.208454 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:41.224255 run   osmo-ms-virt-phy/00010(pid=44): Launched
22:48:41.231521 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:41.247911 run   osmo-ms-virt-phy/00011(pid=45): Launched
22:48:41.255911 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:41.273069 run   osmo-ms-virt-phy/00012(pid=46): Launched
22:48:41.282769 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:41.299053 run   osmo-ms-virt-phy/00013(pid=47): Launched
22:48:41.306330 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:41.322227 run   osmo-ms-virt-phy/00014(pid=48): Launched
22:48:41.329839 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:41.346334 run   osmo-ms-virt-phy/00015(pid=49): Launched
22:48:41.353961 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:41.370751 run   osmo-ms-virt-phy/00016(pid=50): Launched
22:48:41.378328 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:41.394394 run   osmo-ms-virt-phy/00017(pid=51): Launched
22:48:41.403201 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:41.420497 run   osmo-ms-virt-phy/00018(pid=52): Launched
22:48:41.428803 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:41.446131 run   osmo-ms-virt-phy/00019(pid=53): Launched
22:48:41.453956 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:41.470437 run   osmo-ms-virt-phy/00020(pid=54): Launched
22:48:41.478215 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:41.494890 run   osmo-ms-virt-phy/00021(pid=55): Launched
22:48:41.502785 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:41.519659 run   osmo-ms-virt-phy/00022(pid=56): Launched
22:48:41.527421 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:41.543579 run   osmo-ms-virt-phy/00023(pid=57): Launched
22:48:41.553505 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:41.578267 run   osmo-ms-virt-phy/00024(pid=58): Launched
22:48:41.596702 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:41.624932 run   osmo-ms-virt-phy/00025(pid=59): Launched
22:48:41.643677 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:41.670565 run   osmo-ms-virt-phy/00026(pid=60): Launched
22:48:41.679920 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:41.698883 run   osmo-ms-virt-phy/00027(pid=61): Launched
22:48:41.706896 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:41.723746 run   osmo-ms-virt-phy/00028(pid=62): Launched
22:48:41.731868 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:41.748833 run   osmo-ms-virt-phy/00029(pid=63): Launched
22:48:41.756825 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:41.773462 run   osmo-ms-virt-phy/00030(pid=64): Launched
22:48:41.781232 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:41.798228 run   osmo-ms-virt-phy/00031(pid=65): Launched
22:48:41.806123 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:41.823046 run   osmo-ms-virt-phy/00032(pid=66): Launched
22:48:41.831907 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:41.848516 run   osmo-ms-virt-phy/00033(pid=67): Launched
22:48:41.857830 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:41.874936 run   osmo-ms-virt-phy/00034(pid=68): Launched
22:48:41.882697 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:41.899331 run   osmo-ms-virt-phy/00035(pid=69): Launched
22:48:41.910969 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:41.929371 run   osmo-ms-virt-phy/00036(pid=70): Launched
22:48:41.938787 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:41.955819 run   osmo-ms-virt-phy/00037(pid=71): Launched
22:48:41.964224 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:41.981067 run   osmo-ms-virt-phy/00038(pid=72): Launched
22:48:41.988916 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:42.005820 run   osmo-ms-virt-phy/00039(pid=73): Launched
22:48:42.013546 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:42.030214 run   osmo-ms-virt-phy/00040(pid=74): Launched
22:48:42.037921 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:42.053591 run   osmo-ms-virt-phy/00041(pid=75): Launched
22:48:42.060464 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:42.075325 run   osmo-ms-virt-phy/00042(pid=76): Launched
22:48:42.082171 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:42.096855 run   osmo-ms-virt-phy/00043(pid=77): Launched
22:48:42.105567 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:42.128262 run   osmo-ms-virt-phy/00044(pid=78): Launched
22:48:42.141467 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:42.173120 run   osmo-ms-virt-phy/00045(pid=79): Launched
22:48:42.188674 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:42.210376 run   osmo-ms-virt-phy/00046(pid=80): Launched
22:48:42.218450 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:42.234990 run   osmo-ms-virt-phy/00047(pid=81): Launched
22:48:42.242443 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:42.258254 run   osmo-ms-virt-phy/00048(pid=82): Launched
22:48:42.265250 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:42.281194 run   osmo-ms-virt-phy/00049(pid=83): Launched
22:48:42.288941 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:42.305821 run   osmo-ms-virt-phy/00050(pid=84): Launched
22:48:42.313780 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:42.332093 run   osmo-ms-virt-phy/00051(pid=85): Launched
22:48:42.341917 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:42.359496 run   osmo-ms-virt-phy/00052(pid=86): Launched
22:48:42.367734 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:42.384423 run   osmo-ms-virt-phy/00053(pid=87): Launched
22:48:42.391845 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:42.408231 run   osmo-ms-virt-phy/00054(pid=88): Launched
22:48:42.415574 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:42.431053 run   osmo-ms-virt-phy/00055(pid=89): Launched
22:48:42.514592 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:42.528312 run   osmo-ms-virt-phy/00056(pid=90): Launched
22:48:42.534810 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:42.548792 run   osmo-ms-virt-phy/00057(pid=91): Launched
22:48:42.555355 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:42.569921 run   osmo-ms-virt-phy/00058(pid=92): Launched
22:48:42.576545 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:42.591413 run   osmo-ms-virt-phy/00059(pid=93): Launched
22:48:42.598185 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:42.613196 run   osmo-ms-virt-phy/00060(pid=94): Launched
22:48:42.620561 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:42.636171 run   osmo-ms-virt-phy/00061(pid=95): Launched
22:48:42.643406 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:42.659161 run   osmo-ms-virt-phy/00062(pid=96): Launched
22:48:42.666558 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:42.682421 run   osmo-ms-virt-phy/00063(pid=97): Launched
22:48:42.690059 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:42.706534 run   osmo-ms-virt-phy/00064(pid=98): Launched
22:48:42.714374 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:42.731171 run   osmo-ms-virt-phy/00065(pid=99): Launched
22:48:42.738611 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:42.754849 run  osmo-ms-virt-phy/00066(pid=100): Launched
22:48:42.762373 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:42.777544 run  osmo-ms-virt-phy/00067(pid=101): Launched
22:48:42.784488 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:42.799354 run  osmo-ms-virt-phy/00068(pid=102): Launched
22:48:42.806158 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:42.820727 run  osmo-ms-virt-phy/00069(pid=103): Launched
22:48:42.827423 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:42.842035 run  osmo-ms-virt-phy/00070(pid=104): Launched
22:48:42.848801 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:42.863444 run  osmo-ms-virt-phy/00071(pid=105): Launched
22:48:42.870186 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:42.884694 run  osmo-ms-virt-phy/00072(pid=106): Launched
22:48:42.891176 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:42.906148 run  osmo-ms-virt-phy/00073(pid=107): Launched
22:48:42.912917 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:42.927677 run  osmo-ms-virt-phy/00074(pid=108): Launched
22:48:42.934267 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:42.949106 run  osmo-ms-virt-phy/00075(pid=109): Launched
22:48:42.956099 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:42.971636 run  osmo-ms-virt-phy/00076(pid=110): Launched
22:48:42.978714 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:42.993595 run  osmo-ms-virt-phy/00077(pid=111): Launched
22:48:43.000361 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:43.015268 run  osmo-ms-virt-phy/00078(pid=112): Launched
22:48:43.022377 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:43.037810 run  osmo-ms-virt-phy/00079(pid=113): Launched
22:48:43.044911 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:43.060092 run  osmo-ms-virt-phy/00080(pid=114): Launched
22:48:43.066921 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:43.082262 run  osmo-ms-virt-phy/00081(pid=115): Launched
22:48:43.091130 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:43.108980 run  osmo-ms-virt-phy/00082(pid=116): Launched
22:48:43.118091 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:43.135731 run  osmo-ms-virt-phy/00083(pid=117): Launched
22:48:43.144025 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:43.161789 run  osmo-ms-virt-phy/00084(pid=118): Launched
22:48:43.170962 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:43.188403 run  osmo-ms-virt-phy/00085(pid=119): Launched
22:48:43.196512 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:43.214016 run  osmo-ms-virt-phy/00086(pid=120): Launched
22:48:43.222518 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:43.239938 run  osmo-ms-virt-phy/00087(pid=121): Launched
22:48:43.248296 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:43.265644 run  osmo-ms-virt-phy/00088(pid=122): Launched
22:48:43.273886 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:43.291001 run  osmo-ms-virt-phy/00089(pid=123): Launched
22:48:43.299856 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:43.317396 run  osmo-ms-virt-phy/00090(pid=124): Launched
22:48:43.328699 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:43.346815 run  osmo-ms-virt-phy/00091(pid=125): Launched
22:48:43.356671 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:43.376020 run  osmo-ms-virt-phy/00092(pid=126): Launched
22:48:43.384673 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:43.402806 run  osmo-ms-virt-phy/00093(pid=127): Launched
22:48:43.412192 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:43.430632 run  osmo-ms-virt-phy/00094(pid=128): Launched
22:48:43.439230 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:43.457230 run  osmo-ms-virt-phy/00095(pid=129): Launched
22:48:43.466813 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:43.485274 run  osmo-ms-virt-phy/00096(pid=130): Launched
22:48:43.494279 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:43.512312 run  osmo-ms-virt-phy/00097(pid=131): Launched
22:48:43.520799 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:43.538398 run  osmo-ms-virt-phy/00098(pid=132): Launched
22:48:43.546519 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:43.563766 run  osmo-ms-virt-phy/00099(pid=133): Launched
22:48:43.571560 run                             mass: Checking if sockets are in the filesystem
22:48:43.587580 run                osmo-ms-mob/00000: Starting mobile
22:48:43.605066 run       osmo-ms-mob/00000(pid=134): Launched
22:48:43.620657 run                             mass: MS start registered  {at=18442629.32394907, delay=0.0075894854962825775, ms=00000}
22:48:47.787123 run                osmo-ms-mob/00001: Starting mobile
22:48:47.802117 run       osmo-ms-mob/00001(pid=135): Launched
22:48:47.814550 run                             mass: MS start registered  {at=18442633.51788773, delay=0.005827672779560089, ms=00001}
22:48:48.360887 run                             mass: MS performed LU  {at=18442634.06418528, lu_delay=4.740236211568117, ms=00000}
22:48:49.585826 run                osmo-ms-mob/00002: Starting mobile
22:48:49.599364 run       osmo-ms-mob/00002(pid=136): Launched
22:48:49.610942 run                             mass: MS start registered  {at=18442635.314280357, delay=0.005113326013088226, ms=00002}
22:48:50.886546 run                osmo-ms-mob/00003: Starting mobile
22:48:50.902736 run       osmo-ms-mob/00003(pid=137): Launched
22:48:50.916023 run                             mass: MS start registered  {at=18442636.61935607, delay=0.006155867129564285, ms=00003}
22:48:51.989788 run                osmo-ms-mob/00004: Starting mobile
22:48:52.007189 run       osmo-ms-mob/00004(pid=138): Launched
22:48:52.018505 run                             mass: MS start registered  {at=18442637.721848477, delay=0.004656799137592316, ms=00004}
22:48:52.985885 run                osmo-ms-mob/00005: Starting mobile
22:48:53.000284 run       osmo-ms-mob/00005(pid=139): Launched
22:48:53.012469 run                             mass: MS start registered  {at=18442638.715804964, delay=0.00573045015335083, ms=00005}
22:48:53.885502 run                osmo-ms-mob/00006: Starting mobile
22:48:53.900077 run       osmo-ms-mob/00006(pid=140): Launched
22:48:53.912300 run                             mass: MS start registered  {at=18442639.61563862, delay=0.005402617156505585, ms=00006}
22:48:54.010244 run                             mass: MS performed LU  {at=18442639.713560674, lu_delay=6.195672944188118, ms=00001}
22:48:54.787506 run                osmo-ms-mob/00007: Starting mobile
22:48:54.805120 run       osmo-ms-mob/00007(pid=141): Launched
22:48:54.823908 run                             mass: MS start registered  {at=18442640.52721693, delay=0.009302284568548203, ms=00007}
22:48:55.588026 run                osmo-ms-mob/00008: Starting mobile
22:48:55.602439 run       osmo-ms-mob/00008(pid=142): Launched
22:48:55.614726 run                             mass: MS start registered  {at=18442641.3180646, delay=0.005502581596374512, ms=00008}
22:48:55.910809 run                             mass: MS performed LU  {at=18442641.61413772, lu_delay=6.29985736310482, ms=00002}
22:48:55.938366 run                             mass: MS performed LU  {at=18442641.641672377, lu_delay=5.0223163068294525, ms=00003}
22:48:56.285647 run                osmo-ms-mob/00009: Starting mobile
22:48:56.300581 run       osmo-ms-mob/00009(pid=143): Launched
22:48:56.312967 run                             mass: MS start registered  {at=18442642.016302563, delay=0.0052492655813694, ms=00009}
22:48:56.989590 run                osmo-ms-mob/00010: Starting mobile
22:48:57.027508 run       osmo-ms-mob/00010(pid=144): Launched
22:48:57.039969 run                             mass: MS start registered  {at=18442642.743313383, delay=0.005244463682174683, ms=00010}
22:48:57.586153 run                osmo-ms-mob/00011: Starting mobile
22:48:57.601402 run       osmo-ms-mob/00011(pid=145): Launched
22:48:57.614436 run                             mass: MS start registered  {at=18442643.31776109, delay=0.005425389856100082, ms=00011}
22:48:57.775506 run                             mass: MS performed LU  {at=18442643.47883654, lu_delay=4.763031575828791, ms=00005}
22:48:57.840673 run                             mass: MS performed LU  {at=18442643.543993086, lu_delay=5.8221446089446545, ms=00004}
22:48:58.230569 run                osmo-ms-mob/00012: Starting mobile
22:48:58.244570 run       osmo-ms-mob/00012(pid=146): Launched
22:48:58.257682 run                             mass: MS start registered  {at=18442643.961027298, delay=0.006453655660152435, ms=00012}
22:48:58.798786 run                osmo-ms-mob/00013: Starting mobile
22:48:58.843409 run       osmo-ms-mob/00013(pid=147): Launched
22:48:58.872535 run                             mass: MS start registered  {at=18442644.575796556, delay=0.007327131927013397, ms=00013}
22:48:59.395289 run                osmo-ms-mob/00014: Starting mobile
22:48:59.434506 run       osmo-ms-mob/00014(pid=148): Launched
22:48:59.462983 run                             mass: MS start registered  {at=18442645.16626589, delay=0.01548168808221817, ms=00014}
22:48:59.676599 run                             mass: MS performed LU  {at=18442645.379878208, lu_delay=4.852661278098822, ms=00007}
22:48:59.940006 run                             mass: MS performed LU  {at=18442645.64327208, lu_delay=6.027633458375931, ms=00006}
22:48:59.962968 run                osmo-ms-mob/00015: Starting mobile
22:48:59.983652 run       osmo-ms-mob/00015(pid=149): Launched
22:49:00.000472 run                             mass: MS start registered  {at=18442645.70377419, delay=0.006953246891498566, ms=00015}
22:49:00.487818 run                osmo-ms-mob/00016: Starting mobile
22:49:00.506042 run       osmo-ms-mob/00016(pid=150): Launched
22:49:00.524046 run                             mass: MS start registered  {at=18442646.227372978, delay=0.00912010669708252, ms=00016}
22:49:00.991770 run                osmo-ms-mob/00017: Starting mobile
22:49:01.012325 run       osmo-ms-mob/00017(pid=151): Launched
22:49:01.027356 run                             mass: MS start registered  {at=18442646.730686586, delay=0.006584689021110535, ms=00017}
22:49:01.541443 run                             mass: MS performed LU  {at=18442647.24476172, lu_delay=5.9266971200704575, ms=00008}
22:49:01.556445 run                osmo-ms-mob/00018: Starting mobile
22:49:01.570986 run       osmo-ms-mob/00018(pid=152): Launched
22:49:01.583321 run                             mass: MS start registered  {at=18442647.286644384, delay=0.005755685269832611, ms=00018}
22:49:01.606199 run                             mass: MS performed LU  {at=18442647.309524108, lu_delay=5.293221544474363, ms=00009}
22:49:01.910843 run                             mass: MS performed LU  {at=18442647.61415428, lu_delay=4.870840895920992, ms=00010}
22:49:01.933089 run                osmo-ms-mob/00019: Starting mobile
22:49:01.950421 run       osmo-ms-mob/00019(pid=153): Launched
22:49:01.963257 run                             mass: MS start registered  {at=18442647.666602075, delay=0.00507688894867897, ms=00019}
22:49:02.487560 run                osmo-ms-mob/00020: Starting mobile
22:49:02.505710 run       osmo-ms-mob/00020(pid=154): Launched
22:49:02.526376 run                             mass: MS start registered  {at=18442648.229699586, delay=0.009856052696704865, ms=00020}
22:49:02.991576 run                osmo-ms-mob/00021: Starting mobile
22:49:03.014101 run       osmo-ms-mob/00021(pid=155): Launched
22:49:03.029723 run                             mass: MS start registered  {at=18442648.733027972, delay=0.006932232528924942, ms=00021}
22:49:03.387399 run                osmo-ms-mob/00022: Starting mobile
22:49:03.405375 run       osmo-ms-mob/00022(pid=156): Launched
22:49:03.440185 run                             mass: MS start registered  {at=18442649.143509094, delay=0.025731869041919708, ms=00022}
22:49:03.508389 run                             mass: MS performed LU  {at=18442649.211732578, lu_delay=5.250705279409885, ms=00012}
22:49:03.521448 run                             mass: MS performed LU  {at=18442649.2248008, lu_delay=5.90703970938921, ms=00011}
22:49:03.576909 run                             mass: MS performed LU  {at=18442649.280231725, lu_delay=4.704435169696808, ms=00013}
22:49:03.886981 run                osmo-ms-mob/00023: Starting mobile
22:49:03.904249 run       osmo-ms-mob/00023(pid=157): Launched
22:49:03.924288 run                             mass: MS start registered  {at=18442649.627621192, delay=0.011177610605955124, ms=00023}
22:49:04.291948 run                osmo-ms-mob/00024: Starting mobile
22:49:04.328957 run       osmo-ms-mob/00024(pid=158): Launched
22:49:04.345935 run                             mass: MS start registered  {at=18442650.04927651, delay=3.450363874435425e-05, ms=00024}
22:49:04.786562 run                osmo-ms-mob/00025: Starting mobile
22:49:04.804185 run       osmo-ms-mob/00025(pid=159): Launched
22:49:04.821282 run                             mass: MS start registered  {at=18442650.52459917, delay=0.008703567087650299, ms=00025}
22:49:05.185774 run                osmo-ms-mob/00026: Starting mobile
22:49:05.200921 run       osmo-ms-mob/00026(pid=160): Launched
22:49:05.215421 run                             mass: MS start registered  {at=18442650.91875868, delay=0.006817314773797989, ms=00026}
22:49:05.306833 run                             mass: MS performed LU  {at=18442651.010165136, lu_delay=5.843899246305227, ms=00014}
22:49:05.372077 run                             mass: MS performed LU  {at=18442651.075370487, lu_delay=5.371596295386553, ms=00015}
22:49:05.441163 run                             mass: MS performed LU  {at=18442651.144482426, lu_delay=4.917109448462725, ms=00016}
22:49:05.458059 run                osmo-ms-mob/00027: Starting mobile
22:49:05.475347 run       osmo-ms-mob/00027(pid=161): Launched
22:49:05.488458 run                             mass: MS start registered  {at=18442651.191801723, delay=0.005360852926969528, ms=00027}
22:49:05.986729 run                osmo-ms-mob/00028: Starting mobile
22:49:06.002078 run       osmo-ms-mob/00028(pid=162): Launched
22:49:06.016142 run                             mass: MS start registered  {at=18442651.719474044, delay=0.0064456649124622345, ms=00028}
22:49:06.387454 run                osmo-ms-mob/00029: Starting mobile
22:49:06.404816 run       osmo-ms-mob/00029(pid=163): Launched
22:49:06.419617 run                             mass: MS start registered  {at=18442652.122942314, delay=0.006600342690944672, ms=00029}
22:49:06.786320 run                osmo-ms-mob/00030: Starting mobile
22:49:06.801521 run       osmo-ms-mob/00030(pid=164): Launched
22:49:06.814801 run                             mass: MS start registered  {at=18442652.51812785, delay=0.005446519702672958, ms=00030}
22:49:07.107318 run                             mass: MS performed LU  {at=18442652.81064824, lu_delay=5.524003855884075, ms=00018}
22:49:07.120769 run                osmo-ms-mob/00031: Starting mobile
22:49:07.137163 run       osmo-ms-mob/00031(pid=165): Launched
22:49:07.150786 run                             mass: MS start registered  {at=18442652.854123667, delay=0.005670309066772461, ms=00031}
22:49:07.208839 run                             mass: MS performed LU  {at=18442652.912172522, lu_delay=4.682472936809063, ms=00020}
22:49:07.236416 run                             mass: MS performed LU  {at=18442652.93975063, lu_delay=6.209064044058323, ms=00017}
22:49:07.249099 run                osmo-ms-mob/00032: Starting mobile
22:49:07.264210 run       osmo-ms-mob/00032(pid=166): Launched
22:49:07.277498 run                             mass: MS start registered  {at=18442652.980841883, delay=0.005832832306623459, ms=00032}
22:49:07.360229 run                             mass: MS performed LU  {at=18442653.063561514, lu_delay=5.396959438920021, ms=00019}
22:49:07.886300 run                osmo-ms-mob/00033: Starting mobile
22:49:07.902856 run       osmo-ms-mob/00033(pid=167): Launched
22:49:07.916785 run                             mass: MS start registered  {at=18442653.620120417, delay=0.00640420988202095, ms=00033}
22:49:08.290139 run                osmo-ms-mob/00034: Starting mobile
22:49:08.307635 run       osmo-ms-mob/00034(pid=168): Launched
22:49:08.321611 run                             mass: MS start registered  {at=18442654.024923638, delay=0.0062420181930065155, ms=00034}
22:49:08.592389 run                osmo-ms-mob/00035: Starting mobile
22:49:08.622169 run       osmo-ms-mob/00035(pid=169): Launched
22:49:08.635191 run                             mass: MS start registered  {at=18442654.33853522, delay=0.005126606673002243, ms=00035}
22:49:08.987057 run                osmo-ms-mob/00036: Starting mobile
22:49:09.006288 run       osmo-ms-mob/00036(pid=170): Launched
22:49:09.019634 run                             mass: MS start registered  {at=18442654.722980015, delay=0.005359303206205368, ms=00036}
22:49:09.072797 run                             mass: MS performed LU  {at=18442654.776107892, lu_delay=4.726831384003162, ms=00024}
22:49:09.137515 run                             mass: MS performed LU  {at=18442654.84084575, lu_delay=5.697336655110121, ms=00022}
22:49:09.207230 run                             mass: MS performed LU  {at=18442654.91056398, lu_delay=6.177536007016897, ms=00021}
22:49:09.221129 run                osmo-ms-mob/00037: Starting mobile
22:49:09.237845 run       osmo-ms-mob/00037(pid=171): Launched
22:49:09.251250 run                             mass: MS start registered  {at=18442654.954595458, delay=0.005568273365497589, ms=00037}
22:49:09.262861 run                             mass: MS performed LU  {at=18442654.96620481, lu_delay=5.338583618402481, ms=00023}
22:49:09.692864 run                osmo-ms-mob/00038: Starting mobile
22:49:09.718925 run       osmo-ms-mob/00038(pid=172): Launched
22:49:09.736663 run                             mass: MS start registered  {at=18442655.439954687, delay=0.005529385060071945, ms=00038}
22:49:09.995455 run                osmo-ms-mob/00039: Starting mobile
22:49:10.025629 run       osmo-ms-mob/00039(pid=173): Launched
22:49:10.049484 run                             mass: MS start registered  {at=18442655.752778996, delay=0.009545352309942245, ms=00039}
22:49:10.491004 run                osmo-ms-mob/00040: Starting mobile
22:49:10.536472 run       osmo-ms-mob/00040(pid=174): Launched
22:49:10.553106 run                             mass: Starting too slowly. Moving on {now=18442656.256449718, sleep=-0.07394096627831459, target=18442656.18250875}
22:49:10.568304 run                             mass: MS start registered  {at=18442656.271601558, delay=0.015157848596572876, ms=00040}
22:49:10.695953 run                osmo-ms-mob/00041: Starting mobile
22:49:10.737678 run       osmo-ms-mob/00041(pid=175): Launched
22:49:10.757603 run                             mass: MS start registered  {at=18442656.46091059, delay=0.0007663369178771973, ms=00041}
22:49:10.873695 run                             mass: MS performed LU  {at=18442656.57696949, lu_delay=5.658210810273886, ms=00026}
22:49:10.974771 run                             mass: MS performed LU  {at=18442656.678051624, lu_delay=4.9585775807499886, ms=00028}
22:49:10.992673 run                osmo-ms-mob/00042: Starting mobile
22:49:11.013019 run       osmo-ms-mob/00042(pid=176): Launched
22:49:11.023676 run                             mass: MS performed LU  {at=18442656.72700388, lu_delay=6.202404711395502, ms=00025}
22:49:11.040428 run                             mass: MS start registered  {at=18442656.743701123, delay=0.016747720539569855, ms=00042}
22:49:11.127129 run                             mass: MS performed LU  {at=18442656.830444228, lu_delay=5.638642504811287, ms=00027}
22:49:11.164042 run                             mass: MS performed LU  {at=18442656.86729486, lu_delay=4.744352545589209, ms=00029}
22:49:11.186403 run                osmo-ms-mob/00043: Starting mobile
22:49:11.206274 run       osmo-ms-mob/00043(pid=177): Launched
22:49:11.232010 run                             mass: MS start registered  {at=18442656.935322545, delay=0.01532922312617302, ms=00043}
22:49:11.693995 run                osmo-ms-mob/00044: Starting mobile
22:49:11.730104 run       osmo-ms-mob/00044(pid=178): Launched
22:49:11.754946 run                             mass: MS start registered  {at=18442657.458256535, delay=0.0073890723288059235, ms=00044}
22:49:11.988980 run                osmo-ms-mob/00045: Starting mobile
22:49:12.007889 run       osmo-ms-mob/00045(pid=179): Launched
22:49:12.023436 run                             mass: MS start registered  {at=18442657.726727273, delay=0.007405955344438553, ms=00045}
22:49:12.294438 run                osmo-ms-mob/00046: Starting mobile
22:49:12.331178 run       osmo-ms-mob/00046(pid=180): Launched
22:49:12.350095 run                             mass: MS start registered  {at=18442658.053420015, delay=0.0017609074711799622, ms=00046}
22:49:12.587217 run                osmo-ms-mob/00047: Starting mobile
22:49:12.605257 run       osmo-ms-mob/00047(pid=181): Launched
22:49:12.622163 run                             mass: MS start registered  {at=18442658.32546985, delay=0.007226917892694473, ms=00047}
22:49:12.839452 run                             mass: MS performed LU  {at=18442658.542781677, lu_delay=6.024653825908899, ms=00030}
22:49:12.853597 run                osmo-ms-mob/00048: Starting mobile
22:49:12.871083 run       osmo-ms-mob/00048(pid=182): Launched
22:49:12.885847 run                             mass: MS start registered  {at=18442658.58913991, delay=0.006463602185249329, ms=00048}
22:49:12.904098 run                             mass: MS performed LU  {at=18442658.607397635, lu_delay=5.753273967653513, ms=00031}
22:49:12.972752 run                             mass: MS performed LU  {at=18442658.676048726, lu_delay=5.055928308516741, ms=00033}
22:49:12.989925 run                osmo-ms-mob/00049: Starting mobile
22:49:13.006162 run       osmo-ms-mob/00049(pid=183): Launched
22:49:13.019135 run                             mass: MS start registered  {at=18442658.722479228, delay=0.005693428218364716, ms=00049}
22:49:13.028264 run                             mass: MS performed LU  {at=18442658.731610846, lu_delay=5.750768963247538, ms=00032}
22:49:13.300662 run                             mass: MS performed LU  {at=18442659.003991928, lu_delay=4.979068290442228, ms=00034}
22:49:13.315224 run                osmo-ms-mob/00050: Starting mobile
22:49:13.332418 run       osmo-ms-mob/00050(pid=184): Launched
22:49:13.345675 run                             mass: MS start registered  {at=18442659.049022593, delay=0.005494028329849243, ms=00050}
22:49:13.886657 run                osmo-ms-mob/00051: Starting mobile
22:49:13.904309 run       osmo-ms-mob/00051(pid=185): Launched
22:49:13.917617 run                             mass: MS start registered  {at=18442659.62093849, delay=0.005630970001220703, ms=00051}
22:49:14.188973 run                osmo-ms-mob/00052: Starting mobile
22:49:14.206743 run       osmo-ms-mob/00052(pid=186): Launched
22:49:14.221428 run                             mass: MS start registered  {at=18442659.92475986, delay=0.006086409091949463, ms=00052}
22:49:14.486225 run                osmo-ms-mob/00053: Starting mobile
22:49:14.501532 run       osmo-ms-mob/00053(pid=187): Launched
22:49:14.514843 run                             mass: MS start registered  {at=18442660.218177702, delay=0.005498219281435013, ms=00053}
22:49:14.638393 run                             mass: MS performed LU  {at=18442660.341711223, lu_delay=4.901756536215544, ms=00038}
22:49:14.739891 run                             mass: MS performed LU  {at=18442660.443211205, lu_delay=5.72023119032383, ms=00036}
22:49:14.754553 run                osmo-ms-mob/00054: Starting mobile
22:49:14.771544 run       osmo-ms-mob/00054(pid=188): Launched
22:49:14.779554 run                             mass: MS performed LU  {at=18442660.482908014, lu_delay=5.528312556445599, ms=00037}
22:49:14.787487 run                             mass: MS start registered  {at=18442660.49084979, delay=0.00796835869550705, ms=00054}
22:49:14.892096 run                             mass: MS performed LU  {at=18442660.59542936, lu_delay=4.84265036508441, ms=00039}
22:49:14.906146 run                osmo-ms-mob/00055: Starting mobile
22:49:14.922931 run       osmo-ms-mob/00055(pid=189): Launched
22:49:14.930895 run                             mass: MS performed LU  {at=18442660.634247545, lu_delay=6.295712325721979, ms=00035}
22:49:14.938562 run                             mass: MS start registered  {at=18442660.64192527, delay=0.00770052894949913, ms=00055}
22:49:15.392477 run                osmo-ms-mob/00056: Starting mobile
22:49:15.411576 run       osmo-ms-mob/00056(pid=190): Launched
22:49:15.426079 run                             mass: MS start registered  {at=18442661.129408997, delay=0.0031603574752807617, ms=00056}
22:49:15.692581 run                osmo-ms-mob/00057: Starting mobile
22:49:15.715374 run       osmo-ms-mob/00057(pid=191): Launched
22:49:15.729142 run                             mass: MS start registered  {at=18442661.432472482, delay=0.005321066826581955, ms=00057}
22:49:16.090845 run                osmo-ms-mob/00058: Starting mobile
22:49:16.113652 run       osmo-ms-mob/00058(pid=192): Launched
22:49:16.129222 run                             mass: MS start registered  {at=18442661.83255104, delay=0.001687508076429367, ms=00058}
22:49:16.386790 run                osmo-ms-mob/00059: Starting mobile
22:49:16.403967 run       osmo-ms-mob/00059(pid=193): Launched
22:49:16.417426 run                             mass: MS start registered  {at=18442662.12076579, delay=0.005618393421173096, ms=00059}
22:49:16.604193 run                             mass: MS performed LU  {at=18442662.307522416, lu_delay=5.563821293413639, ms=00042}
22:49:16.619737 run                osmo-ms-mob/00060: Starting mobile
22:49:16.638130 run       osmo-ms-mob/00060(pid=194): Launched
22:49:16.651830 run                             mass: MS start registered  {at=18442662.35517616, delay=0.0016756728291511536, ms=00060}
22:49:16.669503 run                             mass: MS performed LU  {at=18442662.372816656, lu_delay=4.646089382469654, ms=00045}
22:49:16.738494 run                             mass: MS performed LU  {at=18442662.441824123, lu_delay=5.506501577794552, ms=00043}
22:49:16.794408 run                             mass: MS performed LU  {at=18442662.497723095, lu_delay=6.036812506616116, ms=00041}
22:49:16.807095 run                osmo-ms-mob/00061: Starting mobile
22:49:16.822752 run       osmo-ms-mob/00061(pid=195): Launched
22:49:16.830446 run                             mass: MS performed LU  {at=18442662.533793975, lu_delay=5.07553743943572, ms=00044}
22:49:16.837852 run                             mass: MS start registered  {at=18442662.541214135, delay=0.007728587836027145, ms=00061}
22:49:16.849214 run                             mass: MS performed LU  {at=18442662.55255548, lu_delay=6.280953921377659, ms=00040}
22:49:16.862321 run                osmo-ms-mob/00062: Starting mobile
22:49:16.877581 run       osmo-ms-mob/00062(pid=196): Launched
22:49:16.891568 run                             mass: MS start registered  {at=18442662.594915107, delay=0.005277235060930252, ms=00062}
22:49:17.692259 run                osmo-ms-mob/00063: Starting mobile
22:49:17.711610 run       osmo-ms-mob/00063(pid=197): Launched
22:49:17.726701 run                             mass: MS start registered  {at=18442663.430009983, delay=0.006254512816667557, ms=00063}
22:49:18.091311 run                osmo-ms-mob/00064: Starting mobile
22:49:18.111557 run       osmo-ms-mob/00064(pid=198): Launched
22:49:18.127583 run                             mass: MS start registered  {at=18442663.830905788, delay=0.006578799337148666, ms=00064}
22:49:18.404713 run                             mass: MS performed LU  {at=18442664.10801867, lu_delay=5.7825488187372684, ms=00047}
22:49:18.429135 run                osmo-ms-mob/00065: Starting mobile
22:49:18.450678 run       osmo-ms-mob/00065(pid=199): Launched
22:49:18.471053 run                             mass: MS start registered  {at=18442664.174361788, delay=0.006449509412050247, ms=00065}
22:49:18.506736 run                             mass: MS performed LU  {at=18442664.210053608, lu_delay=5.161031015217304, ms=00050}
22:49:18.533553 run                             mass: MS performed LU  {at=18442664.23685806, lu_delay=5.51437883079052, ms=00049}
22:49:18.564038 run                osmo-ms-mob/00066: Starting mobile
22:49:18.600777 run       osmo-ms-mob/00066(pid=200): Launched
22:49:18.625578 run                             mass: MS start registered  {at=18442664.328889534, delay=0.007704779505729675, ms=00066}
22:49:18.658183 run                             mass: MS performed LU  {at=18442664.361482587, lu_delay=5.772342678159475, ms=00048}
22:49:18.696262 run                             mass: MS performed LU  {at=18442664.399589535, lu_delay=6.3461695201694965, ms=00046}
22:49:18.751594 run                             mass: MS performed LU  {at=18442664.454900682, lu_delay=4.833962190896273, ms=00051}
22:49:18.777826 run                osmo-ms-mob/00067: Starting mobile
22:49:18.889945 run       osmo-ms-mob/00067(pid=201): Launched
22:49:18.915009 run                             mass: MS start registered  {at=18442664.618315253, delay=0.006172694265842438, ms=00067}
22:49:19.490523 run                osmo-ms-mob/00068: Starting mobile
22:49:19.511454 run       osmo-ms-mob/00068(pid=202): Launched
22:49:19.531854 run                             mass: MS start registered  {at=18442665.23517288, delay=0.009571876376867294, ms=00068}
22:49:19.895511 run                osmo-ms-mob/00069: Starting mobile
22:49:19.934593 run       osmo-ms-mob/00069(pid=203): Launched
22:49:19.960528 run                             mass: MS start registered  {at=18442665.66383993, delay=0.008246716111898422, ms=00069}
22:49:20.269451 run                             mass: MS performed LU  {at=18442665.972763058, lu_delay=5.754585355520248, ms=00053}
22:49:20.296463 run                osmo-ms-mob/00070: Starting mobile
22:49:20.326342 run       osmo-ms-mob/00070(pid=204): Launched
22:49:20.339371 run                             mass: MS performed LU  {at=18442666.042719956, lu_delay=5.400794684886932, ms=00055}
22:49:20.350614 run                             mass: MS start registered  {at=18442666.053933803, delay=0.011242683976888657, ms=00070}
22:49:20.365262 run                             mass: MS performed LU  {at=18442666.06861214, lu_delay=4.939203143119812, ms=00056}
22:49:20.615725 run                             mass: MS performed LU  {at=18442666.319055017, lu_delay=4.886582534760237, ms=00057}
22:49:20.632052 run                osmo-ms-mob/00071: Starting mobile
22:49:20.650392 run       osmo-ms-mob/00071(pid=205): Launched
22:49:20.673112 run                             mass: MS start registered  {at=18442666.37642163, delay=0.012994658201932907, ms=00071}
22:49:21.089472 run                osmo-ms-mob/00072: Starting mobile
22:49:21.108745 run       osmo-ms-mob/00072(pid=206): Launched
22:49:21.131277 run                             mass: MS start registered  {at=18442666.83458491, delay=0.010332133620977402, ms=00072}
22:49:21.330852 run                             mass: MS performed LU  {at=18442667.034166656, lu_delay=6.54331686720252, ms=00054}
22:49:21.490693 run                osmo-ms-mob/00073: Starting mobile
22:49:21.509387 run       osmo-ms-mob/00073(pid=207): Launched
22:49:21.517693 run                             mass: MS performed LU  {at=18442667.221046094, lu_delay=3.7910361103713512, ms=00063}
22:49:21.526104 run                             mass: MS performed LU  {at=18442667.22946371, lu_delay=5.396912671625614, ms=00058}
22:49:21.534004 run                             mass: MS start registered  {at=18442667.237365406, delay=0.016343742609024048, ms=00073}
22:49:21.889199 run                osmo-ms-mob/00074: Starting mobile
22:49:21.908352 run       osmo-ms-mob/00074(pid=208): Launched
22:49:21.922926 run                             mass: MS start registered  {at=18442667.62616182, delay=0.00534367561340332, ms=00074}
22:49:22.170155 run                             mass: MS performed LU  {at=18442667.873488076, lu_delay=5.278572969138622, ms=00062}
22:49:22.189283 run                             mass: MS performed LU  {at=18442667.892614763, lu_delay=5.537438604980707, ms=00060}
22:49:22.204478 run                osmo-ms-mob/00075: Starting mobile
22:49:22.231896 run       osmo-ms-mob/00075(pid=209): Launched
22:49:22.247337 run                             mass: MS performed LU  {at=18442667.950680617, lu_delay=5.409466482698917, ms=00061}
22:49:22.257001 run                             mass: MS start registered  {at=18442667.96035265, delay=0.00970795750617981, ms=00075}
22:49:22.516447 run                             mass: MS performed LU  {at=18442668.219767094, lu_delay=6.099001303315163, ms=00059}
22:49:22.786256 run                osmo-ms-mob/00076: Starting mobile
22:49:22.803556 run       osmo-ms-mob/00076(pid=210): Launched
22:49:22.823735 run                             mass: MS start registered  {at=18442668.527057365, delay=0.010684534907341003, ms=00076}
22:49:23.191970 run                osmo-ms-mob/00077: Starting mobile
22:49:23.215182 run       osmo-ms-mob/00077(pid=211): Launched
22:49:23.230201 run                             mass: MS start registered  {at=18442668.933540087, delay=0.006136126816272736, ms=00077}
22:49:23.689267 run                osmo-ms-mob/00078: Starting mobile
22:49:23.707529 run       osmo-ms-mob/00078(pid=212): Launched
22:49:23.729214 run                             mass: MS start registered  {at=18442669.432533175, delay=0.012620747089385986, ms=00078}
22:49:24.035080 run                             mass: MS performed LU  {at=18442669.738408964, lu_delay=5.120093710720539, ms=00067}
22:49:24.050661 run                osmo-ms-mob/00079: Starting mobile
22:49:24.069301 run       osmo-ms-mob/00079(pid=213): Launched
22:49:24.085295 run                             mass: MS start registered  {at=18442669.78861812, delay=0.007507506757974625, ms=00079}
22:49:24.096214 run                             mass: MS performed LU  {at=18442669.79956788, lu_delay=5.6252060905098915, ms=00065}
22:49:24.126830 run                             mass: MS performed LU  {at=18442669.830146726, lu_delay=5.999240938574076, ms=00064}
22:49:24.380691 run                             mass: MS performed LU  {at=18442670.084007345, lu_delay=4.848834466189146, ms=00068}
22:49:24.587415 run                osmo-ms-mob/00080: Starting mobile
22:49:24.607794 run       osmo-ms-mob/00080(pid=214): Launched
22:49:24.627987 run                             mass: MS start registered  {at=18442670.331305485, delay=0.0078073665499687195, ms=00080}
22:49:25.087954 run                osmo-ms-mob/00081: Starting mobile
22:49:25.107903 run       osmo-ms-mob/00081(pid=215): Launched
22:49:25.123722 run                             mass: MS start registered  {at=18442670.827061456, delay=3.5431236028671265e-05, ms=00081}
22:49:25.229821 run                             mass: MS performed LU  {at=18442670.93312981, lu_delay=6.604240275919437, ms=00066}
22:49:25.253728 run                             mass: MS performed LU  {at=18442670.957048006, lu_delay=5.293208077549934, ms=00069}
22:49:25.269469 run                             mass: MS performed LU  {at=18442670.972818706, lu_delay=3.735453300178051, ms=00073}
22:49:25.299578 run                osmo-ms-mob/00082: Starting mobile
22:49:25.335187 run       osmo-ms-mob/00082(pid=216): Launched
22:49:25.350736 run                             mass: MS start registered  {at=18442671.054073535, delay=0.002358522266149521, ms=00082}
22:49:25.954990 run                             mass: MS performed LU  {at=18442671.658304997, lu_delay=5.281883366405964, ms=00071}
22:49:25.991730 run                             mass: MS performed LU  {at=18442671.69503602, lu_delay=5.641102217137814, ms=00070}
22:49:26.019142 run                osmo-ms-mob/00083: Starting mobile
22:49:26.052411 run       osmo-ms-mob/00083(pid=217): Launched
22:49:26.067762 run                             mass: MS performed LU  {at=18442671.771104354, lu_delay=4.9365194439888, ms=00072}
22:49:26.077669 run                             mass: MS start registered  {at=18442671.781029403, delay=0.009962137788534164, ms=00083}
22:49:26.592987 run                osmo-ms-mob/00084: Starting mobile
22:49:26.626729 run       osmo-ms-mob/00084(pid=218): Launched
22:49:26.642734 run                             mass: MS start registered  {at=18442672.346073136, delay=0.0002820901572704315, ms=00084}
22:49:27.088493 run                osmo-ms-mob/00085: Starting mobile
22:49:27.122316 run       osmo-ms-mob/00085(pid=219): Launched
22:49:27.139309 run                             mass: MS start registered  {at=18442672.842615698, delay=0.008182357996702194, ms=00085}
22:49:27.691441 run                osmo-ms-mob/00086: Starting mobile
22:49:27.724672 run       osmo-ms-mob/00086(pid=220): Launched
22:49:27.742293 run                             mass: MS start registered  {at=18442673.445630208, delay=0.0015811696648597717, ms=00086}
22:49:27.901760 run                             mass: MS performed LU  {at=18442673.60503869, lu_delay=5.978876870125532, ms=00074}
22:49:27.966621 run                             mass: MS performed LU  {at=18442673.669942256, lu_delay=5.70958960428834, ms=00075}
22:49:28.036446 run                             mass: MS performed LU  {at=18442673.739754777, lu_delay=4.806214690208435, ms=00077}
22:49:28.091405 run                             mass: MS performed LU  {at=18442673.794717863, lu_delay=5.26766049861908, ms=00076}
22:49:28.115177 run                osmo-ms-mob/00087: Starting mobile
22:49:28.137579 run       osmo-ms-mob/00087(pid=221): Launched
22:49:28.152008 run                             mass: MS start registered  {at=18442673.85532375, delay=0.006067954003810883, ms=00087}
22:49:28.886481 run                osmo-ms-mob/00088: Starting mobile
22:49:28.902293 run       osmo-ms-mob/00088(pid=222): Launched
22:49:28.917611 run                             mass: MS start registered  {at=18442674.620930564, delay=0.007293429225683212, ms=00088}
22:49:29.485872 run                osmo-ms-mob/00089: Starting mobile
22:49:29.501520 run       osmo-ms-mob/00089(pid=223): Launched
22:49:29.515840 run                             mass: MS start registered  {at=18442675.21917846, delay=0.006262004375457764, ms=00089}
22:49:29.702361 run                             mass: MS performed LU  {at=18442675.40568727, lu_delay=5.617069147527218, ms=00079}
22:49:29.720805 run                             mass: MS performed LU  {at=18442675.4241286, lu_delay=4.370055064558983, ms=00082}
22:49:29.831837 run                             mass: MS performed LU  {at=18442675.53516019, lu_delay=5.203854706138372, ms=00080}
22:49:29.993577 run                             mass: MS performed LU  {at=18442675.69691056, lu_delay=4.869849104434252, ms=00081}
22:49:30.007932 run                osmo-ms-mob/00090: Starting mobile
22:49:30.025395 run       osmo-ms-mob/00090(pid=224): Launched
22:49:30.033466 run                             mass: MS performed LU  {at=18442675.736821063, lu_delay=6.304287888109684, ms=00078}
22:49:30.041308 run                             mass: MS start registered  {at=18442675.744670905, delay=0.007873162627220154, ms=00090}
22:49:30.786592 run                osmo-ms-mob/00091: Starting mobile
22:49:30.804257 run       osmo-ms-mob/00091(pid=225): Launched
22:49:30.817704 run                             mass: MS start registered  {at=18442676.52105198, delay=0.005402311682701111, ms=00091}
22:49:31.485224 run                osmo-ms-mob/00092: Starting mobile
22:49:31.500238 run       osmo-ms-mob/00092(pid=226): Launched
22:49:31.512691 run                             mass: MS start registered  {at=18442677.21604051, delay=0.005488041788339615, ms=00092}
22:49:31.668552 run                             mass: MS performed LU  {at=18442677.371863116, lu_delay=5.590833712369204, ms=00083}
22:49:31.686613 run                             mass: MS performed LU  {at=18442677.389952548, lu_delay=5.04387941211462, ms=00084}
22:49:32.202890 run                             mass: MS performed LU  {at=18442677.906188987, lu_delay=5.0635732896626, ms=00085}
22:49:32.218609 run                osmo-ms-mob/00093: Starting mobile
22:49:32.234564 run       osmo-ms-mob/00093(pid=227): Launched
22:49:32.247842 run                             mass: MS start registered  {at=18442677.951188944, delay=0.005627382546663284, ms=00093}
22:49:33.273748 run                osmo-ms-mob/00094: Starting mobile
22:49:33.287499 run       osmo-ms-mob/00094(pid=228): Launched
22:49:33.296638 run                             mass: Starting too slowly. Moving on {now=18442679.000003763, sleep=-0.017494671046733856, target=18442678.98250909}
22:49:33.303109 run                             mass: MS start registered  {at=18442679.006466486, delay=0.006468676030635834, ms=00094}
22:49:33.448941 run                             mass: MS performed LU  {at=18442679.152248, lu_delay=5.296924248337746, ms=00087}
22:49:33.597574 run                             mass: MS performed LU  {at=18442679.300903864, lu_delay=5.8552736565470695, ms=00086}
22:49:34.088367 run                osmo-ms-mob/00095: Starting mobile
22:49:34.104483 run       osmo-ms-mob/00095(pid=229): Launched
22:49:34.118011 run                             mass: MS start registered  {at=18442679.821346853, delay=0.006079979240894318, ms=00095}
22:49:36.339124 run                osmo-ms-mob/00096: Starting mobile
22:49:36.367353 run       osmo-ms-mob/00096(pid=230): Launched
22:49:36.381262 run                             mass: Starting too slowly. Moving on {now=18442682.084623445, sleep=-1.202114325016737, target=18442680.88250912}
22:49:36.394074 run                             mass: MS start registered  {at=18442682.097416956, delay=0.012797664850950241, ms=00096}
22:49:36.406524 run                             mass: Starting too slowly. Moving on {now=18442682.10988768, sleep=-1.1273785568773746, target=18442680.98250912}
22:49:36.418613 run                             mass: Starting too slowly. Moving on {now=18442682.12197647, sleep=-1.0394673459231853, target=18442681.082509123}
22:49:36.431402 run                             mass: Starting too slowly. Moving on {now=18442682.13476761, sleep=-0.9522584863007069, target=18442681.182509124}
22:49:36.444657 run                             mass: Starting too slowly. Moving on {now=18442682.148018412, sleep=-0.8655092865228653, target=18442681.282509126}
22:49:36.458756 run                             mass: Starting too slowly. Moving on {now=18442682.162117213, sleep=-0.7796080857515335, target=18442681.382509127}
22:49:36.475430 run                             mass: Starting too slowly. Moving on {now=18442682.178790484, sleep=-0.6962813548743725, target=18442681.48250913}
22:49:36.491788 run                             mass: Starting too slowly. Moving on {now=18442682.19514905, sleep=-0.612639918923378, target=18442681.58250913}
22:49:36.508414 run                             mass: Starting too slowly. Moving on {now=18442682.211776838, sleep=-0.529267705976963, target=18442681.68250913}
22:49:36.525318 run                             mass: Starting too slowly. Moving on {now=18442682.228680074, sleep=-0.44617094099521637, target=18442681.782509133}
22:49:36.541591 run                             mass: Starting too slowly. Moving on {now=18442682.244952574, sleep=-0.3624434396624565, target=18442681.882509135}
22:49:36.572190 run                osmo-ms-mob/00097: Starting mobile
22:49:36.612461 run       osmo-ms-mob/00097(pid=231): Launched
22:49:36.631166 run                             mass: Starting too slowly. Moving on {now=18442682.334520593, sleep=-0.35201145708560944, target=18442681.982509136}
22:49:36.647767 run                             mass: MS start registered  {at=18442682.351107173, delay=0.016592182219028473, ms=00097}
22:49:36.664783 run                             mass: Starting too slowly. Moving on {now=18442682.368143458, sleep=-0.2856343202292919, target=18442682.082509138}
22:49:36.680550 run                             mass: Starting too slowly. Moving on {now=18442682.38391079, sleep=-0.20140165090560913, target=18442682.18250914}
22:49:36.696409 run                             mass: Starting too slowly. Moving on {now=18442682.39976948, sleep=-0.11726034060120583, target=18442682.28250914}
22:49:36.712074 run                             mass: Starting too slowly. Moving on {now=18442682.415434904, sleep=-0.03292576223611832, target=18442682.382509142}
22:49:37.146418 run                             mass: MS performed LU  {at=18442682.849724725, lu_delay=7.105053819715977, ms=00090}
22:49:37.317129 run                             mass: MS performed LU  {at=18442683.0204319, lu_delay=6.49937991797924, ms=00091}
22:49:37.335197 run                             mass: MS performed LU  {at=18442683.03852882, lu_delay=7.819350358098745, ms=00089}
22:49:37.368147 run                osmo-ms-mob/00098: Starting mobile
22:49:37.408865 run       osmo-ms-mob/00098(pid=232): Launched
22:49:37.427471 run                             mass: MS start registered  {at=18442683.13080615, delay=3.9927661418914795e-05, ms=00098}
22:49:37.686368 run                             mass: MS performed LU  {at=18442683.3896813, lu_delay=5.438492354005575, ms=00093}
22:49:37.834103 run                             mass: MS performed LU  {at=18442683.537414543, lu_delay=6.321374032646418, ms=00092}
22:49:38.428678 run                             mass: MS performed LU  {at=18442684.131968465, lu_delay=24.20720860362053, ms=00052}
22:49:39.154551 run                             mass: MS performed LU  {at=18442684.85788603, lu_delay=5.851419545710087, ms=00094}
22:49:39.172017 run                             mass: MS performed LU  {at=18442684.875358652, lu_delay=5.054011799395084, ms=00095}
22:49:39.185517 run                osmo-ms-mob/00099: Starting mobile
22:49:39.201826 run       osmo-ms-mob/00099(pid=233): Launched
22:49:39.209417 run                             mass: All started... {duration=55.63027707114816, too_slow=18}
22:49:39.216549 run                             mass: MS start registered  {at=18442684.91990642, delay=0.007124118506908417, ms=00099}
22:49:41.082695 run                             mass: MS performed LU  {at=18442686.786013085, lu_delay=4.688596129417419, ms=00096}
22:49:41.572236 run                             mass: MS performed LU  {at=18442687.275569096, lu_delay=4.9244619235396385, ms=00097}
22:49:43.012000 run                             mass: MS performed LU  {at=18442688.715314925, lu_delay=5.584508772939444, ms=00098}
22:49:44.848420 run                             mass: MS performed LU  {at=18442690.5517514, lu_delay=5.631844982504845, ms=00099}
22:49:50.497603 run                             mass: MS performed LU  {at=18442696.200936623, lu_delay=21.580006059259176, ms=00088}
22:49:50.504914 run                             mass: Tests done {all_completed=True, max=24.20720860362053, min=3.735453300178051}
22:49:50.511505 tst         register_default_mass.py: Test passed (92.6 sec)
22:49:50.517990 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminating (SIGTERM)
22:49:50.522142 run      osmo-hlr_127.0.42.2(pid=22): Terminating (SIGTERM)
22:49:50.526132 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminating (SIGTERM)
22:49:50.530188 run      osmo-stp_127.0.42.5(pid=24): Terminating (SIGTERM)
22:49:50.534194 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminating (SIGTERM)
22:49:50.538199 run      osmo-msc_127.0.42.6(pid=26): Terminating (SIGTERM)
22:49:50.542286 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminating (SIGTERM)
22:49:50.546384 run      osmo-mgw_127.0.42.3(pid=28): Terminating (SIGTERM)
22:49:50.550388 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminating (SIGTERM)
22:49:50.554349 run      osmo-mgw_127.0.42.4(pid=30): Terminating (SIGTERM)
22:49:50.558340 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminating (SIGTERM)
22:49:50.562411 run      osmo-bsc_127.0.42.7(pid=32): Terminating (SIGTERM)
22:49:50.566618 run         osmo-bts-virtual(pid=33): Terminating (SIGTERM)
22:49:50.570830 run   osmo-ms-virt-phy/00000(pid=34): Terminating (SIGTERM)
22:49:50.575062 run   osmo-ms-virt-phy/00001(pid=35): Terminating (SIGTERM)
22:49:50.579359 run   osmo-ms-virt-phy/00002(pid=36): Terminating (SIGTERM)
22:49:50.583845 run   osmo-ms-virt-phy/00003(pid=37): Terminating (SIGTERM)
22:49:50.588379 run   osmo-ms-virt-phy/00004(pid=38): Terminating (SIGTERM)
22:49:50.592998 run   osmo-ms-virt-phy/00005(pid=39): Terminating (SIGTERM)
22:49:50.597621 run   osmo-ms-virt-phy/00006(pid=40): Terminating (SIGTERM)
22:49:50.602233 run   osmo-ms-virt-phy/00007(pid=41): Terminating (SIGTERM)
22:49:50.606851 run   osmo-ms-virt-phy/00008(pid=42): Terminating (SIGTERM)
22:49:50.611470 run   osmo-ms-virt-phy/00009(pid=43): Terminating (SIGTERM)
22:49:50.616215 run   osmo-ms-virt-phy/00010(pid=44): Terminating (SIGTERM)
22:49:50.620869 run   osmo-ms-virt-phy/00011(pid=45): Terminating (SIGTERM)
22:49:50.625511 run   osmo-ms-virt-phy/00012(pid=46): Terminating (SIGTERM)
22:49:50.630115 run   osmo-ms-virt-phy/00013(pid=47): Terminating (SIGTERM)
22:49:50.634664 run   osmo-ms-virt-phy/00014(pid=48): Terminating (SIGTERM)
22:49:50.639204 run   osmo-ms-virt-phy/00015(pid=49): Terminating (SIGTERM)
22:49:50.644378 run   osmo-ms-virt-phy/00016(pid=50): Terminating (SIGTERM)
22:49:50.648834 run   osmo-ms-virt-phy/00017(pid=51): Terminating (SIGTERM)
22:49:50.653307 run   osmo-ms-virt-phy/00018(pid=52): Terminating (SIGTERM)
22:49:50.657751 run   osmo-ms-virt-phy/00019(pid=53): Terminating (SIGTERM)
22:49:50.662628 run   osmo-ms-virt-phy/00020(pid=54): Terminating (SIGTERM)
22:49:50.667082 run   osmo-ms-virt-phy/00021(pid=55): Terminating (SIGTERM)
22:49:50.671556 run   osmo-ms-virt-phy/00022(pid=56): Terminating (SIGTERM)
22:49:50.676022 run   osmo-ms-virt-phy/00023(pid=57): Terminating (SIGTERM)
22:49:50.680444 run   osmo-ms-virt-phy/00024(pid=58): Terminating (SIGTERM)
22:49:50.684911 run   osmo-ms-virt-phy/00025(pid=59): Terminating (SIGTERM)
22:49:50.690736 run   osmo-ms-virt-phy/00026(pid=60): Terminating (SIGTERM)
22:49:50.695412 run   osmo-ms-virt-phy/00027(pid=61): Terminating (SIGTERM)
22:49:50.699845 run   osmo-ms-virt-phy/00028(pid=62): Terminating (SIGTERM)
22:49:50.704422 run   osmo-ms-virt-phy/00029(pid=63): Terminating (SIGTERM)
22:49:50.708954 run   osmo-ms-virt-phy/00030(pid=64): Terminating (SIGTERM)
22:49:50.713399 run   osmo-ms-virt-phy/00031(pid=65): Terminating (SIGTERM)
22:49:50.717865 run   osmo-ms-virt-phy/00032(pid=66): Terminating (SIGTERM)
22:49:50.722626 run   osmo-ms-virt-phy/00033(pid=67): Terminating (SIGTERM)
22:49:50.727112 run   osmo-ms-virt-phy/00034(pid=68): Terminating (SIGTERM)
22:49:50.731555 run   osmo-ms-virt-phy/00035(pid=69): Terminating (SIGTERM)
22:49:50.736205 run   osmo-ms-virt-phy/00036(pid=70): Terminating (SIGTERM)
22:49:50.740668 run   osmo-ms-virt-phy/00037(pid=71): Terminating (SIGTERM)
22:49:50.745094 run   osmo-ms-virt-phy/00038(pid=72): Terminating (SIGTERM)
22:49:50.749519 run   osmo-ms-virt-phy/00039(pid=73): Terminating (SIGTERM)
22:49:50.753949 run   osmo-ms-virt-phy/00040(pid=74): Terminating (SIGTERM)
22:49:50.758369 run   osmo-ms-virt-phy/00041(pid=75): Terminating (SIGTERM)
22:49:50.762745 run   osmo-ms-virt-phy/00042(pid=76): Terminating (SIGTERM)
22:49:50.767166 run   osmo-ms-virt-phy/00043(pid=77): Terminating (SIGTERM)
22:49:50.771574 run   osmo-ms-virt-phy/00044(pid=78): Terminating (SIGTERM)
22:49:50.776007 run   osmo-ms-virt-phy/00045(pid=79): Terminating (SIGTERM)
22:49:50.780424 run   osmo-ms-virt-phy/00046(pid=80): Terminating (SIGTERM)
22:49:50.784847 run   osmo-ms-virt-phy/00047(pid=81): Terminating (SIGTERM)
22:49:50.789284 run   osmo-ms-virt-phy/00048(pid=82): Terminating (SIGTERM)
22:49:50.793684 run   osmo-ms-virt-phy/00049(pid=83): Terminating (SIGTERM)
22:49:50.798538 run   osmo-ms-virt-phy/00050(pid=84): Terminating (SIGTERM)
22:49:50.803280 run   osmo-ms-virt-phy/00051(pid=85): Terminating (SIGTERM)
22:49:50.808149 run   osmo-ms-virt-phy/00052(pid=86): Terminating (SIGTERM)
22:49:50.812691 run   osmo-ms-virt-phy/00053(pid=87): Terminating (SIGTERM)
22:49:50.817250 run   osmo-ms-virt-phy/00054(pid=88): Terminating (SIGTERM)
22:49:50.821803 run   osmo-ms-virt-phy/00055(pid=89): Terminating (SIGTERM)
22:49:50.826315 run   osmo-ms-virt-phy/00056(pid=90): Terminating (SIGTERM)
22:49:50.830867 run   osmo-ms-virt-phy/00057(pid=91): Terminating (SIGTERM)
22:49:50.835465 run   osmo-ms-virt-phy/00058(pid=92): Terminating (SIGTERM)
22:49:50.841141 run   osmo-ms-virt-phy/00059(pid=93): Terminating (SIGTERM)
22:49:50.848042 run   osmo-ms-virt-phy/00060(pid=94): Terminating (SIGTERM)
22:49:50.852898 run   osmo-ms-virt-phy/00061(pid=95): Terminating (SIGTERM)
22:49:50.857474 run   osmo-ms-virt-phy/00062(pid=96): Terminating (SIGTERM)
22:49:50.862002 run   osmo-ms-virt-phy/00063(pid=97): Terminating (SIGTERM)
22:49:50.866434 run   osmo-ms-virt-phy/00064(pid=98): Terminating (SIGTERM)
22:49:50.871018 run   osmo-ms-virt-phy/00065(pid=99): Terminating (SIGTERM)
22:49:50.876243 run  osmo-ms-virt-phy/00066(pid=100): Terminating (SIGTERM)
22:49:50.881345 run  osmo-ms-virt-phy/00067(pid=101): Terminating (SIGTERM)
22:49:50.886121 run  osmo-ms-virt-phy/00068(pid=102): Terminating (SIGTERM)
22:49:50.890931 run  osmo-ms-virt-phy/00069(pid=103): Terminating (SIGTERM)
22:49:50.895774 run  osmo-ms-virt-phy/00070(pid=104): Terminating (SIGTERM)
22:49:50.900500 run  osmo-ms-virt-phy/00071(pid=105): Terminating (SIGTERM)
22:49:50.905213 run  osmo-ms-virt-phy/00072(pid=106): Terminating (SIGTERM)
22:49:50.909931 run  osmo-ms-virt-phy/00073(pid=107): Terminating (SIGTERM)
22:49:50.914613 run  osmo-ms-virt-phy/00074(pid=108): Terminating (SIGTERM)
22:49:50.919313 run  osmo-ms-virt-phy/00075(pid=109): Terminating (SIGTERM)
22:49:50.924004 run  osmo-ms-virt-phy/00076(pid=110): Terminating (SIGTERM)
22:49:50.928575 run  osmo-ms-virt-phy/00077(pid=111): Terminating (SIGTERM)
22:49:50.933149 run  osmo-ms-virt-phy/00078(pid=112): Terminating (SIGTERM)
22:49:50.937737 run  osmo-ms-virt-phy/00079(pid=113): Terminating (SIGTERM)
22:49:50.942380 run  osmo-ms-virt-phy/00080(pid=114): Terminating (SIGTERM)
22:49:50.946933 run  osmo-ms-virt-phy/00081(pid=115): Terminating (SIGTERM)
22:49:50.951515 run  osmo-ms-virt-phy/00082(pid=116): Terminating (SIGTERM)
22:49:50.956077 run  osmo-ms-virt-phy/00083(pid=117): Terminating (SIGTERM)
22:49:50.960690 run  osmo-ms-virt-phy/00084(pid=118): Terminating (SIGTERM)
22:49:50.965294 run  osmo-ms-virt-phy/00085(pid=119): Terminating (SIGTERM)
22:49:50.969935 run  osmo-ms-virt-phy/00086(pid=120): Terminating (SIGTERM)
22:49:50.974992 run  osmo-ms-virt-phy/00087(pid=121): Terminating (SIGTERM)
22:49:50.979471 run  osmo-ms-virt-phy/00088(pid=122): Terminating (SIGTERM)
22:49:50.983944 run  osmo-ms-virt-phy/00089(pid=123): Terminating (SIGTERM)
22:49:50.988483 run  osmo-ms-virt-phy/00090(pid=124): Terminating (SIGTERM)
22:49:50.993061 run  osmo-ms-virt-phy/00091(pid=125): Terminating (SIGTERM)
22:49:50.997612 run  osmo-ms-virt-phy/00092(pid=126): Terminating (SIGTERM)
22:49:51.002162 run  osmo-ms-virt-phy/00093(pid=127): Terminating (SIGTERM)
22:49:51.006733 run  osmo-ms-virt-phy/00094(pid=128): Terminating (SIGTERM)
22:49:51.011359 run  osmo-ms-virt-phy/00095(pid=129): Terminating (SIGTERM)
22:49:51.015923 run  osmo-ms-virt-phy/00096(pid=130): Terminating (SIGTERM)
22:49:51.020483 run  osmo-ms-virt-phy/00097(pid=131): Terminating (SIGTERM)
22:49:51.025062 run  osmo-ms-virt-phy/00098(pid=132): Terminating (SIGTERM)
22:49:51.029619 run  osmo-ms-virt-phy/00099(pid=133): Terminating (SIGTERM)
22:49:51.034168 run       osmo-ms-mob/00000(pid=134): Terminating (SIGTERM)
22:49:51.038744 run       osmo-ms-mob/00001(pid=135): Terminating (SIGTERM)
22:49:51.043316 run       osmo-ms-mob/00002(pid=136): Terminating (SIGTERM)
22:49:51.047834 run       osmo-ms-mob/00003(pid=137): Terminating (SIGTERM)
22:49:51.052150 run       osmo-ms-mob/00004(pid=138): Terminating (SIGTERM)
22:49:51.056276 run       osmo-ms-mob/00005(pid=139): Terminating (SIGTERM)
22:49:51.060300 run       osmo-ms-mob/00006(pid=140): Terminating (SIGTERM)
22:49:51.064236 run       osmo-ms-mob/00007(pid=141): Terminating (SIGTERM)
22:49:51.068077 run       osmo-ms-mob/00008(pid=142): Terminating (SIGTERM)
22:49:51.071927 run       osmo-ms-mob/00009(pid=143): Terminating (SIGTERM)
22:49:51.075788 run       osmo-ms-mob/00010(pid=144): Terminating (SIGTERM)
22:49:51.079674 run       osmo-ms-mob/00011(pid=145): Terminating (SIGTERM)
22:49:51.083699 run       osmo-ms-mob/00012(pid=146): Terminating (SIGTERM)
22:49:51.087680 run       osmo-ms-mob/00013(pid=147): Terminating (SIGTERM)
22:49:51.091609 run       osmo-ms-mob/00014(pid=148): Terminating (SIGTERM)
22:49:51.095525 run       osmo-ms-mob/00015(pid=149): Terminating (SIGTERM)
22:49:51.099518 run       osmo-ms-mob/00016(pid=150): Terminating (SIGTERM)
22:49:51.103496 run       osmo-ms-mob/00017(pid=151): Terminating (SIGTERM)
22:49:51.107323 run       osmo-ms-mob/00018(pid=152): Terminating (SIGTERM)
22:49:51.111141 run       osmo-ms-mob/00019(pid=153): Terminating (SIGTERM)
22:49:51.115059 run       osmo-ms-mob/00020(pid=154): Terminating (SIGTERM)
22:49:51.118907 run       osmo-ms-mob/00021(pid=155): Terminating (SIGTERM)
22:49:51.122749 run       osmo-ms-mob/00022(pid=156): Terminating (SIGTERM)
22:49:51.126584 run       osmo-ms-mob/00023(pid=157): Terminating (SIGTERM)
22:49:51.130433 run       osmo-ms-mob/00024(pid=158): Terminating (SIGTERM)
22:49:51.134360 run       osmo-ms-mob/00025(pid=159): Terminating (SIGTERM)
22:49:51.138257 run       osmo-ms-mob/00026(pid=160): Terminating (SIGTERM)
22:49:51.142236 run       osmo-ms-mob/00027(pid=161): Terminating (SIGTERM)
22:49:51.146282 run       osmo-ms-mob/00028(pid=162): Terminating (SIGTERM)
22:49:51.150290 run       osmo-ms-mob/00029(pid=163): Terminating (SIGTERM)
22:49:51.154237 run       osmo-ms-mob/00030(pid=164): Terminating (SIGTERM)
22:49:51.158181 run       osmo-ms-mob/00031(pid=165): Terminating (SIGTERM)
22:49:51.162119 run       osmo-ms-mob/00032(pid=166): Terminating (SIGTERM)
22:49:51.166071 run       osmo-ms-mob/00033(pid=167): Terminating (SIGTERM)
22:49:51.170038 run       osmo-ms-mob/00034(pid=168): Terminating (SIGTERM)
22:49:51.173969 run       osmo-ms-mob/00035(pid=169): Terminating (SIGTERM)
22:49:51.177929 run       osmo-ms-mob/00036(pid=170): Terminating (SIGTERM)
22:49:51.181870 run       osmo-ms-mob/00037(pid=171): Terminating (SIGTERM)
22:49:51.185806 run       osmo-ms-mob/00038(pid=172): Terminating (SIGTERM)
22:49:51.189711 run       osmo-ms-mob/00039(pid=173): Terminating (SIGTERM)
22:49:51.193595 run       osmo-ms-mob/00040(pid=174): Terminating (SIGTERM)
22:49:51.197510 run       osmo-ms-mob/00041(pid=175): Terminating (SIGTERM)
22:49:51.201454 run       osmo-ms-mob/00042(pid=176): Terminating (SIGTERM)
22:49:51.205329 run       osmo-ms-mob/00043(pid=177): Terminating (SIGTERM)
22:49:51.209328 run       osmo-ms-mob/00044(pid=178): Terminating (SIGTERM)
22:49:51.213226 run       osmo-ms-mob/00045(pid=179): Terminating (SIGTERM)
22:49:51.217054 run       osmo-ms-mob/00046(pid=180): Terminating (SIGTERM)
22:49:51.220962 run       osmo-ms-mob/00047(pid=181): Terminating (SIGTERM)
22:49:51.224804 run       osmo-ms-mob/00048(pid=182): Terminating (SIGTERM)
22:49:51.228637 run       osmo-ms-mob/00049(pid=183): Terminating (SIGTERM)
22:49:51.232493 run       osmo-ms-mob/00050(pid=184): Terminating (SIGTERM)
22:49:51.236414 run       osmo-ms-mob/00051(pid=185): Terminating (SIGTERM)
22:49:51.240355 run       osmo-ms-mob/00052(pid=186): Terminating (SIGTERM)
22:49:51.244313 run       osmo-ms-mob/00053(pid=187): Terminating (SIGTERM)
22:49:51.248221 run       osmo-ms-mob/00054(pid=188): Terminating (SIGTERM)
22:49:51.252056 run       osmo-ms-mob/00055(pid=189): Terminating (SIGTERM)
22:49:51.255900 run       osmo-ms-mob/00056(pid=190): Terminating (SIGTERM)
22:49:51.259762 run       osmo-ms-mob/00057(pid=191): Terminating (SIGTERM)
22:49:51.263619 run       osmo-ms-mob/00058(pid=192): Terminating (SIGTERM)
22:49:51.267462 run       osmo-ms-mob/00059(pid=193): Terminating (SIGTERM)
22:49:51.271265 run       osmo-ms-mob/00060(pid=194): Terminating (SIGTERM)
22:49:51.275016 run       osmo-ms-mob/00061(pid=195): Terminating (SIGTERM)
22:49:51.278841 run       osmo-ms-mob/00062(pid=196): Terminating (SIGTERM)
22:49:51.282774 run       osmo-ms-mob/00063(pid=197): Terminating (SIGTERM)
22:49:51.286719 run       osmo-ms-mob/00064(pid=198): Terminating (SIGTERM)
22:49:51.290741 run       osmo-ms-mob/00065(pid=199): Terminating (SIGTERM)
22:49:51.294866 run       osmo-ms-mob/00066(pid=200): Terminating (SIGTERM)
22:49:51.298987 run       osmo-ms-mob/00067(pid=201): Terminating (SIGTERM)
22:49:51.303096 run       osmo-ms-mob/00068(pid=202): Terminating (SIGTERM)
22:49:51.307153 run       osmo-ms-mob/00069(pid=203): Terminating (SIGTERM)
22:49:51.311188 run       osmo-ms-mob/00070(pid=204): Terminating (SIGTERM)
22:49:51.315142 run       osmo-ms-mob/00071(pid=205): Terminating (SIGTERM)
22:49:51.319079 run       osmo-ms-mob/00072(pid=206): Terminating (SIGTERM)
22:49:51.322917 run       osmo-ms-mob/00073(pid=207): Terminating (SIGTERM)
22:49:51.326768 run       osmo-ms-mob/00074(pid=208): Terminating (SIGTERM)
22:49:51.330607 run       osmo-ms-mob/00075(pid=209): Terminating (SIGTERM)
22:49:51.334389 run       osmo-ms-mob/00076(pid=210): Terminating (SIGTERM)
22:49:51.338153 run       osmo-ms-mob/00077(pid=211): Terminating (SIGTERM)
22:49:51.341898 run       osmo-ms-mob/00078(pid=212): Terminating (SIGTERM)
22:49:51.345655 run       osmo-ms-mob/00079(pid=213): Terminating (SIGTERM)
22:49:51.349405 run       osmo-ms-mob/00080(pid=214): Terminating (SIGTERM)
22:49:51.353051 run       osmo-ms-mob/00081(pid=215): Terminating (SIGTERM)
22:49:51.356717 run       osmo-ms-mob/00082(pid=216): Terminating (SIGTERM)
22:49:51.360402 run       osmo-ms-mob/00083(pid=217): Terminating (SIGTERM)
22:49:51.364077 run       osmo-ms-mob/00084(pid=218): Terminating (SIGTERM)
22:49:51.367741 run       osmo-ms-mob/00085(pid=219): Terminating (SIGTERM)
22:49:51.371401 run       osmo-ms-mob/00086(pid=220): Terminating (SIGTERM)
22:49:51.375054 run       osmo-ms-mob/00087(pid=221): Terminating (SIGTERM)
22:49:51.378712 run       osmo-ms-mob/00088(pid=222): Terminating (SIGTERM)
22:49:51.382401 run       osmo-ms-mob/00089(pid=223): Terminating (SIGTERM)
22:49:51.386131 run       osmo-ms-mob/00090(pid=224): Terminating (SIGTERM)
22:49:51.389747 run       osmo-ms-mob/00091(pid=225): Terminating (SIGTERM)
22:49:51.393375 run       osmo-ms-mob/00092(pid=226): Terminating (SIGTERM)
22:49:51.396951 run       osmo-ms-mob/00093(pid=227): Terminating (SIGTERM)
22:49:51.400550 run       osmo-ms-mob/00094(pid=228): Terminating (SIGTERM)
22:49:51.404127 run       osmo-ms-mob/00095(pid=229): Terminating (SIGTERM)
22:49:51.407713 run       osmo-ms-mob/00096(pid=230): Terminating (SIGTERM)
22:49:51.411304 run       osmo-ms-mob/00097(pid=231): Terminating (SIGTERM)
22:49:51.414883 run       osmo-ms-mob/00098(pid=232): Terminating (SIGTERM)
22:49:51.418467 run       osmo-ms-mob/00099(pid=233): Terminating (SIGTERM)
22:49:51.422009 ---      ParallelTerminationStrategy: PID 21 died...
22:49:51.423591 run pcap-recorder_any(filters='host 127.0.42.2')(pid=21): Terminated: ok {rc=0}
22:49:51.427585 ---      ParallelTerminationStrategy: PID 22 died...
22:49:51.429192 run      osmo-hlr_127.0.42.2(pid=22): Terminated: ok {rc=0}
22:49:51.433145 ---      ParallelTerminationStrategy: PID 23 died...
22:49:51.434771 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=23): Terminated: ok {rc=0}
22:49:51.438870 ---      ParallelTerminationStrategy: PID 24 died...
22:49:51.440569 run      osmo-stp_127.0.42.5(pid=24): Terminated: ok {rc=0}
22:49:51.444861 ---      ParallelTerminationStrategy: PID 25 died...
22:49:51.446631 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=25): Terminated: ok {rc=0}
22:49:51.451024 ---      ParallelTerminationStrategy: PID 26 died...
22:49:51.452824 run      osmo-msc_127.0.42.6(pid=26): Terminated: ok {rc=0}
22:49:51.457313 ---      ParallelTerminationStrategy: PID 27 died...
22:49:51.459125 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=27): Terminated: ok {rc=0}
22:49:51.463665 ---      ParallelTerminationStrategy: PID 28 died...
22:49:51.465528 run      osmo-mgw_127.0.42.3(pid=28): Terminated {rc=15}
22:49:51.470078 ---      ParallelTerminationStrategy: PID 29 died...
22:49:51.471871 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=29): Terminated: ok {rc=0}
22:49:51.476346 ---      ParallelTerminationStrategy: PID 30 died...
22:49:51.478133 run      osmo-mgw_127.0.42.4(pid=30): Terminated {rc=15}
22:49:51.482509 ---      ParallelTerminationStrategy: PID 31 died...
22:49:51.484242 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=31): Terminated: ok {rc=0}
22:49:51.488651 ---      ParallelTerminationStrategy: PID 32 died...
22:49:51.490395 run      osmo-bsc_127.0.42.7(pid=32): Terminated: ok {rc=0}
22:49:51.494724 ---      ParallelTerminationStrategy: PID 34 died...
22:49:51.496471 run   osmo-ms-virt-phy/00000(pid=34): Terminated: ok {rc=0}
22:49:51.500696 ---      ParallelTerminationStrategy: PID 35 died...
22:49:51.502398 run   osmo-ms-virt-phy/00001(pid=35): Terminated: ok {rc=0}
22:49:51.506605 ---      ParallelTerminationStrategy: PID 36 died...
22:49:51.508314 run   osmo-ms-virt-phy/00002(pid=36): Terminated: ok {rc=0}
22:49:51.512528 ---      ParallelTerminationStrategy: PID 37 died...
22:49:51.514237 run   osmo-ms-virt-phy/00003(pid=37): Terminated: ok {rc=0}
22:49:51.518417 ---      ParallelTerminationStrategy: PID 38 died...
22:49:51.520129 run   osmo-ms-virt-phy/00004(pid=38): Terminated: ok {rc=0}
22:49:51.524341 ---      ParallelTerminationStrategy: PID 39 died...
22:49:51.526115 run   osmo-ms-virt-phy/00005(pid=39): Terminated: ok {rc=0}
22:49:51.530433 ---      ParallelTerminationStrategy: PID 40 died...
22:49:51.532203 run   osmo-ms-virt-phy/00006(pid=40): Terminated: ok {rc=0}
22:49:51.536587 ---      ParallelTerminationStrategy: PID 41 died...
22:49:51.538335 run   osmo-ms-virt-phy/00007(pid=41): Terminated: ok {rc=0}
22:49:51.542774 ---      ParallelTerminationStrategy: PID 42 died...
22:49:51.544604 run   osmo-ms-virt-phy/00008(pid=42): Terminated: ok {rc=0}
22:49:51.549130 ---      ParallelTerminationStrategy: PID 43 died...
22:49:51.550976 run   osmo-ms-virt-phy/00009(pid=43): Terminated: ok {rc=0}
22:49:51.555514 ---      ParallelTerminationStrategy: PID 44 died...
22:49:51.557352 run   osmo-ms-virt-phy/00010(pid=44): Terminated: ok {rc=0}
22:49:51.561923 ---      ParallelTerminationStrategy: PID 45 died...
22:49:51.563782 run   osmo-ms-virt-phy/00011(pid=45): Terminated: ok {rc=0}
22:49:51.568319 ---      ParallelTerminationStrategy: PID 46 died...
22:49:51.570155 run   osmo-ms-virt-phy/00012(pid=46): Terminated: ok {rc=0}
22:49:51.574694 ---      ParallelTerminationStrategy: PID 47 died...
22:49:51.576541 run   osmo-ms-virt-phy/00013(pid=47): Terminated: ok {rc=0}
22:49:51.581077 ---      ParallelTerminationStrategy: PID 48 died...
22:49:51.582866 run   osmo-ms-virt-phy/00014(pid=48): Terminated: ok {rc=0}
22:49:51.587542 ---      ParallelTerminationStrategy: PID 49 died...
22:49:51.589402 run   osmo-ms-virt-phy/00015(pid=49): Terminated: ok {rc=0}
22:49:51.593963 ---      ParallelTerminationStrategy: PID 50 died...
22:49:51.595816 run   osmo-ms-virt-phy/00016(pid=50): Terminated: ok {rc=0}
22:49:51.600385 ---      ParallelTerminationStrategy: PID 51 died...
22:49:51.602282 run   osmo-ms-virt-phy/00017(pid=51): Terminated: ok {rc=0}
22:49:51.606850 ---      ParallelTerminationStrategy: PID 52 died...
22:49:51.608716 run   osmo-ms-virt-phy/00018(pid=52): Terminated: ok {rc=0}
22:49:51.613280 ---      ParallelTerminationStrategy: PID 53 died...
22:49:51.615128 run   osmo-ms-virt-phy/00019(pid=53): Terminated: ok {rc=0}
22:49:51.619723 ---      ParallelTerminationStrategy: PID 54 died...
22:49:51.621599 run   osmo-ms-virt-phy/00020(pid=54): Terminated: ok {rc=0}
22:49:51.626121 ---      ParallelTerminationStrategy: PID 55 died...
22:49:51.627973 run   osmo-ms-virt-phy/00021(pid=55): Terminated: ok {rc=0}
22:49:51.632513 ---      ParallelTerminationStrategy: PID 56 died...
22:49:51.634366 run   osmo-ms-virt-phy/00022(pid=56): Terminated: ok {rc=0}
22:49:51.638913 ---      ParallelTerminationStrategy: PID 57 died...
22:49:51.640762 run   osmo-ms-virt-phy/00023(pid=57): Terminated: ok {rc=0}
22:49:51.645301 ---      ParallelTerminationStrategy: PID 58 died...
22:49:51.647145 run   osmo-ms-virt-phy/00024(pid=58): Terminated: ok {rc=0}
22:49:51.651696 ---      ParallelTerminationStrategy: PID 59 died...
22:49:51.653537 run   osmo-ms-virt-phy/00025(pid=59): Terminated: ok {rc=0}
22:49:51.658094 ---      ParallelTerminationStrategy: PID 60 died...
22:49:51.659949 run   osmo-ms-virt-phy/00026(pid=60): Terminated: ok {rc=0}
22:49:51.664489 ---      ParallelTerminationStrategy: PID 61 died...
22:49:51.666365 run   osmo-ms-virt-phy/00027(pid=61): Terminated: ok {rc=0}
22:49:51.670894 ---      ParallelTerminationStrategy: PID 62 died...
22:49:51.672737 run   osmo-ms-virt-phy/00028(pid=62): Terminated: ok {rc=0}
22:49:51.677320 ---      ParallelTerminationStrategy: PID 63 died...
22:49:51.679210 run   osmo-ms-virt-phy/00029(pid=63): Terminated: ok {rc=0}
22:49:51.683810 ---      ParallelTerminationStrategy: PID 64 died...
22:49:51.685677 run   osmo-ms-virt-phy/00030(pid=64): Terminated: ok {rc=0}
22:49:51.690263 ---      ParallelTerminationStrategy: PID 65 died...
22:49:51.692152 run   osmo-ms-virt-phy/00031(pid=65): Terminated: ok {rc=0}
22:49:51.696859 ---      ParallelTerminationStrategy: PID 66 died...
22:49:51.698773 run   osmo-ms-virt-phy/00032(pid=66): Terminated: ok {rc=0}
22:49:51.703577 ---      ParallelTerminationStrategy: PID 67 died...
22:49:51.705513 run   osmo-ms-virt-phy/00033(pid=67): Terminated: ok {rc=0}
22:49:51.710292 ---      ParallelTerminationStrategy: PID 68 died...
22:49:51.712232 run   osmo-ms-virt-phy/00034(pid=68): Terminated: ok {rc=0}
22:49:51.716927 ---      ParallelTerminationStrategy: PID 69 died...
22:49:51.718807 run   osmo-ms-virt-phy/00035(pid=69): Terminated: ok {rc=0}
22:49:51.723466 ---      ParallelTerminationStrategy: PID 70 died...
22:49:51.725462 run   osmo-ms-virt-phy/00036(pid=70): Terminated: ok {rc=0}
22:49:51.730115 ---      ParallelTerminationStrategy: PID 71 died...
22:49:51.732008 run   osmo-ms-virt-phy/00037(pid=71): Terminated: ok {rc=0}
22:49:51.736696 ---      ParallelTerminationStrategy: PID 72 died...
22:49:51.738587 run   osmo-ms-virt-phy/00038(pid=72): Terminated: ok {rc=0}
22:49:51.743258 ---      ParallelTerminationStrategy: PID 73 died...
22:49:51.745142 run   osmo-ms-virt-phy/00039(pid=73): Terminated: ok {rc=0}
22:49:51.749845 ---      ParallelTerminationStrategy: PID 74 died...
22:49:51.751704 run   osmo-ms-virt-phy/00040(pid=74): Terminated: ok {rc=0}
22:49:51.756345 ---      ParallelTerminationStrategy: PID 75 died...
22:49:51.758194 run   osmo-ms-virt-phy/00041(pid=75): Terminated: ok {rc=0}
22:49:51.762771 ---      ParallelTerminationStrategy: PID 76 died...
22:49:51.764764 run   osmo-ms-virt-phy/00042(pid=76): Terminated: ok {rc=0}
22:49:51.771445 ---      ParallelTerminationStrategy: PID 77 died...
22:49:51.773316 run   osmo-ms-virt-phy/00043(pid=77): Terminated: ok {rc=0}
22:49:51.777886 ---      ParallelTerminationStrategy: PID 78 died...
22:49:51.779778 run   osmo-ms-virt-phy/00044(pid=78): Terminated: ok {rc=0}
22:49:51.784467 ---      ParallelTerminationStrategy: PID 79 died...
22:49:51.786437 run   osmo-ms-virt-phy/00045(pid=79): Terminated: ok {rc=0}
22:49:51.791086 ---      ParallelTerminationStrategy: PID 80 died...
22:49:51.793004 run   osmo-ms-virt-phy/00046(pid=80): Terminated: ok {rc=0}
22:49:51.797670 ---      ParallelTerminationStrategy: PID 81 died...
22:49:51.799579 run   osmo-ms-virt-phy/00047(pid=81): Terminated: ok {rc=0}
22:49:51.804291 ---      ParallelTerminationStrategy: PID 82 died...
22:49:51.806218 run   osmo-ms-virt-phy/00048(pid=82): Terminated: ok {rc=0}
22:49:51.810952 ---      ParallelTerminationStrategy: PID 83 died...
22:49:51.812909 run   osmo-ms-virt-phy/00049(pid=83): Terminated: ok {rc=0}
22:49:51.817666 ---      ParallelTerminationStrategy: PID 84 died...
22:49:51.819576 run   osmo-ms-virt-phy/00050(pid=84): Terminated: ok {rc=0}
22:49:51.997659 ---      ParallelTerminationStrategy: PID 85 died...
22:49:51.999331 run   osmo-ms-virt-phy/00051(pid=85): Terminated: ok {rc=0}
22:49:52.003354 ---      ParallelTerminationStrategy: PID 86 died...
22:49:52.004963 run   osmo-ms-virt-phy/00052(pid=86): Terminated: ok {rc=0}
22:49:52.008941 ---      ParallelTerminationStrategy: PID 87 died...
22:49:52.010551 run   osmo-ms-virt-phy/00053(pid=87): Terminated: ok {rc=0}
22:49:52.014531 ---      ParallelTerminationStrategy: PID 88 died...
22:49:52.016143 run   osmo-ms-virt-phy/00054(pid=88): Terminated: ok {rc=0}
22:49:52.020117 ---      ParallelTerminationStrategy: PID 89 died...
22:49:52.021744 run   osmo-ms-virt-phy/00055(pid=89): Terminated: ok {rc=0}
22:49:52.025583 ---      ParallelTerminationStrategy: PID 90 died...
22:49:52.027112 run   osmo-ms-virt-phy/00056(pid=90): Terminated: ok {rc=0}
22:49:52.031598 ---      ParallelTerminationStrategy: PID 91 died...
22:49:52.033268 run   osmo-ms-virt-phy/00057(pid=91): Terminated: ok {rc=0}
22:49:52.037402 ---      ParallelTerminationStrategy: PID 92 died...
22:49:52.039088 run   osmo-ms-virt-phy/00058(pid=92): Terminated: ok {rc=0}
22:49:52.043235 ---      ParallelTerminationStrategy: PID 93 died...
22:49:52.044911 run   osmo-ms-virt-phy/00059(pid=93): Terminated: ok {rc=0}
22:49:52.049744 ---      ParallelTerminationStrategy: PID 94 died...
22:49:52.051356 run   osmo-ms-virt-phy/00060(pid=94): Terminated: ok {rc=0}
22:49:52.055294 ---      ParallelTerminationStrategy: PID 95 died...
22:49:52.056897 run   osmo-ms-virt-phy/00061(pid=95): Terminated: ok {rc=0}
22:49:52.060831 ---      ParallelTerminationStrategy: PID 96 died...
22:49:52.062405 run   osmo-ms-virt-phy/00062(pid=96): Terminated: ok {rc=0}
22:49:52.066335 ---      ParallelTerminationStrategy: PID 97 died...
22:49:52.067972 run   osmo-ms-virt-phy/00063(pid=97): Terminated: ok {rc=0}
22:49:52.071890 ---      ParallelTerminationStrategy: PID 98 died...
22:49:52.073497 run   osmo-ms-virt-phy/00064(pid=98): Terminated: ok {rc=0}
22:49:52.077502 ---      ParallelTerminationStrategy: PID 99 died...
22:49:52.079118 run   osmo-ms-virt-phy/00065(pid=99): Terminated: ok {rc=0}
22:49:52.083111 ---      ParallelTerminationStrategy: PID 100 died...
22:49:52.084728 run  osmo-ms-virt-phy/00066(pid=100): Terminated: ok {rc=0}
22:49:52.088755 ---      ParallelTerminationStrategy: PID 101 died...
22:49:52.090376 run  osmo-ms-virt-phy/00067(pid=101): Terminated: ok {rc=0}
22:49:52.094404 ---      ParallelTerminationStrategy: PID 102 died...
22:49:52.096024 run  osmo-ms-virt-phy/00068(pid=102): Terminated: ok {rc=0}
22:49:52.100024 ---      ParallelTerminationStrategy: PID 103 died...
22:49:52.101645 run  osmo-ms-virt-phy/00069(pid=103): Terminated: ok {rc=0}
22:49:52.105637 ---      ParallelTerminationStrategy: PID 104 died...
22:49:52.107256 run  osmo-ms-virt-phy/00070(pid=104): Terminated: ok {rc=0}
22:49:52.111266 ---      ParallelTerminationStrategy: PID 105 died...
22:49:52.112884 run  osmo-ms-virt-phy/00071(pid=105): Terminated: ok {rc=0}
22:49:52.116977 ---      ParallelTerminationStrategy: PID 106 died...
22:49:52.118659 run  osmo-ms-virt-phy/00072(pid=106): Terminated: ok {rc=0}
22:49:52.122695 ---      ParallelTerminationStrategy: PID 107 died...
22:49:52.124306 run  osmo-ms-virt-phy/00073(pid=107): Terminated: ok {rc=0}
22:49:52.128351 ---      ParallelTerminationStrategy: PID 108 died...
22:49:52.129985 run  osmo-ms-virt-phy/00074(pid=108): Terminated: ok {rc=0}
22:49:52.134019 ---      ParallelTerminationStrategy: PID 109 died...
22:49:52.135712 run  osmo-ms-virt-phy/00075(pid=109): Terminated: ok {rc=0}
22:49:52.139933 ---      ParallelTerminationStrategy: PID 110 died...
22:49:52.141725 run  osmo-ms-virt-phy/00076(pid=110): Terminated: ok {rc=0}
22:49:52.146133 ---      ParallelTerminationStrategy: PID 111 died...
22:49:52.147928 run  osmo-ms-virt-phy/00077(pid=111): Terminated: ok {rc=0}
22:49:52.152355 ---      ParallelTerminationStrategy: PID 112 died...
22:49:52.154143 run  osmo-ms-virt-phy/00078(pid=112): Terminated: ok {rc=0}
22:49:52.158588 ---      ParallelTerminationStrategy: PID 113 died...
22:49:52.160375 run  osmo-ms-virt-phy/00079(pid=113): Terminated: ok {rc=0}
22:49:52.164813 ---      ParallelTerminationStrategy: PID 114 died...
22:49:52.166594 run  osmo-ms-virt-phy/00080(pid=114): Terminated: ok {rc=0}
22:49:52.171007 ---      ParallelTerminationStrategy: PID 115 died...
22:49:52.172810 run  osmo-ms-virt-phy/00081(pid=115): Terminated: ok {rc=0}
22:49:52.177258 ---      ParallelTerminationStrategy: PID 116 died...
22:49:52.179047 run  osmo-ms-virt-phy/00082(pid=116): Terminated: ok {rc=0}
22:49:52.183464 ---      ParallelTerminationStrategy: PID 117 died...
22:49:52.185254 run  osmo-ms-virt-phy/00083(pid=117): Terminated: ok {rc=0}
22:49:52.189703 ---      ParallelTerminationStrategy: PID 118 died...
22:49:52.191495 run  osmo-ms-virt-phy/00084(pid=118): Terminated: ok {rc=0}
22:49:52.195752 ---      ParallelTerminationStrategy: PID 119 died...
22:49:52.197451 run  osmo-ms-virt-phy/00085(pid=119): Terminated: ok {rc=0}
22:49:52.201650 ---      ParallelTerminationStrategy: PID 120 died...
22:49:52.203359 run  osmo-ms-virt-phy/00086(pid=120): Terminated: ok {rc=0}
22:49:52.207574 ---      ParallelTerminationStrategy: PID 121 died...
22:49:52.209294 run  osmo-ms-virt-phy/00087(pid=121): Terminated: ok {rc=0}
22:49:52.213596 ---      ParallelTerminationStrategy: PID 122 died...
22:49:52.215340 run  osmo-ms-virt-phy/00088(pid=122): Terminated: ok {rc=0}
22:49:52.219632 ---      ParallelTerminationStrategy: PID 123 died...
22:49:52.221355 run  osmo-ms-virt-phy/00089(pid=123): Terminated: ok {rc=0}
22:49:52.225582 ---      ParallelTerminationStrategy: PID 124 died...
22:49:52.227292 run  osmo-ms-virt-phy/00090(pid=124): Terminated: ok {rc=0}
22:49:52.231533 ---      ParallelTerminationStrategy: PID 125 died...
22:49:52.233318 run  osmo-ms-virt-phy/00091(pid=125): Terminated: ok {rc=0}
22:49:52.237735 ---      ParallelTerminationStrategy: PID 126 died...
22:49:52.239524 run  osmo-ms-virt-phy/00092(pid=126): Terminated: ok {rc=0}
22:49:52.243954 ---      ParallelTerminationStrategy: PID 127 died...
22:49:52.245744 run  osmo-ms-virt-phy/00093(pid=127): Terminated: ok {rc=0}
22:49:52.250185 ---      ParallelTerminationStrategy: PID 128 died...
22:49:52.251895 run  osmo-ms-virt-phy/00094(pid=128): Terminated: ok {rc=0}
22:49:52.256156 ---      ParallelTerminationStrategy: PID 129 died...
22:49:52.257915 run  osmo-ms-virt-phy/00095(pid=129): Terminated: ok {rc=0}
22:49:52.262220 ---      ParallelTerminationStrategy: PID 130 died...
22:49:52.263959 run  osmo-ms-virt-phy/00096(pid=130): Terminated: ok {rc=0}
22:49:52.268284 ---      ParallelTerminationStrategy: PID 131 died...
22:49:52.270050 run  osmo-ms-virt-phy/00097(pid=131): Terminated: ok {rc=0}
22:49:52.274361 ---      ParallelTerminationStrategy: PID 132 died...
22:49:52.276127 run  osmo-ms-virt-phy/00098(pid=132): Terminated: ok {rc=0}
22:49:52.280496 ---      ParallelTerminationStrategy: PID 133 died...
22:49:52.282272 run  osmo-ms-virt-phy/00099(pid=133): Terminated: ok {rc=0}
22:49:52.286726 ---      ParallelTerminationStrategy: PID 134 died...
22:49:52.288538 run       osmo-ms-mob/00000(pid=134): Terminated {rc=26112}
22:49:52.292993 ---      ParallelTerminationStrategy: PID 135 died...
22:49:52.294779 run       osmo-ms-mob/00001(pid=135): Terminated {rc=26112}
22:49:52.299098 ---      ParallelTerminationStrategy: PID 136 died...
22:49:52.300880 run       osmo-ms-mob/00002(pid=136): Terminated {rc=26112}
22:49:52.305166 ---      ParallelTerminationStrategy: PID 137 died...
22:49:52.306894 run       osmo-ms-mob/00003(pid=137): Terminated {rc=26112}
22:49:52.311246 ---      ParallelTerminationStrategy: PID 138 died...
22:49:52.313021 run       osmo-ms-mob/00004(pid=138): Terminated {rc=26112}
22:49:52.317481 ---      ParallelTerminationStrategy: PID 139 died...
22:49:52.319307 run       osmo-ms-mob/00005(pid=139): Terminated {rc=26112}
22:49:52.323837 ---      ParallelTerminationStrategy: PID 140 died...
22:49:52.325649 run       osmo-ms-mob/00006(pid=140): Terminated {rc=26112}
22:49:52.330134 ---      ParallelTerminationStrategy: PID 141 died...
22:49:52.332028 run       osmo-ms-mob/00007(pid=141): Terminated {rc=26112}
22:49:52.336516 ---      ParallelTerminationStrategy: PID 142 died...
22:49:52.338357 run       osmo-ms-mob/00008(pid=142): Terminated {rc=26112}
22:49:52.342868 ---      ParallelTerminationStrategy: PID 143 died...
22:49:52.344691 run       osmo-ms-mob/00009(pid=143): Terminated {rc=26112}
22:49:52.349202 ---      ParallelTerminationStrategy: PID 144 died...
22:49:52.351033 run       osmo-ms-mob/00010(pid=144): Terminated {rc=26112}
22:49:52.355562 ---      ParallelTerminationStrategy: PID 145 died...
22:49:52.357539 run       osmo-ms-mob/00011(pid=145): Terminated {rc=26112}
22:49:52.362043 ---      ParallelTerminationStrategy: PID 146 died...
22:49:52.363882 run       osmo-ms-mob/00012(pid=146): Terminated {rc=26112}
22:49:52.368440 ---      ParallelTerminationStrategy: PID 147 died...
22:49:52.370274 run       osmo-ms-mob/00013(pid=147): Terminated {rc=26112}
22:49:52.374816 ---      ParallelTerminationStrategy: PID 148 died...
22:49:52.376638 run       osmo-ms-mob/00014(pid=148): Terminated {rc=26112}
22:49:52.381207 ---      ParallelTerminationStrategy: PID 149 died...
22:49:52.383047 run       osmo-ms-mob/00015(pid=149): Terminated {rc=26112}
22:49:52.387576 ---      ParallelTerminationStrategy: PID 150 died...
22:49:52.389317 run       osmo-ms-mob/00016(pid=150): Terminated {rc=26112}
22:49:52.393607 ---      ParallelTerminationStrategy: PID 151 died...
22:49:52.395418 run       osmo-ms-mob/00017(pid=151): Terminated {rc=26112}
22:49:52.399742 ---      ParallelTerminationStrategy: PID 152 died...
22:49:52.401470 run       osmo-ms-mob/00018(pid=152): Terminated {rc=26112}
22:49:52.405699 ---      ParallelTerminationStrategy: PID 153 died...
22:49:52.407389 run       osmo-ms-mob/00019(pid=153): Terminated {rc=26112}
22:49:52.411485 ---      ParallelTerminationStrategy: PID 154 died...
22:49:52.413091 run       osmo-ms-mob/00020(pid=154): Terminated {rc=26112}
22:49:52.417077 ---      ParallelTerminationStrategy: PID 155 died...
22:49:52.418700 run       osmo-ms-mob/00021(pid=155): Terminated {rc=26112}
22:49:52.422672 ---      ParallelTerminationStrategy: PID 156 died...
22:49:52.424291 run       osmo-ms-mob/00022(pid=156): Terminated {rc=26112}
22:49:52.428282 ---      ParallelTerminationStrategy: PID 157 died...
22:49:52.429904 run       osmo-ms-mob/00023(pid=157): Terminated {rc=26112}
22:49:52.433968 ---      ParallelTerminationStrategy: PID 158 died...
22:49:52.435579 run       osmo-ms-mob/00024(pid=158): Terminated {rc=26112}
22:49:52.439623 ---      ParallelTerminationStrategy: PID 159 died...
22:49:52.441263 run       osmo-ms-mob/00025(pid=159): Terminated {rc=26112}
22:49:52.445431 ---      ParallelTerminationStrategy: PID 160 died...
22:49:52.447118 run       osmo-ms-mob/00026(pid=160): Terminated {rc=26112}
22:49:52.451309 ---      ParallelTerminationStrategy: PID 161 died...
22:49:52.452994 run       osmo-ms-mob/00027(pid=161): Terminated {rc=26112}
22:49:52.457186 ---      ParallelTerminationStrategy: PID 162 died...
22:49:52.458870 run       osmo-ms-mob/00028(pid=162): Terminated {rc=26112}
22:49:52.463062 ---      ParallelTerminationStrategy: PID 163 died...
22:49:52.464766 run       osmo-ms-mob/00029(pid=163): Terminated {rc=26112}
22:49:52.468950 ---      ParallelTerminationStrategy: PID 164 died...
22:49:52.470640 run       osmo-ms-mob/00030(pid=164): Terminated {rc=26112}
22:49:52.474814 ---      ParallelTerminationStrategy: PID 165 died...
22:49:52.476486 run       osmo-ms-mob/00031(pid=165): Terminated {rc=26112}
22:49:52.480691 ---      ParallelTerminationStrategy: PID 166 died...
22:49:52.482373 run       osmo-ms-mob/00032(pid=166): Terminated {rc=26112}
22:49:52.486544 ---      ParallelTerminationStrategy: PID 167 died...
22:49:52.488173 run       osmo-ms-mob/00033(pid=167): Terminated {rc=26112}
22:49:52.492287 ---      ParallelTerminationStrategy: PID 168 died...
22:49:52.493976 run       osmo-ms-mob/00034(pid=168): Terminated {rc=26112}
22:49:52.498147 ---      ParallelTerminationStrategy: PID 169 died...
22:49:52.499832 run       osmo-ms-mob/00035(pid=169): Terminated {rc=26112}
22:49:52.504023 ---      ParallelTerminationStrategy: PID 170 died...
22:49:52.505707 run       osmo-ms-mob/00036(pid=170): Terminated {rc=26112}
22:49:52.509903 ---      ParallelTerminationStrategy: PID 171 died...
22:49:52.511588 run       osmo-ms-mob/00037(pid=171): Terminated {rc=26112}
22:49:52.515764 ---      ParallelTerminationStrategy: PID 172 died...
22:49:52.517466 run       osmo-ms-mob/00038(pid=172): Terminated {rc=26112}
22:49:52.521644 ---      ParallelTerminationStrategy: PID 173 died...
22:49:52.523318 run       osmo-ms-mob/00039(pid=173): Terminated {rc=26112}
22:49:52.527527 ---      ParallelTerminationStrategy: PID 174 died...
22:49:52.529207 run       osmo-ms-mob/00040(pid=174): Terminated {rc=26112}
22:49:52.533372 ---      ParallelTerminationStrategy: PID 175 died...
22:49:52.535067 run       osmo-ms-mob/00041(pid=175): Terminated {rc=26112}
22:49:52.539284 ---      ParallelTerminationStrategy: PID 176 died...
22:49:52.540970 run       osmo-ms-mob/00042(pid=176): Terminated {rc=26112}
22:49:52.545173 ---      ParallelTerminationStrategy: PID 177 died...
22:49:52.546859 run       osmo-ms-mob/00043(pid=177): Terminated {rc=26112}
22:49:52.551057 ---      ParallelTerminationStrategy: PID 178 died...
22:49:52.552754 run       osmo-ms-mob/00044(pid=178): Terminated {rc=26112}
22:49:52.557062 ---      ParallelTerminationStrategy: PID 179 died...
22:49:52.558799 run       osmo-ms-mob/00045(pid=179): Terminated {rc=26112}
22:49:52.563083 ---      ParallelTerminationStrategy: PID 180 died...
22:49:52.564811 run       osmo-ms-mob/00046(pid=180): Terminated {rc=26112}
22:49:52.569092 ---      ParallelTerminationStrategy: PID 181 died...
22:49:52.570810 run       osmo-ms-mob/00047(pid=181): Terminated {rc=26112}
22:49:52.575189 ---      ParallelTerminationStrategy: PID 182 died...
22:49:52.576959 run       osmo-ms-mob/00048(pid=182): Terminated {rc=26112}
22:49:52.581373 ---      ParallelTerminationStrategy: PID 183 died...
22:49:52.583128 run       osmo-ms-mob/00049(pid=183): Terminated {rc=26112}
22:49:52.587532 ---      ParallelTerminationStrategy: PID 184 died...
22:49:52.589357 run       osmo-ms-mob/00050(pid=184): Terminated {rc=26112}
22:49:52.593854 ---      ParallelTerminationStrategy: PID 185 died...
22:49:52.595684 run       osmo-ms-mob/00051(pid=185): Terminated {rc=26112}
22:49:52.600224 ---      ParallelTerminationStrategy: PID 186 died...
22:49:52.602053 run       osmo-ms-mob/00052(pid=186): Terminated {rc=26112}
22:49:52.606547 ---      ParallelTerminationStrategy: PID 187 died...
22:49:52.608354 run       osmo-ms-mob/00053(pid=187): Terminated {rc=26112}
22:49:52.612875 ---      ParallelTerminationStrategy: PID 188 died...
22:49:52.614695 run       osmo-ms-mob/00054(pid=188): Terminated {rc=26112}
22:49:52.619193 ---      ParallelTerminationStrategy: PID 189 died...
22:49:52.621009 run       osmo-ms-mob/00055(pid=189): Terminated {rc=26112}
22:49:52.625298 ---      ParallelTerminationStrategy: PID 190 died...
22:49:52.627026 run       osmo-ms-mob/00056(pid=190): Terminated {rc=26112}
22:49:52.631321 ---      ParallelTerminationStrategy: PID 191 died...
22:49:52.633050 run       osmo-ms-mob/00057(pid=191): Terminated {rc=26112}
22:49:52.637342 ---      ParallelTerminationStrategy: PID 192 died...
22:49:52.639066 run       osmo-ms-mob/00058(pid=192): Terminated {rc=26112}
22:49:52.643361 ---      ParallelTerminationStrategy: PID 193 died...
22:49:52.645097 run       osmo-ms-mob/00059(pid=193): Terminated {rc=26112}
22:49:52.649397 ---      ParallelTerminationStrategy: PID 194 died...
22:49:52.651121 run       osmo-ms-mob/00060(pid=194): Terminated {rc=26112}
22:49:52.655400 ---      ParallelTerminationStrategy: PID 195 died...
22:49:52.657132 run       osmo-ms-mob/00061(pid=195): Terminated {rc=26112}
22:49:52.661452 ---      ParallelTerminationStrategy: PID 196 died...
22:49:52.663190 run       osmo-ms-mob/00062(pid=196): Terminated {rc=26112}
22:49:52.667487 ---      ParallelTerminationStrategy: PID 197 died...
22:49:52.669245 run       osmo-ms-mob/00063(pid=197): Terminated {rc=26112}
22:49:52.673674 ---      ParallelTerminationStrategy: PID 198 died...
22:49:52.675443 run       osmo-ms-mob/00064(pid=198): Terminated {rc=26112}
22:49:52.679876 ---      ParallelTerminationStrategy: PID 199 died...
22:49:52.681645 run       osmo-ms-mob/00065(pid=199): Terminated {rc=26112}
22:49:52.686027 ---      ParallelTerminationStrategy: PID 200 died...
22:49:52.687792 run       osmo-ms-mob/00066(pid=200): Terminated {rc=26112}
22:49:52.691960 ---      ParallelTerminationStrategy: PID 201 died...
22:49:52.693648 run       osmo-ms-mob/00067(pid=201): Terminated {rc=26112}
22:49:52.697827 ---      ParallelTerminationStrategy: PID 202 died...
22:49:52.699510 run       osmo-ms-mob/00068(pid=202): Terminated {rc=26112}
22:49:52.703718 ---      ParallelTerminationStrategy: PID 203 died...
22:49:52.705417 run       osmo-ms-mob/00069(pid=203): Terminated {rc=26112}
22:49:52.709679 ---      ParallelTerminationStrategy: PID 204 died...
22:49:52.711557 run       osmo-ms-mob/00070(pid=204): Terminated {rc=26112}
22:49:52.715832 ---      ParallelTerminationStrategy: PID 205 died...
22:49:52.717579 run       osmo-ms-mob/00071(pid=205): Terminated {rc=26112}
22:49:52.721882 ---      ParallelTerminationStrategy: PID 206 died...
22:49:52.723637 run       osmo-ms-mob/00072(pid=206): Terminated {rc=26112}
22:49:52.728024 ---      ParallelTerminationStrategy: PID 207 died...
22:49:52.729805 run       osmo-ms-mob/00073(pid=207): Terminated {rc=26112}
22:49:52.734243 ---      ParallelTerminationStrategy: PID 208 died...
22:49:52.736045 run       osmo-ms-mob/00074(pid=208): Terminated {rc=26112}
22:49:52.740544 ---      ParallelTerminationStrategy: PID 209 died...
22:49:52.742370 run       osmo-ms-mob/00075(pid=209): Terminated {rc=26112}
22:49:52.746867 ---      ParallelTerminationStrategy: PID 210 died...
22:49:52.748693 run       osmo-ms-mob/00076(pid=210): Terminated {rc=26112}
22:49:52.753216 ---      ParallelTerminationStrategy: PID 211 died...
22:49:52.755034 run       osmo-ms-mob/00077(pid=211): Terminated {rc=26112}
22:49:52.759673 ---      ParallelTerminationStrategy: PID 212 died...
22:49:52.761561 run       osmo-ms-mob/00078(pid=212): Terminated {rc=26112}
22:49:52.766196 ---      ParallelTerminationStrategy: PID 213 died...
22:49:52.768021 run       osmo-ms-mob/00079(pid=213): Terminated {rc=26112}
22:49:52.772569 ---      ParallelTerminationStrategy: PID 214 died...
22:49:52.774403 run       osmo-ms-mob/00080(pid=214): Terminated {rc=26112}
22:49:52.778912 ---      ParallelTerminationStrategy: PID 215 died...
22:49:52.780734 run       osmo-ms-mob/00081(pid=215): Terminated {rc=26112}
22:49:52.785265 ---      ParallelTerminationStrategy: PID 216 died...
22:49:52.787095 run       osmo-ms-mob/00082(pid=216): Terminated {rc=26112}
22:49:52.791582 ---      ParallelTerminationStrategy: PID 217 died...
22:49:52.793397 run       osmo-ms-mob/00083(pid=217): Terminated {rc=26112}
22:49:52.797920 ---      ParallelTerminationStrategy: PID 218 died...
22:49:52.799744 run       osmo-ms-mob/00084(pid=218): Terminated {rc=26112}
22:49:52.804286 ---      ParallelTerminationStrategy: PID 219 died...
22:49:52.806066 run       osmo-ms-mob/00085(pid=219): Terminated {rc=26112}
22:49:52.810382 ---      ParallelTerminationStrategy: PID 220 died...
22:49:52.812147 run       osmo-ms-mob/00086(pid=220): Terminated {rc=26112}
22:49:52.816594 ---      ParallelTerminationStrategy: PID 221 died...
22:49:52.818342 run       osmo-ms-mob/00087(pid=221): Terminated {rc=26112}
22:49:52.822557 ---      ParallelTerminationStrategy: PID 222 died...
22:49:52.824196 run       osmo-ms-mob/00088(pid=222): Terminated {rc=26112}
22:49:52.828235 ---      ParallelTerminationStrategy: PID 223 died...
22:49:52.829856 run       osmo-ms-mob/00089(pid=223): Terminated {rc=26112}
22:49:52.833899 ---      ParallelTerminationStrategy: PID 224 died...
22:49:52.835498 run       osmo-ms-mob/00090(pid=224): Terminated {rc=26112}
22:49:52.839494 ---      ParallelTerminationStrategy: PID 225 died...
22:49:52.841121 run       osmo-ms-mob/00091(pid=225): Terminated {rc=26112}
22:49:52.845128 ---      ParallelTerminationStrategy: PID 226 died...
22:49:52.846740 run       osmo-ms-mob/00092(pid=226): Terminated {rc=26112}
22:49:52.850807 ---      ParallelTerminationStrategy: PID 227 died...
22:49:52.852460 run       osmo-ms-mob/00093(pid=227): Terminated {rc=26112}
22:49:52.856474 ---      ParallelTerminationStrategy: PID 228 died...
22:49:52.858094 run       osmo-ms-mob/00094(pid=228): Terminated {rc=26112}
22:49:52.862223 ---      ParallelTerminationStrategy: PID 229 died...
22:49:52.863825 run       osmo-ms-mob/00095(pid=229): Terminated {rc=26112}
22:49:52.867998 ---      ParallelTerminationStrategy: PID 230 died...
22:49:52.869690 run       osmo-ms-mob/00096(pid=230): Terminated {rc=26112}
22:49:52.873855 ---      ParallelTerminationStrategy: PID 231 died...
22:49:52.875473 run       osmo-ms-mob/00097(pid=231): Terminated {rc=26112}
22:49:52.879646 ---      ParallelTerminationStrategy: PID 232 died...
22:49:52.881313 run       osmo-ms-mob/00098(pid=232): Terminated {rc=26112}
22:49:52.885472 ---      ParallelTerminationStrategy: PID 233 died...
22:49:52.887158 run       osmo-ms-mob/00099(pid=233): Terminated {rc=26112}
22:49:56.291131 ---      ParallelTerminationStrategy: PID 33 died...
22:49:56.292940 run         osmo-bts-virtual(pid=33): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8058 netreg_mass PASS
---------------------------------------------------------------------
22:49:56.367410 tst                       trial-8058: Storing JUnit report in /build/trial-8058/run.2025-08-14_22-48-17/trial-8058.xml

--------------------------------------------------------------------------------------------
trial-8058 PASS
--------------------------------------------------------------------------------------------
22:49:56.378438 tst                       trial-8058: trial-8058: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (92.6 sec)
+ exit_code=0
+ rm -rf trial-8058/inst
+ cd trial-8058
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-08-14 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8058-run.tgz run.2025-08-14_22-48-17
+ tar czf /build/trial-8058-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-08-14_13_26_28.tgz osmo-bts-oc2g.build-2025-08-14_00_51_40.tgz osmo-bts-sysmo.build-2025-08-14_00_51_37.tgz osmo-bts.build-2025-08-14_00_51_46.tgz osmo-ggsn.build-2025-08-14_20_42_32.tgz osmo-hlr.build-2025-08-14_16_36_45.tgz osmo-hnbgw.build-2025-08-14_13_30_08.tgz osmo-mgw.build-2025-08-14_08_33_14.tgz osmo-msc.build-2025-08-14_13_32_26.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-14_07_34_07.tgz osmo-pcu-sysmo.build-2025-08-14_07_36_07.tgz osmo-pcu.build-2025-08-14_07_36_14.tgz osmo-sgsn.build-2025-08-14_20_48_04.tgz osmo-stp.build-2025-08-14_13_25_16.tgz osmo-trx.build-2025-08-14_14_30_00.tgz osmocom-bb.build-2025-08-14_21_17_29.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