Skip to content
Success

Console Output

Skipping 14 KB.. Full Log
[osmo-gsm-tester_virtual] $ /bin/sh -xe /tmp/jenkins279398927837297240.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-8053
+ rm -rf docker-playground
+ git clone --depth=1 --branch=master https://gerrit.osmocom.org/docker-playground docker-playground
Cloning into 'docker-playground'...
+ git -C docker-playground log --oneline
f17cc18 ttcn3-bts-test: show respawn count at the end
+ make -C docker-playground/osmo-gsm-tester
make: Entering directory '/home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/osmo-gsm-tester'
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
awk: fatal: cannot open file `.release' for reading: No such file or directory
rm -rf .common
cp -r /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_virtual/docker-playground/common .common
INFO: .release created
release=0.0.0
docker build \
	--build-arg USER=osmocom-build \
	--build-arg UID=1000 \
	--build-arg REGISTRY=docker.io \
	--build-arg OSMO_TTCN3_BRANCH=master \
	--build-arg UPSTREAM_DISTRO=debian:bookworm \
	--build-arg DISTRO=debian-bookworm \
	--build-arg OSMOCOM_REPO_MIRROR=https://downloads.osmocom.org \
	--build-arg OSMOCOM_REPO_PATH=packages/osmocom: \
	--build-arg OSMOCOM_REPO_VERSION=latest \
	--build-arg OSMOCOM_REPO_TESTSUITE_MIRROR=https://downloads.osmocom.org \
	--build-arg ASTERISK_BRANCH=sysmocom/20.7.0 \
	--build-arg LIBOSMOCORE_BRANCH=master \
	--build-arg OSMO_BB_BRANCH=master \
	--build-arg OSMO_BSC_BRANCH=master \
	--build-arg OSMO_BTS_BRANCH=master \
	--build-arg OSMO_CBC_BRANCH=master \
	--build-arg OSMO_DIA2GSUP_BRANCH=master \
	--build-arg OSMO_EPDG_BRANCH=master \
	--build-arg OSMO_GBPROXY_BRANCH=master \
	--build-arg OSMO_GGSN_BRANCH=master \
	--build-arg OSMO_GSM_TESTER_BRANCH=master \
	--build-arg OSMO_HLR_BRANCH=master \
	--build-arg OSMO_HNBGW_BRANCH=master \
	--build-arg OSMO_HNODEB_BRANCH=master \
	--build-arg OSMO_IUH_BRANCH=master \
	--build-arg OSMO_MGW_BRANCH=master \
	--build-arg OSMO_MSC_BRANCH=master \
	--build-arg OSMO_NITB_BRANCH=master \
	--build-arg OSMO_PCU_BRANCH=master \
	--build-arg OSMO_REMSIM_BRANCH=master \
	--build-arg OSMO_S1GW_BRANCH=master \
	--build-arg OSMO_SGSN_BRANCH=master \
	--build-arg OSMO_SIP_BRANCH=master \
	--build-arg OSMO_STP_BRANCH=master \
	--build-arg OSMO_UECUPS_BRANCH=master \
	--build-arg OPEN5GS_BRANCH=main \
	--build-arg PJPROJECT_BRANCH=sysmocom/2.14 \
	 -t docker.io/osmocom-build/osmo-gsm-tester:latest .
#0 building with "default" instance using docker driver

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#16 [19/28] RUN	IF [ "$(arch)" = "x86_64" ]; then 		apt-get update && 		apt-get install -y --no-install-recommends 			python3-pip 			python3-setuptools 			python3-wheel 			ninja-build 			build-essential 			flex 			bison 			git 			libsctp-dev 			libgnutls28-dev 			libgcrypt-dev 			libssl-dev 			libidn11-dev 			libmongoc-dev 			libbson-dev 			libyaml-dev 			libnghttp2-dev 			libmicrohttpd-dev 			libcurl4-gnutls-dev 			libnghttp2-dev 			meson && 		apt-get clean; 	fi
#16 CACHED

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

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

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

#20 [16/28] RUN	APT-GET update && 	apt-get install -y --no-install-recommends 		cmake 		libfftw3-dev 		libmbedtls-dev 		libboost-program-options-dev 		libconfig++-dev 		libsctp-dev 		libpcsclite-dev 		libuhd-dev 		libczmq-dev 		libsoapysdr-dev 		soapysdr-module-lms7 && 	apt-get clean
#20 CACHED

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

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

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

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

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

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

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

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

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

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

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

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

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

#34 exporting to image
#34 exporting layers done
#34 writing image sha256:debae4de05d72a931aa72f64a87eb1a73db6d403288a7bfff4ee8b7e8ea1319b 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=8054 -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-10 22:48:17
+ trial_dir_prefix=trial-
+ rm -rf trial-*
+ trial_dir=trial-8054
+ mkdir -p trial-8054
+ mv open5gs.build-8.tgz osmo-bsc.build-2025-08-10_13_28_48.tgz osmo-bts-oc2g.build-2025-08-10_00_51_38.tgz osmo-bts-sysmo.build-2025-08-10_00_51_30.tgz osmo-bts.build-2025-08-10_00_51_37.tgz osmo-ggsn.build-2025-08-10_20_42_29.tgz osmo-hlr.build-2025-08-10_16_36_55.tgz osmo-hnbgw.build-2025-08-10_13_30_06.tgz osmo-mgw.build-2025-08-10_08_33_07.tgz osmo-msc.build-2025-08-10_13_32_26.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-10_07_34_05.tgz osmo-pcu-sysmo.build-2025-08-10_07_36_13.tgz osmo-pcu.build-2025-08-10_07_36_20.tgz osmo-sgsn.build-2025-08-10_20_48_46.tgz osmo-stp.build-2025-08-10_13_25_29.tgz osmo-trx.build-2025-08-10_14_29_07.tgz osmocom-bb.build-2025-08-10_21_17_18.tgz srslte.build-19.tgz trial-8054
+ cat open5gs.build-8.md5 osmo-bsc.build-2025-08-10_13_28_48.md5 osmo-bts-oc2g.build-2025-08-10_00_51_38.md5 osmo-bts-sysmo.build-2025-08-10_00_51_30.md5 osmo-bts.build-2025-08-10_00_51_37.md5 osmo-ggsn.build-2025-08-10_20_42_29.md5 osmo-hlr.build-2025-08-10_16_36_55.md5 osmo-hnbgw.build-2025-08-10_13_30_06.md5 osmo-mgw.build-2025-08-10_08_33_07.md5 osmo-msc.build-2025-08-10_13_32_26.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-10_07_34_05.md5 osmo-pcu-sysmo.build-2025-08-10_07_36_13.md5 osmo-pcu.build-2025-08-10_07_36_20.md5 osmo-sgsn.build-2025-08-10_20_48_46.md5 osmo-stp.build-2025-08-10_13_25_29.md5 osmo-trx.build-2025-08-10_14_29_07.md5 osmocom-bb.build-2025-08-10_21_17_18.md5 srslte.build-19.md5
+ rm open5gs.build-8.md5 osmo-bsc.build-2025-08-10_13_28_48.md5 osmo-bts-oc2g.build-2025-08-10_00_51_38.md5 osmo-bts-sysmo.build-2025-08-10_00_51_30.md5 osmo-bts.build-2025-08-10_00_51_37.md5 osmo-ggsn.build-2025-08-10_20_42_29.md5 osmo-hlr.build-2025-08-10_16_36_55.md5 osmo-hnbgw.build-2025-08-10_13_30_06.md5 osmo-mgw.build-2025-08-10_08_33_07.md5 osmo-msc.build-2025-08-10_13_32_26.md5 osmo-nitb.build-17155.md5 osmo-pcu-oc2g.build-2025-08-10_07_34_05.md5 osmo-pcu-sysmo.build-2025-08-10_07_36_13.md5 osmo-pcu.build-2025-08-10_07_36_20.md5 osmo-sgsn.build-2025-08-10_20_48_46.md5 osmo-stp.build-2025-08-10_13_25_29.md5 osmo-trx.build-2025-08-10_14_29_07.md5 osmocom-bb.build-2025-08-10_21_17_18.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-8054 -s netreg_mass
combinations: ['netreg_mass']
trial: 'trial-8054'
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-8054
--------------------------------------------------------------------------------------------
22:48:17.440753 tst                       trial-8054: Detailed log at /build/trial-8054/run.2025-08-10_22-48-17/log

---------------------------------------------------------------------
trial-8054 netreg_mass
---------------------------------------------------------------------
22:48:17.649940 tst                      netreg_mass: reserving resources in /var/tmp/osmo-gsm-tester/state ...
22:48:17.650299 tst                      netreg_mass: Verifying 1 x bts (candidates: 1)
22:48:17.651076 tst                      netreg_mass: Verifying 6 x ip_address (candidates: 9)
22:48:17.652237 tst                      netreg_mass: Verifying 100 x modem (candidates: 100)
22:48:17.697373 tst                      netreg_mass: Reserving 1 x bts (candidates: 1)
22:48:17.698126 tst                      netreg_mass: Reserving 6 x ip_address (candidates: 9)
22:48:17.699217 tst                      netreg_mass: Reserving 100 x modem (candidates: 100)
22:48:17.768327 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-8054 netreg_mass register_default_mass.py
----------------------------------------------
22:48:17.769129 tst       register_default_mass.py:9: Claiming resources for the test
22:48:17.784595 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.785143 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.785589 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.786016 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.786453 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.786911 tst                      netreg_mass: Using 1 x ip_address (candidates: 6)
22:48:17.787351 tst                      netreg_mass: Using 1 x bts (candidates: 1)
22:48:17.831675 tst         register_default_mass.py: using LAC 2
22:48:17.869001 tst         register_default_mass.py: using RAC 2
22:48:17.907346 tst         register_default_mass.py: using CellId 2
22:48:17.943152 tst         register_default_mass.py: using BVCI 3
22:48:17.948949 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.949605 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.950160 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.950669 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.951182 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.951711 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.952221 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.952808 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.953411 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.953943 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.954463 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.954993 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.955515 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.956038 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.956572 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.957099 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.957619 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.958134 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.958660 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.959172 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.959682 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.960204 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.960732 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.961246 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.961776 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.962287 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.962815 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.963331 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.963841 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.964375 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.964888 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.965396 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.965911 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.966442 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.966957 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.967463 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.967983 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.968499 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.969040 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.969561 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.970071 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.970602 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.971122 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.971632 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.972137 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.972662 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.973171 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.973675 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.974192 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.974700 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.975230 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.975741 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.976244 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.976759 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.977337 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.977855 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.978363 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.978896 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.979410 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.979916 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.980426 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.980948 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.981456 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.981973 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.982477 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.982980 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.983482 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.984007 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.984705 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.985249 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.985759 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.986271 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.986865 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.987381 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.987887 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.988398 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.988904 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.989410 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.989932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.990434 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.990932 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.991435 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.991952 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.992452 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.992979 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.993489 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.993993 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.994496 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.995021 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.995528 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.996030 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.996538 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.997050 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.997555 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.998071 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.998572 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.999098 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:17.999611 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.000122 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.000622 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.001179 tst                      netreg_mass: Using 1 x modem (candidates: 100)
22:48:18.001744 tst      register_default_mass.py:21: Launching a simple network
22:48:18.011904 run              osmo-hlr_127.0.42.2: Starting osmo-hlr
22:48:18.131233 run            create_hlr_db(pid=20): Launched
22:48:19.144355 run            create_hlr_db(pid=20): Terminated: ok {rc=0}
22:48:19.162485 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Launched
22:48:19.179588 run      osmo-hlr_127.0.42.2(pid=23): Launched
22:48:19.186162 run              osmo-stp_127.0.42.5: Starting osmo-stp
22:48:19.375680 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Launched
22:48:19.391663 run      osmo-stp_127.0.42.5(pid=25): Launched
22:48:19.397568 run              osmo-msc_127.0.42.6: Starting osmo-msc
22:48:19.821720 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Launched
22:48:19.836701 run      osmo-msc_127.0.42.6(pid=27): Launched
22:48:22.846728 run              osmo-mgw_127.0.42.3: Starting osmo-mgw
22:48:22.962235 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Launched
22:48:22.977478 run      osmo-mgw_127.0.42.3(pid=29): Launched
22:48:22.983184 run              osmo-mgw_127.0.42.4: Starting osmo-mgw
22:48:23.007990 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Launched
22:48:23.025546 run      osmo-mgw_127.0.42.4(pid=31): Launched
22:48:23.031759 run              osmo-bsc_127.0.42.7: Starting osmo-bsc
22:48:23.353029 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Launched
22:48:23.368634 run      osmo-bsc_127.0.42.7(pid=33): Launched
22:48:29.390247 run                 osmo-bts-virtual: Starting to connect to osmo-bsc_127.0.42.7
22:48:29.579856 run         osmo-bts-virtual(pid=34): Launched
22:48:30.631730 tst         register_default_mass.py: using MSISDN 1001
22:48:30.638855 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000000', msisdn='1001', subscriber_id=1}
22:48:30.723769 tst         register_default_mass.py: using MSISDN 1002
22:48:30.731413 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000001', msisdn='1002', subscriber_id=2}
22:48:30.793260 tst         register_default_mass.py: using MSISDN 1003
22:48:30.799951 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000002', msisdn='1003', subscriber_id=3}
22:48:30.852755 tst         register_default_mass.py: using MSISDN 1004
22:48:30.865366 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000003', msisdn='1004', subscriber_id=4}
22:48:30.939173 tst         register_default_mass.py: using MSISDN 1005
22:48:30.946296 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000004', msisdn='1005', subscriber_id=5}
22:48:31.017700 tst         register_default_mass.py: using MSISDN 1006
22:48:31.024373 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000005', msisdn='1006', subscriber_id=6}
22:48:31.094905 tst         register_default_mass.py: using MSISDN 1007
22:48:31.102888 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000006', msisdn='1007', subscriber_id=7}
22:48:31.172726 tst         register_default_mass.py: using MSISDN 1008
22:48:31.181137 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000007', msisdn='1008', subscriber_id=8}
22:48:31.239660 tst         register_default_mass.py: using MSISDN 1009
22:48:31.250438 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000008', msisdn='1009', subscriber_id=9}
22:48:31.313740 tst         register_default_mass.py: using MSISDN 1010
22:48:31.323903 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001010000000009', msisdn='1010', subscriber_id=10}
22:48:31.397460 tst         register_default_mass.py: using MSISDN 1011
22:48:31.408244 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000000', msisdn='1011', subscriber_id=11}
22:48:31.474130 tst         register_default_mass.py: using MSISDN 1012
22:48:31.480729 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000001', msisdn='1012', subscriber_id=12}
22:48:31.556055 tst         register_default_mass.py: using MSISDN 1013
22:48:31.566719 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000002', msisdn='1013', subscriber_id=13}
22:48:31.627977 tst         register_default_mass.py: using MSISDN 1014
22:48:31.637293 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000003', msisdn='1014', subscriber_id=14}
22:48:31.699703 tst         register_default_mass.py: using MSISDN 1015
22:48:31.706978 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000004', msisdn='1015', subscriber_id=15}
22:48:31.772504 tst         register_default_mass.py: using MSISDN 1016
22:48:31.780057 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000005', msisdn='1016', subscriber_id=16}
22:48:31.847553 tst         register_default_mass.py: using MSISDN 1017
22:48:31.854392 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000006', msisdn='1017', subscriber_id=17}
22:48:31.926986 tst         register_default_mass.py: using MSISDN 1018
22:48:31.933683 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000007', msisdn='1018', subscriber_id=18}
22:48:32.008371 tst         register_default_mass.py: using MSISDN 1019
22:48:32.014832 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000008', msisdn='1019', subscriber_id=19}
22:48:32.079600 tst         register_default_mass.py: using MSISDN 1020
22:48:32.085962 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001020000000009', msisdn='1020', subscriber_id=20}
22:48:32.152140 tst         register_default_mass.py: using MSISDN 1021
22:48:32.162990 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000000', msisdn='1021', subscriber_id=21}
22:48:32.268923 tst         register_default_mass.py: using MSISDN 1022
22:48:32.275148 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000001', msisdn='1022', subscriber_id=22}
22:48:32.338581 tst         register_default_mass.py: using MSISDN 1023
22:48:32.344793 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000002', msisdn='1023', subscriber_id=23}
22:48:32.408157 tst         register_default_mass.py: using MSISDN 1024
22:48:32.414265 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000003', msisdn='1024', subscriber_id=24}
22:48:32.477436 tst         register_default_mass.py: using MSISDN 1025
22:48:32.483747 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000004', msisdn='1025', subscriber_id=25}
22:48:32.544984 tst         register_default_mass.py: using MSISDN 1026
22:48:32.551533 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000005', msisdn='1026', subscriber_id=26}
22:48:32.619077 tst         register_default_mass.py: using MSISDN 1027
22:48:32.626340 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000006', msisdn='1027', subscriber_id=27}
22:48:32.707183 tst         register_default_mass.py: using MSISDN 1028
22:48:32.715272 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000007', msisdn='1028', subscriber_id=28}
22:48:32.789576 tst         register_default_mass.py: using MSISDN 1029
22:48:32.795798 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000008', msisdn='1029', subscriber_id=29}
22:48:32.871623 tst         register_default_mass.py: using MSISDN 1030
22:48:32.878066 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001030000000009', msisdn='1030', subscriber_id=30}
22:48:32.948713 tst         register_default_mass.py: using MSISDN 1031
22:48:32.957348 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000000', msisdn='1031', subscriber_id=31}
22:48:33.029116 tst         register_default_mass.py: using MSISDN 1032
22:48:33.036021 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000001', msisdn='1032', subscriber_id=32}
22:48:33.105999 tst         register_default_mass.py: using MSISDN 1033
22:48:33.116240 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000002', msisdn='1033', subscriber_id=33}
22:48:33.175345 tst         register_default_mass.py: using MSISDN 1034
22:48:33.183346 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000003', msisdn='1034', subscriber_id=34}
22:48:33.337698 tst         register_default_mass.py: using MSISDN 1035
22:48:33.345678 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000004', msisdn='1035', subscriber_id=35}
22:48:33.415949 tst         register_default_mass.py: using MSISDN 1036
22:48:33.425384 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000005', msisdn='1036', subscriber_id=36}
22:48:33.484735 tst         register_default_mass.py: using MSISDN 1037
22:48:33.490799 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000006', msisdn='1037', subscriber_id=37}
22:48:33.553706 tst         register_default_mass.py: using MSISDN 1038
22:48:33.561334 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000007', msisdn='1038', subscriber_id=38}
22:48:33.630335 tst         register_default_mass.py: using MSISDN 1039
22:48:33.637908 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000008', msisdn='1039', subscriber_id=39}
22:48:33.707209 tst         register_default_mass.py: using MSISDN 1040
22:48:33.713362 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001040000000009', msisdn='1040', subscriber_id=40}
22:48:33.788021 tst         register_default_mass.py: using MSISDN 1041
22:48:33.795285 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000000', msisdn='1041', subscriber_id=41}
22:48:33.857305 tst         register_default_mass.py: using MSISDN 1042
22:48:33.863887 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000001', msisdn='1042', subscriber_id=42}
22:48:33.936107 tst         register_default_mass.py: using MSISDN 1043
22:48:33.942765 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000002', msisdn='1043', subscriber_id=43}
22:48:34.013727 tst         register_default_mass.py: using MSISDN 1044
22:48:34.023421 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000003', msisdn='1044', subscriber_id=44}
22:48:34.090889 tst         register_default_mass.py: using MSISDN 1045
22:48:34.100079 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000004', msisdn='1045', subscriber_id=45}
22:48:34.160761 tst         register_default_mass.py: using MSISDN 1046
22:48:34.167262 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000005', msisdn='1046', subscriber_id=46}
22:48:34.231245 tst         register_default_mass.py: using MSISDN 1047
22:48:34.238243 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000006', msisdn='1047', subscriber_id=47}
22:48:34.298269 tst         register_default_mass.py: using MSISDN 1048
22:48:34.304493 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000007', msisdn='1048', subscriber_id=48}
22:48:34.375449 tst         register_default_mass.py: using MSISDN 1049
22:48:34.381908 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000008', msisdn='1049', subscriber_id=49}
22:48:34.450740 tst         register_default_mass.py: using MSISDN 1050
22:48:34.457106 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001050000000009', msisdn='1050', subscriber_id=50}
22:48:34.520737 tst         register_default_mass.py: using MSISDN 1051
22:48:34.526896 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000000', msisdn='1051', subscriber_id=51}
22:48:34.587279 tst         register_default_mass.py: using MSISDN 1052
22:48:34.595863 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000001', msisdn='1052', subscriber_id=52}
22:48:34.663297 tst         register_default_mass.py: using MSISDN 1053
22:48:34.670158 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000002', msisdn='1053', subscriber_id=53}
22:48:34.734417 tst         register_default_mass.py: using MSISDN 1054
22:48:34.741374 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000003', msisdn='1054', subscriber_id=54}
22:48:34.812144 tst         register_default_mass.py: using MSISDN 1055
22:48:34.820996 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000004', msisdn='1055', subscriber_id=55}
22:48:34.888946 tst         register_default_mass.py: using MSISDN 1056
22:48:34.895551 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000005', msisdn='1056', subscriber_id=56}
22:48:34.957427 tst         register_default_mass.py: using MSISDN 1057
22:48:34.963712 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000006', msisdn='1057', subscriber_id=57}
22:48:35.027267 tst         register_default_mass.py: using MSISDN 1058
22:48:35.033916 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000007', msisdn='1058', subscriber_id=58}
22:48:35.105124 tst         register_default_mass.py: using MSISDN 1059
22:48:35.112244 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000008', msisdn='1059', subscriber_id=59}
22:48:35.184781 tst         register_default_mass.py: using MSISDN 1060
22:48:35.191101 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001060000000009', msisdn='1060', subscriber_id=60}
22:48:35.260729 tst         register_default_mass.py: using MSISDN 1061
22:48:35.267483 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000000', msisdn='1061', subscriber_id=61}
22:48:35.342842 tst         register_default_mass.py: using MSISDN 1062
22:48:35.349201 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000001', msisdn='1062', subscriber_id=62}
22:48:35.419140 tst         register_default_mass.py: using MSISDN 1063
22:48:35.425255 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000002', msisdn='1063', subscriber_id=63}
22:48:35.489822 tst         register_default_mass.py: using MSISDN 1064
22:48:35.495770 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000003', msisdn='1064', subscriber_id=64}
22:48:35.576025 tst         register_default_mass.py: using MSISDN 1065
22:48:35.586157 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000004', msisdn='1065', subscriber_id=65}
22:48:35.646770 tst         register_default_mass.py: using MSISDN 1066
22:48:35.652764 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000005', msisdn='1066', subscriber_id=66}
22:48:35.724846 tst         register_default_mass.py: using MSISDN 1067
22:48:35.730646 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000006', msisdn='1067', subscriber_id=67}
22:48:35.809806 tst         register_default_mass.py: using MSISDN 1068
22:48:35.815606 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000007', msisdn='1068', subscriber_id=68}
22:48:35.894026 tst         register_default_mass.py: using MSISDN 1069
22:48:35.899896 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000008', msisdn='1069', subscriber_id=69}
22:48:35.968003 tst         register_default_mass.py: using MSISDN 1070
22:48:35.973528 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001070000000009', msisdn='1070', subscriber_id=70}
22:48:36.052381 tst         register_default_mass.py: using MSISDN 1071
22:48:36.058397 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000000', msisdn='1071', subscriber_id=71}
22:48:36.132644 tst         register_default_mass.py: using MSISDN 1072
22:48:36.138414 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000001', msisdn='1072', subscriber_id=72}
22:48:36.216955 tst         register_default_mass.py: using MSISDN 1073
22:48:36.222790 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000002', msisdn='1073', subscriber_id=73}
22:48:36.294910 tst         register_default_mass.py: using MSISDN 1074
22:48:36.301053 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000003', msisdn='1074', subscriber_id=74}
22:48:36.369629 tst         register_default_mass.py: using MSISDN 1075
22:48:36.376907 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000004', msisdn='1075', subscriber_id=75}
22:48:36.442063 tst         register_default_mass.py: using MSISDN 1076
22:48:36.449105 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000005', msisdn='1076', subscriber_id=76}
22:48:36.521126 tst         register_default_mass.py: using MSISDN 1077
22:48:36.527218 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000006', msisdn='1077', subscriber_id=77}
22:48:36.584821 tst         register_default_mass.py: using MSISDN 1078
22:48:36.592494 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000007', msisdn='1078', subscriber_id=78}
22:48:36.648429 tst         register_default_mass.py: using MSISDN 1079
22:48:36.654431 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000008', msisdn='1079', subscriber_id=79}
22:48:36.718914 tst         register_default_mass.py: using MSISDN 1080
22:48:36.729578 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001080000000009', msisdn='1080', subscriber_id=80}
22:48:36.791551 tst         register_default_mass.py: using MSISDN 1081
22:48:36.797639 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000000', msisdn='1081', subscriber_id=81}
22:48:36.890100 tst         register_default_mass.py: using MSISDN 1082
22:48:36.897575 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000001', msisdn='1082', subscriber_id=82}
22:48:36.985953 tst         register_default_mass.py: using MSISDN 1083
22:48:36.992286 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000002', msisdn='1083', subscriber_id=83}
22:48:37.061183 tst         register_default_mass.py: using MSISDN 1084
22:48:37.067362 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000003', msisdn='1084', subscriber_id=84}
22:48:37.131569 tst         register_default_mass.py: using MSISDN 1085
22:48:37.137650 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000004', msisdn='1085', subscriber_id=85}
22:48:37.217862 tst         register_default_mass.py: using MSISDN 1086
22:48:37.225278 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000005', msisdn='1086', subscriber_id=86}
22:48:37.298559 tst         register_default_mass.py: using MSISDN 1087
22:48:37.307637 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000006', msisdn='1087', subscriber_id=87}
22:48:37.385659 tst         register_default_mass.py: using MSISDN 1088
22:48:37.391714 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000007', msisdn='1088', subscriber_id=88}
22:48:37.461174 tst         register_default_mass.py: using MSISDN 1089
22:48:37.467296 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000008', msisdn='1089', subscriber_id=89}
22:48:37.549903 tst         register_default_mass.py: using MSISDN 1090
22:48:37.563251 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001090000000009', msisdn='1090', subscriber_id=90}
22:48:37.631433 tst         register_default_mass.py: using MSISDN 1091
22:48:37.640314 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000000', msisdn='1091', subscriber_id=91}
22:48:37.736265 tst         register_default_mass.py: using MSISDN 1092
22:48:37.743921 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000001', msisdn='1092', subscriber_id=92}
22:48:37.807513 tst         register_default_mass.py: using MSISDN 1093
22:48:37.818963 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000002', msisdn='1093', subscriber_id=93}
22:48:37.932031 tst         register_default_mass.py: using MSISDN 1094
22:48:37.938620 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000003', msisdn='1094', subscriber_id=94}
22:48:38.013238 tst         register_default_mass.py: using MSISDN 1095
22:48:38.025246 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000004', msisdn='1095', subscriber_id=95}
22:48:38.096298 tst         register_default_mass.py: using MSISDN 1096
22:48:38.103439 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000005', msisdn='1096', subscriber_id=96}
22:48:38.191181 tst         register_default_mass.py: using MSISDN 1097
22:48:38.197665 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000006', msisdn='1097', subscriber_id=97}
22:48:38.269356 tst         register_default_mass.py: using MSISDN 1098
22:48:38.277245 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000007', msisdn='1098', subscriber_id=98}
22:48:38.344503 tst         register_default_mass.py: using MSISDN 1099
22:48:38.350681 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000008', msisdn='1099', subscriber_id=99}
22:48:38.415163 tst         register_default_mass.py: using MSISDN 1100
22:48:38.421841 run              osmo-hlr_127.0.42.2: Add subscriber {algo=0, algo_str='none', imsi='001100000000009', msisdn='1100', subscriber_id=100}
22:48:38.556301 run                             mass: Starting testcase
22:48:38.563370 run                             mass: Pre-launching all virtphy's
22:48:38.570052 run           osmo-ms-virt-phy/00000: Starting virtphy
22:48:38.586244 run   osmo-ms-virt-phy/00000(pid=35): Launched
22:48:38.595148 run           osmo-ms-virt-phy/00001: Starting virtphy
22:48:38.612259 run   osmo-ms-virt-phy/00001(pid=36): Launched
22:48:38.619985 run           osmo-ms-virt-phy/00002: Starting virtphy
22:48:38.636547 run   osmo-ms-virt-phy/00002(pid=37): Launched
22:48:38.644293 run           osmo-ms-virt-phy/00003: Starting virtphy
22:48:38.661154 run   osmo-ms-virt-phy/00003(pid=38): Launched
22:48:38.668820 run           osmo-ms-virt-phy/00004: Starting virtphy
22:48:38.685267 run   osmo-ms-virt-phy/00004(pid=39): Launched
22:48:38.692860 run           osmo-ms-virt-phy/00005: Starting virtphy
22:48:38.709090 run   osmo-ms-virt-phy/00005(pid=40): Launched
22:48:38.716482 run           osmo-ms-virt-phy/00006: Starting virtphy
22:48:38.732578 run   osmo-ms-virt-phy/00006(pid=41): Launched
22:48:38.740057 run           osmo-ms-virt-phy/00007: Starting virtphy
22:48:38.756365 run   osmo-ms-virt-phy/00007(pid=42): Launched
22:48:38.763795 run           osmo-ms-virt-phy/00008: Starting virtphy
22:48:38.781018 run   osmo-ms-virt-phy/00008(pid=43): Launched
22:48:38.788986 run           osmo-ms-virt-phy/00009: Starting virtphy
22:48:38.806235 run   osmo-ms-virt-phy/00009(pid=44): Launched
22:48:38.814259 run           osmo-ms-virt-phy/00010: Starting virtphy
22:48:38.831436 run   osmo-ms-virt-phy/00010(pid=45): Launched
22:48:38.839250 run           osmo-ms-virt-phy/00011: Starting virtphy
22:48:38.855888 run   osmo-ms-virt-phy/00011(pid=46): Launched
22:48:38.863615 run           osmo-ms-virt-phy/00012: Starting virtphy
22:48:38.880072 run   osmo-ms-virt-phy/00012(pid=47): Launched
22:48:38.887697 run           osmo-ms-virt-phy/00013: Starting virtphy
22:48:38.903823 run   osmo-ms-virt-phy/00013(pid=48): Launched
22:48:38.911294 run           osmo-ms-virt-phy/00014: Starting virtphy
22:48:38.927509 run   osmo-ms-virt-phy/00014(pid=49): Launched
22:48:38.934969 run           osmo-ms-virt-phy/00015: Starting virtphy
22:48:38.951148 run   osmo-ms-virt-phy/00015(pid=50): Launched
22:48:38.958595 run           osmo-ms-virt-phy/00016: Starting virtphy
22:48:38.974732 run   osmo-ms-virt-phy/00016(pid=51): Launched
22:48:38.982223 run           osmo-ms-virt-phy/00017: Starting virtphy
22:48:38.998143 run   osmo-ms-virt-phy/00017(pid=52): Launched
22:48:39.005715 run           osmo-ms-virt-phy/00018: Starting virtphy
22:48:39.021488 run   osmo-ms-virt-phy/00018(pid=53): Launched
22:48:39.028804 run           osmo-ms-virt-phy/00019: Starting virtphy
22:48:39.045173 run   osmo-ms-virt-phy/00019(pid=54): Launched
22:48:39.052799 run           osmo-ms-virt-phy/00020: Starting virtphy
22:48:39.069267 run   osmo-ms-virt-phy/00020(pid=55): Launched
22:48:39.076927 run           osmo-ms-virt-phy/00021: Starting virtphy
22:48:39.093893 run   osmo-ms-virt-phy/00021(pid=56): Launched
22:48:39.101727 run           osmo-ms-virt-phy/00022: Starting virtphy
22:48:39.118011 run   osmo-ms-virt-phy/00022(pid=57): Launched
22:48:39.125423 run           osmo-ms-virt-phy/00023: Starting virtphy
22:48:39.141565 run   osmo-ms-virt-phy/00023(pid=58): Launched
22:48:39.150524 run           osmo-ms-virt-phy/00024: Starting virtphy
22:48:39.166885 run   osmo-ms-virt-phy/00024(pid=59): Launched
22:48:39.174528 run           osmo-ms-virt-phy/00025: Starting virtphy
22:48:39.190756 run   osmo-ms-virt-phy/00025(pid=60): Launched
22:48:39.198179 run           osmo-ms-virt-phy/00026: Starting virtphy
22:48:39.214647 run   osmo-ms-virt-phy/00026(pid=61): Launched
22:48:39.222166 run           osmo-ms-virt-phy/00027: Starting virtphy
22:48:39.238341 run   osmo-ms-virt-phy/00027(pid=62): Launched
22:48:39.245795 run           osmo-ms-virt-phy/00028: Starting virtphy
22:48:39.262518 run   osmo-ms-virt-phy/00028(pid=63): Launched
22:48:39.270196 run           osmo-ms-virt-phy/00029: Starting virtphy
22:48:39.286666 run   osmo-ms-virt-phy/00029(pid=64): Launched
22:48:39.294353 run           osmo-ms-virt-phy/00030: Starting virtphy
22:48:39.311237 run   osmo-ms-virt-phy/00030(pid=65): Launched
22:48:39.318806 run           osmo-ms-virt-phy/00031: Starting virtphy
22:48:39.335362 run   osmo-ms-virt-phy/00031(pid=66): Launched
22:48:39.342954 run           osmo-ms-virt-phy/00032: Starting virtphy
22:48:39.359353 run   osmo-ms-virt-phy/00032(pid=67): Launched
22:48:39.366957 run           osmo-ms-virt-phy/00033: Starting virtphy
22:48:39.383801 run   osmo-ms-virt-phy/00033(pid=68): Launched
22:48:39.391782 run           osmo-ms-virt-phy/00034: Starting virtphy
22:48:39.409078 run   osmo-ms-virt-phy/00034(pid=69): Launched
22:48:39.416974 run           osmo-ms-virt-phy/00035: Starting virtphy
22:48:39.433926 run   osmo-ms-virt-phy/00035(pid=70): Launched
22:48:39.441782 run           osmo-ms-virt-phy/00036: Starting virtphy
22:48:39.458067 run   osmo-ms-virt-phy/00036(pid=71): Launched
22:48:39.465109 run           osmo-ms-virt-phy/00037: Starting virtphy
22:48:39.480178 run   osmo-ms-virt-phy/00037(pid=72): Launched
22:48:39.487207 run           osmo-ms-virt-phy/00038: Starting virtphy
22:48:39.501987 run   osmo-ms-virt-phy/00038(pid=73): Launched
22:48:39.508784 run           osmo-ms-virt-phy/00039: Starting virtphy
22:48:39.523883 run   osmo-ms-virt-phy/00039(pid=74): Launched
22:48:39.530876 run           osmo-ms-virt-phy/00040: Starting virtphy
22:48:39.546115 run   osmo-ms-virt-phy/00040(pid=75): Launched
22:48:39.553411 run           osmo-ms-virt-phy/00041: Starting virtphy
22:48:39.569019 run   osmo-ms-virt-phy/00041(pid=76): Launched
22:48:39.576292 run           osmo-ms-virt-phy/00042: Starting virtphy
22:48:39.591738 run   osmo-ms-virt-phy/00042(pid=77): Launched
22:48:39.598817 run           osmo-ms-virt-phy/00043: Starting virtphy
22:48:39.614324 run   osmo-ms-virt-phy/00043(pid=78): Launched
22:48:39.621263 run           osmo-ms-virt-phy/00044: Starting virtphy
22:48:39.636186 run   osmo-ms-virt-phy/00044(pid=79): Launched
22:48:39.643212 run           osmo-ms-virt-phy/00045: Starting virtphy
22:48:39.658954 run   osmo-ms-virt-phy/00045(pid=80): Launched
22:48:39.666452 run           osmo-ms-virt-phy/00046: Starting virtphy
22:48:39.682507 run   osmo-ms-virt-phy/00046(pid=81): Launched
22:48:39.689947 run           osmo-ms-virt-phy/00047: Starting virtphy
22:48:39.706096 run   osmo-ms-virt-phy/00047(pid=82): Launched
22:48:39.713539 run           osmo-ms-virt-phy/00048: Starting virtphy
22:48:39.729520 run   osmo-ms-virt-phy/00048(pid=83): Launched
22:48:39.737062 run           osmo-ms-virt-phy/00049: Starting virtphy
22:48:39.753300 run   osmo-ms-virt-phy/00049(pid=84): Launched
22:48:39.760658 run           osmo-ms-virt-phy/00050: Starting virtphy
22:48:39.776655 run   osmo-ms-virt-phy/00050(pid=85): Launched
22:48:39.783941 run           osmo-ms-virt-phy/00051: Starting virtphy
22:48:39.800052 run   osmo-ms-virt-phy/00051(pid=86): Launched
22:48:39.807545 run           osmo-ms-virt-phy/00052: Starting virtphy
22:48:39.823669 run   osmo-ms-virt-phy/00052(pid=87): Launched
22:48:39.831010 run           osmo-ms-virt-phy/00053: Starting virtphy
22:48:39.846921 run   osmo-ms-virt-phy/00053(pid=88): Launched
22:48:39.854386 run           osmo-ms-virt-phy/00054: Starting virtphy
22:48:39.870293 run   osmo-ms-virt-phy/00054(pid=89): Launched
22:48:39.877616 run           osmo-ms-virt-phy/00055: Starting virtphy
22:48:39.893852 run   osmo-ms-virt-phy/00055(pid=90): Launched
22:48:39.901328 run           osmo-ms-virt-phy/00056: Starting virtphy
22:48:39.917502 run   osmo-ms-virt-phy/00056(pid=91): Launched
22:48:39.924874 run           osmo-ms-virt-phy/00057: Starting virtphy
22:48:39.940842 run   osmo-ms-virt-phy/00057(pid=92): Launched
22:48:39.948316 run           osmo-ms-virt-phy/00058: Starting virtphy
22:48:39.964452 run   osmo-ms-virt-phy/00058(pid=93): Launched
22:48:39.971727 run           osmo-ms-virt-phy/00059: Starting virtphy
22:48:39.987558 run   osmo-ms-virt-phy/00059(pid=94): Launched
22:48:39.994823 run           osmo-ms-virt-phy/00060: Starting virtphy
22:48:40.010696 run   osmo-ms-virt-phy/00060(pid=95): Launched
22:48:40.017948 run           osmo-ms-virt-phy/00061: Starting virtphy
22:48:40.033791 run   osmo-ms-virt-phy/00061(pid=96): Launched
22:48:40.041214 run           osmo-ms-virt-phy/00062: Starting virtphy
22:48:40.057230 run   osmo-ms-virt-phy/00062(pid=97): Launched
22:48:40.064637 run           osmo-ms-virt-phy/00063: Starting virtphy
22:48:40.080823 run   osmo-ms-virt-phy/00063(pid=98): Launched
22:48:40.088341 run           osmo-ms-virt-phy/00064: Starting virtphy
22:48:40.105400 run   osmo-ms-virt-phy/00064(pid=99): Launched
22:48:40.113393 run           osmo-ms-virt-phy/00065: Starting virtphy
22:48:40.130241 run  osmo-ms-virt-phy/00065(pid=100): Launched
22:48:40.137905 run           osmo-ms-virt-phy/00066: Starting virtphy
22:48:40.154245 run  osmo-ms-virt-phy/00066(pid=101): Launched
22:48:40.161736 run           osmo-ms-virt-phy/00067: Starting virtphy
22:48:40.192171 run  osmo-ms-virt-phy/00067(pid=102): Launched
22:48:40.198681 run           osmo-ms-virt-phy/00068: Starting virtphy
22:48:40.213453 run  osmo-ms-virt-phy/00068(pid=103): Launched
22:48:40.220565 run           osmo-ms-virt-phy/00069: Starting virtphy
22:48:40.235590 run  osmo-ms-virt-phy/00069(pid=104): Launched
22:48:40.242530 run           osmo-ms-virt-phy/00070: Starting virtphy
22:48:40.257551 run  osmo-ms-virt-phy/00070(pid=105): Launched
22:48:40.264393 run           osmo-ms-virt-phy/00071: Starting virtphy
22:48:40.279241 run  osmo-ms-virt-phy/00071(pid=106): Launched
22:48:40.286455 run           osmo-ms-virt-phy/00072: Starting virtphy
22:48:40.302483 run  osmo-ms-virt-phy/00072(pid=107): Launched
22:48:40.309889 run           osmo-ms-virt-phy/00073: Starting virtphy
22:48:40.325803 run  osmo-ms-virt-phy/00073(pid=108): Launched
22:48:40.333202 run           osmo-ms-virt-phy/00074: Starting virtphy
22:48:40.349242 run  osmo-ms-virt-phy/00074(pid=109): Launched
22:48:40.358611 run           osmo-ms-virt-phy/00075: Starting virtphy
22:48:40.374634 run  osmo-ms-virt-phy/00075(pid=110): Launched
22:48:40.382170 run           osmo-ms-virt-phy/00076: Starting virtphy
22:48:40.398190 run  osmo-ms-virt-phy/00076(pid=111): Launched
22:48:40.405635 run           osmo-ms-virt-phy/00077: Starting virtphy
22:48:40.421706 run  osmo-ms-virt-phy/00077(pid=112): Launched
22:48:40.429214 run           osmo-ms-virt-phy/00078: Starting virtphy
22:48:40.445855 run  osmo-ms-virt-phy/00078(pid=113): Launched
22:48:40.453989 run           osmo-ms-virt-phy/00079: Starting virtphy
22:48:40.471633 run  osmo-ms-virt-phy/00079(pid=114): Launched
22:48:40.479462 run           osmo-ms-virt-phy/00080: Starting virtphy
22:48:40.496852 run  osmo-ms-virt-phy/00080(pid=115): Launched
22:48:40.504795 run           osmo-ms-virt-phy/00081: Starting virtphy
22:48:40.521225 run  osmo-ms-virt-phy/00081(pid=116): Launched
22:48:40.528878 run           osmo-ms-virt-phy/00082: Starting virtphy
22:48:40.545462 run  osmo-ms-virt-phy/00082(pid=117): Launched
22:48:40.553461 run           osmo-ms-virt-phy/00083: Starting virtphy
22:48:40.570183 run  osmo-ms-virt-phy/00083(pid=118): Launched
22:48:40.577995 run           osmo-ms-virt-phy/00084: Starting virtphy
22:48:40.594084 run  osmo-ms-virt-phy/00084(pid=119): Launched
22:48:40.602694 run           osmo-ms-virt-phy/00085: Starting virtphy
22:48:40.619208 run  osmo-ms-virt-phy/00085(pid=120): Launched
22:48:40.628007 run           osmo-ms-virt-phy/00086: Starting virtphy
22:48:40.643877 run  osmo-ms-virt-phy/00086(pid=121): Launched
22:48:40.651382 run           osmo-ms-virt-phy/00087: Starting virtphy
22:48:40.668053 run  osmo-ms-virt-phy/00087(pid=122): Launched
22:48:40.676377 run           osmo-ms-virt-phy/00088: Starting virtphy
22:48:40.692833 run  osmo-ms-virt-phy/00088(pid=123): Launched
22:48:40.701606 run           osmo-ms-virt-phy/00089: Starting virtphy
22:48:40.720277 run  osmo-ms-virt-phy/00089(pid=124): Launched
22:48:40.729127 run           osmo-ms-virt-phy/00090: Starting virtphy
22:48:40.749099 run  osmo-ms-virt-phy/00090(pid=125): Launched
22:48:40.759043 run           osmo-ms-virt-phy/00091: Starting virtphy
22:48:40.777932 run  osmo-ms-virt-phy/00091(pid=126): Launched
22:48:40.787757 run           osmo-ms-virt-phy/00092: Starting virtphy
22:48:40.807170 run  osmo-ms-virt-phy/00092(pid=127): Launched
22:48:40.824879 run           osmo-ms-virt-phy/00093: Starting virtphy
22:48:40.861872 run  osmo-ms-virt-phy/00093(pid=128): Launched
22:48:40.878723 run           osmo-ms-virt-phy/00094: Starting virtphy
22:48:40.916162 run  osmo-ms-virt-phy/00094(pid=129): Launched
22:48:40.930167 run           osmo-ms-virt-phy/00095: Starting virtphy
22:48:40.949365 run  osmo-ms-virt-phy/00095(pid=130): Launched
22:48:40.958562 run           osmo-ms-virt-phy/00096: Starting virtphy
22:48:40.977886 run  osmo-ms-virt-phy/00096(pid=131): Launched
22:48:40.987049 run           osmo-ms-virt-phy/00097: Starting virtphy
22:48:41.006708 run  osmo-ms-virt-phy/00097(pid=132): Launched
22:48:41.016197 run           osmo-ms-virt-phy/00098: Starting virtphy
22:48:41.035688 run  osmo-ms-virt-phy/00098(pid=133): Launched
22:48:41.045279 run           osmo-ms-virt-phy/00099: Starting virtphy
22:48:41.064239 run  osmo-ms-virt-phy/00099(pid=134): Launched
22:48:41.073220 run                             mass: Checking if sockets are in the filesystem
22:48:41.091221 run                osmo-ms-mob/00000: Starting mobile
22:48:41.110524 run       osmo-ms-mob/00000(pid=135): Launched
22:48:41.136154 run                             mass: MS start registered  {at=18097026.83944903, delay=0.016261279582977295, ms=00000}
22:48:45.292351 run                osmo-ms-mob/00001: Starting mobile
22:48:45.308424 run       osmo-ms-mob/00001(pid=136): Launched
22:48:45.321472 run                             mass: MS start registered  {at=18097031.024808303, delay=0.006633177399635315, ms=00001}
22:48:46.176151 run                             mass: MS performed LU  {at=18097031.879470102, lu_delay=5.040021073073149, ms=00000}
22:48:47.091939 run                osmo-ms-mob/00002: Starting mobile
22:48:47.108416 run       osmo-ms-mob/00002(pid=137): Launched
22:48:47.121974 run                             mass: MS start registered  {at=18097032.825284958, delay=0.005745694041252136, ms=00002}
22:48:48.430906 run                osmo-ms-mob/00003: Starting mobile
22:48:48.444867 run       osmo-ms-mob/00003(pid=138): Launched
22:48:48.457618 run                             mass: MS start registered  {at=18097034.160948373, delay=0.00629308819770813, ms=00003}
22:48:49.488230 run                osmo-ms-mob/00004: Starting mobile
22:48:49.502171 run       osmo-ms-mob/00004(pid=139): Launched
22:48:49.513521 run                             mass: MS start registered  {at=18097035.21683166, delay=0.0048914216458797455, ms=00004}
22:48:50.411950 run                             mass: MS performed LU  {at=18097036.115262717, lu_delay=5.090454414486885, ms=00001}
22:48:50.425743 run                osmo-ms-mob/00005: Starting mobile
22:48:50.442427 run       osmo-ms-mob/00005(pid=140): Launched
22:48:50.455261 run                             mass: MS start registered  {at=18097036.158602767, delay=0.005222611129283905, ms=00005}
22:48:51.387695 run                osmo-ms-mob/00006: Starting mobile
22:48:51.403354 run       osmo-ms-mob/00006(pid=141): Launched
22:48:51.415044 run                             mass: MS start registered  {at=18097037.118383132, delay=0.00481550395488739, ms=00006}
22:48:51.842748 run                             mass: MS performed LU  {at=18097037.546052832, lu_delay=4.720767874270678, ms=00002}
22:48:52.288611 run                osmo-ms-mob/00007: Starting mobile
22:48:52.303795 run       osmo-ms-mob/00007(pid=142): Launched
22:48:52.316045 run                             mass: MS start registered  {at=18097038.019389536, delay=0.0051742978394031525, ms=00007}
22:48:53.089248 run                osmo-ms-mob/00008: Starting mobile
22:48:53.103598 run       osmo-ms-mob/00008(pid=143): Launched
22:48:53.116052 run                             mass: MS start registered  {at=18097038.819393355, delay=0.005559597164392471, ms=00008}
22:48:53.706917 run                             mass: MS performed LU  {at=18097039.41024931, lu_delay=5.249300938099623, ms=00003}
22:48:53.718465 run                osmo-ms-mob/00009: Starting mobile
22:48:53.731992 run       osmo-ms-mob/00009(pid=144): Launched
22:48:53.742973 run                             mass: MS start registered  {at=18097039.446327604, delay=0.004675094038248062, ms=00009}
22:48:54.492373 run                osmo-ms-mob/00010: Starting mobile
22:48:54.508807 run       osmo-ms-mob/00010(pid=145): Launched
22:48:54.520515 run                             mass: MS start registered  {at=18097040.223853283, delay=0.00521763414144516, ms=00010}
22:48:55.087525 run                osmo-ms-mob/00011: Starting mobile
22:48:55.101191 run       osmo-ms-mob/00011(pid=146): Launched
22:48:55.112060 run                             mass: MS start registered  {at=18097040.815409906, delay=0.0044074468314647675, ms=00011}
22:48:55.608790 run                             mass: MS performed LU  {at=18097041.31211421, lu_delay=5.153511442244053, ms=00005}
22:48:55.620826 run                osmo-ms-mob/00012: Starting mobile
22:48:55.634327 run       osmo-ms-mob/00012(pid=147): Launched
22:48:55.641398 run                             mass: MS performed LU  {at=18097041.34475083, lu_delay=6.127919167280197, ms=00004}
22:48:55.647611 run                             mass: MS start registered  {at=18097041.3509753, delay=0.006245393306016922, ms=00012}
22:48:56.288327 run                osmo-ms-mob/00013: Starting mobile
22:48:56.302783 run       osmo-ms-mob/00013(pid=148): Launched
22:48:56.314732 run                             mass: MS start registered  {at=18097042.018076677, delay=0.004219699651002884, ms=00013}
22:48:56.887663 run                osmo-ms-mob/00014: Starting mobile
22:48:56.901593 run       osmo-ms-mob/00014(pid=149): Launched
22:48:56.913152 run                             mass: MS start registered  {at=18097042.616487578, delay=0.005190007388591766, ms=00014}
22:48:57.473008 run                             mass: MS performed LU  {at=18097043.17633474, lu_delay=5.156945202499628, ms=00007}
22:48:57.486326 run                osmo-ms-mob/00015: Starting mobile
22:48:57.502082 run       osmo-ms-mob/00015(pid=150): Launched
22:48:57.515254 run                             mass: MS start registered  {at=18097043.218590833, delay=0.00584426149725914, ms=00015}
22:48:57.537682 run                             mass: MS performed LU  {at=18097043.241016645, lu_delay=6.122633513063192, ms=00006}
22:48:57.987521 run                osmo-ms-mob/00016: Starting mobile
22:48:58.001615 run       osmo-ms-mob/00016(pid=151): Launched
22:48:58.013681 run                             mass: MS start registered  {at=18097043.717023, delay=0.005292885005474091, ms=00016}
22:48:58.488853 run                osmo-ms-mob/00017: Starting mobile
22:48:58.502066 run       osmo-ms-mob/00017(pid=152): Launched
22:48:58.513567 run                             mass: MS start registered  {at=18097044.216913007, delay=0.0050325654447078705, ms=00017}
22:48:59.088252 run                osmo-ms-mob/00018: Starting mobile
22:48:59.101871 run       osmo-ms-mob/00018(pid=153): Launched
22:48:59.113435 run                             mass: MS start registered  {at=18097044.8167806, delay=0.00523633137345314, ms=00018}
22:48:59.374458 run                             mass: MS performed LU  {at=18097045.07778787, lu_delay=4.853934586048126, ms=00010}
22:48:59.401889 run                             mass: MS performed LU  {at=18097045.105232563, lu_delay=5.658904958516359, ms=00009}
22:48:59.413082 run                osmo-ms-mob/00019: Starting mobile
22:48:59.426715 run       osmo-ms-mob/00019(pid=154): Launched
22:48:59.438257 run                             mass: MS start registered  {at=18097045.14159816, delay=0.005147118121385574, ms=00019}
22:48:59.489619 run                             mass: MS performed LU  {at=18097045.19293545, lu_delay=6.373542092740536, ms=00008}
22:48:59.987898 run                osmo-ms-mob/00020: Starting mobile
22:49:00.002483 run       osmo-ms-mob/00020(pid=155): Launched
22:49:00.014002 run                             mass: MS start registered  {at=18097045.717342973, delay=0.004875488579273224, ms=00020}
22:49:00.487993 run                osmo-ms-mob/00021: Starting mobile
22:49:00.501684 run       osmo-ms-mob/00021(pid=156): Launched
22:49:00.512846 run                             mass: MS start registered  {at=18097046.216194708, delay=0.00443657860159874, ms=00021}
22:49:00.887971 run                osmo-ms-mob/00022: Starting mobile
22:49:00.901749 run       osmo-ms-mob/00022(pid=157): Launched
22:49:00.913051 run                             mass: MS start registered  {at=18097046.616392113, delay=0.004947267472743988, ms=00022}
22:49:01.155490 run                             mass: MS performed LU  {at=18097046.858825114, lu_delay=4.8407484367489815, ms=00013}
22:49:01.238399 run                             mass: MS performed LU  {at=18097046.941733804, lu_delay=5.590758502483368, ms=00012}
22:49:01.303926 run                             mass: MS performed LU  {at=18097047.007260434, lu_delay=6.191850528120995, ms=00011}
22:49:01.315416 run                osmo-ms-mob/00023: Starting mobile
22:49:01.328929 run       osmo-ms-mob/00023(pid=158): Launched
22:49:01.340006 run                             mass: MS start registered  {at=18097047.043356653, delay=0.005008276551961899, ms=00023}
22:49:01.788429 run                osmo-ms-mob/00024: Starting mobile
22:49:01.802619 run       osmo-ms-mob/00024(pid=159): Launched
22:49:01.814017 run                             mass: MS start registered  {at=18097047.5173625, delay=0.0050186887383461, ms=00024}
22:49:02.287511 run                osmo-ms-mob/00025: Starting mobile
22:49:02.301105 run       osmo-ms-mob/00025(pid=160): Launched
22:49:02.312223 run                             mass: MS start registered  {at=18097048.015576314, delay=0.004888948053121567, ms=00025}
22:49:02.687263 run                osmo-ms-mob/00026: Starting mobile
22:49:02.700952 run       osmo-ms-mob/00026(pid=161): Launched
22:49:02.711837 run                             mass: MS start registered  {at=18097048.41518879, delay=0.004737790673971176, ms=00026}
22:49:03.087838 run                osmo-ms-mob/00027: Starting mobile
22:49:03.103496 run       osmo-ms-mob/00027(pid=162): Launched
22:49:03.114233 run                             mass: MS start registered  {at=18097048.817587797, delay=0.0038862191140651703, ms=00027}
22:49:03.140295 run                             mass: MS performed LU  {at=18097048.843629677, lu_delay=5.625038843601942, ms=00015}
22:49:03.167765 run                             mass: MS performed LU  {at=18097048.871115256, lu_delay=6.254627678543329, ms=00014}
22:49:03.256230 run                             mass: MS performed LU  {at=18097048.959564164, lu_delay=5.242541164159775, ms=00016}
22:49:03.268572 run                osmo-ms-mob/00028: Starting mobile
22:49:03.281918 run       osmo-ms-mob/00028(pid=163): Launched
22:49:03.293048 run                             mass: MS start registered  {at=18097048.996398285, delay=0.004726257175207138, ms=00028}
22:49:03.298984 run                             mass: MS performed LU  {at=18097049.002345733, lu_delay=4.785432726144791, ms=00017}
22:49:03.888073 run                osmo-ms-mob/00029: Starting mobile
22:49:03.901483 run       osmo-ms-mob/00029(pid=164): Launched
22:49:03.912486 run                             mass: MS start registered  {at=18097049.61583943, delay=0.004970930516719818, ms=00029}
22:49:04.287638 run                osmo-ms-mob/00030: Starting mobile
22:49:04.302919 run       osmo-ms-mob/00030(pid=165): Launched
22:49:04.314301 run                             mass: MS start registered  {at=18097050.01764146, delay=0.0048654042184352875, ms=00030}
22:49:04.687969 run                osmo-ms-mob/00031: Starting mobile
22:49:04.701914 run       osmo-ms-mob/00031(pid=166): Launched
22:49:04.712724 run                             mass: MS start registered  {at=18097050.41607585, delay=0.004479940980672836, ms=00031}
22:49:04.988179 run                osmo-ms-mob/00032: Starting mobile
22:49:05.002124 run       osmo-ms-mob/00032(pid=167): Launched
22:49:05.008962 run                             mass: MS performed LU  {at=18097050.712317187, lu_delay=5.895536586642265, ms=00018}
22:49:05.015265 run                             mass: MS start registered  {at=18097050.71862897, delay=0.006333794444799423, ms=00032}
22:49:05.069502 run                             mass: MS performed LU  {at=18097050.772833437, lu_delay=5.631235275417566, ms=00019}
22:49:05.157599 run                             mass: MS performed LU  {at=18097050.86093175, lu_delay=5.143588777631521, ms=00020}
22:49:05.169371 run                osmo-ms-mob/00033: Starting mobile
22:49:05.182474 run       osmo-ms-mob/00033(pid=168): Launched
22:49:05.193499 run                             mass: MS start registered  {at=18097050.89684766, delay=0.004890285432338715, ms=00033}
22:49:05.199875 run                             mass: MS performed LU  {at=18097050.90323405, lu_delay=4.687039341777563, ms=00021}
22:49:05.787817 run                osmo-ms-mob/00034: Starting mobile
22:49:05.801204 run       osmo-ms-mob/00034(pid=169): Launched
22:49:05.812562 run                             mass: MS start registered  {at=18097051.51590726, delay=0.0049328431487083435, ms=00034}
22:49:06.087674 run                osmo-ms-mob/00035: Starting mobile
22:49:06.101333 run       osmo-ms-mob/00035(pid=170): Launched
22:49:06.112764 run                             mass: MS start registered  {at=18097051.816106256, delay=0.005055181682109833, ms=00035}
22:49:06.488195 run                osmo-ms-mob/00036: Starting mobile
22:49:06.501589 run       osmo-ms-mob/00036(pid=171): Launched
22:49:06.512729 run                             mass: MS start registered  {at=18097052.21608072, delay=0.0050149038434028625, ms=00036}
22:49:06.888255 run                osmo-ms-mob/00037: Starting mobile
22:49:06.902145 run       osmo-ms-mob/00037(pid=172): Launched
22:49:06.908752 run                             mass: MS performed LU  {at=18097052.612106662, lu_delay=5.09474416077137, ms=00024}
22:49:06.914911 run                             mass: MS start registered  {at=18097052.618276916, delay=0.006188783794641495, ms=00037}
22:49:07.021302 run                             mass: MS performed LU  {at=18097052.724636797, lu_delay=6.108244683593512, ms=00022}
22:49:07.032816 run                osmo-ms-mob/00038: Starting mobile
22:49:07.046415 run       osmo-ms-mob/00038(pid=173): Launched
22:49:07.057512 run                             mass: MS start registered  {at=18097052.76086398, delay=0.004539370536804199, ms=00038}
22:49:07.063826 run                             mass: MS performed LU  {at=18097052.767185707, lu_delay=4.751609392464161, ms=00025}
22:49:07.498007 run                osmo-ms-mob/00039: Starting mobile
22:49:07.512129 run       osmo-ms-mob/00039(pid=174): Launched
22:49:07.523441 run                             mass: MS start registered  {at=18097053.22679153, delay=0.004999183118343353, ms=00039}
22:49:07.887729 run                osmo-ms-mob/00040: Starting mobile
22:49:07.901865 run       osmo-ms-mob/00040(pid=175): Launched
22:49:07.913092 run                             mass: MS start registered  {at=18097053.616441883, delay=0.004816938191652298, ms=00040}
22:49:08.188359 run                osmo-ms-mob/00041: Starting mobile
22:49:08.202172 run       osmo-ms-mob/00041(pid=176): Launched
22:49:08.213563 run                             mass: MS start registered  {at=18097053.91691217, delay=0.0046858154237270355, ms=00041}
22:49:08.488345 run                osmo-ms-mob/00042: Starting mobile
22:49:08.503025 run       osmo-ms-mob/00042(pid=177): Launched
22:49:08.514797 run                             mass: MS start registered  {at=18097054.21814349, delay=0.004955034703016281, ms=00042}
22:49:08.687638 run                             mass: MS performed LU  {at=18097054.39097329, lu_delay=5.394575003534555, ms=00028}
22:49:08.770988 run                             mass: MS performed LU  {at=18097054.474320285, lu_delay=4.858480855822563, ms=00029}
22:49:08.782857 run                osmo-ms-mob/00043: Starting mobile
22:49:08.796738 run       osmo-ms-mob/00043(pid=178): Launched
22:49:08.809608 run                             mass: MS start registered  {at=18097054.51295587, delay=0.0063026100397109985, ms=00043}
22:49:08.835560 run                             mass: MS performed LU  {at=18097054.538874567, lu_delay=6.123685777187347, ms=00026}
22:49:08.960305 run                             mass: MS performed LU  {at=18097054.663640287, lu_delay=5.84605249017477, ms=00027}
22:49:08.971680 run                osmo-ms-mob/00044: Starting mobile
22:49:08.985594 run       osmo-ms-mob/00044(pid=179): Launched
22:49:08.993506 run                             mass: MS performed LU  {at=18097054.69686096, lu_delay=4.679219502955675, ms=00030}
22:49:08.999739 run                             mass: MS start registered  {at=18097054.703104135, delay=0.006268244236707687, ms=00044}
22:49:09.772838 run                osmo-ms-mob/00045: Starting mobile
22:49:09.787269 run       osmo-ms-mob/00045(pid=180): Launched
22:49:09.793756 run                             mass: Starting too slowly. Moving on {now=18097055.497122698, sleep=-0.21219494193792343, target=18097055.284927756}
22:49:09.799882 run                             mass: MS start registered  {at=18097055.503240194, delay=0.006120022386312485, ms=00045}
22:49:09.806022 run                             mass: Starting too slowly. Moving on {now=18097055.50939183, sleep=-0.12446407228708267, target=18097055.384927757}
22:49:09.811975 run                             mass: Starting too slowly. Moving on {now=18097055.515346296, sleep=-0.03041853755712509, target=18097055.48492776}
22:49:09.823334 run                osmo-ms-mob/00046: Starting mobile
22:49:09.837369 run       osmo-ms-mob/00046(pid=181): Launched
22:49:09.848327 run                             mass: MS start registered  {at=18097055.5516804, delay=0.004531450569629669, ms=00046}
22:49:10.089385 run                osmo-ms-mob/00047: Starting mobile
22:49:10.103856 run       osmo-ms-mob/00047(pid=182): Launched
22:49:10.115369 run                             mass: MS start registered  {at=18097055.81871473, delay=0.004661593586206436, ms=00047}
22:49:10.387802 run                osmo-ms-mob/00048: Starting mobile
22:49:10.402009 run       osmo-ms-mob/00048(pid=183): Launched
22:49:10.413444 run                             mass: MS start registered  {at=18097056.116788313, delay=0.0050702691078186035, ms=00048}
22:49:10.687861 run                osmo-ms-mob/00049: Starting mobile
22:49:10.701807 run       osmo-ms-mob/00049(pid=184): Launched
22:49:10.713477 run                             mass: MS start registered  {at=18097056.416812338, delay=0.005254589021205902, ms=00049}
22:49:10.987817 run                osmo-ms-mob/00050: Starting mobile
22:49:11.001034 run       osmo-ms-mob/00050(pid=185): Launched
22:49:11.011860 run                             mass: MS start registered  {at=18097056.71521304, delay=0.004761908203363419, ms=00050}
22:49:11.142501 run                             mass: MS performed LU  {at=18097056.84583199, lu_delay=6.429756138473749, ms=00031}
22:49:11.258656 run                             mass: MS performed LU  {at=18097056.96198487, lu_delay=5.145878612995148, ms=00035}
22:49:11.294911 run                             mass: MS performed LU  {at=18097056.998245183, lu_delay=6.279616214334965, ms=00032}
22:49:11.306770 run                osmo-ms-mob/00051: Starting mobile
22:49:11.320873 run       osmo-ms-mob/00051(pid=186): Launched
22:49:11.332144 run                             mass: MS start registered  {at=18097057.03549375, delay=0.0049659572541713715, ms=00051}
22:49:11.350231 run                             mass: MS performed LU  {at=18097057.053584214, lu_delay=5.537676952779293, ms=00034}
22:49:11.688784 run                osmo-ms-mob/00052: Starting mobile
22:49:11.702712 run       osmo-ms-mob/00052(pid=187): Launched
22:49:11.713598 run                             mass: MS start registered  {at=18097057.416948177, delay=0.004735138267278671, ms=00052}
22:49:11.987844 run                osmo-ms-mob/00053: Starting mobile
22:49:12.002046 run       osmo-ms-mob/00053(pid=188): Launched
22:49:12.013246 run                             mass: MS start registered  {at=18097057.71659696, delay=0.004749264568090439, ms=00053}
22:49:12.287627 run                osmo-ms-mob/00054: Starting mobile
22:49:12.302870 run       osmo-ms-mob/00054(pid=189): Launched
22:49:12.314435 run                             mass: MS start registered  {at=18097058.01777807, delay=0.00398968905210495, ms=00054}
22:49:12.453812 run                             mass: MS performed LU  {at=18097058.15714298, lu_delay=5.94106225669384, ms=00036}
22:49:12.535976 run                             mass: MS performed LU  {at=18097058.239309963, lu_delay=5.012518431991339, ms=00039}
22:49:12.547938 run                osmo-ms-mob/00055: Starting mobile
22:49:12.561875 run       osmo-ms-mob/00055(pid=190): Launched
22:49:12.573151 run                             mass: MS start registered  {at=18097058.276503753, delay=0.004864327609539032, ms=00055}
22:49:12.600689 run                             mass: MS performed LU  {at=18097058.30402398, lu_delay=5.543160002678633, ms=00038}
22:49:12.726315 run                             mass: MS performed LU  {at=18097058.42964771, lu_delay=5.8113707937300205, ms=00037}
22:49:12.738231 run                osmo-ms-mob/00056: Starting mobile
22:49:12.752568 run       osmo-ms-mob/00056(pid=191): Launched
22:49:12.758973 run                             mass: MS performed LU  {at=18097058.462327886, lu_delay=4.845886003226042, ms=00040}
22:49:12.765388 run                             mass: MS start registered  {at=18097058.468748327, delay=0.006444871425628662, ms=00056}
22:49:13.188915 run                osmo-ms-mob/00057: Starting mobile
22:49:13.203211 run       osmo-ms-mob/00057(pid=192): Launched
22:49:13.214320 run                             mass: MS start registered  {at=18097058.917667642, delay=0.004676520824432373, ms=00057}
22:49:13.588331 run                osmo-ms-mob/00058: Starting mobile
22:49:13.602307 run       osmo-ms-mob/00058(pid=193): Launched
22:49:13.613612 run                             mass: MS start registered  {at=18097059.316960335, delay=0.004821594804525375, ms=00058}
22:49:13.652792 run                             mass: MS performed LU  {at=18097059.356131844, lu_delay=3.5374171137809753, ms=00047}
22:49:13.888327 run                osmo-ms-mob/00059: Starting mobile
22:49:13.902676 run       osmo-ms-mob/00059(pid=194): Launched
22:49:13.914220 run                             mass: MS start registered  {at=18097059.61756291, delay=0.00407920777797699, ms=00059}
22:49:14.187829 run                osmo-ms-mob/00060: Starting mobile
22:49:14.201906 run       osmo-ms-mob/00060(pid=195): Launched
22:49:14.219618 run                             mass: MS start registered  {at=18097059.922936805, delay=0.007976647466421127, ms=00060}
22:49:14.355175 run                             mass: MS performed LU  {at=18097060.058508616, lu_delay=5.545552745461464, ms=00043}
22:49:14.464934 run                             mass: MS performed LU  {at=18097060.16826857, lu_delay=5.4651644341647625, ms=00044}
22:49:14.588171 run                osmo-ms-mob/00061: Starting mobile
22:49:14.602438 run       osmo-ms-mob/00061(pid=196): Launched
22:49:14.613739 run                             mass: MS start registered  {at=18097060.31708497, delay=0.004635948687791824, ms=00061}
22:49:14.645787 run                             mass: MS performed LU  {at=18097060.34911796, lu_delay=4.797437559813261, ms=00046}
22:49:14.682797 run                             mass: MS performed LU  {at=18097060.38612978, lu_delay=4.882889587432146, ms=00045}
22:49:14.694860 run                osmo-ms-mob/00062: Starting mobile
22:49:14.708606 run       osmo-ms-mob/00062(pid=197): Launched
22:49:14.719862 run                             mass: MS start registered  {at=18097060.42320934, delay=0.00488821417093277, ms=00062}
22:49:15.187365 run                osmo-ms-mob/00063: Starting mobile
22:49:15.201509 run       osmo-ms-mob/00063(pid=198): Launched
22:49:15.213621 run                             mass: MS start registered  {at=18097060.91696523, delay=0.005811654031276703, ms=00063}
22:49:15.361173 run                             mass: MS performed LU  {at=18097061.064507242, lu_delay=7.147595074027777, ms=00041}
22:49:15.531294 run                             mass: MS performed LU  {at=18097061.23463035, lu_delay=3.817682173103094, ms=00052}
22:49:15.543328 run                osmo-ms-mob/00064: Starting mobile
22:49:15.557609 run       osmo-ms-mob/00064(pid=199): Launched
22:49:15.569714 run                             mass: MS start registered  {at=18097061.273052122, delay=0.0057869553565979, ms=00064}
22:49:15.988181 run                osmo-ms-mob/00065: Starting mobile
22:49:16.001734 run       osmo-ms-mob/00065(pid=200): Launched
22:49:16.012761 run                             mass: MS start registered  {at=18097061.71610857, delay=0.004799447953701019, ms=00065}
22:49:16.219524 run                             mass: MS performed LU  {at=18097061.92285918, lu_delay=4.887365430593491, ms=00051}
22:49:16.231383 run                osmo-ms-mob/00066: Starting mobile
22:49:16.245368 run       osmo-ms-mob/00066(pid=201): Launched
22:49:16.256106 run                             mass: MS performed LU  {at=18097061.959435254, lu_delay=5.542622916400433, ms=00049}
22:49:16.262777 run                             mass: MS start registered  {at=18097061.966142584, delay=0.010729361325502396, ms=00066}
22:49:16.366392 run                             mass: MS performed LU  {at=18097062.0697271, lu_delay=5.354514058679342, ms=00050}
22:49:16.510457 run                             mass: MS performed LU  {at=18097062.213789895, lu_delay=6.0970015823841095, ms=00048}
22:49:16.521828 run                osmo-ms-mob/00067: Starting mobile
22:49:16.535193 run       osmo-ms-mob/00067(pid=202): Launched
22:49:16.546238 run                             mass: MS start registered  {at=18097062.2495892, delay=0.0047271959483623505, ms=00067}
22:49:16.987577 run                osmo-ms-mob/00068: Starting mobile
22:49:17.001742 run       osmo-ms-mob/00068(pid=203): Launched
22:49:17.013589 run                             mass: MS start registered  {at=18097062.716931123, delay=0.00535229966044426, ms=00068}
22:49:17.389609 run                osmo-ms-mob/00069: Starting mobile
22:49:17.404284 run       osmo-ms-mob/00069(pid=204): Launched
22:49:17.410945 run                             mass: MS performed LU  {at=18097063.11430031, lu_delay=4.196632668375969, ms=00057}
22:49:17.417486 run                             mass: MS start registered  {at=18097063.120849475, delay=0.006570164114236832, ms=00069}
22:49:17.792407 run                osmo-ms-mob/00070: Starting mobile
22:49:17.808232 run       osmo-ms-mob/00070(pid=205): Launched
22:49:17.819935 run                             mass: MS start registered  {at=18097063.52327856, delay=0.005295649170875549, ms=00070}
22:49:18.121497 run                             mass: MS performed LU  {at=18097063.82470186, lu_delay=5.35595353320241, ms=00056}
22:49:18.148183 run                osmo-ms-mob/00071: Starting mobile
22:49:18.162355 run       osmo-ms-mob/00071(pid=206): Launched
22:49:18.173954 run                             mass: MS start registered  {at=18097063.87730041, delay=0.005194801837205887, ms=00071}
22:49:18.180384 run                             mass: MS performed LU  {at=18097063.88374411, lu_delay=5.607240356504917, ms=00055}
22:49:18.232269 run                             mass: MS performed LU  {at=18097063.93549873, lu_delay=4.618538394570351, ms=00058}
22:49:18.448635 run                             mass: MS performed LU  {at=18097064.151960056, lu_delay=6.13418198749423, ms=00054}
22:49:18.460549 run                osmo-ms-mob/00072: Starting mobile
22:49:18.474611 run       osmo-ms-mob/00072(pid=207): Launched
22:49:18.486289 run                             mass: MS start registered  {at=18097064.189625666, delay=0.005315069109201431, ms=00072}
22:49:18.989165 run                osmo-ms-mob/00073: Starting mobile
22:49:19.003502 run       osmo-ms-mob/00073(pid=208): Launched
22:49:19.015643 run                             mass: MS start registered  {at=18097064.71898068, delay=0.005770120769739151, ms=00073}
22:49:19.191782 run                             mass: MS performed LU  {at=18097064.89507154, lu_delay=7.1784745790064335, ms=00053}
22:49:19.293402 run                             mass: MS performed LU  {at=18097064.996728532, lu_delay=4.67964356020093, ms=00061}
22:49:19.306176 run                osmo-ms-mob/00074: Starting mobile
22:49:19.320838 run       osmo-ms-mob/00074(pid=209): Launched
22:49:19.327177 run                             mass: MS performed LU  {at=18097065.03053349, lu_delay=3.7574813663959503, ms=00064}
22:49:19.333430 run                             mass: MS start registered  {at=18097065.036794417, delay=0.006285075098276138, ms=00074}
22:49:19.801200 run                osmo-ms-mob/00075: Starting mobile
22:49:19.815432 run       osmo-ms-mob/00075(pid=210): Launched
22:49:19.826240 run                             mass: MS start registered  {at=18097065.529590122, delay=0.004668340086936951, ms=00075}
22:49:20.022526 run                             mass: MS performed LU  {at=18097065.72585718, lu_delay=6.108294270932674, ms=00059}
22:49:20.040383 run                             mass: MS performed LU  {at=18097065.7437197, lu_delay=5.820782896131277, ms=00060}
22:49:20.287777 run                osmo-ms-mob/00076: Starting mobile
22:49:20.302353 run       osmo-ms-mob/00076(pid=211): Launched
22:49:20.314084 run                             mass: MS start registered  {at=18097066.017421275, delay=0.0052123405039310455, ms=00076}
22:49:20.687621 run                osmo-ms-mob/00077: Starting mobile
22:49:20.701716 run       osmo-ms-mob/00077(pid=212): Launched
22:49:20.713310 run                             mass: MS start registered  {at=18097066.416646488, delay=0.005209006369113922, ms=00077}
22:49:21.056017 run                             mass: MS performed LU  {at=18097066.75934534, lu_delay=5.8423801101744175, ms=00063}
22:49:21.188608 run                osmo-ms-mob/00078: Starting mobile
22:49:21.203091 run       osmo-ms-mob/00078(pid=213): Launched
22:49:21.214501 run                             mass: MS start registered  {at=18097066.917844456, delay=0.004967972636222839, ms=00078}
22:49:21.592967 run                osmo-ms-mob/00079: Starting mobile
22:49:21.609599 run       osmo-ms-mob/00079(pid=214): Launched
22:49:21.621314 run                             mass: MS start registered  {at=18097067.324651644, delay=0.0050850361585617065, ms=00079}
22:49:21.849522 run                             mass: MS performed LU  {at=18097067.552856226, lu_delay=5.303267024457455, ms=00067}
22:49:21.886575 run                             mass: MS performed LU  {at=18097067.58990885, lu_delay=5.623766265809536, ms=00066}
22:49:21.969121 run                             mass: MS performed LU  {at=18097067.672433972, lu_delay=4.955502849072218, ms=00068}
22:49:21.982222 run                osmo-ms-mob/00080: Starting mobile
22:49:21.996430 run       osmo-ms-mob/00080(pid=215): Launched
22:49:22.007741 run                             mass: MS start registered  {at=18097067.711092778, delay=0.004463348537683487, ms=00080}
22:49:22.177360 run                             mass: MS performed LU  {at=18097067.880693235, lu_delay=6.1645846627652645, ms=00065}
22:49:22.250889 run                             mass: MS performed LU  {at=18097067.954223905, lu_delay=4.8333744294941425, ms=00069}
22:49:22.589311 run                osmo-ms-mob/00081: Starting mobile
22:49:22.603849 run       osmo-ms-mob/00081(pid=216): Launched
22:49:22.615808 run                             mass: MS start registered  {at=18097068.319125853, delay=0.005447689443826675, ms=00081}
22:49:22.989241 run                osmo-ms-mob/00082: Starting mobile
22:49:23.003740 run       osmo-ms-mob/00082(pid=217): Launched
22:49:23.015632 run                             mass: MS start registered  {at=18097068.718969353, delay=0.005465492606163025, ms=00082}
22:49:23.054239 run                             mass: MS performed LU  {at=18097068.757549293, lu_delay=3.7207548767328262, ms=00074}
22:49:23.061889 run                             mass: MS performed LU  {at=18097068.765254576, lu_delay=21.721897922456264, ms=00023}
22:49:23.602922 run                osmo-ms-mob/00083: Starting mobile
22:49:23.616800 run       osmo-ms-mob/00083(pid=218): Launched
22:49:23.627748 run                             mass: MS start registered  {at=18097069.331096448, delay=0.0046491846442222595, ms=00083}
22:49:23.788663 run                             mass: MS performed LU  {at=18097069.49195631, lu_delay=5.968677747994661, ms=00070}
22:49:23.806928 run                             mass: MS performed LU  {at=18097069.510241456, lu_delay=5.320615790784359, ms=00072}
22:49:23.879670 run                             mass: MS performed LU  {at=18097069.583004594, lu_delay=5.705704182386398, ms=00071}
22:49:23.892297 run                osmo-ms-mob/00084: Starting mobile
22:49:23.906718 run       osmo-ms-mob/00084(pid=219): Launched
22:49:23.925315 run                             mass: MS start registered  {at=18097069.62863288, delay=0.01103227213025093, ms=00084}
22:49:24.096779 run                             mass: MS performed LU  {at=18097069.80011084, lu_delay=5.0811301581561565, ms=00073}
22:49:24.598174 run                osmo-ms-mob/00085: Starting mobile
22:49:24.636306 run       osmo-ms-mob/00085(pid=220): Launched
22:49:24.656924 run                             mass: MS start registered  {at=18097070.360236324, delay=0.0029872357845306396, ms=00085}
22:49:25.191236 run                osmo-ms-mob/00086: Starting mobile
22:49:25.214647 run       osmo-ms-mob/00086(pid=221): Launched
22:49:25.233665 run                             mass: MS start registered  {at=18097070.93699234, delay=0.0074882954359054565, ms=00086}
22:49:25.716758 run                             mass: MS performed LU  {at=18097071.420076393, lu_delay=5.402655117213726, ms=00076}
22:49:25.730794 run                osmo-ms-mob/00087: Starting mobile
22:49:25.747903 run       osmo-ms-mob/00087(pid=222): Launched
22:49:25.755547 run                             mass: MS performed LU  {at=18097071.458899777, lu_delay=5.042253289371729, ms=00077}
22:49:25.763069 run                             mass: MS start registered  {at=18097071.46643085, delay=0.007556930184364319, ms=00087}
22:49:25.850370 run                             mass: MS performed LU  {at=18097071.553700328, lu_delay=4.635855872184038, ms=00078}
22:49:26.388272 run                osmo-ms-mob/00088: Starting mobile
22:49:26.403011 run       osmo-ms-mob/00088(pid=223): Launched
22:49:26.414599 run                             mass: MS start registered  {at=18097072.11791291, delay=0.005208715796470642, ms=00088}
22:49:26.992644 run                osmo-ms-mob/00089: Starting mobile
22:49:27.009222 run       osmo-ms-mob/00089(pid=224): Launched
22:49:27.021957 run                             mass: MS start registered  {at=18097072.725302033, delay=0.005220185965299606, ms=00089}
22:49:27.517021 run                             mass: MS performed LU  {at=18097073.220351975, lu_delay=4.901226121932268, ms=00081}
22:49:27.529320 run                osmo-ms-mob/00090: Starting mobile
22:49:27.544906 run       osmo-ms-mob/00090(pid=225): Launched
22:49:27.552115 run                             mass: MS performed LU  {at=18097073.255469784, lu_delay=5.930818140506744, ms=00079}
22:49:27.559747 run                             mass: MS start registered  {at=18097073.263109002, delay=0.007660701870918274, ms=00090}
22:49:27.646122 run                             mass: MS performed LU  {at=18097073.349412374, lu_delay=4.630443021655083, ms=00082}
22:49:27.789081 run                             mass: MS performed LU  {at=18097073.49239341, lu_delay=5.781300634145737, ms=00080}
22:49:28.294381 run                osmo-ms-mob/00091: Starting mobile
22:49:28.308811 run       osmo-ms-mob/00091(pid=226): Launched
22:49:28.320195 run                             mass: MS start registered  {at=18097074.023538932, delay=0.00485595315694809, ms=00091}
22:49:28.541749 run                             mass: MS performed LU  {at=18097074.24508164, lu_delay=23.348233979195356, ms=00033}
22:49:28.993832 run                osmo-ms-mob/00092: Starting mobile
22:49:29.011720 run       osmo-ms-mob/00092(pid=227): Launched
22:49:29.025756 run                             mass: MS start registered  {at=18097074.72909053, delay=0.003291673958301544, ms=00092}
22:49:29.381636 run                             mass: MS performed LU  {at=18097075.08496312, lu_delay=5.753866672515869, ms=00083}
22:49:29.454831 run                             mass: MS performed LU  {at=18097075.158164356, lu_delay=4.7979280315339565, ms=00085}
22:49:29.501703 run                             mass: MS performed LU  {at=18097075.205031957, lu_delay=5.576399076730013, ms=00084}
22:49:29.794665 run                osmo-ms-mob/00093: Starting mobile
22:49:29.830182 run       osmo-ms-mob/00093(pid=228): Launched
22:49:29.855905 run                             mass: MS start registered  {at=18097075.559192102, delay=0.007245998829603195, ms=00093}
22:49:30.692531 run                osmo-ms-mob/00094: Starting mobile
22:49:30.710060 run       osmo-ms-mob/00094(pid=229): Launched
22:49:30.724048 run                             mass: MS start registered  {at=18097076.427345686, delay=0.005930397659540176, ms=00094}
22:49:31.282139 run                             mass: MS performed LU  {at=18097076.98545368, lu_delay=6.048461340367794, ms=00086}
22:49:31.300490 run                             mass: MS performed LU  {at=18097077.00384319, lu_delay=4.885930277407169, ms=00088}
22:49:31.411459 run                             mass: MS performed LU  {at=18097077.11478545, lu_delay=5.648354601114988, ms=00087}
22:49:31.588078 run                osmo-ms-mob/00095: Starting mobile
22:49:31.602772 run       osmo-ms-mob/00095(pid=230): Launched
22:49:31.609709 run                             mass: MS performed LU  {at=18097077.313062266, lu_delay=23.09491877630353, ms=00042}
22:49:31.616852 run                             mass: MS start registered  {at=18097077.320214648, delay=0.00717567652463913, ms=00095}
22:49:32.589554 run                osmo-ms-mob/00096: Starting mobile
22:49:32.604097 run       osmo-ms-mob/00096(pid=231): Launched
22:49:32.616507 run                             mass: MS start registered  {at=18097078.3198357, delay=0.005574379116296768, ms=00096}
22:49:33.266891 run                             mass: MS performed LU  {at=18097078.970218655, lu_delay=6.244916621595621, ms=00089}
22:49:33.313492 run                             mass: MS performed LU  {at=18097079.016817354, lu_delay=4.993278421461582, ms=00091}
22:49:33.382371 run                             mass: MS performed LU  {at=18097079.085679106, lu_delay=5.822570104151964, ms=00090}
22:49:33.695375 run                osmo-ms-mob/00097: Starting mobile
22:49:33.709581 run       osmo-ms-mob/00097(pid=232): Launched
22:49:33.721461 run                             mass: MS start registered  {at=18097079.424803466, delay=0.005418423563241959, ms=00097}
22:49:34.989365 run                osmo-ms-mob/00098: Starting mobile
22:49:35.004273 run       osmo-ms-mob/00098(pid=233): Launched
22:49:35.015897 run                             mass: MS start registered  {at=18097080.71923523, delay=0.005044374614953995, ms=00098}
22:49:35.131894 run                             mass: MS performed LU  {at=18097080.8351816, lu_delay=5.27598949894309, ms=00093}
22:49:35.177702 run                             mass: MS performed LU  {at=18097080.881034117, lu_delay=6.15194358676672, ms=00092}
22:49:35.283989 run                             mass: MS performed LU  {at=18097080.987322252, lu_delay=4.559976566582918, ms=00094}
22:49:36.788680 run                osmo-ms-mob/00099: Starting mobile
22:49:36.802672 run       osmo-ms-mob/00099(pid=234): Launched
22:49:36.809003 run                             mass: All started... {duration=55.72744441404939, too_slow=3}
22:49:36.815216 run                             mass: MS start registered  {at=18097082.518573657, delay=0.006204936653375626, ms=00099}
22:49:37.032507 run                             mass: MS performed LU  {at=18097082.735840663, lu_delay=4.416004963219166, ms=00096}
22:49:37.080281 run                             mass: MS performed LU  {at=18097082.78354664, lu_delay=5.4633319936692715, ms=00095}
22:49:37.148838 run                             mass: MS performed LU  {at=18097082.852089975, lu_delay=22.428880635648966, ms=00062}
22:49:38.898951 run                             mass: MS performed LU  {at=18097084.602161273, lu_delay=5.17735780775547, ms=00097}
22:49:40.798617 run                             mass: MS performed LU  {at=18097086.501934577, lu_delay=5.782699346542358, ms=00098}
22:49:42.663855 run                             mass: MS performed LU  {at=18097088.367186353, lu_delay=5.848612695932388, ms=00099}
22:49:42.944597 run                             mass: MS performed LU  {at=18097088.647929523, lu_delay=23.118339400738478, ms=00075}
22:49:42.951243 run                             mass: Tests done {all_completed=True, max=23.348233979195356, min=3.5374171137809753}
22:49:42.957162 tst         register_default_mass.py: Test passed (85.2 sec)
22:49:42.962800 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminating (SIGTERM)
22:49:42.966291 run      osmo-hlr_127.0.42.2(pid=23): Terminating (SIGTERM)
22:49:42.969700 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminating (SIGTERM)
22:49:42.973100 run      osmo-stp_127.0.42.5(pid=25): Terminating (SIGTERM)
22:49:42.976501 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminating (SIGTERM)
22:49:42.979915 run      osmo-msc_127.0.42.6(pid=27): Terminating (SIGTERM)
22:49:42.983353 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminating (SIGTERM)
22:49:42.986757 run      osmo-mgw_127.0.42.3(pid=29): Terminating (SIGTERM)
22:49:42.990172 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminating (SIGTERM)
22:49:42.993588 run      osmo-mgw_127.0.42.4(pid=31): Terminating (SIGTERM)
22:49:42.997024 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminating (SIGTERM)
22:49:43.000461 run      osmo-bsc_127.0.42.7(pid=33): Terminating (SIGTERM)
22:49:43.003867 run         osmo-bts-virtual(pid=34): Terminating (SIGTERM)
22:49:43.007266 run   osmo-ms-virt-phy/00000(pid=35): Terminating (SIGTERM)
22:49:43.010673 run   osmo-ms-virt-phy/00001(pid=36): Terminating (SIGTERM)
22:49:43.014101 run   osmo-ms-virt-phy/00002(pid=37): Terminating (SIGTERM)
22:49:43.017609 run   osmo-ms-virt-phy/00003(pid=38): Terminating (SIGTERM)
22:49:43.021198 run   osmo-ms-virt-phy/00004(pid=39): Terminating (SIGTERM)
22:49:43.024674 run   osmo-ms-virt-phy/00005(pid=40): Terminating (SIGTERM)
22:49:43.028191 run   osmo-ms-virt-phy/00006(pid=41): Terminating (SIGTERM)
22:49:43.031626 run   osmo-ms-virt-phy/00007(pid=42): Terminating (SIGTERM)
22:49:43.035043 run   osmo-ms-virt-phy/00008(pid=43): Terminating (SIGTERM)
22:49:43.038531 run   osmo-ms-virt-phy/00009(pid=44): Terminating (SIGTERM)
22:49:43.042276 run   osmo-ms-virt-phy/00010(pid=45): Terminating (SIGTERM)
22:49:43.045730 run   osmo-ms-virt-phy/00011(pid=46): Terminating (SIGTERM)
22:49:43.049182 run   osmo-ms-virt-phy/00012(pid=47): Terminating (SIGTERM)
22:49:43.052636 run   osmo-ms-virt-phy/00013(pid=48): Terminating (SIGTERM)
22:49:43.056209 run   osmo-ms-virt-phy/00014(pid=49): Terminating (SIGTERM)
22:49:43.059889 run   osmo-ms-virt-phy/00015(pid=50): Terminating (SIGTERM)
22:49:43.063405 run   osmo-ms-virt-phy/00016(pid=51): Terminating (SIGTERM)
22:49:43.066855 run   osmo-ms-virt-phy/00017(pid=52): Terminating (SIGTERM)
22:49:43.070394 run   osmo-ms-virt-phy/00018(pid=53): Terminating (SIGTERM)
22:49:43.073859 run   osmo-ms-virt-phy/00019(pid=54): Terminating (SIGTERM)
22:49:43.077329 run   osmo-ms-virt-phy/00020(pid=55): Terminating (SIGTERM)
22:49:43.080768 run   osmo-ms-virt-phy/00021(pid=56): Terminating (SIGTERM)
22:49:43.084224 run   osmo-ms-virt-phy/00022(pid=57): Terminating (SIGTERM)
22:49:43.087876 run   osmo-ms-virt-phy/00023(pid=58): Terminating (SIGTERM)
22:49:43.091660 run   osmo-ms-virt-phy/00024(pid=59): Terminating (SIGTERM)
22:49:43.095093 run   osmo-ms-virt-phy/00025(pid=60): Terminating (SIGTERM)
22:49:43.098525 run   osmo-ms-virt-phy/00026(pid=61): Terminating (SIGTERM)
22:49:43.102344 run   osmo-ms-virt-phy/00027(pid=62): Terminating (SIGTERM)
22:49:43.105983 run   osmo-ms-virt-phy/00028(pid=63): Terminating (SIGTERM)
22:49:43.109620 run   osmo-ms-virt-phy/00029(pid=64): Terminating (SIGTERM)
22:49:43.113038 run   osmo-ms-virt-phy/00030(pid=65): Terminating (SIGTERM)
22:49:43.116456 run   osmo-ms-virt-phy/00031(pid=66): Terminating (SIGTERM)
22:49:43.119868 run   osmo-ms-virt-phy/00032(pid=67): Terminating (SIGTERM)
22:49:43.123293 run   osmo-ms-virt-phy/00033(pid=68): Terminating (SIGTERM)
22:49:43.126711 run   osmo-ms-virt-phy/00034(pid=69): Terminating (SIGTERM)
22:49:43.130135 run   osmo-ms-virt-phy/00035(pid=70): Terminating (SIGTERM)
22:49:43.133660 run   osmo-ms-virt-phy/00036(pid=71): Terminating (SIGTERM)
22:49:43.137295 run   osmo-ms-virt-phy/00037(pid=72): Terminating (SIGTERM)
22:49:43.140725 run   osmo-ms-virt-phy/00038(pid=73): Terminating (SIGTERM)
22:49:43.144176 run   osmo-ms-virt-phy/00039(pid=74): Terminating (SIGTERM)
22:49:43.147614 run   osmo-ms-virt-phy/00040(pid=75): Terminating (SIGTERM)
22:49:43.151088 run   osmo-ms-virt-phy/00041(pid=76): Terminating (SIGTERM)
22:49:43.154533 run   osmo-ms-virt-phy/00042(pid=77): Terminating (SIGTERM)
22:49:43.157967 run   osmo-ms-virt-phy/00043(pid=78): Terminating (SIGTERM)
22:49:43.161581 run   osmo-ms-virt-phy/00044(pid=79): Terminating (SIGTERM)
22:49:43.165450 run   osmo-ms-virt-phy/00045(pid=80): Terminating (SIGTERM)
22:49:43.169550 run   osmo-ms-virt-phy/00046(pid=81): Terminating (SIGTERM)
22:49:43.173718 run   osmo-ms-virt-phy/00047(pid=82): Terminating (SIGTERM)
22:49:43.178047 run   osmo-ms-virt-phy/00048(pid=83): Terminating (SIGTERM)
22:49:43.182542 run   osmo-ms-virt-phy/00049(pid=84): Terminating (SIGTERM)
22:49:43.186843 run   osmo-ms-virt-phy/00050(pid=85): Terminating (SIGTERM)
22:49:43.191108 run   osmo-ms-virt-phy/00051(pid=86): Terminating (SIGTERM)
22:49:43.195373 run   osmo-ms-virt-phy/00052(pid=87): Terminating (SIGTERM)
22:49:43.200147 run   osmo-ms-virt-phy/00053(pid=88): Terminating (SIGTERM)
22:49:43.204419 run   osmo-ms-virt-phy/00054(pid=89): Terminating (SIGTERM)
22:49:43.208714 run   osmo-ms-virt-phy/00055(pid=90): Terminating (SIGTERM)
22:49:43.212971 run   osmo-ms-virt-phy/00056(pid=91): Terminating (SIGTERM)
22:49:43.217229 run   osmo-ms-virt-phy/00057(pid=92): Terminating (SIGTERM)
22:49:43.221423 run   osmo-ms-virt-phy/00058(pid=93): Terminating (SIGTERM)
22:49:43.225680 run   osmo-ms-virt-phy/00059(pid=94): Terminating (SIGTERM)
22:49:43.229948 run   osmo-ms-virt-phy/00060(pid=95): Terminating (SIGTERM)
22:49:43.234220 run   osmo-ms-virt-phy/00061(pid=96): Terminating (SIGTERM)
22:49:43.238509 run   osmo-ms-virt-phy/00062(pid=97): Terminating (SIGTERM)
22:49:43.242783 run   osmo-ms-virt-phy/00063(pid=98): Terminating (SIGTERM)
22:49:43.247068 run   osmo-ms-virt-phy/00064(pid=99): Terminating (SIGTERM)
22:49:43.251887 run  osmo-ms-virt-phy/00065(pid=100): Terminating (SIGTERM)
22:49:43.256224 run  osmo-ms-virt-phy/00066(pid=101): Terminating (SIGTERM)
22:49:43.260542 run  osmo-ms-virt-phy/00067(pid=102): Terminating (SIGTERM)
22:49:43.264899 run  osmo-ms-virt-phy/00068(pid=103): Terminating (SIGTERM)
22:49:43.269217 run  osmo-ms-virt-phy/00069(pid=104): Terminating (SIGTERM)
22:49:43.273583 run  osmo-ms-virt-phy/00070(pid=105): Terminating (SIGTERM)
22:49:43.278073 run  osmo-ms-virt-phy/00071(pid=106): Terminating (SIGTERM)
22:49:43.282475 run  osmo-ms-virt-phy/00072(pid=107): Terminating (SIGTERM)
22:49:43.286957 run  osmo-ms-virt-phy/00073(pid=108): Terminating (SIGTERM)
22:49:43.291368 run  osmo-ms-virt-phy/00074(pid=109): Terminating (SIGTERM)
22:49:43.295846 run  osmo-ms-virt-phy/00075(pid=110): Terminating (SIGTERM)
22:49:43.300172 run  osmo-ms-virt-phy/00076(pid=111): Terminating (SIGTERM)
22:49:43.304435 run  osmo-ms-virt-phy/00077(pid=112): Terminating (SIGTERM)
22:49:43.308692 run  osmo-ms-virt-phy/00078(pid=113): Terminating (SIGTERM)
22:49:43.313009 run  osmo-ms-virt-phy/00079(pid=114): Terminating (SIGTERM)
22:49:43.317288 run  osmo-ms-virt-phy/00080(pid=115): Terminating (SIGTERM)
22:49:43.322111 run  osmo-ms-virt-phy/00081(pid=116): Terminating (SIGTERM)
22:49:43.326517 run  osmo-ms-virt-phy/00082(pid=117): Terminating (SIGTERM)
22:49:43.330834 run  osmo-ms-virt-phy/00083(pid=118): Terminating (SIGTERM)
22:49:43.335152 run  osmo-ms-virt-phy/00084(pid=119): Terminating (SIGTERM)
22:49:43.339531 run  osmo-ms-virt-phy/00085(pid=120): Terminating (SIGTERM)
22:49:43.343971 run  osmo-ms-virt-phy/00086(pid=121): Terminating (SIGTERM)
22:49:43.349005 run  osmo-ms-virt-phy/00087(pid=122): Terminating (SIGTERM)
22:49:43.353412 run  osmo-ms-virt-phy/00088(pid=123): Terminating (SIGTERM)
22:49:43.357671 run  osmo-ms-virt-phy/00089(pid=124): Terminating (SIGTERM)
22:49:43.361966 run  osmo-ms-virt-phy/00090(pid=125): Terminating (SIGTERM)
22:49:43.366383 run  osmo-ms-virt-phy/00091(pid=126): Terminating (SIGTERM)
22:49:43.370856 run  osmo-ms-virt-phy/00092(pid=127): Terminating (SIGTERM)
22:49:43.375349 run  osmo-ms-virt-phy/00093(pid=128): Terminating (SIGTERM)
22:49:43.379901 run  osmo-ms-virt-phy/00094(pid=129): Terminating (SIGTERM)
22:49:43.384450 run  osmo-ms-virt-phy/00095(pid=130): Terminating (SIGTERM)
22:49:43.389035 run  osmo-ms-virt-phy/00096(pid=131): Terminating (SIGTERM)
22:49:43.393589 run  osmo-ms-virt-phy/00097(pid=132): Terminating (SIGTERM)
22:49:43.398053 run  osmo-ms-virt-phy/00098(pid=133): Terminating (SIGTERM)
22:49:43.402416 run  osmo-ms-virt-phy/00099(pid=134): Terminating (SIGTERM)
22:49:43.406804 run       osmo-ms-mob/00000(pid=135): Terminating (SIGTERM)
22:49:43.411160 run       osmo-ms-mob/00001(pid=136): Terminating (SIGTERM)
22:49:43.415427 run       osmo-ms-mob/00002(pid=137): Terminating (SIGTERM)
22:49:43.419663 run       osmo-ms-mob/00003(pid=138): Terminating (SIGTERM)
22:49:43.423758 run       osmo-ms-mob/00004(pid=139): Terminating (SIGTERM)
22:49:43.427684 run       osmo-ms-mob/00005(pid=140): Terminating (SIGTERM)
22:49:43.431528 run       osmo-ms-mob/00006(pid=141): Terminating (SIGTERM)
22:49:43.435363 run       osmo-ms-mob/00007(pid=142): Terminating (SIGTERM)
22:49:43.439257 run       osmo-ms-mob/00008(pid=143): Terminating (SIGTERM)
22:49:43.443169 run       osmo-ms-mob/00009(pid=144): Terminating (SIGTERM)
22:49:43.447104 run       osmo-ms-mob/00010(pid=145): Terminating (SIGTERM)
22:49:43.451117 run       osmo-ms-mob/00011(pid=146): Terminating (SIGTERM)
22:49:43.455118 run       osmo-ms-mob/00012(pid=147): Terminating (SIGTERM)
22:49:43.459079 run       osmo-ms-mob/00013(pid=148): Terminating (SIGTERM)
22:49:43.463107 run       osmo-ms-mob/00014(pid=149): Terminating (SIGTERM)
22:49:43.467109 run       osmo-ms-mob/00015(pid=150): Terminating (SIGTERM)
22:49:43.471038 run       osmo-ms-mob/00016(pid=151): Terminating (SIGTERM)
22:49:43.475017 run       osmo-ms-mob/00017(pid=152): Terminating (SIGTERM)
22:49:43.478993 run       osmo-ms-mob/00018(pid=153): Terminating (SIGTERM)
22:49:43.482911 run       osmo-ms-mob/00019(pid=154): Terminating (SIGTERM)
22:49:43.486833 run       osmo-ms-mob/00020(pid=155): Terminating (SIGTERM)
22:49:43.490774 run       osmo-ms-mob/00021(pid=156): Terminating (SIGTERM)
22:49:43.494720 run       osmo-ms-mob/00022(pid=157): Terminating (SIGTERM)
22:49:43.498691 run       osmo-ms-mob/00023(pid=158): Terminating (SIGTERM)
22:49:43.502624 run       osmo-ms-mob/00024(pid=159): Terminating (SIGTERM)
22:49:43.506580 run       osmo-ms-mob/00025(pid=160): Terminating (SIGTERM)
22:49:43.510522 run       osmo-ms-mob/00026(pid=161): Terminating (SIGTERM)
22:49:43.514479 run       osmo-ms-mob/00027(pid=162): Terminating (SIGTERM)
22:49:43.518558 run       osmo-ms-mob/00028(pid=163): Terminating (SIGTERM)
22:49:43.522730 run       osmo-ms-mob/00029(pid=164): Terminating (SIGTERM)
22:49:43.526874 run       osmo-ms-mob/00030(pid=165): Terminating (SIGTERM)
22:49:43.531052 run       osmo-ms-mob/00031(pid=166): Terminating (SIGTERM)
22:49:43.535122 run       osmo-ms-mob/00032(pid=167): Terminating (SIGTERM)
22:49:43.539133 run       osmo-ms-mob/00033(pid=168): Terminating (SIGTERM)
22:49:43.543183 run       osmo-ms-mob/00034(pid=169): Terminating (SIGTERM)
22:49:43.547254 run       osmo-ms-mob/00035(pid=170): Terminating (SIGTERM)
22:49:43.551294 run       osmo-ms-mob/00036(pid=171): Terminating (SIGTERM)
22:49:43.555344 run       osmo-ms-mob/00037(pid=172): Terminating (SIGTERM)
22:49:43.559346 run       osmo-ms-mob/00038(pid=173): Terminating (SIGTERM)
22:49:43.563268 run       osmo-ms-mob/00039(pid=174): Terminating (SIGTERM)
22:49:43.567183 run       osmo-ms-mob/00040(pid=175): Terminating (SIGTERM)
22:49:43.571110 run       osmo-ms-mob/00041(pid=176): Terminating (SIGTERM)
22:49:43.575022 run       osmo-ms-mob/00042(pid=177): Terminating (SIGTERM)
22:49:43.578839 run       osmo-ms-mob/00043(pid=178): Terminating (SIGTERM)
22:49:43.582663 run       osmo-ms-mob/00044(pid=179): Terminating (SIGTERM)
22:49:43.586569 run       osmo-ms-mob/00045(pid=180): Terminating (SIGTERM)
22:49:43.590522 run       osmo-ms-mob/00046(pid=181): Terminating (SIGTERM)
22:49:43.594529 run       osmo-ms-mob/00047(pid=182): Terminating (SIGTERM)
22:49:43.598425 run       osmo-ms-mob/00048(pid=183): Terminating (SIGTERM)
22:49:43.602327 run       osmo-ms-mob/00049(pid=184): Terminating (SIGTERM)
22:49:43.606257 run       osmo-ms-mob/00050(pid=185): Terminating (SIGTERM)
22:49:43.610130 run       osmo-ms-mob/00051(pid=186): Terminating (SIGTERM)
22:49:43.613927 run       osmo-ms-mob/00052(pid=187): Terminating (SIGTERM)
22:49:43.617745 run       osmo-ms-mob/00053(pid=188): Terminating (SIGTERM)
22:49:43.621576 run       osmo-ms-mob/00054(pid=189): Terminating (SIGTERM)
22:49:43.625389 run       osmo-ms-mob/00055(pid=190): Terminating (SIGTERM)
22:49:43.629199 run       osmo-ms-mob/00056(pid=191): Terminating (SIGTERM)
22:49:43.633092 run       osmo-ms-mob/00057(pid=192): Terminating (SIGTERM)
22:49:43.636940 run       osmo-ms-mob/00058(pid=193): Terminating (SIGTERM)
22:49:43.640751 run       osmo-ms-mob/00059(pid=194): Terminating (SIGTERM)
22:49:43.644603 run       osmo-ms-mob/00060(pid=195): Terminating (SIGTERM)
22:49:43.648435 run       osmo-ms-mob/00061(pid=196): Terminating (SIGTERM)
22:49:43.652242 run       osmo-ms-mob/00062(pid=197): Terminating (SIGTERM)
22:49:43.656105 run       osmo-ms-mob/00063(pid=198): Terminating (SIGTERM)
22:49:43.659952 run       osmo-ms-mob/00064(pid=199): Terminating (SIGTERM)
22:49:43.663748 run       osmo-ms-mob/00065(pid=200): Terminating (SIGTERM)
22:49:43.667565 run       osmo-ms-mob/00066(pid=201): Terminating (SIGTERM)
22:49:43.671377 run       osmo-ms-mob/00067(pid=202): Terminating (SIGTERM)
22:49:43.675181 run       osmo-ms-mob/00068(pid=203): Terminating (SIGTERM)
22:49:43.678992 run       osmo-ms-mob/00069(pid=204): Terminating (SIGTERM)
22:49:43.682811 run       osmo-ms-mob/00070(pid=205): Terminating (SIGTERM)
22:49:43.686653 run       osmo-ms-mob/00071(pid=206): Terminating (SIGTERM)
22:49:43.690443 run       osmo-ms-mob/00072(pid=207): Terminating (SIGTERM)
22:49:43.694261 run       osmo-ms-mob/00073(pid=208): Terminating (SIGTERM)
22:49:43.698108 run       osmo-ms-mob/00074(pid=209): Terminating (SIGTERM)
22:49:43.702055 run       osmo-ms-mob/00075(pid=210): Terminating (SIGTERM)
22:49:43.705963 run       osmo-ms-mob/00076(pid=211): Terminating (SIGTERM)
22:49:43.709826 run       osmo-ms-mob/00077(pid=212): Terminating (SIGTERM)
22:49:43.713641 run       osmo-ms-mob/00078(pid=213): Terminating (SIGTERM)
22:49:43.717544 run       osmo-ms-mob/00079(pid=214): Terminating (SIGTERM)
22:49:43.721456 run       osmo-ms-mob/00080(pid=215): Terminating (SIGTERM)
22:49:43.725384 run       osmo-ms-mob/00081(pid=216): Terminating (SIGTERM)
22:49:43.729201 run       osmo-ms-mob/00082(pid=217): Terminating (SIGTERM)
22:49:43.733006 run       osmo-ms-mob/00083(pid=218): Terminating (SIGTERM)
22:49:43.736882 run       osmo-ms-mob/00084(pid=219): Terminating (SIGTERM)
22:49:43.740801 run       osmo-ms-mob/00085(pid=220): Terminating (SIGTERM)
22:49:43.744710 run       osmo-ms-mob/00086(pid=221): Terminating (SIGTERM)
22:49:43.748604 run       osmo-ms-mob/00087(pid=222): Terminating (SIGTERM)
22:49:43.752505 run       osmo-ms-mob/00088(pid=223): Terminating (SIGTERM)
22:49:43.756315 run       osmo-ms-mob/00089(pid=224): Terminating (SIGTERM)
22:49:43.760137 run       osmo-ms-mob/00090(pid=225): Terminating (SIGTERM)
22:49:43.764015 run       osmo-ms-mob/00091(pid=226): Terminating (SIGTERM)
22:49:43.767930 run       osmo-ms-mob/00092(pid=227): Terminating (SIGTERM)
22:49:43.771900 run       osmo-ms-mob/00093(pid=228): Terminating (SIGTERM)
22:49:43.775900 run       osmo-ms-mob/00094(pid=229): Terminating (SIGTERM)
22:49:43.779804 run       osmo-ms-mob/00095(pid=230): Terminating (SIGTERM)
22:49:43.783719 run       osmo-ms-mob/00096(pid=231): Terminating (SIGTERM)
22:49:43.787559 run       osmo-ms-mob/00097(pid=232): Terminating (SIGTERM)
22:49:43.791511 run       osmo-ms-mob/00098(pid=233): Terminating (SIGTERM)
22:49:43.795404 run       osmo-ms-mob/00099(pid=234): Terminating (SIGTERM)
22:49:43.799328 ---      ParallelTerminationStrategy: PID 22 died...
22:49:43.801086 run pcap-recorder_any(filters='host 127.0.42.2')(pid=22): Terminated: ok {rc=0}
22:49:43.805313 ---      ParallelTerminationStrategy: PID 23 died...
22:49:43.807122 run      osmo-hlr_127.0.42.2(pid=23): Terminated: ok {rc=0}
22:49:43.811451 ---      ParallelTerminationStrategy: PID 24 died...
22:49:43.813169 run pcap-recorder_any(filters='host 127.0.42.5 and port not 22')(pid=24): Terminated: ok {rc=0}
22:49:43.817588 ---      ParallelTerminationStrategy: PID 25 died...
22:49:43.819373 run      osmo-stp_127.0.42.5(pid=25): Terminated: ok {rc=0}
22:49:43.823682 ---      ParallelTerminationStrategy: PID 26 died...
22:49:43.825449 run pcap-recorder_any(filters='host 127.0.42.6 and port not 22')(pid=26): Terminated: ok {rc=0}
22:49:43.829806 ---      ParallelTerminationStrategy: PID 27 died...
22:49:43.831574 run      osmo-msc_127.0.42.6(pid=27): Terminated: ok {rc=0}
22:49:43.835929 ---      ParallelTerminationStrategy: PID 28 died...
22:49:43.837706 run pcap-recorder_any(filters='host 127.0.42.3 and port not 22')(pid=28): Terminated: ok {rc=0}
22:49:43.842128 ---      ParallelTerminationStrategy: PID 29 died...
22:49:43.843957 run      osmo-mgw_127.0.42.3(pid=29): Terminated {rc=15}
22:49:43.848392 ---      ParallelTerminationStrategy: PID 30 died...
22:49:43.850170 run pcap-recorder_any(filters='host 127.0.42.4 and port not 22')(pid=30): Terminated: ok {rc=0}
22:49:43.854624 ---      ParallelTerminationStrategy: PID 31 died...
22:49:43.856459 run      osmo-mgw_127.0.42.4(pid=31): Terminated {rc=15}
22:49:43.860866 ---      ParallelTerminationStrategy: PID 32 died...
22:49:43.862628 run pcap-recorder_any(filters='host 127.0.42.7 and port not 22')(pid=32): Terminated: ok {rc=0}
22:49:43.867059 ---      ParallelTerminationStrategy: PID 33 died...
22:49:43.868857 run      osmo-bsc_127.0.42.7(pid=33): Terminated: ok {rc=0}
22:49:43.873318 ---      ParallelTerminationStrategy: PID 35 died...
22:49:43.875104 run   osmo-ms-virt-phy/00000(pid=35): Terminated: ok {rc=0}
22:49:43.879540 ---      ParallelTerminationStrategy: PID 36 died...
22:49:43.881367 run   osmo-ms-virt-phy/00001(pid=36): Terminated: ok {rc=0}
22:49:43.885778 ---      ParallelTerminationStrategy: PID 37 died...
22:49:43.887554 run   osmo-ms-virt-phy/00002(pid=37): Terminated: ok {rc=0}
22:49:43.891950 ---      ParallelTerminationStrategy: PID 38 died...
22:49:43.893764 run   osmo-ms-virt-phy/00003(pid=38): Terminated: ok {rc=0}
22:49:43.898192 ---      ParallelTerminationStrategy: PID 39 died...
22:49:43.899979 run   osmo-ms-virt-phy/00004(pid=39): Terminated: ok {rc=0}
22:49:43.904394 ---      ParallelTerminationStrategy: PID 40 died...
22:49:43.906173 run   osmo-ms-virt-phy/00005(pid=40): Terminated: ok {rc=0}
22:49:43.910664 ---      ParallelTerminationStrategy: PID 41 died...
22:49:43.912449 run   osmo-ms-virt-phy/00006(pid=41): Terminated: ok {rc=0}
22:49:43.916868 ---      ParallelTerminationStrategy: PID 42 died...
22:49:43.918666 run   osmo-ms-virt-phy/00007(pid=42): Terminated: ok {rc=0}
22:49:43.923218 ---      ParallelTerminationStrategy: PID 43 died...
22:49:43.925084 run   osmo-ms-virt-phy/00008(pid=43): Terminated: ok {rc=0}
22:49:43.929619 ---      ParallelTerminationStrategy: PID 44 died...
22:49:43.931446 run   osmo-ms-virt-phy/00009(pid=44): Terminated: ok {rc=0}
22:49:43.935947 ---      ParallelTerminationStrategy: PID 45 died...
22:49:43.937771 run   osmo-ms-virt-phy/00010(pid=45): Terminated: ok {rc=0}
22:49:43.942264 ---      ParallelTerminationStrategy: PID 46 died...
22:49:43.944103 run   osmo-ms-virt-phy/00011(pid=46): Terminated: ok {rc=0}
22:49:43.948706 ---      ParallelTerminationStrategy: PID 47 died...
22:49:43.950597 run   osmo-ms-virt-phy/00012(pid=47): Terminated: ok {rc=0}
22:49:43.955327 ---      ParallelTerminationStrategy: PID 48 died...
22:49:43.957243 run   osmo-ms-virt-phy/00013(pid=48): Terminated: ok {rc=0}
22:49:43.961896 ---      ParallelTerminationStrategy: PID 49 died...
22:49:43.963756 run   osmo-ms-virt-phy/00014(pid=49): Terminated: ok {rc=0}
22:49:43.968264 ---      ParallelTerminationStrategy: PID 50 died...
22:49:43.970589 run   osmo-ms-virt-phy/00015(pid=50): Terminated: ok {rc=0}
22:49:43.975131 ---      ParallelTerminationStrategy: PID 51 died...
22:49:43.976971 run   osmo-ms-virt-phy/00016(pid=51): Terminated: ok {rc=0}
22:49:43.981529 ---      ParallelTerminationStrategy: PID 52 died...
22:49:43.983367 run   osmo-ms-virt-phy/00017(pid=52): Terminated: ok {rc=0}
22:49:43.987986 ---      ParallelTerminationStrategy: PID 53 died...
22:49:43.989868 run   osmo-ms-virt-phy/00018(pid=53): Terminated: ok {rc=0}
22:49:43.994446 ---      ParallelTerminationStrategy: PID 54 died...
22:49:43.996267 run   osmo-ms-virt-phy/00019(pid=54): Terminated: ok {rc=0}
22:49:44.000804 ---      ParallelTerminationStrategy: PID 55 died...
22:49:44.002632 run   osmo-ms-virt-phy/00020(pid=55): Terminated: ok {rc=0}
22:49:44.007154 ---      ParallelTerminationStrategy: PID 56 died...
22:49:44.009042 run   osmo-ms-virt-phy/00021(pid=56): Terminated: ok {rc=0}
22:49:44.013575 ---      ParallelTerminationStrategy: PID 57 died...
22:49:44.015405 run   osmo-ms-virt-phy/00022(pid=57): Terminated: ok {rc=0}
22:49:44.020018 ---      ParallelTerminationStrategy: PID 58 died...
22:49:44.021850 run   osmo-ms-virt-phy/00023(pid=58): Terminated: ok {rc=0}
22:49:44.026522 ---      ParallelTerminationStrategy: PID 59 died...
22:49:44.028291 run   osmo-ms-virt-phy/00024(pid=59): Terminated: ok {rc=0}
22:49:44.032706 ---      ParallelTerminationStrategy: PID 60 died...
22:49:44.034479 run   osmo-ms-virt-phy/00025(pid=60): Terminated: ok {rc=0}
22:49:44.038859 ---      ParallelTerminationStrategy: PID 61 died...
22:49:44.040677 run   osmo-ms-virt-phy/00026(pid=61): Terminated: ok {rc=0}
22:49:44.045065 ---      ParallelTerminationStrategy: PID 62 died...
22:49:44.046832 run   osmo-ms-virt-phy/00027(pid=62): Terminated: ok {rc=0}
22:49:44.051203 ---      ParallelTerminationStrategy: PID 63 died...
22:49:44.052950 run   osmo-ms-virt-phy/00028(pid=63): Terminated: ok {rc=0}
22:49:44.057297 ---      ParallelTerminationStrategy: PID 64 died...
22:49:44.059038 run   osmo-ms-virt-phy/00029(pid=64): Terminated: ok {rc=0}
22:49:44.063333 ---      ParallelTerminationStrategy: PID 65 died...
22:49:44.065099 run   osmo-ms-virt-phy/00030(pid=65): Terminated: ok {rc=0}
22:49:44.069469 ---      ParallelTerminationStrategy: PID 66 died...
22:49:44.071236 run   osmo-ms-virt-phy/00031(pid=66): Terminated: ok {rc=0}
22:49:44.075545 ---      ParallelTerminationStrategy: PID 67 died...
22:49:44.077274 run   osmo-ms-virt-phy/00032(pid=67): Terminated: ok {rc=0}
22:49:44.081604 ---      ParallelTerminationStrategy: PID 68 died...
22:49:44.083335 run   osmo-ms-virt-phy/00033(pid=68): Terminated: ok {rc=0}
22:49:44.087652 ---      ParallelTerminationStrategy: PID 69 died...
22:49:44.089372 run   osmo-ms-virt-phy/00034(pid=69): Terminated: ok {rc=0}
22:49:44.093778 ---      ParallelTerminationStrategy: PID 70 died...
22:49:44.095540 run   osmo-ms-virt-phy/00035(pid=70): Terminated: ok {rc=0}
22:49:44.099946 ---      ParallelTerminationStrategy: PID 71 died...
22:49:44.101713 run   osmo-ms-virt-phy/00036(pid=71): Terminated: ok {rc=0}
22:49:44.106099 ---      ParallelTerminationStrategy: PID 72 died...
22:49:44.107866 run   osmo-ms-virt-phy/00037(pid=72): Terminated: ok {rc=0}
22:49:44.112242 ---      ParallelTerminationStrategy: PID 73 died...
22:49:44.114007 run   osmo-ms-virt-phy/00038(pid=73): Terminated: ok {rc=0}
22:49:44.118350 ---      ParallelTerminationStrategy: PID 74 died...
22:49:44.120086 run   osmo-ms-virt-phy/00039(pid=74): Terminated: ok {rc=0}
22:49:44.124409 ---      ParallelTerminationStrategy: PID 75 died...
22:49:44.126139 run   osmo-ms-virt-phy/00040(pid=75): Terminated: ok {rc=0}
22:49:44.130517 ---      ParallelTerminationStrategy: PID 76 died...
22:49:44.132293 run   osmo-ms-virt-phy/00041(pid=76): Terminated: ok {rc=0}
22:49:44.136674 ---      ParallelTerminationStrategy: PID 77 died...
22:49:44.138454 run   osmo-ms-virt-phy/00042(pid=77): Terminated: ok {rc=0}
22:49:44.142935 ---      ParallelTerminationStrategy: PID 78 died...
22:49:44.144765 run   osmo-ms-virt-phy/00043(pid=78): Terminated: ok {rc=0}
22:49:44.149259 ---      ParallelTerminationStrategy: PID 79 died...
22:49:44.151089 run   osmo-ms-virt-phy/00044(pid=79): Terminated: ok {rc=0}
22:49:44.155683 ---      ParallelTerminationStrategy: PID 80 died...
22:49:44.157549 run   osmo-ms-virt-phy/00045(pid=80): Terminated: ok {rc=0}
22:49:44.162134 ---      ParallelTerminationStrategy: PID 81 died...
22:49:44.163951 run   osmo-ms-virt-phy/00046(pid=81): Terminated: ok {rc=0}
22:49:44.168328 ---      ParallelTerminationStrategy: PID 82 died...
22:49:44.170090 run   osmo-ms-virt-phy/00047(pid=82): Terminated: ok {rc=0}
22:49:44.174403 ---      ParallelTerminationStrategy: PID 83 died...
22:49:44.176130 run   osmo-ms-virt-phy/00048(pid=83): Terminated: ok {rc=0}
22:49:44.180423 ---      ParallelTerminationStrategy: PID 84 died...
22:49:44.182157 run   osmo-ms-virt-phy/00049(pid=84): Terminated: ok {rc=0}
22:49:44.186405 ---      ParallelTerminationStrategy: PID 85 died...
22:49:44.188124 run   osmo-ms-virt-phy/00050(pid=85): Terminated: ok {rc=0}
22:49:44.192390 ---      ParallelTerminationStrategy: PID 86 died...
22:49:44.194108 run   osmo-ms-virt-phy/00051(pid=86): Terminated: ok {rc=0}
22:49:44.198388 ---      ParallelTerminationStrategy: PID 87 died...
22:49:44.200121 run   osmo-ms-virt-phy/00052(pid=87): Terminated: ok {rc=0}
22:49:44.204455 ---      ParallelTerminationStrategy: PID 88 died...
22:49:44.206194 run   osmo-ms-virt-phy/00053(pid=88): Terminated: ok {rc=0}
22:49:44.210455 ---      ParallelTerminationStrategy: PID 89 died...
22:49:44.212175 run   osmo-ms-virt-phy/00054(pid=89): Terminated: ok {rc=0}
22:49:44.216448 ---      ParallelTerminationStrategy: PID 90 died...
22:49:44.218174 run   osmo-ms-virt-phy/00055(pid=90): Terminated: ok {rc=0}
22:49:44.222464 ---      ParallelTerminationStrategy: PID 91 died...
22:49:44.224181 run   osmo-ms-virt-phy/00056(pid=91): Terminated: ok {rc=0}
22:49:44.228453 ---      ParallelTerminationStrategy: PID 92 died...
22:49:44.230174 run   osmo-ms-virt-phy/00057(pid=92): Terminated: ok {rc=0}
22:49:44.234434 ---      ParallelTerminationStrategy: PID 93 died...
22:49:44.236129 run   osmo-ms-virt-phy/00058(pid=93): Terminated: ok {rc=0}
22:49:44.240397 ---      ParallelTerminationStrategy: PID 94 died...
22:49:44.242151 run   osmo-ms-virt-phy/00059(pid=94): Terminated: ok {rc=0}
22:49:44.246424 ---      ParallelTerminationStrategy: PID 95 died...
22:49:44.248161 run   osmo-ms-virt-phy/00060(pid=95): Terminated: ok {rc=0}
22:49:44.252428 ---      ParallelTerminationStrategy: PID 96 died...
22:49:44.254169 run   osmo-ms-virt-phy/00061(pid=96): Terminated: ok {rc=0}
22:49:44.258588 ---      ParallelTerminationStrategy: PID 97 died...
22:49:44.260368 run   osmo-ms-virt-phy/00062(pid=97): Terminated: ok {rc=0}
22:49:44.264808 ---      ParallelTerminationStrategy: PID 98 died...
22:49:44.266579 run   osmo-ms-virt-phy/00063(pid=98): Terminated: ok {rc=0}
22:49:44.270967 ---      ParallelTerminationStrategy: PID 99 died...
22:49:44.272763 run   osmo-ms-virt-phy/00064(pid=99): Terminated: ok {rc=0}
22:49:44.277050 ---      ParallelTerminationStrategy: PID 100 died...
22:49:44.278782 run  osmo-ms-virt-phy/00065(pid=100): Terminated: ok {rc=0}
22:49:44.283058 ---      ParallelTerminationStrategy: PID 101 died...
22:49:44.284786 run  osmo-ms-virt-phy/00066(pid=101): Terminated: ok {rc=0}
22:49:44.289079 ---      ParallelTerminationStrategy: PID 102 died...
22:49:44.290851 run  osmo-ms-virt-phy/00067(pid=102): Terminated: ok {rc=0}
22:49:44.295168 ---      ParallelTerminationStrategy: PID 103 died...
22:49:44.296907 run  osmo-ms-virt-phy/00068(pid=103): Terminated: ok {rc=0}
22:49:44.301233 ---      ParallelTerminationStrategy: PID 104 died...
22:49:44.302989 run  osmo-ms-virt-phy/00069(pid=104): Terminated: ok {rc=0}
22:49:44.307394 ---      ParallelTerminationStrategy: PID 105 died...
22:49:44.309177 run  osmo-ms-virt-phy/00070(pid=105): Terminated: ok {rc=0}
22:49:44.313456 ---      ParallelTerminationStrategy: PID 106 died...
22:49:44.315185 run  osmo-ms-virt-phy/00071(pid=106): Terminated: ok {rc=0}
22:49:44.319446 ---      ParallelTerminationStrategy: PID 107 died...
22:49:44.321149 run  osmo-ms-virt-phy/00072(pid=107): Terminated: ok {rc=0}
22:49:44.325322 ---      ParallelTerminationStrategy: PID 108 died...
22:49:44.327008 run  osmo-ms-virt-phy/00073(pid=108): Terminated: ok {rc=0}
22:49:44.331208 ---      ParallelTerminationStrategy: PID 109 died...
22:49:44.332896 run  osmo-ms-virt-phy/00074(pid=109): Terminated: ok {rc=0}
22:49:44.337142 ---      ParallelTerminationStrategy: PID 110 died...
22:49:44.338818 run  osmo-ms-virt-phy/00075(pid=110): Terminated: ok {rc=0}
22:49:44.343053 ---      ParallelTerminationStrategy: PID 111 died...
22:49:44.344793 run  osmo-ms-virt-phy/00076(pid=111): Terminated: ok {rc=0}
22:49:44.348930 ---      ParallelTerminationStrategy: PID 112 died...
22:49:44.350614 run  osmo-ms-virt-phy/00077(pid=112): Terminated: ok {rc=0}
22:49:44.354808 ---      ParallelTerminationStrategy: PID 113 died...
22:49:44.356488 run  osmo-ms-virt-phy/00078(pid=113): Terminated: ok {rc=0}
22:49:44.360674 ---      ParallelTerminationStrategy: PID 114 died...
22:49:44.362364 run  osmo-ms-virt-phy/00079(pid=114): Terminated: ok {rc=0}
22:49:44.366529 ---      ParallelTerminationStrategy: PID 115 died...
22:49:44.368207 run  osmo-ms-virt-phy/00080(pid=115): Terminated: ok {rc=0}
22:49:44.372381 ---      ParallelTerminationStrategy: PID 116 died...
22:49:44.374075 run  osmo-ms-virt-phy/00081(pid=116): Terminated: ok {rc=0}
22:49:44.378268 ---      ParallelTerminationStrategy: PID 117 died...
22:49:44.379949 run  osmo-ms-virt-phy/00082(pid=117): Terminated: ok {rc=0}
22:49:44.384109 ---      ParallelTerminationStrategy: PID 118 died...
22:49:44.385796 run  osmo-ms-virt-phy/00083(pid=118): Terminated: ok {rc=0}
22:49:44.389951 ---      ParallelTerminationStrategy: PID 119 died...
22:49:44.391639 run  osmo-ms-virt-phy/00084(pid=119): Terminated: ok {rc=0}
22:49:44.395818 ---      ParallelTerminationStrategy: PID 120 died...
22:49:44.397549 run  osmo-ms-virt-phy/00085(pid=120): Terminated: ok {rc=0}
22:49:44.401817 ---      ParallelTerminationStrategy: PID 121 died...
22:49:44.403563 run  osmo-ms-virt-phy/00086(pid=121): Terminated: ok {rc=0}
22:49:44.407892 ---      ParallelTerminationStrategy: PID 122 died...
22:49:44.409704 run  osmo-ms-virt-phy/00087(pid=122): Terminated: ok {rc=0}
22:49:44.414264 ---      ParallelTerminationStrategy: PID 123 died...
22:49:44.416115 run  osmo-ms-virt-phy/00088(pid=123): Terminated: ok {rc=0}
22:49:44.420709 ---      ParallelTerminationStrategy: PID 124 died...
22:49:44.422472 run  osmo-ms-virt-phy/00089(pid=124): Terminated: ok {rc=0}
22:49:44.426835 ---      ParallelTerminationStrategy: PID 125 died...
22:49:44.428607 run  osmo-ms-virt-phy/00090(pid=125): Terminated: ok {rc=0}
22:49:44.432955 ---      ParallelTerminationStrategy: PID 126 died...
22:49:44.434689 run  osmo-ms-virt-phy/00091(pid=126): Terminated: ok {rc=0}
22:49:44.439048 ---      ParallelTerminationStrategy: PID 127 died...
22:49:44.440822 run  osmo-ms-virt-phy/00092(pid=127): Terminated: ok {rc=0}
22:49:44.445288 ---      ParallelTerminationStrategy: PID 128 died...
22:49:44.447104 run  osmo-ms-virt-phy/00093(pid=128): Terminated: ok {rc=0}
22:49:44.451639 ---      ParallelTerminationStrategy: PID 129 died...
22:49:44.453457 run  osmo-ms-virt-phy/00094(pid=129): Terminated: ok {rc=0}
22:49:44.457924 ---      ParallelTerminationStrategy: PID 130 died...
22:49:44.459699 run  osmo-ms-virt-phy/00095(pid=130): Terminated: ok {rc=0}
22:49:44.464096 ---      ParallelTerminationStrategy: PID 131 died...
22:49:44.465929 run  osmo-ms-virt-phy/00096(pid=131): Terminated: ok {rc=0}
22:49:44.470392 ---      ParallelTerminationStrategy: PID 132 died...
22:49:44.472211 run  osmo-ms-virt-phy/00097(pid=132): Terminated: ok {rc=0}
22:49:44.476684 ---      ParallelTerminationStrategy: PID 133 died...
22:49:44.478462 run  osmo-ms-virt-phy/00098(pid=133): Terminated: ok {rc=0}
22:49:44.482885 ---      ParallelTerminationStrategy: PID 134 died...
22:49:44.484971 run  osmo-ms-virt-phy/00099(pid=134): Terminated: ok {rc=0}
22:49:44.489251 ---      ParallelTerminationStrategy: PID 135 died...
22:49:44.490971 run       osmo-ms-mob/00000(pid=135): Terminated {rc=26112}
22:49:44.495210 ---      ParallelTerminationStrategy: PID 136 died...
22:49:44.496907 run       osmo-ms-mob/00001(pid=136): Terminated {rc=26112}
22:49:44.501056 ---      ParallelTerminationStrategy: PID 137 died...
22:49:44.502704 run       osmo-ms-mob/00002(pid=137): Terminated {rc=26112}
22:49:44.506741 ---      ParallelTerminationStrategy: PID 138 died...
22:49:44.508354 run       osmo-ms-mob/00003(pid=138): Terminated {rc=26112}
22:49:44.512335 ---      ParallelTerminationStrategy: PID 139 died...
22:49:44.513930 run       osmo-ms-mob/00004(pid=139): Terminated {rc=26112}
22:49:44.517835 ---      ParallelTerminationStrategy: PID 140 died...
22:49:44.519404 run       osmo-ms-mob/00005(pid=140): Terminated {rc=26112}
22:49:44.523375 ---      ParallelTerminationStrategy: PID 141 died...
22:49:44.524984 run       osmo-ms-mob/00006(pid=141): Terminated {rc=26112}
22:49:44.528894 ---      ParallelTerminationStrategy: PID 142 died...
22:49:44.530480 run       osmo-ms-mob/00007(pid=142): Terminated {rc=26112}
22:49:44.534395 ---      ParallelTerminationStrategy: PID 143 died...
22:49:44.536017 run       osmo-ms-mob/00008(pid=143): Terminated {rc=26112}
22:49:44.540007 ---      ParallelTerminationStrategy: PID 144 died...
22:49:44.541620 run       osmo-ms-mob/00009(pid=144): Terminated {rc=26112}
22:49:44.545628 ---      ParallelTerminationStrategy: PID 145 died...
22:49:44.547237 run       osmo-ms-mob/00010(pid=145): Terminated {rc=26112}
22:49:44.551212 ---      ParallelTerminationStrategy: PID 146 died...
22:49:44.552805 run       osmo-ms-mob/00011(pid=146): Terminated {rc=26112}
22:49:44.556734 ---      ParallelTerminationStrategy: PID 147 died...
22:49:44.558333 run       osmo-ms-mob/00012(pid=147): Terminated {rc=26112}
22:49:44.562406 ---      ParallelTerminationStrategy: PID 148 died...
22:49:44.564058 run       osmo-ms-mob/00013(pid=148): Terminated {rc=26112}
22:49:44.568058 ---      ParallelTerminationStrategy: PID 149 died...
22:49:44.569664 run       osmo-ms-mob/00014(pid=149): Terminated {rc=26112}
22:49:44.573662 ---      ParallelTerminationStrategy: PID 150 died...
22:49:44.575273 run       osmo-ms-mob/00015(pid=150): Terminated {rc=26112}
22:49:44.579312 ---      ParallelTerminationStrategy: PID 151 died...
22:49:44.580996 run       osmo-ms-mob/00016(pid=151): Terminated {rc=26112}
22:49:44.585081 ---      ParallelTerminationStrategy: PID 152 died...
22:49:44.586737 run       osmo-ms-mob/00017(pid=152): Terminated {rc=26112}
22:49:44.590730 ---      ParallelTerminationStrategy: PID 153 died...
22:49:44.592329 run       osmo-ms-mob/00018(pid=153): Terminated {rc=26112}
22:49:44.596240 ---      ParallelTerminationStrategy: PID 154 died...
22:49:44.597803 run       osmo-ms-mob/00019(pid=154): Terminated {rc=26112}
22:49:44.601715 ---      ParallelTerminationStrategy: PID 155 died...
22:49:44.603317 run       osmo-ms-mob/00020(pid=155): Terminated {rc=26112}
22:49:44.607248 ---      ParallelTerminationStrategy: PID 156 died...
22:49:44.608838 run       osmo-ms-mob/00021(pid=156): Terminated {rc=26112}
22:49:44.612793 ---      ParallelTerminationStrategy: PID 157 died...
22:49:44.614408 run       osmo-ms-mob/00022(pid=157): Terminated {rc=26112}
22:49:44.618396 ---      ParallelTerminationStrategy: PID 158 died...
22:49:44.619972 run       osmo-ms-mob/00023(pid=158): Terminated {rc=26112}
22:49:44.623878 ---      ParallelTerminationStrategy: PID 159 died...
22:49:44.625462 run       osmo-ms-mob/00024(pid=159): Terminated {rc=26112}
22:49:44.629392 ---      ParallelTerminationStrategy: PID 160 died...
22:49:44.630961 run       osmo-ms-mob/00025(pid=160): Terminated {rc=26112}
22:49:44.634828 ---      ParallelTerminationStrategy: PID 161 died...
22:49:44.636397 run       osmo-ms-mob/00026(pid=161): Terminated {rc=26112}
22:49:44.640436 ---      ParallelTerminationStrategy: PID 162 died...
22:49:44.642091 run       osmo-ms-mob/00027(pid=162): Terminated {rc=26112}
22:49:44.646116 ---      ParallelTerminationStrategy: PID 163 died...
22:49:44.647722 run       osmo-ms-mob/00028(pid=163): Terminated {rc=26112}
22:49:44.651722 ---      ParallelTerminationStrategy: PID 164 died...
22:49:44.653335 run       osmo-ms-mob/00029(pid=164): Terminated {rc=26112}
22:49:44.657325 ---      ParallelTerminationStrategy: PID 165 died...
22:49:44.658932 run       osmo-ms-mob/00030(pid=165): Terminated {rc=26112}
22:49:44.662923 ---      ParallelTerminationStrategy: PID 166 died...
22:49:44.664573 run       osmo-ms-mob/00031(pid=166): Terminated {rc=26112}
22:49:44.668654 ---      ParallelTerminationStrategy: PID 167 died...
22:49:44.670254 run       osmo-ms-mob/00032(pid=167): Terminated {rc=26112}
22:49:44.674251 ---      ParallelTerminationStrategy: PID 168 died...
22:49:44.675831 run       osmo-ms-mob/00033(pid=168): Terminated {rc=26112}
22:49:44.679739 ---      ParallelTerminationStrategy: PID 169 died...
22:49:44.681321 run       osmo-ms-mob/00034(pid=169): Terminated {rc=26112}
22:49:44.685254 ---      ParallelTerminationStrategy: PID 170 died...
22:49:44.686826 run       osmo-ms-mob/00035(pid=170): Terminated {rc=26112}
22:49:44.690730 ---      ParallelTerminationStrategy: PID 171 died...
22:49:44.692305 run       osmo-ms-mob/00036(pid=171): Terminated {rc=26112}
22:49:44.696224 ---      ParallelTerminationStrategy: PID 172 died...
22:49:44.697826 run       osmo-ms-mob/00037(pid=172): Terminated {rc=26112}
22:49:44.701716 ---      ParallelTerminationStrategy: PID 173 died...
22:49:44.703250 run       osmo-ms-mob/00038(pid=173): Terminated {rc=26112}
22:49:44.707093 ---      ParallelTerminationStrategy: PID 174 died...
22:49:44.708630 run       osmo-ms-mob/00039(pid=174): Terminated {rc=26112}
22:49:44.712447 ---      ParallelTerminationStrategy: PID 175 died...
22:49:44.713991 run       osmo-ms-mob/00040(pid=175): Terminated {rc=26112}
22:49:44.717791 ---      ParallelTerminationStrategy: PID 176 died...
22:49:44.719313 run       osmo-ms-mob/00041(pid=176): Terminated {rc=26112}
22:49:44.723202 ---      ParallelTerminationStrategy: PID 177 died...
22:49:44.724811 run       osmo-ms-mob/00042(pid=177): Terminated {rc=26112}
22:49:44.730033 ---      ParallelTerminationStrategy: PID 178 died...
22:49:44.731632 run       osmo-ms-mob/00043(pid=178): Terminated {rc=26112}
22:49:44.735534 ---      ParallelTerminationStrategy: PID 179 died...
22:49:44.737098 run       osmo-ms-mob/00044(pid=179): Terminated {rc=26112}
22:49:44.740990 ---      ParallelTerminationStrategy: PID 180 died...
22:49:44.742596 run       osmo-ms-mob/00045(pid=180): Terminated {rc=26112}
22:49:44.746587 ---      ParallelTerminationStrategy: PID 181 died...
22:49:44.748198 run       osmo-ms-mob/00046(pid=181): Terminated {rc=26112}
22:49:44.752154 ---      ParallelTerminationStrategy: PID 182 died...
22:49:44.753727 run       osmo-ms-mob/00047(pid=182): Terminated {rc=26112}
22:49:44.757626 ---      ParallelTerminationStrategy: PID 183 died...
22:49:44.759187 run       osmo-ms-mob/00048(pid=183): Terminated {rc=26112}
22:49:44.763111 ---      ParallelTerminationStrategy: PID 184 died...
22:49:44.764710 run       osmo-ms-mob/00049(pid=184): Terminated {rc=26112}
22:49:44.768673 ---      ParallelTerminationStrategy: PID 185 died...
22:49:44.770242 run       osmo-ms-mob/00050(pid=185): Terminated {rc=26112}
22:49:44.774163 ---      ParallelTerminationStrategy: PID 186 died...
22:49:44.775715 run       osmo-ms-mob/00051(pid=186): Terminated {rc=26112}
22:49:44.779625 ---      ParallelTerminationStrategy: PID 187 died...
22:49:44.781280 run       osmo-ms-mob/00052(pid=187): Terminated {rc=26112}
22:49:44.785308 ---      ParallelTerminationStrategy: PID 188 died...
22:49:44.786932 run       osmo-ms-mob/00053(pid=188): Terminated {rc=26112}
22:49:44.790974 ---      ParallelTerminationStrategy: PID 189 died...
22:49:44.792584 run       osmo-ms-mob/00054(pid=189): Terminated {rc=26112}
22:49:44.796582 ---      ParallelTerminationStrategy: PID 190 died...
22:49:44.798188 run       osmo-ms-mob/00055(pid=190): Terminated {rc=26112}
22:49:44.802170 ---      ParallelTerminationStrategy: PID 191 died...
22:49:44.803745 run       osmo-ms-mob/00056(pid=191): Terminated {rc=26112}
22:49:44.807659 ---      ParallelTerminationStrategy: PID 192 died...
22:49:44.809252 run       osmo-ms-mob/00057(pid=192): Terminated {rc=26112}
22:49:44.813200 ---      ParallelTerminationStrategy: PID 193 died...
22:49:44.814815 run       osmo-ms-mob/00058(pid=193): Terminated {rc=26112}
22:49:44.818809 ---      ParallelTerminationStrategy: PID 194 died...
22:49:44.820426 run       osmo-ms-mob/00059(pid=194): Terminated {rc=26112}
22:49:44.824424 ---      ParallelTerminationStrategy: PID 195 died...
22:49:44.826055 run       osmo-ms-mob/00060(pid=195): Terminated {rc=26112}
22:49:44.830143 ---      ParallelTerminationStrategy: PID 196 died...
22:49:44.831787 run       osmo-ms-mob/00061(pid=196): Terminated {rc=26112}
22:49:44.835855 ---      ParallelTerminationStrategy: PID 197 died...
22:49:44.837534 run       osmo-ms-mob/00062(pid=197): Terminated {rc=26112}
22:49:44.841549 ---      ParallelTerminationStrategy: PID 198 died...
22:49:44.843151 run       osmo-ms-mob/00063(pid=198): Terminated {rc=26112}
22:49:44.847176 ---      ParallelTerminationStrategy: PID 199 died...
22:49:44.848801 run       osmo-ms-mob/00064(pid=199): Terminated {rc=26112}
22:49:44.852903 ---      ParallelTerminationStrategy: PID 200 died...
22:49:44.854594 run       osmo-ms-mob/00065(pid=200): Terminated {rc=26112}
22:49:44.858811 ---      ParallelTerminationStrategy: PID 201 died...
22:49:44.860485 run       osmo-ms-mob/00066(pid=201): Terminated {rc=26112}
22:49:44.864597 ---      ParallelTerminationStrategy: PID 202 died...
22:49:44.866243 run       osmo-ms-mob/00067(pid=202): Terminated {rc=26112}
22:49:44.870336 ---      ParallelTerminationStrategy: PID 203 died...
22:49:44.871978 run       osmo-ms-mob/00068(pid=203): Terminated {rc=26112}
22:49:44.875971 ---      ParallelTerminationStrategy: PID 204 died...
22:49:44.877570 run       osmo-ms-mob/00069(pid=204): Terminated {rc=26112}
22:49:44.881500 ---      ParallelTerminationStrategy: PID 205 died...
22:49:44.883060 run       osmo-ms-mob/00070(pid=205): Terminated {rc=26112}
22:49:44.886961 ---      ParallelTerminationStrategy: PID 206 died...
22:49:44.888526 run       osmo-ms-mob/00071(pid=206): Terminated {rc=26112}
22:49:44.892417 ---      ParallelTerminationStrategy: PID 207 died...
22:49:44.893948 run       osmo-ms-mob/00072(pid=207): Terminated {rc=26112}
22:49:44.897778 ---      ParallelTerminationStrategy: PID 208 died...
22:49:44.899347 run       osmo-ms-mob/00073(pid=208): Terminated {rc=26112}
22:49:44.903250 ---      ParallelTerminationStrategy: PID 209 died...
22:49:44.904814 run       osmo-ms-mob/00074(pid=209): Terminated {rc=26112}
22:49:44.908696 ---      ParallelTerminationStrategy: PID 210 died...
22:49:44.910245 run       osmo-ms-mob/00075(pid=210): Terminated {rc=26112}
22:49:44.914076 ---      ParallelTerminationStrategy: PID 211 died...
22:49:44.915613 run       osmo-ms-mob/00076(pid=211): Terminated {rc=26112}
22:49:44.919541 ---      ParallelTerminationStrategy: PID 212 died...
22:49:44.921157 run       osmo-ms-mob/00077(pid=212): Terminated {rc=26112}
22:49:44.925173 ---      ParallelTerminationStrategy: PID 213 died...
22:49:44.926783 run       osmo-ms-mob/00078(pid=213): Terminated {rc=26112}
22:49:44.930699 ---      ParallelTerminationStrategy: PID 214 died...
22:49:44.932273 run       osmo-ms-mob/00079(pid=214): Terminated {rc=26112}
22:49:44.936217 ---      ParallelTerminationStrategy: PID 215 died...
22:49:44.937823 run       osmo-ms-mob/00080(pid=215): Terminated {rc=26112}
22:49:44.941853 ---      ParallelTerminationStrategy: PID 216 died...
22:49:44.943456 run       osmo-ms-mob/00081(pid=216): Terminated {rc=26112}
22:49:44.947479 ---      ParallelTerminationStrategy: PID 217 died...
22:49:44.949093 run       osmo-ms-mob/00082(pid=217): Terminated {rc=26112}
22:49:44.953103 ---      ParallelTerminationStrategy: PID 218 died...
22:49:44.954702 run       osmo-ms-mob/00083(pid=218): Terminated {rc=26112}
22:49:44.958698 ---      ParallelTerminationStrategy: PID 219 died...
22:49:44.960298 run       osmo-ms-mob/00084(pid=219): Terminated {rc=26112}
22:49:44.964256 ---      ParallelTerminationStrategy: PID 220 died...
22:49:44.965842 run       osmo-ms-mob/00085(pid=220): Terminated {rc=26112}
22:49:44.969756 ---      ParallelTerminationStrategy: PID 221 died...
22:49:44.971340 run       osmo-ms-mob/00086(pid=221): Terminated {rc=26112}
22:49:44.975334 ---      ParallelTerminationStrategy: PID 222 died...
22:49:44.976949 run       osmo-ms-mob/00087(pid=222): Terminated {rc=26112}
22:49:44.981135 ---      ParallelTerminationStrategy: PID 223 died...
22:49:44.982839 run       osmo-ms-mob/00088(pid=223): Terminated {rc=26112}
22:49:44.987133 ---      ParallelTerminationStrategy: PID 224 died...
22:49:44.988868 run       osmo-ms-mob/00089(pid=224): Terminated {rc=26112}
22:49:44.993141 ---      ParallelTerminationStrategy: PID 225 died...
22:49:44.994880 run       osmo-ms-mob/00090(pid=225): Terminated {rc=26112}
22:49:44.999164 ---      ParallelTerminationStrategy: PID 226 died...
22:49:45.000939 run       osmo-ms-mob/00091(pid=226): Terminated {rc=26112}
22:49:45.005314 ---      ParallelTerminationStrategy: PID 227 died...
22:49:45.007052 run       osmo-ms-mob/00092(pid=227): Terminated {rc=26112}
22:49:45.011325 ---      ParallelTerminationStrategy: PID 228 died...
22:49:45.013076 run       osmo-ms-mob/00093(pid=228): Terminated {rc=26112}
22:49:45.017376 ---      ParallelTerminationStrategy: PID 229 died...
22:49:45.019118 run       osmo-ms-mob/00094(pid=229): Terminated {rc=26112}
22:49:45.023492 ---      ParallelTerminationStrategy: PID 230 died...
22:49:45.025251 run       osmo-ms-mob/00095(pid=230): Terminated {rc=26112}
22:49:45.029687 ---      ParallelTerminationStrategy: PID 231 died...
22:49:45.031421 run       osmo-ms-mob/00096(pid=231): Terminated {rc=26112}
22:49:45.035721 ---      ParallelTerminationStrategy: PID 232 died...
22:49:45.037449 run       osmo-ms-mob/00097(pid=232): Terminated {rc=26112}
22:49:45.041734 ---      ParallelTerminationStrategy: PID 233 died...
22:49:45.043447 run       osmo-ms-mob/00098(pid=233): Terminated {rc=26112}
22:49:45.047746 ---      ParallelTerminationStrategy: PID 234 died...
22:49:45.049463 run       osmo-ms-mob/00099(pid=234): Terminated {rc=26112}
22:49:48.453351 ---      ParallelTerminationStrategy: PID 34 died...
22:49:48.455042 run         osmo-bts-virtual(pid=34): Terminated: ok {rc=0}
---------------------------------------------------------------------
trial-8054 netreg_mass PASS
---------------------------------------------------------------------
22:49:48.536756 tst                       trial-8054: Storing JUnit report in /build/trial-8054/run.2025-08-10_22-48-17/trial-8054.xml

--------------------------------------------------------------------------------------------
trial-8054 PASS
--------------------------------------------------------------------------------------------
22:49:48.547172 tst                       trial-8054: trial-8054: PASS, 1 suites passed
PASS: netreg_mass (pass: 1)
    pass: register_default_mass.py (85.2 sec)
+ exit_code=0
+ rm -rf trial-8054/inst
+ cd trial-8054
+ command -v journalctl
+ [ ! -z /usr/bin/journalctl ]
+ readlink last_run
+ journalctl -u ofono -o short-precise --since 2025-08-10 22:48:17
No journal files were found.
+ readlink last_run
+ tar czf /build/trial-8054-run.tgz run.2025-08-10_22-48-17
+ tar czf /build/trial-8054-bin.tgz checksums.md5 open5gs.build-8.tgz osmo-bsc.build-2025-08-10_13_28_48.tgz osmo-bts-oc2g.build-2025-08-10_00_51_38.tgz osmo-bts-sysmo.build-2025-08-10_00_51_30.tgz osmo-bts.build-2025-08-10_00_51_37.tgz osmo-ggsn.build-2025-08-10_20_42_29.tgz osmo-hlr.build-2025-08-10_16_36_55.tgz osmo-hnbgw.build-2025-08-10_13_30_06.tgz osmo-mgw.build-2025-08-10_08_33_07.tgz osmo-msc.build-2025-08-10_13_32_26.tgz osmo-nitb.build-17155.tgz osmo-pcu-oc2g.build-2025-08-10_07_34_05.tgz osmo-pcu-sysmo.build-2025-08-10_07_36_13.tgz osmo-pcu.build-2025-08-10_07_36_20.tgz osmo-sgsn.build-2025-08-10_20_48_46.tgz osmo-stp.build-2025-08-10_13_25_29.tgz osmo-trx.build-2025-08-10_14_29_07.tgz osmocom-bb.build-2025-08-10_21_17_18.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